GET https://migration.nosla.de/navigation/e3288045328d4c08a0cb8920f89c402a

Query Metrics

112 Database Queries
87 Different statements
101.33 ms Query time

Queries

Group similar statements

# Time Info
1 0.33 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
2 0.05 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.05 ms
SELECT custom_entity.name, custom_entity.fields, custom_entity.flags
                FROM custom_entity
                    LEFT JOIN app ON app.id = custom_entity.app_id
                WHERE (custom_entity.app_id IS NULL OR app.active = 1) AND custom_entity.deleted_at IS NULL;
Parameters:
[]
4 0.10 ms
SET @@group_concat_max_len = CAST(IF(@@group_concat_max_len > 320000, @@group_concat_max_len, 320000) AS UNSIGNED);SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''))
Parameters:
[]
5 0.10 ms
SELECT CONCAT(TRIM(TRAILING '/' FROM domain.url), '/') `key`, CONCAT(TRIM(TRAILING '/' FROM domain.url), '/') url, LOWER(HEX(domain.id)) id, LOWER(HEX(sales_channel.id)) salesChannelId, LOWER(HEX(sales_channel.type_id)) typeId, LOWER(HEX(domain.snippet_set_id)) snippetSetId, LOWER(HEX(domain.currency_id)) currencyId, LOWER(HEX(domain.language_id)) languageId, LOWER(HEX(theme.id)) themeId, sales_channel.maintenance maintenance, sales_channel.maintenance_ip_whitelist maintenanceIpWhitelist, snippet_set.iso AS locale, theme.technical_name AS themeName, parentTheme.technical_name AS parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain.sales_channel_id = sales_channel.id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel.id = theme_sales_channel.sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set.id = domain.snippet_set_id LEFT JOIN theme theme ON theme_sales_channel.theme_id = theme.id LEFT JOIN theme parentTheme ON theme.parent_theme_id = parentTheme.id WHERE (sales_channel.type_id = UNHEX(?)) AND (sales_channel.active)
Parameters:
[
  "8a243080f92e4c719546314b577cf82b"
]
6 0.39 ms
# seo-url::resolve
SELECT id, path_info pathInfo, is_canonical isCanonical, sales_channel_id salesChannelId FROM seo_url WHERE (language_id = ?) AND ((sales_channel_id = ? OR sales_channel_id IS NULL)) AND (seo_path_info = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"inÚ´\tª@\x0EŸvéTq½Èí"
  "Bekleidung/Herrenbekleidung/Jacken-Westen/"
]
7 0.09 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[]
8 0.10 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"inÚ´\tª@\x0EŸvéTq½Èí"
  "GpVYbQG9qteKsJAugavNbKVePxEFr70p"
]
9 0.07 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"inÚ´\tª@\x0EŸvéTq½Èí"
]
10 0.14 ms
# base-context-factory::sales-channel::read
SELECT `sales_channel`.`id` AS `sales_channel.id`, `sales_channel`.`type_id` AS `sales_channel.typeId`, `sales_channel`.`language_id` AS `sales_channel.languageId`, `sales_channel`.`customer_group_id` AS `sales_channel.customerGroupId`, `sales_channel`.`currency_id` AS `sales_channel.currencyId`, `sales_channel`.`payment_method_id` AS `sales_channel.paymentMethodId`, `sales_channel`.`shipping_method_id` AS `sales_channel.shippingMethodId`, `sales_channel`.`country_id` AS `sales_channel.countryId`, `sales_channel`.`analytics_id` AS `sales_channel.analyticsId`, `sales_channel`.`navigation_category_id` AS `sales_channel.navigationCategoryId`, `sales_channel`.`navigation_category_version_id` AS `sales_channel.navigationCategoryVersionId`, `sales_channel`.`navigation_category_depth` AS `sales_channel.navigationCategoryDepth`, `sales_channel`.`footer_category_id` AS `sales_channel.footerCategoryId`, `sales_channel`.`footer_category_version_id` AS `sales_channel.footerCategoryVersionId`, `sales_channel`.`service_category_id` AS `sales_channel.serviceCategoryId`, `sales_channel`.`service_category_version_id` AS `sales_channel.serviceCategoryVersionId`, `sales_channel`.`mail_header_footer_id` AS `sales_channel.mailHeaderFooterId`, `sales_channel`.`hreflang_default_domain_id` AS `sales_channel.hreflangDefaultDomainId`, `sales_channel`.`short_name` AS `sales_channel.shortName`, `sales_channel`.`tax_calculation_type` AS `sales_channel.taxCalculationType`, `sales_channel`.`access_key` AS `sales_channel.accessKey`, `sales_channel`.`configuration` AS `sales_channel.configuration`, `sales_channel`.`active` AS `sales_channel.active`, `sales_channel`.`hreflang_active` AS `sales_channel.hreflangActive`, `sales_channel`.`maintenance` AS `sales_channel.maintenance`, `sales_channel`.`maintenance_ip_whitelist` AS `sales_channel.maintenanceIpWhitelist`, `sales_channel`.`payment_method_ids` AS `sales_channel.paymentMethodIds`, `sales_channel`.`home_cms_page_id` AS `sales_channel.homeCmsPageId`, `sales_channel`.`home_cms_page_version_id` AS `sales_channel.homeCmsPageVersionId`, `sales_channel.analytics`.`id` AS `sales_channel.analytics.id`, `sales_channel.analytics`.`tracking_id` AS `sales_channel.analytics.trackingId`, `sales_channel.analytics`.`active` AS `sales_channel.analytics.active`, `sales_channel.analytics`.`track_orders` AS `sales_channel.analytics.trackOrders`, `sales_channel.analytics`.`anonymize_ip` AS `sales_channel.analytics.anonymizeIp`, `sales_channel.analytics`.`created_at` AS `sales_channel.analytics.createdAt`, `sales_channel.analytics`.`updated_at` AS `sales_channel.analytics.updatedAt`, `sales_channel`.`created_at` AS `sales_channel.createdAt`, `sales_channel`.`updated_at` AS `sales_channel.updatedAt`, `sales_channel.currency`.`id` AS `sales_channel.currency.id`, `sales_channel.currency`.`factor` AS `sales_channel.currency.factor`, `sales_channel.currency`.`symbol` AS `sales_channel.currency.symbol`, `sales_channel.currency`.`iso_code` AS `sales_channel.currency.isoCode`, `sales_channel.currency`.`position` AS `sales_channel.currency.position`, `sales_channel.currency`.`tax_free_from` AS `sales_channel.currency.taxFreeFrom`, `sales_channel.currency`.`item_rounding` AS `sales_channel.currency.itemRounding`, `sales_channel.currency`.`total_rounding` AS `sales_channel.currency.totalRounding`, `sales_channel.currency`.`created_at` AS `sales_channel.currency.createdAt`, `sales_channel.currency`.`updated_at` AS `sales_channel.currency.updatedAt`, `sales_channel.currency.translation.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 `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel`.`analytics_id` = `sales_channel.analytics`.`id` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel`.`currency_id` = `sales_channel.currency`.`id` LEFT JOIN (SELECT `sales_channel.currency.translation`.currency_id, `sales_channel.currency.translation`.short_name AS `sales_channel.currency.translation.shortName`, `sales_channel.currency.translation`.name AS `sales_channel.currency.translation.name`, `sales_channel.currency.translation`.custom_fields AS `sales_channel.currency.translation.customFields`, `sales_channel.currency.translation`.created_at AS `sales_channel.currency.translation.createdAt`, `sales_channel.currency.translation`.updated_at AS `sales_channel.currency.translation.updatedAt`, `sales_channel.currency.translation`.currency_id AS `sales_channel.currency.translation.currencyId`, `sales_channel.currency.translation`.language_id AS `sales_channel.currency.translation.languageId` 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"inÚ´\tª@\x0EŸvéTq½Èí"
]
11 0.10 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"inÚ´\tª@\x0EŸvéTq½Èí"
]
12 0.09 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Í‚ó¬›ÑÀßÊ"
]
13 0.04 ms
# base-context-factory::country::read
SELECT `country`.`id` AS `country.id`, `country`.`iso` AS `country.iso`, `country`.`position` AS `country.position`, `country`.`active` AS `country.active`, `country`.`shipping_available` AS `country.shippingAvailable`, `country`.`iso3` AS `country.iso3`, `country`.`display_state_in_registration` AS `country.displayStateInRegistration`, `country`.`force_state_in_registration` AS `country.forceStateInRegistration`, `country`.`check_vat_id_pattern` AS `country.checkVatIdPattern`, `country`.`vat_id_required` AS `country.vatIdRequired`, `country`.`vat_id_pattern` AS `country.vatIdPattern`, `country`.`customer_tax` AS `country.customerTax`, `country`.`company_tax` AS `country.companyTax`, `country`.`postal_code_required` AS `country.postalCodeRequired`, `country`.`check_postal_code_pattern` AS `country.checkPostalCodePattern`, `country`.`check_advanced_postal_code_pattern` AS `country.checkAdvancedPostalCodePattern`, `country`.`advanced_postal_code_pattern` AS `country.advancedPostalCodePattern`, `country`.`default_postal_code_pattern` AS `country.defaultPostalCodePattern`, `country`.`created_at` AS `country.createdAt`, `country`.`updated_at` AS `country.updatedAt`, `country.translation.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"n¯±¶ƒ\x1CL\x15µÎÛç##ÚÐ"
]
14 0.04 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╚¢Í"
]
15 0.02 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:
[]
16 0.04 ms
# base-context-factory::taxes::association::rules::read
SELECT `tax_rule`.`id` AS `tax_rule.id`, `tax_rule`.`tax_rule_type_id` AS `tax_rule.taxRuleTypeId`, `tax_rule`.`country_id` AS `tax_rule.countryId`, `tax_rule`.`tax_rate` AS `tax_rule.taxRate`, `tax_rule`.`data` AS `tax_rule.data`, `tax_rule`.`tax_id` AS `tax_rule.taxId`, `tax_rule`.`active_from` AS `tax_rule.activeFrom`, `tax_rule.type`.`id` AS `tax_rule.type.id`, `tax_rule.type`.`technical_name` AS `tax_rule.type.technicalName`, `tax_rule.type`.`position` AS `tax_rule.type.position`, `tax_rule.type`.`created_at` AS `tax_rule.type.createdAt`, `tax_rule.type`.`updated_at` AS `tax_rule.type.updatedAt`, `tax_rule.type.translation.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`, `tax_rule`.`created_at` AS `tax_rule.createdAt`, `tax_rule`.`updated_at` AS `tax_rule.updatedAt` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule`.`tax_rule_type_id` = `tax_rule.type`.`id` LEFT JOIN (SELECT `tax_rule.type.translation`.tax_rule_type_id, `tax_rule.type.translation`.type_name AS `tax_rule.type.translation.typeName`, `tax_rule.type.translation`.created_at AS `tax_rule.type.translation.createdAt`, `tax_rule.type.translation`.updated_at AS `tax_rule.type.translation.updatedAt`, `tax_rule.type.translation`.tax_rule_type_id AS `tax_rule.type.translation.taxRuleTypeId`, `tax_rule.type.translation`.language_id AS `tax_rule.type.translation.languageId` 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"m9ÄA\x18\eL€Ÿ\x10¡ƒY´Ì["
  b"uº6\x16âBGè║¦·Ä)_£Å"
  b"{_ò£ØàIf£îßÕ¿\x7F\x02^"
  b"Ÿ|âé0!Aί\x1Aˆb…c>\x08"
]
17 0.06 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"¬î«f-═CÿØô#ò í┌\x04"
]
18 0.07 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"0L\rÜnFKFØäÿ\x07I)\x14("
]
19 0.02 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"n¯±¶ƒ\x1CL\x15µÎÛç##ÚÐ"
]
20 0.32 ms
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE ?
Parameters:
[
  "payload"
]
21 0.02 ms
#cart-persister::load
                SELECT `cart`.`cart` AS payload, `cart`.`rule_ids`, 0 AS `compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "GpVYbQG9qteKsJAugavNbKVePxEFr70p"
]
22 0.03 ms
# cart-rule-loader::load-rules::search-ids
SELECT `rule`.`id` FROM `rule` ORDER BY `rule`.`priority` DESC, `rule`.`id` ASC LIMIT 500
Parameters:
[]
23 0.05 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‘U‹‘‘u~Œz¹\x1EYý´Z"
  b"""
    \x01‘U‡Ñcq„Šºˆû\n
    Y‘“
    """
  b"\x01‘|\x15¹\vrU‘0A²vð1¯"
  b"\f\x19\\x00åËG\x06œ\x05_\x12*jÀÔ"
  b"8X•p\x16dMä®HÀP\vóÌÈ"
  b"ƒˆÙõú‰OŠŸNpLQ1+9"
  b"¦.\x1Fj\x1A\vE\x19¯@\ebp£qI"
  b"×\x00o\x06D¼K¸¹Ö\x1FðׇO\x1F"
  b"ß7ìÀÇèGÅæ×\rt\r]l\x1A"
  b"\x01‘U·¦3q×´FG¦)е&"
  b"\x01‘U²\x7F‘|¾·\r“ƒ|ž¥i"
  b"""
    \n
    Ht\x7FÕ-N̕Ҳ±¹YPØ
    """
  b"è@a¶³GOUšŠ% ²â†ó"
  b"B–¹Õ4“LÄ”*بXõ.í"
  b"\x01æëü\x04Ts\x06Ø#be9F!®"
  b"\x03»Ù\x0FS¹N>‹\x00!}b\x01"
  b"&üÈR­­DzŸø–ò¶/Î\x1E"
  b"""
    <õA6žmJ/§\n
    ¨hzeü-
    """
  b"™[_LÚÍH˜¿Œ‹0QU%É"
  b"\x01É&ÌóbscÁ§°´Ñ\r"
  b"\x01Æ\x03fIö{Å£LJß▒&Ï╗"
  b"\x05EòAHŽE\r¾\x1Aú7Õ¬e&"
  b"\x12Õ│Êø|Eú╝■ËÉ╔̦o"
  b"\x1E{Œ06™D\tŠ\x1EëQ¯vsw"
  b"$\x17V]*VE\x7FüË╗U½╣®½"
  b"(Ê®u¥bO\r˜Z½\x0E³*¡`"
  b"W▄2ny¢N\x18ÉÕ1¥┌═\x12"
  b"\ß×\x0EÛICg‰5zÁ¨Üåz"
  b"\x1D´0@N©¡¶äÛ¡>\x07Ç"
  b"o}61f«@7–\x01áâPW0~"
  b"s;Îm¨‘Nûœÿ:OŒì&\x19"
  b"sÊ9‘ÕDONµª¢àD°ôC"
  b"zÎÐa>/B\x12®¶"¸õ·­z"
  b"üø¨2DáJ9Á│w\x1Ex~ȶ"
  b"âü6¡9;I\x17èMkâ¤╬j^"
  b"ùJp\x12µËM,ì┐;‗½ÈñÔ"
  b"Øäs.¦0H\x7F®┤U÷PùrÊ"
  b"¥ôþœQÿJ]¯\x1Eµ\x13E\v¸Û"
  b"½oU\x0F§\x0F@Dö±_W│Ø\x10\x18"
  b"¬\x1D‹<\tÕF\x19ŸU…Ç‚;(°"
  b"®ýšú"ÞOv–róå ¡Za"
  b"▒¾ý5ı¨AÁÉÒ\x1Dø¨jýâ"
  b"¼0\v5(ÏEò•n:Ž„£Ìó"
  b"¾J…äÆ\x19@\x1D®†d;^š\x1AT"
  b"Ã6\x00╬õ~DjƒÜcNüDØÕ"
  b"ÍK╠y6\x19@Ø¿`╩ËÚ$Ñ_"
  b"ð…2È•¼L#¦ôWœ3ïæ\x1F"
  b"ô™\x1FHfœIÕ¯Ûý‚–“öÜ"
]
24 0.06 ms
# app-scripts::refresh::read
SELECT `app`.`id` AS `app.id`, `app`.`name` AS `app.name`, `app`.`path` AS `app.path`, `app`.`author` AS `app.author`, `app`.`copyright` AS `app.copyright`, `app`.`license` AS `app.license`, `app`.`active` AS `app.active`, `app`.`configurable` AS `app.configurable`, `app`.`privacy` AS `app.privacy`, `app`.`version` AS `app.version`, `app`.`icon` AS `app.iconRaw`, `app`.`app_secret` AS `app.appSecret`, `app`.`modules` AS `app.modules`, `app`.`main_module` AS `app.mainModule`, `app`.`cookies` AS `app.cookies`, `app`.`allow_disable` AS `app.allowDisable`, `app`.`base_app_url` AS `app.baseAppUrl`, `app`.`allowed_hosts` AS `app.allowedHosts`, `app`.`template_load_priority` AS `app.templateLoadPriority`, `app`.`integration_id` AS `app.integrationId`, `app.integration`.`id` AS `app.integration.id`, `app.integration`.`label` AS `app.integration.label`, `app.integration`.`access_key` AS `app.integration.accessKey`, `app.integration`.`secret_access_key` AS `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` AS `app.integration.lastUsageAt`, `app.integration`.`admin` AS `app.integration.admin`, `app.integration`.`custom_fields` AS `app.integration.customFields`, `app.integration`.`deleted_at` AS `app.integration.deletedAt`, `app.integration`.`write_access` AS `app.integration.writeAccess`, `app.integration`.`created_at` AS `app.integration.createdAt`, `app.integration`.`updated_at` AS `app.integration.updatedAt`, `app`.`acl_role_id` AS `app.aclRoleId`, `app.aclRole`.`id` AS `app.aclRole.id`, `app.aclRole`.`name` AS `app.aclRole.name`, `app.aclRole`.`description` AS `app.aclRole.description`, `app.aclRole`.`privileges` AS `app.aclRole.privileges`, `app.aclRole`.`deleted_at` AS `app.aclRole.deletedAt`, `app.aclRole`.`created_at` AS `app.aclRole.createdAt`, `app.aclRole`.`updated_at` AS `app.aclRole.updatedAt`, `app`.`created_at` AS `app.createdAt`, `app`.`updated_at` AS `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) AS `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) AS `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) AS `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) AS `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label AS `app.translation.label`, `app.translation`.description AS `app.translation.description`, `app.translation`.privacy_policy_extensions AS `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields AS `app.translation.customFields`, `app.translation`.created_at AS `app.translation.createdAt`, `app.translation`.updated_at AS `app.translation.updatedAt`, `app.translation`.app_id AS `app.translation.appId`, `app.translation`.language_id AS `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE (`app`.`active` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
25 0.02 ms
SELECT LOWER(HEX(`script`.`app_id`)) AS `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
26 0.01 ms
SELECT LOWER(HEX(`script`.`app_id`)) AS `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
27 0.03 ms
SELECT `country`.`id` FROM `country` LEFT JOIN `sales_channel_country` `country.salesChannels.mapping` ON `country`.`id` = `country.salesChannels.mapping`.`country_id`  LEFT JOIN `sales_channel` `country.salesChannels` ON `country.salesChannels.mapping`.`sales_channel_id` = `country.salesChannels`.`id`  WHERE ((`country.salesChannels`.`id` = ?)) AND (`country`.`id` IN (?)) GROUP BY `country`.`id`
Parameters:
[
  b"inÚ´\tª@\x0EŸvéTq½Èí"
  b"n¯±¶ƒ\x1CL\x15µÎÛç##ÚÐ"
]
28 0.05 ms
# app-scripts::refresh::read
SELECT `app`.`id` AS `app.id`, `app`.`name` AS `app.name`, `app`.`path` AS `app.path`, `app`.`author` AS `app.author`, `app`.`copyright` AS `app.copyright`, `app`.`license` AS `app.license`, `app`.`active` AS `app.active`, `app`.`configurable` AS `app.configurable`, `app`.`privacy` AS `app.privacy`, `app`.`version` AS `app.version`, `app`.`icon` AS `app.iconRaw`, `app`.`app_secret` AS `app.appSecret`, `app`.`modules` AS `app.modules`, `app`.`main_module` AS `app.mainModule`, `app`.`cookies` AS `app.cookies`, `app`.`allow_disable` AS `app.allowDisable`, `app`.`base_app_url` AS `app.baseAppUrl`, `app`.`allowed_hosts` AS `app.allowedHosts`, `app`.`template_load_priority` AS `app.templateLoadPriority`, `app`.`integration_id` AS `app.integrationId`, `app.integration`.`id` AS `app.integration.id`, `app.integration`.`label` AS `app.integration.label`, `app.integration`.`access_key` AS `app.integration.accessKey`, `app.integration`.`secret_access_key` AS `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` AS `app.integration.lastUsageAt`, `app.integration`.`admin` AS `app.integration.admin`, `app.integration`.`custom_fields` AS `app.integration.customFields`, `app.integration`.`deleted_at` AS `app.integration.deletedAt`, `app.integration`.`write_access` AS `app.integration.writeAccess`, `app.integration`.`created_at` AS `app.integration.createdAt`, `app.integration`.`updated_at` AS `app.integration.updatedAt`, `app`.`acl_role_id` AS `app.aclRoleId`, `app.aclRole`.`id` AS `app.aclRole.id`, `app.aclRole`.`name` AS `app.aclRole.name`, `app.aclRole`.`description` AS `app.aclRole.description`, `app.aclRole`.`privileges` AS `app.aclRole.privileges`, `app.aclRole`.`deleted_at` AS `app.aclRole.deletedAt`, `app.aclRole`.`created_at` AS `app.aclRole.createdAt`, `app.aclRole`.`updated_at` AS `app.aclRole.updatedAt`, `app`.`created_at` AS `app.createdAt`, `app`.`updated_at` AS `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) AS `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) AS `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) AS `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) AS `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label AS `app.translation.label`, `app.translation`.description AS `app.translation.description`, `app.translation`.privacy_policy_extensions AS `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields AS `app.translation.customFields`, `app.translation`.created_at AS `app.translation.createdAt`, `app.translation`.updated_at AS `app.translation.updatedAt`, `app.translation`.app_id AS `app.translation.appId`, `app.translation`.language_id AS `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE (`app`.`active` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
29 0.02 ms
SELECT LOWER(HEX(`script`.`app_id`)) AS `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
30 0.01 ms
SELECT LOWER(HEX(`script`.`app_id`)) AS `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
31 0.04 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"inÚ´\tª@\x0EŸvéTq½Èí"
]
32 0.02 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"inÚ´\tª@\x0EŸvéTq½Èí"
  b"inÚ´\tª@\x0EŸvéTq½Èí"
]
33 0.04 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"
  b"""
    D║\x08\n
    TØHp▒'¢qöICO
    """
]
34 0.02 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"ƒ²Q+PÑC¥¥I┐ü¾▒åL"
  b"ƒ²Q+PÑC¥¥I┐ü¾▒åL"
  b"ƒ²Q+PÑC¥¥I┐ü¾▒åL"
]
35 0.16 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%"
  "%|9ffd512b50a543bebe49bf81f3b1864c|%"
  1
  5
]
36 0.02 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
37 0.03 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%"
  "%|9ffd512b50a543bebe49bf81f3b1864c|%"
  5
  true
  true
]
38 0.06 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"ƒ²Q+PÑC¥¥I┐ü¾▒åL"
]
39 0.03 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"inÚ´\tª@\x0EŸvéTq½Èí"
]
40 0.03 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Í‚ó¬›ÑÀßÊ"
]
41 0.02 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"7ÚÃ╝\x1CóH¦è+ Ø¸·Ó╝"
  b"7ÚÃ╝\x1CóH¦è+ Ø¸·Ó╝"
  b"7ÚÃ╝\x1CóH¦è+ Ø¸·Ó╝"
]
42 0.06 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%"
  "%|37e9c7bc1ca248dd8a2bff9df7fae0bc|%"
  2
  4
]
43 0.02 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%"
  "%|37e9c7bc1ca248dd8a2bff9df7fae0bc|%"
  4
  true
  true
]
44 0.05 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"¤èœ¬§¹Mרû/þTâàð"
  b"7ÚÃ╝\x1CóH¦è+ Ø¸·Ó╝"
]
45 0.02 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"¤èœ¬§¹Mרû/þTâàð"
  b"¤èœ¬§¹Mרû/þTâàð"
  b"¤èœ¬§¹Mרû/þTâàð"
]
46 0.08 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%"
  "%|a4e89caca7b94dd7a8fb2ffe54e2e0f0|%"
  1
  4
]
47 0.02 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%"
  "%|a4e89caca7b94dd7a8fb2ffe54e2e0f0|%"
  4
  true
  true
]
48 0.05 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"¤èœ¬§¹Mרû/þTâàð"
]
49 0.24 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"Ò(ÇE2ìL\x08á╦ë °£@*"
  b"Ò(ÇE2ìL\x08á╦ë °£@*"
  b"¤èœ¬§¹Mרû/þTâàð"
]
50 0.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`.`id` IN (?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"""
    \n
    k3\x1C]2Eüï²qÔ\x0FÚ\x7F¼
    """
  b"""
    ŒF\x1Ee(ÌM…º3•\n
    Ð"’X
    """
  b"–/Æ„åfKï¸Ä’ Ðfã+"
  b"«ª\x15qÜ%DG U%\x05Š(£I"
  b"═ü\x01õ╠ªI;▓«ö5£FíÊ"
  b"Ò(ÇE2ìL\x08á╦ë °£@*"
  b"¤èœ¬§¹Mרû/þTâàð"
]
51 0.03 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"inÚ´\tª@\x0EŸvéTq½Èí"
]
52 0.06 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"0L\rÜnFKFØäÿ\x07I)\x14("
  b"\x01És!X┴q(é▓}Ö├á³\x1A"
]
53 0.05 ms
# app-scripts::refresh::read
SELECT `app`.`id` AS `app.id`, `app`.`name` AS `app.name`, `app`.`path` AS `app.path`, `app`.`author` AS `app.author`, `app`.`copyright` AS `app.copyright`, `app`.`license` AS `app.license`, `app`.`active` AS `app.active`, `app`.`configurable` AS `app.configurable`, `app`.`privacy` AS `app.privacy`, `app`.`version` AS `app.version`, `app`.`icon` AS `app.iconRaw`, `app`.`app_secret` AS `app.appSecret`, `app`.`modules` AS `app.modules`, `app`.`main_module` AS `app.mainModule`, `app`.`cookies` AS `app.cookies`, `app`.`allow_disable` AS `app.allowDisable`, `app`.`base_app_url` AS `app.baseAppUrl`, `app`.`allowed_hosts` AS `app.allowedHosts`, `app`.`template_load_priority` AS `app.templateLoadPriority`, `app`.`integration_id` AS `app.integrationId`, `app.integration`.`id` AS `app.integration.id`, `app.integration`.`label` AS `app.integration.label`, `app.integration`.`access_key` AS `app.integration.accessKey`, `app.integration`.`secret_access_key` AS `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` AS `app.integration.lastUsageAt`, `app.integration`.`admin` AS `app.integration.admin`, `app.integration`.`custom_fields` AS `app.integration.customFields`, `app.integration`.`deleted_at` AS `app.integration.deletedAt`, `app.integration`.`write_access` AS `app.integration.writeAccess`, `app.integration`.`created_at` AS `app.integration.createdAt`, `app.integration`.`updated_at` AS `app.integration.updatedAt`, `app`.`acl_role_id` AS `app.aclRoleId`, `app.aclRole`.`id` AS `app.aclRole.id`, `app.aclRole`.`name` AS `app.aclRole.name`, `app.aclRole`.`description` AS `app.aclRole.description`, `app.aclRole`.`privileges` AS `app.aclRole.privileges`, `app.aclRole`.`deleted_at` AS `app.aclRole.deletedAt`, `app.aclRole`.`created_at` AS `app.aclRole.createdAt`, `app.aclRole`.`updated_at` AS `app.aclRole.updatedAt`, `app`.`created_at` AS `app.createdAt`, `app`.`updated_at` AS `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) AS `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) AS `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) AS `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) AS `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label AS `app.translation.label`, `app.translation`.description AS `app.translation.description`, `app.translation`.privacy_policy_extensions AS `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields AS `app.translation.customFields`, `app.translation`.created_at AS `app.translation.createdAt`, `app.translation`.updated_at AS `app.translation.updatedAt`, `app.translation`.app_id AS `app.translation.appId`, `app.translation`.language_id AS `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE (`app`.`active` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
54 0.02 ms
SELECT LOWER(HEX(`script`.`app_id`)) AS `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
55 0.01 ms
SELECT LOWER(HEX(`script`.`app_id`)) AS `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
56 0.02 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"inÚ´\tª@\x0EŸvéTq½Èí"
]
57 0.05 ms
# generic-page::payment-methods::read
SELECT `payment_method`.`id` AS `payment_method.id`, `payment_method`.`plugin_id` AS `payment_method.pluginId`, `payment_method`.`handler_identifier` AS `payment_method.handlerIdentifier`, `payment_method`.`position` AS `payment_method.position`, `payment_method`.`active` AS `payment_method.active`, `payment_method`.`after_order_enabled` AS `payment_method.afterOrderEnabled`, `payment_method`.`availability_rule_id` AS `payment_method.availabilityRuleId`, `payment_method`.`media_id` AS `payment_method.mediaId`, `payment_method.appPaymentMethod`.`id` AS `payment_method.appPaymentMethod.id`, `payment_method.appPaymentMethod`.`app_name` AS `payment_method.appPaymentMethod.appName`, `payment_method.appPaymentMethod`.`identifier` AS `payment_method.appPaymentMethod.identifier`, `payment_method.appPaymentMethod`.`pay_url` AS `payment_method.appPaymentMethod.payUrl`, `payment_method.appPaymentMethod`.`finalize_url` AS `payment_method.appPaymentMethod.finalizeUrl`, `payment_method.appPaymentMethod`.`validate_url` AS `payment_method.appPaymentMethod.validateUrl`, `payment_method.appPaymentMethod`.`capture_url` AS `payment_method.appPaymentMethod.captureUrl`, `payment_method.appPaymentMethod`.`refund_url` AS `payment_method.appPaymentMethod.refundUrl`, `payment_method.appPaymentMethod`.`recurring_url` AS `payment_method.appPaymentMethod.recurringUrl`, `payment_method.appPaymentMethod`.`app_id` AS `payment_method.appPaymentMethod.appId`, `payment_method.appPaymentMethod`.`original_media_id` AS `payment_method.appPaymentMethod.originalMediaId`, `payment_method.appPaymentMethod`.`payment_method_id` AS `payment_method.appPaymentMethod.paymentMethodId`, `payment_method.appPaymentMethod`.`created_at` AS `payment_method.appPaymentMethod.createdAt`, `payment_method.appPaymentMethod`.`updated_at` AS `payment_method.appPaymentMethod.updatedAt`, `payment_method`.`technical_name` AS `payment_method.technicalName`, `payment_method`.`created_at` AS `payment_method.createdAt`, `payment_method`.`updated_at` AS `payment_method.updatedAt`, `payment_method.media`.`id` AS `payment_method.media.id`, `payment_method.media`.`user_id` AS `payment_method.media.userId`, `payment_method.media`.`media_folder_id` AS `payment_method.media.mediaFolderId`, `payment_method.media`.`mime_type` AS `payment_method.media.mimeType`, `payment_method.media`.`file_extension` AS `payment_method.media.fileExtension`, `payment_method.media`.`uploaded_at` AS `payment_method.media.uploadedAt`, `payment_method.media`.`file_name` AS `payment_method.media.fileName`, `payment_method.media`.`file_size` AS `payment_method.media.fileSize`, `payment_method.media`.`media_type` AS `payment_method.media.mediaTypeRaw`, `payment_method.media`.`meta_data` AS `payment_method.media.metaData`, `payment_method.media`.`config` AS `payment_method.media.config`, `payment_method.media`.`path` AS `payment_method.media.path`, `payment_method.media`.`private` AS `payment_method.media.private`, `payment_method.media`.`thumbnails_ro` AS `payment_method.media.thumbnailsRo`, `payment_method.media`.`created_at` AS `payment_method.media.createdAt`, `payment_method.media`.`updated_at` AS `payment_method.media.updatedAt`, `payment_method.media.translation.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"¬î«f-═CÿØô#ò í┌\x04"
]
58 0.04 ms
# app-scripts::refresh::read
SELECT `app`.`id` AS `app.id`, `app`.`name` AS `app.name`, `app`.`path` AS `app.path`, `app`.`author` AS `app.author`, `app`.`copyright` AS `app.copyright`, `app`.`license` AS `app.license`, `app`.`active` AS `app.active`, `app`.`configurable` AS `app.configurable`, `app`.`privacy` AS `app.privacy`, `app`.`version` AS `app.version`, `app`.`icon` AS `app.iconRaw`, `app`.`app_secret` AS `app.appSecret`, `app`.`modules` AS `app.modules`, `app`.`main_module` AS `app.mainModule`, `app`.`cookies` AS `app.cookies`, `app`.`allow_disable` AS `app.allowDisable`, `app`.`base_app_url` AS `app.baseAppUrl`, `app`.`allowed_hosts` AS `app.allowedHosts`, `app`.`template_load_priority` AS `app.templateLoadPriority`, `app`.`integration_id` AS `app.integrationId`, `app.integration`.`id` AS `app.integration.id`, `app.integration`.`label` AS `app.integration.label`, `app.integration`.`access_key` AS `app.integration.accessKey`, `app.integration`.`secret_access_key` AS `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` AS `app.integration.lastUsageAt`, `app.integration`.`admin` AS `app.integration.admin`, `app.integration`.`custom_fields` AS `app.integration.customFields`, `app.integration`.`deleted_at` AS `app.integration.deletedAt`, `app.integration`.`write_access` AS `app.integration.writeAccess`, `app.integration`.`created_at` AS `app.integration.createdAt`, `app.integration`.`updated_at` AS `app.integration.updatedAt`, `app`.`acl_role_id` AS `app.aclRoleId`, `app.aclRole`.`id` AS `app.aclRole.id`, `app.aclRole`.`name` AS `app.aclRole.name`, `app.aclRole`.`description` AS `app.aclRole.description`, `app.aclRole`.`privileges` AS `app.aclRole.privileges`, `app.aclRole`.`deleted_at` AS `app.aclRole.deletedAt`, `app.aclRole`.`created_at` AS `app.aclRole.createdAt`, `app.aclRole`.`updated_at` AS `app.aclRole.updatedAt`, `app`.`created_at` AS `app.createdAt`, `app`.`updated_at` AS `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) AS `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) AS `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) AS `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) AS `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label AS `app.translation.label`, `app.translation`.description AS `app.translation.description`, `app.translation`.privacy_policy_extensions AS `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields AS `app.translation.customFields`, `app.translation`.created_at AS `app.translation.createdAt`, `app.translation`.updated_at AS `app.translation.updatedAt`, `app.translation`.app_id AS `app.translation.appId`, `app.translation`.language_id AS `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE (`app`.`active` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
59 0.02 ms
SELECT LOWER(HEX(`script`.`app_id`)) AS `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
60 0.01 ms
SELECT LOWER(HEX(`script`.`app_id`)) AS `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
61 0.39 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"Ò(ÇE2ìL\x08á╦ë °£@*"
]
62 0.03 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\x03‘bð{òª¯e\x11nlÿö"
]
63 0.05 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\x03‘bð{òª¯e\x11nlÿö"
]
64 0.04 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\x03‘ncv˜®J,1 \x0E®ë"
]
65 0.03 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"\x01æ\x03æ¼Pvúï█\x01Øvõ¥ø"
  b"\x01\x03‘Ó(qõ«\x1DΘ<ç³~"
  b"\x01\x03‘áÊuѽ<Š\x0EϤ\x01-"
]
66 0.02 ms
# product-listing::load-sortings::search-ids
SELECT `product_sorting`.`id` FROM `product_sorting` WHERE (`product_sorting`.`active` = ?) ORDER BY `product_sorting`.`priority` DESC
Parameters:
[
  true
]
67 0.03 ms
# product-listing::load-sortings::read
SELECT `product_sorting`.`id` AS `product_sorting.id`, `product_sorting`.`locked` AS `product_sorting.locked`, `product_sorting`.`url_key` AS `product_sorting.key`, `product_sorting`.`priority` AS `product_sorting.priority`, `product_sorting`.`active` AS `product_sorting.active`, `product_sorting`.`fields` AS `product_sorting.fields`, `product_sorting`.`created_at` AS `product_sorting.createdAt`, `product_sorting`.`updated_at` AS `product_sorting.updatedAt`, `product_sorting.translation.label`, COALESCE(`product_sorting.translation.label`,`product_sorting.translation.label`) AS `product_sorting.label`, `product_sorting.translation.createdAt`, `product_sorting.translation.updatedAt`, `product_sorting.translation.productSortingId`, `product_sorting.translation.languageId` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation`.product_sorting_id, `product_sorting.translation`.label AS `product_sorting.translation.label`, `product_sorting.translation`.created_at AS `product_sorting.translation.createdAt`, `product_sorting.translation`.updated_at AS `product_sorting.translation.updatedAt`, `product_sorting.translation`.product_sorting_id AS `product_sorting.translation.productSortingId`, `product_sorting.translation`.language_id AS `product_sorting.translation.languageId` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation`.language_id = ?) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation`.`product_sorting_id` = `product_sorting`.`id` WHERE `product_sorting`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\t\x1DuÜK\f¡UYuì\x1E1D"
  b"Ã<g"‹@C\x16¾ƒKï•\rH""
  b"¸,Ø\ruV@7žÔRMZ½U\x08"
  b"\x01É\x06óÙC}ûÖ¶┬'\r.;`"
  b"\x01É\x06ñ\x00 s\x04ôfí┌¿Zup"
  b"9’K\x0E\x11@¬„õ\x17L\t$‰”"
  b"-Þu\x1DÚ¸IþÉN\x0Fqåù²S"
  b"|ÝbæÞJìˆL#‰dÆÞ}"
]
68 0.11 ms
# product-listing-route::category-loading::search-ids
SELECT `category`.`id`, `category`.`auto_increment` FROM `category` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?)) LIMIT 1
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"Ò(ÇE2ìL\x08á╦ë °£@*"
]
69 0.04 ms
# product-listing-route::category-loading::read
SELECT `category`.`id` AS `category.id`, `category`.`version_id` AS `category.versionId`, `category`.`product_assignment_type` AS `category.productAssignmentType`, `category`.`product_stream_id` AS `category.productStreamId` FROM `category` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"Ò(ÇE2ìL\x08á╦ë °£@*"
]
70 9.41 ms
# product-listing-route::loading::search-ids
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?))) GROUP BY `product`.`display_group` ORDER BY MAX(IFNULL(`product`.`release_date`, `product.parent`.`release_date`)) DESC, MIN(`product`.`id`) ASC LIMIT 24
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"inÚ´\tª@\x0EŸvéTq½Èí"
  true
  b"Ò(ÇE2ìL\x08á╦ë °£@*"
  null
]
71 7.86 ms
SELECT COUNT(*) FROM (# product-listing-route::loading::search-ids
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?))) GROUP BY `product`.`display_group`) total
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"inÚ´\tª@\x0EŸvéTq½Èí"
  true
  b"Ò(ÇE2ìL\x08á╦ë °£@*"
  null
]
72 7.32 ms
# product-listing-route::loading::aggregation::manufacturer
SELECT LOWER(HEX(IFNULL(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`))) AS `manufacturer` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?))) GROUP BY IFNULL(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`)
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"inÚ´\tª@\x0EŸvéTq½Èí"
  true
  b"Ò(ÇE2ìL\x08á╦ë °£@*"
  null
]
73 0.34 ms
# manufacturer-aggregation::read
SELECT `product_manufacturer`.`id` AS `product_manufacturer.id`, `product_manufacturer`.`version_id` AS `product_manufacturer.versionId`, `product_manufacturer`.`media_id` AS `product_manufacturer.mediaId`, `product_manufacturer`.`link` AS `product_manufacturer.link`, `product_manufacturer`.`created_at` AS `product_manufacturer.createdAt`, `product_manufacturer`.`updated_at` AS `product_manufacturer.updatedAt`, `product_manufacturer.translation.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` FROM `product_manufacturer` LEFT JOIN (SELECT `product_manufacturer.translation`.product_manufacturer_id, `product_manufacturer.translation`.product_manufacturer_version_id, `product_manufacturer.translation`.name AS `product_manufacturer.translation.name`, `product_manufacturer.translation`.description AS `product_manufacturer.translation.description`, `product_manufacturer.translation`.custom_fields AS `product_manufacturer.translation.customFields`, `product_manufacturer.translation`.created_at AS `product_manufacturer.translation.createdAt`, `product_manufacturer.translation`.updated_at AS `product_manufacturer.translation.updatedAt`, `product_manufacturer.translation`.product_manufacturer_id AS `product_manufacturer.translation.productManufacturerId`, `product_manufacturer.translation`.language_id AS `product_manufacturer.translation.languageId`, `product_manufacturer.translation`.product_manufacturer_version_id AS `product_manufacturer.translation.productManufacturerVersionId` 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 WHERE (`product_manufacturer`.`version_id` = ?) AND (`product_manufacturer`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01É;\x10\vs\x10Æ\x1FÀ\e÷½ØC"
  b"\x01É┐*¬îs\x07ÀÚ=p┘².G"
  b"\x01É┐+$³pwñ´Cbgöj%"
  b"\x01É┐+q¡q$æÛ>Aä»ÿõ"
  b"\x1Aë;à çC›•\x05^n\x02qïó"
  b"!@â‹xÈAj¼:jš¨\x10íl"
  b"BI…PðèHÎŒ•z+½A±¥"
  b"Q€ºÇ\x17ÛAO²{Z³ÅÝqâ"
  b"i,ï9¬ÍBt˜¥¬ásÏ¡X"
  b"’—Þ\x00ü\x18D*šjò0¶n\x12¼"
  b"À±ÌFnÆD*± "\vÚ2H\x13"
  b"ÌÂsñl¡F<ŸÓ_bËf&U"
  b"Îâèè\x03ÃMËüyî"eûíÛ"
  b"àÀÆ}^äC\x1E£ÀŠ“ð\x1D"
  b"ó„…Š?ÀI\x16¾Ç|ÃÊ3–6"
]
74 22.05 ms
# product-listing-route::loading::aggregation::price
SELECT MIN(IFNULL(COALESCE((ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule0c195c00e5cb47069c055f122a6ac0d4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule3858957016644de4ae48c0500bf3ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule8388d9f5fa894f8a9f4e704c51312b39.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulee1378db7808a478f919e0d740d5d6c1a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule01918981045473069d236265394621a9.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule2417565d2a56457f81d3bb55abb9a9ab.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule65c31db430404ea9a1b6e4dba13e07c7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule6f7d363166ab40379601e1e25057307e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100)), COALESCE((ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule0c195c00e5cb47069c055f122a6ac0d4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule3858957016644de4ae48c0500bf3ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule8388d9f5fa894f8a9f4e704c51312b39.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulee1378db7808a478f919e0d740d5d6c1a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule01918981045473069d236265394621a9.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule2417565d2a56457f81d3bb55abb9a9ab.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule65c31db430404ea9a1b6e4dba13e07c7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule6f7d363166ab40379601e1e25057307e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100)))) AS `price.min`, MAX(IFNULL(COALESCE((ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule0c195c00e5cb47069c055f122a6ac0d4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule3858957016644de4ae48c0500bf3ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule8388d9f5fa894f8a9f4e704c51312b39.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulee1378db7808a478f919e0d740d5d6c1a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule01918981045473069d236265394621a9.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule2417565d2a56457f81d3bb55abb9a9ab.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule65c31db430404ea9a1b6e4dba13e07c7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule6f7d363166ab40379601e1e25057307e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100)), COALESCE((ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule0c195c00e5cb47069c055f122a6ac0d4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule3858957016644de4ae48c0500bf3ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule8388d9f5fa894f8a9f4e704c51312b39.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulee1378db7808a478f919e0d740d5d6c1a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule01918981045473069d236265394621a9.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule2417565d2a56457f81d3bb55abb9a9ab.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule65c31db430404ea9a1b6e4dba13e07c7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule6f7d363166ab40379601e1e25057307e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100)))) AS `price.max` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"inÚ´\tª@\x0EŸvéTq½Èí"
  true
  b"Ò(ÇE2ìL\x08á╦ë °£@*"
  null
]
75 7.79 ms
# product-listing-route::loading::aggregation::rating-exists
SELECT MAX(IFNULL(`product`.`rating_average`, `product.parent`.`rating_average`)) AS `rating` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?))) AND (((IFNULL(`product`.`rating_average`, `product.parent`.`rating_average`) >= ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"inÚ´\tª@\x0EŸvéTq½Èí"
  true
  b"Ò(ÇE2ìL\x08á╦ë °£@*"
  null
  0
]
76 6.98 ms
# product-listing-route::loading::aggregation::shipping-free-filter
SELECT MAX(IFNULL(`product`.`shipping_free`, `product.parent`.`shipping_free`)) AS `shipping-free` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?))) AND ((IFNULL(`product`.`shipping_free`, `product.parent`.`shipping_free`) = ?))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"inÚ´\tª@\x0EŸvéTq½Èí"
  true
  b"Ò(ÇE2ìL\x08á╦ë °£@*"
  null
  true
]
77 7.39 ms
# product-listing-route::loading::aggregation::properties
SELECT LOWER(HEX(`product.properties`.`id`)) AS `properties.key`, COUNT(`product`.`id`) AS `properties.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `product_property` `product.properties.mapping` ON `product`.`properties` = `product.properties.mapping`.`product_id`  AND `product`.`version_id` = `product.properties.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` LEFT JOIN `property_group_option` `product.properties` ON `product.properties.mapping`.`property_group_option_id` = `product.properties`.`id`  WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?))) GROUP BY `product.properties`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"inÚ´\tª@\x0EŸvéTq½Èí"
  true
  b"Ò(ÇE2ìL\x08á╦ë °£@*"
  null
]
78 8.89 ms
# product-listing-route::loading::aggregation::options
SELECT LOWER(HEX(`product.options`.`id`)) AS `options.key`, COUNT(`product`.`id`) AS `options.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `product_option` `product.options.mapping` ON `product`.`id` = `product.options.mapping`.`product_id`  AND `product`.`version_id` = `product.options.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` LEFT JOIN `property_group_option` `product.options` ON `product.options.mapping`.`property_group_option_id` = `product.options`.`id`  WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?))) GROUP BY `product.options`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"inÚ´\tª@\x0EŸvéTq½Èí"
  true
  b"Ò(ÇE2ìL\x08á╦ë °£@*"
  null
]
79 0.28 ms
# product-listing-loader::resolve-previews
            SELECT
                parent.variant_listing_config AS variantListingConfig,
                LOWER(HEX(child.id)) AS id,
                LOWER(HEX(parent.id)) AS parentId
             FROM product AS child
                INNER JOIN product AS parent
                    ON parent.id = child.parent_id
                    AND parent.version_id = child.version_id
             WHERE child.version_id = ?
             AND child.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x07„}édŒC¹Ž&ÕûÎ$tq"
  b"\x15\x11æ6\x13jCEì·®%\x14M\tÓ"
  b";Ö~\x08å\rB{ Õê‹Õz”m"
  b"Å/W5\x04┘O¶ç³└Ѳf³,"
  b"‘V\x03–nBG­§gæ]—¬Ö!"
  b"\x01•®8a†pp®z6Š—có\r"
  b"\x07þë»d\x1DCR®8\x14¹‚ï \x18"
  b"\v\x16”¿˜ôAª–ðö×jÝÍê"
  b"\x18`½ì€ð@ãºlD¨O*%:"
  b"\x12ʾ¶O\x7F£KÉÂ-\x1C"
  b"""
    +×JZª\n
    Cü®Ð,È *L»
    """
  b",dÑj\x04ý@r§«u\e“óMÖ"
  b"\x0F_àÇB±¿ÓÄD\x1CÇ\x01^"
  b"-³ÛÊÌ\tFÔ©“Œ\x1ETïÃò"
  b".ÆJ¾m|CØ‚û“œ•‘q\x1D"
  b"7@\Ù–UG]žŽàôÞ\x1Fǯ"
  b"BÙ}gÙîA†¾µ´>OP'ƒ"
  b"l+p7q\x1FG»°\x1CG3U·’æ"
  b"É7┼¿0ÊGFá« Ðÿgtø"
  b"ȧ$\x15øeO«ø0YÕü\x05B5"
  b"æg}£™\x03A‚˜0g6Œûa\r"
  b"\x008KUûçGαGNZ€úñ÷"
  b"\x00p°µ¶MHà·ˆûÞK\x00\x12Ô"
  b"\x01Å\x0Fc©²r\x02èÎâ[Êâ\x06m"
]
80 0.25 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%"
  30
  b"inÚ´\tª@\x0EŸvéTq½Èí"
  true
  b"\x01Å\x0F]\x07\wûñó\x18Ó'«\eØ"
  b"\x10SÅ/¥êCfé/Ú\x17ßÎAÒ"
  b"ki£MΫM\f¯º¬Ë\x06‰?\x12"
]
81 0.40 ms
# product-listing-route::loading::search-ids
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) GROUP BY `product`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  10
  b"inÚ´\tª@\x0EŸvéTq½Èí"
  true
  b"\x10SÅ/¥êCfé/Ú\x17ßÎAÒ"
  b"\x15\x11æ6\x13jCEì·®%\x14M\tÓ"
  b";Ö~\x08å\rB{ Õê‹Õz”m"
  b"Å/W5\x04┘O¶ç³└Ѳf³,"
  b"‘V\x03–nBG­§gæ]—¬Ö!"
  b"\x01•®8a†pp®z6Š—có\r"
  b"\x07þë»d\x1DCR®8\x14¹‚ï \x18"
  b"\v\x16”¿˜ôAª–ðö×jÝÍê"
  b"\x18`½ì€ð@ãºlD¨O*%:"
  b"\x12ʾ¶O\x7F£KÉÂ-\x1C"
  b"""
    +×JZª\n
    Cü®Ð,È *L»
    """
  b",dÑj\x04ý@r§«u\e“óMÖ"
  b"\x0F_àÇB±¿ÓÄD\x1CÇ\x01^"
  b"-³ÛÊÌ\tFÔ©“Œ\x1ETïÃò"
  b".ÆJ¾m|CØ‚û“œ•‘q\x1D"
  b"7@\Ù–UG]žŽàôÞ\x1Fǯ"
  b"BÙ}gÙîA†¾µ´>OP'ƒ"
  b"l+p7q\x1FG»°\x1CG3U·’æ"
  b"É7┼¿0ÊGFá« Ðÿgtø"
  b"ȧ$\x15øeO«ø0YÕü\x05B5"
  b"æg}£™\x03A‚˜0g6Œûa\r"
  b"\x008KUûçGαGNZ€úñ÷"
  b"\x00p°µ¶MHà·ˆûÞK\x00\x12Ô"
  b"\x01Å\x0F]\x07\wûñó\x18Ó'«\eØ"
]
82 2.88 ms
# product-listing-route::loading::read
SELECT `product`.`id` AS `product.id`, `product`.`version_id` AS `product.versionId`, `product`.`parent_id` AS `product.parentId`, `product`.`parent_version_id` AS `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) AS `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) AS `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) AS `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) AS `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) AS `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) AS `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) AS `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) AS `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) AS `product.canonicalProductId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) AS `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) AS `product.cmsPageVersionId`, `product.parent`.`price` AS `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) AS `product.price`, `product`.`product_number` AS `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) AS `product.restockTime`, `product`.`auto_increment` AS `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) AS `product.active`, `product`.`available` AS `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) AS `product.isCloseout`, `product`.`display_group` AS `product.displayGroup`, `product.parent`.`variant_listing_config` AS `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) AS `product.variantListingConfig`, `product`.`variant_restrictions` AS `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) AS `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) AS `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) AS `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) AS `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) AS `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) AS `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) AS `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) AS `product.shippingFree`, `product.parent`.`purchase_prices` AS `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) AS `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) AS `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) AS `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) AS `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) AS `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) AS `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) AS `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) AS `product.ratingAverage`, `product.parent`.`category_tree` AS `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) AS `product.categoryTree`, `product.parent`.`property_ids` AS `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) AS `product.propertyIds`, `product.parent`.`option_ids` AS `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) AS `product.optionIds`, `product.parent`.`stream_ids` AS `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) AS `product.streamIds`, `product.parent`.`tag_ids` AS `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) AS `product.tagIds`, `product.parent`.`category_ids` AS `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) AS `product.categoryIds`, `product`.`child_count` AS `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) AS `product.customFieldSetSelectionActive`, `product`.`sales` AS `product.sales`, `product`.`states` AS `product.states`, `product.tax`.`id` AS `product.tax.id`, `product.tax`.`tax_rate` AS `product.tax.taxRate`, `product.tax`.`name` AS `product.tax.name`, `product.tax`.`position` AS `product.tax.position`, `product.tax`.`custom_fields` AS `product.tax.customFields`, `product.tax`.`created_at` AS `product.tax.createdAt`, `product.tax`.`updated_at` AS `product.tax.updatedAt`, `product`.`available_stock` AS `product.availableStock`, `product`.`stock` AS `product.stock`, `product.parent`.`cheapest_price` AS `product.cheapestPrice.inherited`, COALESCE(`product`.`cheapest_price`, `product.parent`.`cheapest_price`) AS `product.cheapestPrice`, `product`.`created_at` AS `product.createdAt`, `product`.`updated_at` AS `product.updatedAt`, `product.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`, (SELECT GROUP_CONCAT(HEX(`product.options.mapping`.`property_group_option_id`) SEPARATOR '||')
                  FROM `product_option` `product.options.mapping`
                  WHERE `product.options.mapping`.`product_id` = `product`.`id` ) AS `product.options.id_mapping`, `product.unit`.`id` AS `product.unit.id`, `product.unit`.`created_at` AS `product.unit.createdAt`, `product.unit`.`updated_at` AS `product.unit.updatedAt`, `product.unit.translation.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.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`, `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_manufacturer` `product.manufacturer` ON `product`.`manufacturer` = `product.manufacturer`.`id` AND IFNULL(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) = `product.manufacturer`.`version_id` LEFT JOIN `unit` `product.unit` ON `product`.`unit` = `product.unit`.`id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product`.`deliveryTime` = `product.deliveryTime`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`cover` = `product.cover`.`id` AND IFNULL(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) = `product.cover`.`version_id` LEFT JOIN (SELECT `product.manufacturer.translation`.product_manufacturer_id, `product.manufacturer.translation`.product_manufacturer_version_id, `product.manufacturer.translation`.name AS `product.manufacturer.translation.name`, `product.manufacturer.translation`.description AS `product.manufacturer.translation.description`, `product.manufacturer.translation`.custom_fields AS `product.manufacturer.translation.customFields`, `product.manufacturer.translation`.created_at AS `product.manufacturer.translation.createdAt`, `product.manufacturer.translation`.updated_at AS `product.manufacturer.translation.updatedAt`, `product.manufacturer.translation`.product_manufacturer_id AS `product.manufacturer.translation.productManufacturerId`, `product.manufacturer.translation`.language_id AS `product.manufacturer.translation.languageId`, `product.manufacturer.translation`.product_manufacturer_version_id AS `product.manufacturer.translation.productManufacturerVersionId` 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` 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` 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"\x10SÅ/¥êCfé/Ú\x17ßÎAÒ"
  b"\x15\x11æ6\x13jCEì·®%\x14M\tÓ"
  b";Ö~\x08å\rB{ Õê‹Õz”m"
  b"Å/W5\x04┘O¶ç³└Ѳf³,"
  b"‘V\x03–nBG­§gæ]—¬Ö!"
  b"\x01•®8a†pp®z6Š—có\r"
  b"\x07þë»d\x1DCR®8\x14¹‚ï \x18"
  b"\v\x16”¿˜ôAª–ðö×jÝÍê"
  b"\x18`½ì€ð@ãºlD¨O*%:"
  b"\x12ʾ¶O\x7F£KÉÂ-\x1C"
  b"""
    +×JZª\n
    Cü®Ð,È *L»
    """
  b",dÑj\x04ý@r§«u\e“óMÖ"
  b"\x0F_àÇB±¿ÓÄD\x1CÇ\x01^"
  b"-³ÛÊÌ\tFÔ©“Œ\x1ETïÃò"
  b".ÆJ¾m|CØ‚û“œ•‘q\x1D"
  b"7@\Ù–UG]žŽàôÞ\x1Fǯ"
  b"BÙ}gÙîA†¾µ´>OP'ƒ"
  b"l+p7q\x1FG»°\x1CG3U·’æ"
  b"É7┼¿0ÊGFá« Ðÿgtø"
  b"ȧ$\x15øeO«ø0YÕü\x05B5"
  b"æg}£™\x03A‚˜0g6Œûa\r"
  b"\x008KUûçGαGNZ€úñ÷"
  b"\x00p°µ¶MHà·ˆûÞK\x00\x12Ô"
  b"\x01Å\x0F]\x07\wûñó\x18Ó'«\eØ"
]
83 0.44 ms
# product-listing-route::loading::association::options::read
SELECT `property_group_option`.`id` AS `property_group_option.id`, `property_group_option`.`property_group_id` AS `property_group_option.groupId`, `property_group_option`.`color_hex_code` AS `property_group_option.colorHexCode`, `property_group_option`.`media_id` AS `property_group_option.mediaId`, `property_group_option`.`created_at` AS `property_group_option.createdAt`, `property_group_option`.`updated_at` AS `property_group_option.updatedAt`, `property_group_option.group`.`id` AS `property_group_option.group.id`, `property_group_option.group`.`display_type` AS `property_group_option.group.displayType`, `property_group_option.group`.`sorting_type` AS `property_group_option.group.sortingType`, `property_group_option.group`.`filterable` AS `property_group_option.group.filterable`, `property_group_option.group`.`visible_on_product_detail_page` AS `property_group_option.group.visibleOnProductDetailPage`, `property_group_option.group`.`created_at` AS `property_group_option.group.createdAt`, `property_group_option.group`.`updated_at` AS `property_group_option.group.updatedAt`, `property_group_option.group.translation.name`, COALESCE(`property_group_option.group.translation.name`,`property_group_option.group.translation.name`) AS `property_group_option.group.name`, `property_group_option.group.translation.description`, COALESCE(`property_group_option.group.translation.description`,`property_group_option.group.translation.description`) AS `property_group_option.group.description`, `property_group_option.group.translation.position`, COALESCE(`property_group_option.group.translation.position`,`property_group_option.group.translation.position`) AS `property_group_option.group.position`, `property_group_option.group.translation.customFields`, COALESCE(`property_group_option.group.translation.customFields`,`property_group_option.group.translation.customFields`) AS `property_group_option.group.customFields`, `property_group_option.group.translation.createdAt`, `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation.languageId`, `property_group_option.translation.name`, COALESCE(`property_group_option.translation.name`,`property_group_option.translation.name`) AS `property_group_option.name`, `property_group_option.translation.position`, COALESCE(`property_group_option.translation.position`,`property_group_option.translation.position`) AS `property_group_option.position`, `property_group_option.translation.customFields`, COALESCE(`property_group_option.translation.customFields`,`property_group_option.translation.customFields`) AS `property_group_option.customFields`, `property_group_option.translation.createdAt`, `property_group_option.translation.updatedAt`, `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation.languageId` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.translation`.property_group_option_id, `property_group_option.translation`.name AS `property_group_option.translation.name`, `property_group_option.translation`.position AS `property_group_option.translation.position`, `property_group_option.translation`.custom_fields AS `property_group_option.translation.customFields`, `property_group_option.translation`.created_at AS `property_group_option.translation.createdAt`, `property_group_option.translation`.updated_at AS `property_group_option.translation.updatedAt`, `property_group_option.translation`.property_group_option_id AS `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation`.language_id AS `property_group_option.translation.languageId` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation`.language_id = ?) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation`.`property_group_option_id` = `property_group_option`.`id` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN (SELECT `property_group_option.group.translation`.property_group_id, `property_group_option.group.translation`.name AS `property_group_option.group.translation.name`, `property_group_option.group.translation`.description AS `property_group_option.group.translation.description`, `property_group_option.group.translation`.position AS `property_group_option.group.translation.position`, `property_group_option.group.translation`.custom_fields AS `property_group_option.group.translation.customFields`, `property_group_option.group.translation`.created_at AS `property_group_option.group.translation.createdAt`, `property_group_option.group.translation`.updated_at AS `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation`.property_group_id AS `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation`.language_id AS `property_group_option.group.translation.languageId` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation`.language_id = ?) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation`.`property_group_id` = `property_group_option.group`.`id` WHERE `property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x02?ðó½ZK2ØYì\x01ÐhÖÉ"
  b"0EÂÅœ\tIHº&ã˼Þ`Ù"
  b"Y—Ù\x1DÀxI—½ïhßÅ ‰\x12"
  b"\x01;gÖM:’·¢uÚŠôA"
  b"\x01;gÖM:’·¢uÚŠôA"
  b"Y—Ù\x1DÀxI—½ïhßÅ ‰\x12"
  b"=ü¨ý{\x01CñÁϺ#Zç\eH"
  b"(=&L&7IC£Í\x1F{U\x19\x1CŠ"
  b"Y—Ù\x1DÀxI—½ïhßÅ ‰\x12"
  b"\x01;gÖM:’·¢uÚŠôA"
  b"Y—Ù\x1DÀxI—½ïhßÅ ‰\x12"
  b"üAW\x18\x7FçG’°~*‹sôÿ^"
  b"Y—Ù\x1DÀxI—½ïhßÅ ‰\x12"
  b"=ü¨ý{\x01CñÁϺ#Zç\eH"
  b"(=&L&7IC£Í\x1F{U\x19\x1CŠ"
  b"\x01;gÖM:’·¢uÚŠôA"
  b"=ü¨ý{\x01CñÁϺ#Zç\eH"
  b"(=&L&7IC£Í\x1F{U\x19\x1CŠ"
  b"¬ýu†Ð(Hñ¬€\x1FGvï¤\x14"
  b"Y—Ù\x1DÀxI—½ïhßÅ ‰\x12"
  b"Y—Ù\x1DÀxI—½ïhßÅ ‰\x12"
  b"=ü¨ý{\x01CñÁϺ#Zç\eH"
  b"üAW\x18\x7FçG’°~*‹sôÿ^"
]
84 0.22 ms
# product-listing-route::loading::association::prices::read
SELECT `product_price`.`id` AS `product_price.id`, `product_price`.`version_id` AS `product_price.versionId`, `product_price`.`product_id` AS `product_price.productId`, `product_price`.`product_version_id` AS `product_price.productVersionId`, `product_price`.`rule_id` AS `product_price.ruleId`, `product_price`.`price` AS `product_price.price`, `product_price`.`quantity_start` AS `product_price.quantityStart`, `product_price`.`quantity_end` AS `product_price.quantityEnd`, `product_price`.`custom_fields` AS `product_price.customFields`, `product_price`.`created_at` AS `product_price.createdAt`, `product_price`.`updated_at` AS `product_price.updatedAt` FROM `product_price` WHERE (`product_price`.`version_id` = ?) AND ((`product_price`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x008KUûçGαGNZ€úñ÷"
  b"\x00p°µ¶MHà·ˆûÞK\x00\x12Ô"
  b"\x01Å\x0F]\x07\wûñó\x18Ó'«\eØ"
  b"\x01•®8a†pp®z6Š—có\r"
  b"\x07þë»d\x1DCR®8\x14¹‚ï \x18"
  b"\v\x16”¿˜ôAª–ðö×jÝÍê"
  b"\x10SÅ/¥êCfé/Ú\x17ßÎAÒ"
  b"\x15\x11æ6\x13jCEì·®%\x14M\tÓ"
  b"\x18`½ì€ð@ãºlD¨O*%:"
  b"\x12ʾ¶O\x7F£KÉÂ-\x1C"
  b"""
    +×JZª\n
    Cü®Ð,È *L»
    """
  b",dÑj\x04ý@r§«u\e“óMÖ"
  b"\x0F_àÇB±¿ÓÄD\x1CÇ\x01^"
  b"-³ÛÊÌ\tFÔ©“Œ\x1ETïÃò"
  b".ÆJ¾m|CØ‚û“œ•‘q\x1D"
  b"7@\Ù–UG]žŽàôÞ\x1Fǯ"
  b";Ö~\x08å\rB{ Õê‹Õz”m"
  b"BÙ}gÙîA†¾µ´>OP'ƒ"
  b"l+p7q\x1FG»°\x1CG3U·’æ"
  b"Å/W5\x04┘O¶ç³└Ѳf³,"
  b"É7┼¿0ÊGFá« Ðÿgtø"
  b"‘V\x03–nBG­§gæ]—¬Ö!"
  b"ȧ$\x15øeO«ø0YÕü\x05B5"
  b"æg}£™\x03A‚˜0g6Œûa\r"
  b"[ƒøHv²Dƽ|C\x1A¢▒ü\x02"
  b"8\x12y³¥>Aýƒû©‰ð9h\x07"
  b"‰ ƒ1\x08£H\x01¹MRs©ãˆ"
  b"#\r‗=ü²L Æ\x10\x1Fé=5\x02G"
  b"j\x06i>)’G\x1A´Ý\x1FÂç‘§¯"
  b"k/Å\x13\ñOÀèWá¿Vt4X"
  b"[┴ÕPC█@´ì?RÇÞÞp¯"
  b"\x0F9^AÎ NwºËDDø\x1CÓw"
  b".Ù┤+É£O½½Ø║[╬ûé"
  b"""
    \x1E'Ï╝\t£DÅì×@Üä\n
    MI
    """
  b"\x10o:uG`¢^\x1AôÂ\x08>c"
  b"\e~?4oÉHýÇS\rx ;`\x11"
  b"ölè§'JJ·Éø\x16AÊ6$õ"
  b"µ’Q-\nÿCeµ+X\x00¦˜©`"
  b"L-\tJu╔M╠½\\x07ź-#┴"
  b"\x11ð{ƒ°_K}ˆÕ[Hê¸\x07m"
  b"[▓ãqFÝJ&ìNEÐ&±«a"
  b"┼Ñ┌Å├ÜL×Ä2\x1E\x10ýÙä╬"
  b"«G▓ïT\x05IK¡ü¾½u\x18Å\x0E"
  b"X]\x06'³ÊH’¶*‚:i$Oy"
  b"»×§®ô´@\x7F®/Ú¬*MŸ "
  b"N\x7F¬ª\f‰Nnº\x01å\x10]¨¼Ñ"
  b"<(»B íEÓ·ÈCI\vý$A"
]
85 0.05 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"
]
86 0.06 ms
# app-scripts::refresh::read
SELECT `app`.`id` AS `app.id`, `app`.`name` AS `app.name`, `app`.`path` AS `app.path`, `app`.`author` AS `app.author`, `app`.`copyright` AS `app.copyright`, `app`.`license` AS `app.license`, `app`.`active` AS `app.active`, `app`.`configurable` AS `app.configurable`, `app`.`privacy` AS `app.privacy`, `app`.`version` AS `app.version`, `app`.`icon` AS `app.iconRaw`, `app`.`app_secret` AS `app.appSecret`, `app`.`modules` AS `app.modules`, `app`.`main_module` AS `app.mainModule`, `app`.`cookies` AS `app.cookies`, `app`.`allow_disable` AS `app.allowDisable`, `app`.`base_app_url` AS `app.baseAppUrl`, `app`.`allowed_hosts` AS `app.allowedHosts`, `app`.`template_load_priority` AS `app.templateLoadPriority`, `app`.`integration_id` AS `app.integrationId`, `app.integration`.`id` AS `app.integration.id`, `app.integration`.`label` AS `app.integration.label`, `app.integration`.`access_key` AS `app.integration.accessKey`, `app.integration`.`secret_access_key` AS `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` AS `app.integration.lastUsageAt`, `app.integration`.`admin` AS `app.integration.admin`, `app.integration`.`custom_fields` AS `app.integration.customFields`, `app.integration`.`deleted_at` AS `app.integration.deletedAt`, `app.integration`.`write_access` AS `app.integration.writeAccess`, `app.integration`.`created_at` AS `app.integration.createdAt`, `app.integration`.`updated_at` AS `app.integration.updatedAt`, `app`.`acl_role_id` AS `app.aclRoleId`, `app.aclRole`.`id` AS `app.aclRole.id`, `app.aclRole`.`name` AS `app.aclRole.name`, `app.aclRole`.`description` AS `app.aclRole.description`, `app.aclRole`.`privileges` AS `app.aclRole.privileges`, `app.aclRole`.`deleted_at` AS `app.aclRole.deletedAt`, `app.aclRole`.`created_at` AS `app.aclRole.createdAt`, `app.aclRole`.`updated_at` AS `app.aclRole.updatedAt`, `app`.`created_at` AS `app.createdAt`, `app`.`updated_at` AS `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) AS `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) AS `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) AS `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) AS `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label AS `app.translation.label`, `app.translation`.description AS `app.translation.description`, `app.translation`.privacy_policy_extensions AS `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields AS `app.translation.customFields`, `app.translation`.created_at AS `app.translation.createdAt`, `app.translation`.updated_at AS `app.translation.updatedAt`, `app.translation`.app_id AS `app.translation.appId`, `app.translation`.language_id AS `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE (`app`.`active` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
87 0.02 ms
SELECT LOWER(HEX(`script`.`app_id`)) AS `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
88 0.01 ms
SELECT LOWER(HEX(`script`.`app_id`)) AS `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
89 1.65 ms
# product-listing::property-filter::search-ids
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` WHERE ((`property_group_option.group`.`filterable` = ?)) AND (`property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) ORDER BY `property_group_option`.`id` ASC LIMIT 500
Parameters:
[
  true
  b"\x01Å(Ò(µ}\vó¡´­]³-õ"
  b"\x01Å├ýï\fyòÁw2]\x7F\r"
  b"\x01Å├ý┼Þq‗ü*À¹¡\r2!"
  b"\x01É┐*╣ÙrÚ¡\x1Eä»┐õè4"
  b"\x01É┐*╣¸p=¥Ì\x17AÐ÷é"
  b"\x01É┐*║\x02sÁúƒ|ïü\x10Ø╬"
  b"\x01É┐*║\rs«┐½q\x01ù½Ðd"
  b"\x01É┐*║\x19q\x05ïþ\x12\x0Fu\x1F"
  b"\x01É┐*║&q§ä­l└ì\v j"
  b"\x01É┐*║7sêïéD9k╩┤\x08"
  b"\x01É┐*║Dq/éÅ¢UB¬ ,"
  b"\x01É┐*║Pr­áRæ\x14╔ªc├"
  b"\x01É┐*║bp]çz\x10\x18KQ#Æ"
  b"\x01É┐*║nrº×\x11Þƒ║Ö5ý"
  b"\x01É┐* ,r\x07\x08²Ì▒¨Yı"
  b"\x01É┐* 7pOåÚj\x0Eª\e\x1AÔ"
  b"\x01É┐* Br<×\x13<¬Ü[Ä7"
  b"\x01É┐* MpÙÜ,\e╗·'ÛF"
  b"\x01É┐* Wq╬»³lJ+C×X"
  b"\x01É┐* bqE½\x07?³´ß¡¨"
  b"\x01É┐* lqÕº╦╦\x18╣³»j"
  b"\x01É┐* ép¡ìâ&þÒ×­\x18"
  b"\x01É┐* îq\x14ÂÿáÔw>%A"
  b"\x01É┐+\x022p\x1E£\x1D`╗7\eÍ\x00"
  b"\x01É┐+\x04HrÝárªç\x08$Kù"
  b"\x01É┐+\x04SsZíòÒÆ8´éå"
  b"\x01É┐+\x04^pGÿCÀ]╝<]V"
  b"\x01É┐+\x04hr\x17Ö"\x13ÊÅ┤DQ"
  b"\x01É┐+\x04sq\téçl`pãá·"
  b"\x01É┐+\x06Èp4íG~CVã÷f"
  b"\x01É┐+\x06▀s{Âçpjñ­¨y"
  b"\x01É┐+\x06Ùq═á©ÆÜÑD▓²"
  b"\x01É┐+\x06°p\x19▒│ã\f%ô9─"
  b"\x01É┐+\x08ùq\x13ì,ªáª\x1F¼ð"
  b"\x01É┐+\x08úswé┤┬7\t)█ "
  b"\x01É┐+\x08»rt«Är\x04&i)¼"
  b"\x01É┐+\x08¾q╠╝¸\x01F\x11ÙJ\x00"
  b"\x01É┐+\x08■rFóéοKçõ£"
  b"""
    \x01É┐+\t\n
    r¾òÿ\x1EØ\x17{.▒
    """
  b"\x01É┐+\t\x15r(▓@NÅÞ§¼┘"
  b"\x01É┐+\t s\x11¬Mò▓Ç┐═V"
  b"\x01É┐+\t+s׼└JýÁ░U"
  b"\x01É┐+\t6p\x7FÖ©×ýxÆIo"
  b"\x01É┐+\tBs┼å-O\x02║ðܧ"
  b"\x01É┐+\t{pD░¦ë"W"#\x18"
  b"\x01É┐+\tåq¿æk┴+û1²r"
  b"\x01É┐+\tÆskÖ°╣à╚*âÊ"
  b"\x01É┐+\tØp\x12çrè\x1E`b·Ä"
  b"\x01É┐+\t¿r(¬ƒ»²ú\t÷ç"
  b"\x01É┐+\t┤s¼ø└╬╚▄Îúô"
  b"\x01É┐+\t┐rªÖ█ïõ¬ìR1"
  b"\x01É┐+\t╩qrû!\x1CW│Ôð["
  b"\x01É┐+\tıq└æ\x06©\x1E■GN="
  b"\x01É┐+\tÓr¯ôk«ªıÛsö"
  b"\x01É┐+\tÙqZÁ¨$O\x02Uy¿"
  b"\x01É┐+\t÷r\x14åvë\x1F \f"
  b"\x01É┐+\n\x00rÇ×┘┼O¿SÕ½"
  b"""
    \x01É┐+\n
    \vp╠àwÚï×6·ø
    """
  b"""
    \x01É┐+\n
    \x16sÏ╝û·ûÚ!■Õ
    """
  b"""
    \x01É┐+\n
    !s_Öæƒ±]\r
    """
  b"\x01É┐+\f$sn«\v¸%ö¨[ß"
  b"\x01É┐+\f0sÁ▓\x1F\x10\x0F»¶"
  b"\x01É┐+\f<p¹åÐs\x1EvùR¬"
  b"\x01É┐+\fHsOú°»°(g\x00¤"
  b"\x01É┐+\fTs¶ëdólÛ■Ä="
  b"\x01É┐+\f`qæÖ?╗8▄H╣h"
  b"\x01É┐+\fmp2ÁóÙ©¸¦\x12>"
  b"\x01É┐+\fxq¬ºÄ\x1F¾~uÎ‗"
  b"\x01É┐+\fäs\x16½üÖ-┘_uÃ"
  b"\x01É┐+\fÉs\Ñþ¨Íú[` "
  b"\x01É┐+\f£p§Æ¸r3?▀Dö"
  b"\x01É┐+\f¿p·ì¤=\ ┤╗╝"
  b"\x01É┐+\r\x05s;ì\f\x04Håkûæ"
  b"\x01É┐+\r\x0Fq\x08ºáø_3ÜËû"
  b"\x01É┐+\r\x19pvöü|áÏâ╔Ä"
  b"\x01É┐+\r$sù║ß.u;eÊ$"
  b"\x01É┐+\r.pZ│X[ Áü~ "
  b"\x01É┐+\r:pªô̶5V/\x02)"
  b"\x01É┐+\rEs\x1Aìry\x16ÿ║┬S"
  b"\x01É┐+\rPrKø\x06,JEá\x1Dk"
  b"\x01É┐+\r[pmæ«┤\r\x0E\x16A┬"
  b"\x01É┐+\reqñ╣╦‗ø\x14┐¨p"
  b"\x01É┐+\rps_║╦É0\x060┴Ü"
  b"\x01É┐+\r{rtÇ╝[þ?¬─É"
  b"\x01É┐+\rårÎúv\x06dæÔ¡┤"
  b"\x01É┐+\rærNÉî\x10ñÁ£ÞÕ"
  b"\x01É┐+\røs├×þöìêð\f"
  b"""
    \x01É┐+\rªs\n
    æ/PRÍ\x1A\x12?
    """
  b"\x01É┐+\rµpÊ¢\x08G\x06ñ`ƒ^"
  b"\x01É┐+\r±rJ«öó^<Ói´"
  b"\x01É┐+\r²r{░\x1C¨5\x197╗\x1E"
  b"\x01É┐+\x0E\vr&ÉòÁí\x1E‗Õ\x7F"
  b"\x01É┐+\x0E\x17så¬i«,;b6\x02"
  b"\x01É┐+\x0E#r×┤kx‗ê©·¸"
  b"\x01É┐+\x0E/r\x01û¹/c╗└¢ö"
  b"\x01É┐+\x0E:s5ä¹*ô&æ┐Ê"
  b"\x01É┐+\x0EFs~▒\v\x18xãO╩Ë"
  b"\x01É┐+\x0ERqmÖß\ô│¢.æ"
  b"\x01É┐+\x0E^sßå_3│J]4\r"
  b"\x01É┐+\x10Ûp7©1êªç`è"
  b"\x01É┐+\x10§pÊÁèäêÏS\x10Õ"
  b"\x01É┐+\x11\x01r┌ªcü│WÒ÷ë"
  b"\x01É┐+\x11\rr▓ºþJGìQÛm"
  b"\x01É┐+\x11\x19rðë9Ñ▄L┤ð╔"
  b"\x01É┐+\x11%róú│«¢Qä░'"
  b"\x01É┐+\x110q%è¯l>\x0F¥W°"
  b"\x01É┐+\x11<p!ƒ\eã©q­ç;"
  b"\x01É┐+\x11GrSØ\x10)þÙ¢┼q"
  b"\x01É┐+\x11Rr냸¬"$╬\x1F¾"
  b"""
    \x01É┐+\x11\q▒åë\n
    Z<\t½N
    """
  b"\x01É┐+\x11gr(Ñ.Zv\x1A¬░M"
  b"\x01É┐+\x11rs(×+Ó\x1A\x13"^ "
  b"\x01É┐+\x11|pk¢\x13£pûilF"
  b"\x01É┐+\x11çr\x1DÁn\x00³N+£¤"
  b"\x01É┐+\x11öqZÑ▓3k\x04L▄\x03"
  b"\x01É┐+\x11áp§Ñ¾^&fd¦\x15"
  b"\x01É┐+\x11½sªò"EÝ%DL}"
  b"\x01É┐+\x11Àrfñxê╬¿'░º"
  b"\x01É┐+\x11┬s&áêãñcÐ█Ø"
  b"\x01É┐+\x11═r\x1EôïóÏ1×-É"
  b"\x01É┐+\x11Îp¥î\x02BÓ¹▀╦¼"
  b"\x01É┐+\x11Ôs£░?ûû╬ý¤"
  b"\x01É┐+\x11Ýpµ╣Þ\x7F■ôå±ë"
  b"\x01É┐+\x13Ùr\f▒▀öú\x0F\x03"
  b"\x01É┐+\x13¸sÑ¥{\x1C¹Ëfå\x03"
  b"\x01É┐+\x14\x04sâòaÀAJEïÞ"
  b"\x01É┐+\x14\x11rN║Ï\x1Fg@\x19*▓"
  b"\x01É┐+\x14\x1Dp#íÕeË\x06\x1A"
  b"\x01É┐+\x14)r╝Ü@Á¹ 7<Ë"
  b"\x01É┐+\x145s|í\x17qÀ;\x075┬"
  b"\x01É┐+\x14@poôµ\x06­§O│\x06"
  b"\x01É┐+\x14Kqt░MÄ<‗üKÍ"
  b"\x01É┐+\x14VqÇê¶■\x7F\x0Fþ\x19"
  b"\x01É┐+\x14ap¿è■ÒY¸íûK"
  b"\x01É┐+\x14lr┤áìß,█╠Ht"
  b"\x01É┐+\x14vrƒò¶·¯jð!á"
  b"\x01É┐+\x14üsßÑh·søð\et"
  b"\x01É┐+\x14ïr$íþ└©7«±ù"
  b"\x01É┐+\x14òq¥Â┼|D­╗5°"
  b"\x01É┐+\x14ás%ét¾╝G\x10"
  b"\x01É┐+\x14¬qE£\Ä\v¥ƒ¨$"
  b"\x01É┐+\x14Áp▒ì¥øÝÏñ$k"
  b"\x01É┐+\x14└r­äñ_N8þVõ"
  b"\x01É┐+\x14╦rUÉ!_büFæ5"
  b"\x01É┐+\x14Írüàu´Â\x13╔ÖÙ"
  b"\x01É┐+\x14ÓqkêlX'/ºÏy"
  b"\x01É┐+\x14Ùs¥ë"[÷\x05i"ÿ"
  b"\x01É┐+\x14§r█½*©├?\x02ó\x7F"
  b"\x01É┐+\x15\x00qÞêë\x1D"═°ñN"
  b"\x01É┐+\x15\vpÕ┤▒┘\x02ÙÕ┤#"
  b"\x01É┐+\x15\x15s\x15®ãüá;´í┌"
  b"\x01É┐+\x15 q9░¶\x1D\x12▒▒6ð"
  b"\x01É┐+\x15*s¦Æ>yeʼg¢"
  b"\x01É┐+\x155s█ü"R┬´4Bí"
  b"\x01É┐+\x15?qÿîãÇòN-\x11"
  b"\x01É┐+\x15Jq5¼\x16¤»ý(ý\x7F"
  b"\x01É┐+\x15Tq\v▓ð§z■þøV"
  b"\x01É┐+\x15_q8ï_Ùü\x1DB\x14d"
  b"\x01É┐+\x15jróáÈ&Z;ãíB"
  b"\x01É┐+\x15uqÒÁ5Á\e,Z{ "
  b"\x01É┐+\x17eq^àC▒╦ÖÇÀÏ"
  b"\x01É┐+\x17çs[ä╩ZÁ ¯\E"
  b"\x01É┐+\x17Æræ╗▀ k┘:ÿÛ"
  b"\x01É┐+\x17╚s¡«¼│\x03\nÌ\x00ý"
  b"\x01É┐+\x17Ër¬ä[\x17Ë2ƒü▒"
  b"\x01É┐+\x17Ìs¦»\v§,äuã¥"
  b"\x01É┐+\x17Úp═ò\x03½¿°wUy"
  b"\x01É┐+\x17¶rÙÆ¾ûÎfº÷1"
  b"\x01É┐+\x17■r°û¡eí¤┐R│"
  b"\x01É┐+\x18\trNÄæÉÚåhõñ"
  b"\x01É┐+\x18\x14s¨¢│G\x18\x19DsH"
  b"\x01É┐+\x18\x1Ep[▓6·(7V\x19"
  b"\x01É┐+\x18)pPº|'>ø_╦s"
  b"\x01É┐+\x183pÐ▓1Ìý0┤Ò¨"
  b"\x01É┐+\x18>sAæàvQQ\x04üh"
  b"\x01É┐+\x18Ir`░kƒ\x10┤"\x18\x1E"
  b"\x01É┐+\x18SpRÖ®l餯k¢"
  b"\x01É┐+\x18^s‗¿Àu©ªç\f""
  b"\x01É┐+\x18iq╣éà»│÷±ã\r"
  b"\x01É┐+\x18sqù®³H'\x12¸‗£"
  b"\x01É┐+\x18~s¶ê▓\x05°LÓDj"
  b"\x01É┐+\x18ëq[ø·ÝHÓ~xB"
  b"\x01É┐+\x18òr\x08½lß;\x19│³╦"
  b"\x01É┐+\x18áqÂĽ©®_4\x12\x11"
  b"\x01É┐+\x18½p@Ø▄8~Tµ®Û"
  b"\x01É┐+\x18Âr├ï¦L\x02ün¤?"
  b"\x01É┐+\x18┴s┘│Ë└\x1D\x18{Rî"
  b"\x01É┐+\x18╠rSܵ7®Ä¦\x7FP"
  b"\x01É┐+\x18Îq9É­´¢\x03\x12&]"
  b"\x01É┐+\x18ßq%î╬\x19缬lö"
  b"\x01É┐+\x19pr/ñ\x07╬U\x7FÄź"
  b"\x01É┐+\x19{s.£\x18▓di³ö·"
  b"\x01É┐+\x19àpÇǾa¡ò╬│\x19"
  b"\x01É┐+\x19Åp±ö▀eÇ┤¶|K"
  b"\x01É┐+\x19Öp=¡┴[áRÁ¯ð"
  b"\x01É┐+\x19ñpªª├¿·Nu─¨"
  b"\x01É┐+\x19«s¹½┌¼pã¡i\x0F"
  b"\x01É┐+\x19╬rð©,¯ë<±(░"
  b"\x01É┐+\x19┌q°òÉqƒ%f5½"
  b"\x01É┐+\x19µpÆ«º┼░å\x06×]"
  b"\x01É┐+\x19±s:©-®ïÙD▓▀"
  b"\x01É┐+\eYr:ƒÑ"p5(-¥"
  b"\x01É┐+\edr"ÅK▒&█mvk"
  b"""
    \x01É┐+\ens9ø\n
    \x08çü┴\x18é
    """
  b"\x01É┐+\eyr¨╣l°\x7F╩┴┼F"
  b"""
    \x01É┐+\eâr8뢩▀w\n
    \x17Ë
    """
  b"\x01É┐+\eÄp╠Ñı\x7Fê\x02\x1Fz\x1F"
  b"\x01É┐+\eÖr┴øÂ\x07|_ìóÐ"
  b"\x01É┐+\eúsì£_#IıÍqa"
  b"\x01É┐+\e▄qÜØ:¡ ÿ¼°q"
  b"\x01É┐+\eÞpÅ¡l┼¢ ı\x00®"
  b"\x01É┐+\e§qP«ooq\rn┘ "
  b"\x01É┐+\x1C\x01r%×nïJS¿|▓"
  b"\x01É┐+\x1C\rsðâ▓°óþ\x03°║"
  b"\x01É┐+\x1C\x18rÕ¿_¥\d¥\x1D-"
  b"\x01É┐+\x1C$sK¬├Jø+>gÇ"
  b"\x01É┐+\x1C/rd¼┐صZeZ¤"
  b"\x01É┐+\x1C:sÁò#\x11M%z─Å"
  b"\x01É┐+\x1CEs┌ª¾▀\x16!t└²"
  b"\x01É┐+\x1CPrDØ\x06;V\x06\x1Af"
  b"\x01É┐+\x1C[rã½\x16+í│M░`"
  b"\x01É┐+\x1Cgsxô7║╩é"▒y"
  b"\x01É┐+\x1Cqs×╣Ò‗ð&ı"\x1C"
  b"""
    \x01É┐+\x1C}qÝ¥ÕßǸ\n
    è#
    """
  b"\x01É┐+\x1CêqC»ëô<Zh▄M"
  b"\x01É┐+\x1Cöräá\x02<W\x15>¹~"
  b"\x01É┐+\x1Cƒr[ó¥_z┤╦8┼"
  b"\x01É┐+\x1C¬qg»_?û>Î▒\x06"
  b"\x01É┐+\x1CÁq«àçåé"R┼$"
  b"\x01É┐+\x1C┐qnñNα\x0F╠xe"
  b"\x01É┐+\x1C╩p¢íÁSbÄ6\x04Ã"
  b"\x01É┐+\x1CıqV┐ئ¼Ýµ\^"
  b"\x01É┐+\x1CÓs\ú\x17©öfS®Û"
  b"\x01É┐+\x1CÙp\É\x1EØÿ+Ï·Ø"
  b"\x01É┐+\x1C÷sÔö█▄â22U-"
  b"\x01É┐+\x1D\x00ròú\e:4ì!\x08B"
  b"\x01É┐+\x1D\vr_Ñ\e»\e\x0EºÂ"
  b"\x01É┐+\x1D\x16s«øÏ‗C─?þ="
  b"\x01É┐+\x1D!p`èÙ\x12OãÌ╗v"
  b"\x01É┐+\x1D,rÆ¡▄DT±@ßa"
  b"\x01É┐+\x1D8p@╗(T\x1E`Ò▄["
  b"\x01É┐+!┬qãøêçò<g¤9"
  b"\x01É┐+!═p*▒À]a h┼¹"
  b"\x01É┐+!┘sUû]▀á{█\x08/"
  b"\x01É┐+!õs┐âgÉPXþ£&"
  b"\x01É┐+!´p\ôHá\x067{yS"
  b"\x01É┐+$rpøú╦4▒í\f"
  b"""
    \x01É┐+$~s%à\n
    ¿´çÿ'É
    """
  b"\x01É┐+$èpÛ┐\x1Ey┌è\x10\x1A¢"
  b"\x01É┐+$ûsÖÖ\x1C\x02ñÕà²e"
  b"\x01É┐+$ópÑ׸tùã±║8"
  b"\x01É┐+$»pí╣═­┬└ÌÐY"
  b"\x01É┐+$ýrq£è ¨¶ÁLÈ"
  b"""
    \x01É┐+%\n
    r§Åë÷╦n┤ìQ
    """
  b"\x01É┐+%\x16röê6╠\x1A\x11øsÎ"
  b"\x01É┐+%!rñï>▄\tC6Ç\x1E"
  b"\x01É┐+%,r‗¡gÄ\f 6yÀ"
  b"""
    \x01É┐+%7snì\x1D\n
    l║Vk³
    """
  b"""
    \x01É┐+%Cp\x05ÂáP\n
    x/x=
    """
  b"\x01É┐+%Np\x07ÀP\x1DzÇY╩&"
  b"\x01É┐+%Yp'║═æR`\x17«\x02"
  b"\x01É┐+(\x11sù│▄‗ïª┤ÑÃ"
  b"\x01É┐+(\x1Eq\x1AÅ╦%xÄ\x1Cgj"
  b"\x01É┐+(+qí▓_î┌gÏCB"
  b"\x01É┐+(8rh┤c╝Åc¨╗K"
  b"""
    \x01É┐+(Esb»Guw\n
    ;,1
    """
  b"\x01É┐+(Rqs┐°[Fß´&º"
  b"\x01É┐+(`peÑ`\x11ÜMhW "
  b"\x01É┐+(mp*¿ <jùql^"
  b"\x01É┐+N¥ssÑH=▒z±el"
  b"\x01É┐+N╩r┬║\tL║4Ä\x18\"
  b"\x01É┐+NÍs╬ù÷\e\x17éÑA╦"
  b"\x01É┐+NÒs\x01ì(êÑ\x13ê‗╔"
  b"\x01É┐+N´sí¼ ©Ä▓^:é"
  b"\x01É┐+N¹sª│\x1CÎÜy\x08\x0F\x12"
  b"\x01É┐+O\x08r╚â1nqÚ\x0E┴¯"
  b"\x01É┐+Q\x01s\x08│╣\x10~F1▀\r"
  b"\x01É┐+Q\x14sÂñ6åqJ|6ë"
  b"\x01É┐+Q"r\x7FÖM(Ç\x05ÖÇq"
  b"\x01É┐+Q1q▄çåÉ Y\x06\x1E\x1F"
  b"\x01É┐+Q?s‗Æá\x1D\x03\x14─ÅN"
  b"\x01É┐+QRq┐å║-·HP\x7FÖ"
  b"\x01É┐+QarGú{\x14±`Û]P"
  b"\x01É┐+QopoäƒÏÙ┤пÅ"
  b"\x01É┐+Q|pBÄïSîÏ:'±"
  b"\x01É┐+Qëp├ê%\x19Öü\x1CZ9"
  b"\x01É┐+Qòp\x07Æ\x1EÓºbqü<"
  b"\x01É┐+Qíq\vÖ\x16\x00)ê┤Wö"
  b"\x01É┐+Q¡pµÄî:{õÔz%"
  b"\x01É┐+Q╗s║¡ºµ«\x11nI5"
  b"\x01É┐+R£ss¿fÚ \v¡g}"
  b"\x01É┐+R¬qß░ïË▒ïıU┼"
  b"\x01É┐+R╣pýÆ_┴\x05┬ä\x7F°"
  b"\x01É┐+Rãq┬ƒå*¤Dró "
  b"\x01É┐+RËp³£î°=2\x10 Õ"
  b"\x01É┐+RÓp┌¡î░c┘B]©"
  b"\x01É┐+RÝq+ü╝T²jÄ█z"
  b"\x01É┐+R·pQ╗)øQ)JÔv"
  b"\x01É┐+S\x06qÁªT╣ñ:GX\x11"
  b"\x01É┐+S\x13r±¡û"伿 ã"
  b"\x01É┐+S s³ù­f\x01  ─┌"
  b"\x01É┐+S-s\x08Éí┐ôÂ\x06ª×"
  b"\x01É┐+S9riÑ>C^\x04▀ã\x15"
  b"\x01É┐+SErÓ¡Qù]C³sW"
  b"\x01É┐+SPr'ë╩¯, xäÈ"
  b"\x01É┐+q╣q1Æ\x05^_d│jë"
  b"\x01É┐+qãs%óÿ\x1Fðætºl"
  b"\x01É┐+Ñ\x1ErRÖ(N¸ÚN┬ÿ"
  b"\x01É┐+Ñ)q╠¼¾7¹ú█V9"
  b"\x01É┐+Ñ5p8íäU¶\x1DôõR"
  b"\x01É┐+ÑAr'ôÔW%\x1CŨ\x05"
  b"\x01É┐+ÑNq%£®ÖÂ)~òÆ"
  b"\x01É┐+Ññp=æG╗Ô▓~y«"
  b"\x01É┐+Ñ▒rO▓¯-Î\x08oÑ╦"
  b"\x01É┐+Ñ¢r┤ª┐§pÜÄÄ "
  b"\x01É┐+Ñ╔q╬ô¦░¼âI═ï"
  b"\x01É┐+ÑısÁ¬à1╩`XG│"
  b"\x01É┐+ÑßpHáI╠bI¬fb"
  b"\x01É┐+ÑÝrõƒó½┐Xùúð"
  b"\x01É┐+Ѩqð¬ß3╬ú!ªö"
  b"\x01É┐+ª\x05s8º╗├9ǧչ"
  b"\x01É┐+ª\x11pGûÁ×û¡â\x02»"
  b"\x01É┐+ª\x1Dp│ä¶<Á}æ├╦"
  b"""
    \x01É┐+ª)rMæ▀\n
    ïìPQÊ
    """
  b"\x01É┐+ª6qâ®´!\x01ßÐ\x1Cþ"
  b"\x01É┐+ªErEØ&┼½¿\e϶"
  b"\x01É┐+ªSsRî\x0FÀ\tùù╣ò"
  b"\x01É┐+ª`qMå$\x1F8L"Ú "
  b"\x01É┐+ªos╠×IlQ¬║=º"
  b"\x01É┐+¿BsôÄìohÓ┴\x080"
  b"\x01É┐+¿Op┬ô!~«\x18Û3░"
  b"\x01É┐+¿[rÃ▓\x07ãçZ│\x03v"
  b"\x01É┐+¿gpìç¡i¨Aƒ│)"
  b"\x01É┐+¿vpr¼èEûƒÆEÞ"
  b"\x01É┐+¿érÄ░ø®ÿ╣Ï%Õ"
  b"\x01É┐+¿Ås®ì\x7F?( ÑóÒ"
  b"\x01É┐+¿øp^º┘\x1E┤J■y±"
  b"""
    \x01É┐+¿¿q╩á¬{n\n
    Y½½
    """
  b"\x01É┐+¿Áp]Â"s┼B8J╩"
  b"\x01É┐+¬┤r┘»UJè\x7FÀ±V"
  b"\x01É┐+¬└s7ûS╝¾,BÂS"
  b"\x01É┐+¬═s|æíáüèØò¾"
  b"\x01É┐+¬┌sJà\x05ú<²┐Au"
  b"\x01É┐+¬µs\x03áu─█-ÅdS"
  b"\x01É┐+¬‗r=Ö\x05Ä\x1D ý.█"
  b"\x01É┐+¬■qøô>RÛn«┐1"
  b"""
    \x01É┐+½\n
    p¸à$└M┤┐tí
    """
  b"\x01É┐+½\x17s┬▓ø\r»$ðgÐ"
  b"\x01É┐+½#q▀ù¡‗`UÊt\x1D"
  b"\x01É┐+½/sóÁ╬\x1De»ÐuÎ"
  b"\x01É┐+½;rà»í'¯HX¬á"
  b"\x01É┐+½Gs╣ÂÛô\x1D\x0F±@"
  b"\x01É┐+½RpÆî╝ð@·\x0F╝þ"
  b"\x01É┐+¡:sÌâåÁã%╗zo"
  b"\x01É┐+¡Hr)¢└¨¬\x1CMî\"
  b"\x01É┐+¡Uq~ÿÒ\x00$Sÿ\O"
  b"\x01É┐+¡bqw┤Iá©Hôì"
  b"\x01É┐+¡pp±║\x05îéÉÜôC"
  b"\x01É┐+¡}r\x02üÖÅÉô¡Hw"
  b"\x01É┐+¡ÿr╝¿´ÑÕÿ×R÷"
  b"\x01É┐+¡Ñp┐ì▄öVÚÄñ\x01"
  b"\x01É┐+¡│süóZCËë▒Ûô"
  b"\x01É┐+¡└sTó9SK!\x04æ\x12"
  b"\x01É┐+¡═s\x0E┤XqÜC▀÷ "
  b"\x01É┐+¡┌s─▓Àz¾²öǦ"
  b"\x01É┐+¡Þq\x1Cç²┘\x7F\x06R╝"
  b"\x01É┐+«\x02sc┤CÇ\x03¿\x10©è"
  b"\x01É┐+«\x0Eq\x02Ö╠-¿e3`\x13"
  b"\x01É┐+«\x1AsÉåO@█~\v■Ç"
  b"\x01É┐+«'ppøªúSJÐ┤N"
  b"\x01É┐+«4pmÖ.ıùõ¸╗\v"
  b"\x01É┐+«@s>àO7EÍZÿf"
  b"\x01É┐+»│rø░°KòðR┤¶"
  b"\x01É┐+»└réÇL\v▄¦¹èÑ"
  b"\x01É┐+»═p\x11Á#\x08,bc«i"
  b"\x01É┐+»┌s-êÌ|╬Y‗.b"
  b"""
    \x01É┐+»þq\x7Fƒ\f┬P\n
    ƒ½ê
    """
  b"\x01É┐+»§s\x11Ø\x12âÂÔ%N╬"
  b"\x01É┐+░_rÏ®\x0Fè╬É═\x13"
  b"\x01É┐+░lp¥½\x19×└┼ÈJÿ"
  b"\x01É┐+░yq\x1Eàs­öPÏ»Ç"
  b"\x01É┐+░çsÜ▒╬`3\x12\x07ì§"
  b"\x01É┐+░ös\x1Få\V╝▒$ÙL"
  b"\x01É┐+░ós=®;ê\x0FH╗ñ┬"
  b"\x01É┐+░▓rJ¬\x119\x16\x0F×G\x06"
  b"\x01É┐+░┐p`½_3êÖ┬Ô\x0E"
  b"\x01É┐+░╠q¾ëJLjùn§I"
  b"\x01É┐+░┘rÙà»2Ê:\rêe"
  b"\x01É┐+░µs_£*\v\f╦Ä"
  b"\x01É┐+░÷rä¢ç.\x13£║ǯ"
  b"\x01É┐+▒\x06p¸É¿▓ø{ß+Å"
  b"\x01É┐+▒\x15pý░╔¯_┴ÌO\x0F"
  b"\x01É┐+▒!r▄ü÷]Ðc$\x1CB"
  b"\x01É┐+▒-rÅ»º\x02µÌmþ "
  b"\x01É┐+▒:sPÁ│ƒÊ\x0F║}┌"
  b"\x01É┐+▒Fs*¬îÒ┐Ãfe×"
  b"\x01É┐+│9qiعÿüØj┌Û"
  b"\x01É┐+│Gqõô{▓F‗,=÷"
  b"\x01É┐+│SsÂéO╝1ú«!Ò"
  b"\x01É┐+│_sı▒\x17jéͶ=Ì"
  b"\x01É┐+│kqO£f?r'┼çë"
  b"\x01É┐+│wpß«Ru\x1F³\x10­l"
  b"\x01É┐+│âp─ù¿×¦ç\x0F"
  b"\x01É┐+│Åq}╗╠W§¡¶}ª"
  b"\x01É┐+│øs\x7F«┴î╠T■\x03å"
  b"\x01É┐+│ºpÑúËÂÝmj-▀"
  b"\x01É┐+││r6Å·\rðûæ\x02õ"
  b"\x01É┐+│┐r^îÿjVè\x0FÁª"
  b"\x01É┐+ÂHp\x18Âÿð¼\\x7F@K"
  b"\x01É┐+ÂVsè¢B7)\x1F╚-\x02"
  b"\x01É┐+Âdq¯╣5yö)s!þ"
  b"\x01É┐+Âsr▀┐dz╦sÈ&ê"
  b"\x01É┐+Ââr¬£\x01]@³\x1A´Ô"
  b"\x01É┐+ÂÉsI┐í¯A¿ørc"
  b"\x01É┐+ÂØpU│FXö╣q=‗"
  b"\x01É┐+¬rY¼c,╣==å$"
  b"\x01É┐+©r\x07ºS\x10Ô1sı\x03"
  b"\x01É┐+Â┼q{û¸Á\x14ªd\x1D\x06"
  b"\x01É┐+ÂËq ▓àq\f\x0F»°6"
  b"\x01É┐+ÂÓp?Áòüñ┼7k┼"
  b"\x01É┐+ÀKp\eáõÕ'B<bO"
  b"\x01É┐+ÀYq\x1A\x06Wı@ËÝ|"
  b"\x01É┐+©╠sE½\f╣»\x00Ë6k"
  b"\x01É┐+©┘s╠®\x12EZABeÂ"
  b"\x01É┐+©µs\x13اe6\x05\t\x04¹"
  b"\x01É┐+©‗q\x11À\x1C7.^EY""
  b"\x01É┐+©■qpúÁáw=j÷Ò"
  b"""
    \x01É┐+╣\n
    p¡Ñ\x02ß\x16ÆéW:
    """
  b"\x01É┐+╣\x17pÏ¢£\x10¦¦æ\x7F\x1A"
  b"\x01É┐+╣#p&êÂı\f\x7F▓Q0"
  b"\x01É┐+╣/pø«:y\x02î#│Ð"
  b"\x01É┐+╣;q\x07ô0¨\x04\x00c"
  b"\x01É┐+╣HqÓüGµ-< kc"
  b"\x01É┐+╣SrË╝°pü qÎó"
  b"\x01É┐+╣`pÊúzè─4¶P["
  b"\x01É┐+║árµ¼Ý­\x1A(Âä\x07"
  b"\x01É┐+║»qYÉE^õ§S█Ò"
  b"\x01É┐+║┐p(▓¸|ï\x7F¼þ»"
  b"\x01É┐+║═s║îY½é┴Ýø░"
  b"\x01É┐+║┌sÃìí¢±L\x1A"
  b"""
    \x01É┐+║µs└«\n
    \x022▓~È═
    """
  b"\x01É┐+┼\x10p░Ä▄¦-└*├4"
  b"\x01É┐+╚ qÜ®hO[°uN0"
  b"\x01É┐+╚-rH®┐╩P\x02EH`"
  b"\x01É┐+╚9sõ│\x079ð¸<ñ%"
  b"\x01É┐+╚Fq\x11æ│۾ăºõ"
  b"\x01É┐+╚Rq1Â~úï³▓6¨"
  b"\x01É┐+╚^p┌½$pîïÖ\x03F"
  b"\x01É┐+╚jsÝé_¡&³\x08╔Û"
  b"\x01É┐+╚wqÅåÓ\v\x06û╝ñ\t"
  b"\x01É┐+╚äs\x15É\e}j┌\x7Fº3"
  b"\x01É┐+╚æp¡í░ì@ù嫬"
  b"\x01É┐+╚×qfòcäã═Cm"
  b"\x01É┐+╚¼q╬û<╗ÝçfÀå"
  b"\x01É┐+╚╣p=Ñ╠÷غ"YÚ"
  b"\x01É┐+╚ãs┐«\vÍ╗?¥\x05)"
  b"\x01É┐+╚Ësk¥┐\x11k\x1E§Ý§"
  b"\x01É┐+╚▀r─óU\ròîì]Ï"
  b"\x01É┐+╚Ùsîú└àU>h_╠"
  b"\x01É┐+╚¸pr┐\x01\x7Fù\x14»=s"
  b"\x01É┐+╔\x04pxí&ò{¦½Oc"
  b"\x01É┐+╔\x10rÍ╣ðü#Oya©"
  b"\x01É┐+╔\x1DpuÄ¥}\rîæ¹Þ"
  b"\x01É┐+╔)paëÔ╠B╬ÀÔ\x18"
  b"\x01É┐+╔5q9â9'«¨ d\x10"
  b"\x01É┐+╔BrÏåD9▓┘«ñ\x0F"
  b"\x01É┐+╔Nqµ┐)\f£ 6j\x18"
  b"\x01É┐+╔ZpE│z¤âôk)b"
  b"\x01É┐+╔gpúãîâ\x1F9MT"
  b"\x01É┐+╔xsùÇ¡Y\x00qD,9"
  b"\x01É┐+╔åpq×.\tS>Äoô"
  b"\x01É┐+╔ôsñ¡4\x11UxÌï "
  b"\x01É┐+╔áq▄ë\x0Elä‗\x02av"
  b"\x01É┐+╔¼r®½S3╩Sp£­"
  b"\x01É┐+╔©q·ìH_╚p¶3\x1F"
  b"\x01É▄ááPpwéïÃ¥³[á▓"
  b"\x01É▄áó?q©ºÒ┴\x02ëª\x1C\x08"
  b"\x01É▄áñ*r%¢«µÛ\x7F)¡´"
  b"\x01É▄áª\x19s\x16èP║ä\tu4\v"
  b"\x01É▄á¿\x07q\x11ÖC\x1C\x1A3\x08"
  b"""
    \x01É▄᮸rPÄ\n
    k /\x02\x06\x12
    """
  b"\x01É▄á½Ûrãéaó\x02Ú\x19Ôá"
  b"\x01É▄á¡█rmìÆêõÿä¶ú"
  b"\x01É▄á»╠q┘ø╩§4È\x07Þ2"
  b"""
    \x01‘»Z\f2rƦ0\n
    \x10\x1EƒA\x03
    """
  b"\x01•´é©xp¬¹ñÂ!\x04\x10s]"
  b"\x01•´é©‡qF…DÈnGéáH"
  b"\x01•´é©–qiµûF“×\x7FŸ\x04"
  b"\x01•´é©¤pœ¾ÅäS|“ß\x17"
  b"\x01•´é©³p–€)5p¾‘ÿf"
  b"\x01•´é©ÁsÝ•\x10g\x01M2B¸"
  b"\x02?ðó½ZK2ØYì\x01ÐhÖÉ"
  b"""
    \n
    \x03<Ý£└AÅ▓ìõé¸\x1E¤U
    """
  b"""
    \n
    ðC䓘C?—ûÈ\x1F©ó |
    """
  b"\f©ª-\Ð@}ª^Fý¯%H\r"
  b"\x0F7€œeS@ñ¼KiŠ’JY\x0F"
  b"&Ȩ̈ŸîGJ¬¿\x06†tÿ\x06\x1E"
  b"(=&L&7IC£Í\x1F{U\x19\x1CŠ"
  b"--ŽC#JEÀ£=#ª\\e"
  b"0EÂÅœ\tIHº&ã˼Þ`Ù"
  b"2š—Á6>LèŒ;²\v\x0Eâúö"
  b"2õöÔð$Gœ­\x1FnC<”ïl"
  b"\x14¹ð\x00Ct³%\nûJ'[-"
  b"<}zôî§LoÅ¿×ï╠¦O└"
  b"=ü¨ý{\x01CñÁϺ#Zç\eH"
  b"?†ª#–ÀC˜ª¡5Z\e\x03=\x12"
  b"\x01;gÖM:’·¢uÚŠôA"
  b"C\x7Fú‡ÌNLx…þ°}|Eä\x15"
  b"QX\x1Du†àH\v\x1A«µ°…½Ì"
  b"T\x14v’ËûCAšm\x11âl­DÜ"
  b"Y—Ù\x1DÀxI—½ïhßÅ ‰\x12"
  b"b+ËhØvMV•\x11íµ\rokš"
  b"c╗ã\x07GÝ@╚îrvZµÅ▀\r"
  b"eW\x1Aã×\x18N\x14³\x05Ьö0ßC"
  b"\x7Fñ\x103(?Cg³‰Â!h< \x1E"
  b"ˆËAaã0EÜ™\x18H‹I”Ǧ"
  b"Är>ÛÉ\x00GêÅïöÚ‗@\t¢"
  b"Å«LÚÝ\x1D@hîû¬ ╩È¢&"
  b"ɦi©³¦Gº│\x179xË\x1Cé³"
  b"‘…º«T•Ií‚zÉOšV±A"
  b"ò¨\x19öGKOƼßõü@ëhï"
  b"™ô aC+N]¼\x12\x0Fþyºâ\e"
  b"¡V”\x172¢KA¼\x7F\x02NàÌ"
  b"¬ýu†Ð(Hñ¬€\x1FGvï¤\x14"
  b"¯tNÁ«¤F÷…§~À×á-o"
  b"ºy陵óCI®MÍ›s\x0F]y"
  b"║Þ├©ªñE^ø\x02w¦É¥%ÿ"
  b"¼éê¤+¼FÙ»€¸\x1CÉ®þ¯"
  b"├ø¿¢R╠G8ì=\x10\x08\x13×ô"
  b"Äé¥À>\x14GÊ—MNrô÷\x1EÃ"
  b"çfyØj•I\x0F«ûQZ¡ÆÊ¾"
  b"ê;žúîáJ¶ŠÆBO\x06z}š"
  b"¯HJ\x0EÙ;EÉÑ╣¶¢\x08\x14ë#"
  b"¨ìY╝|ÄK╩║K\x04P¿¸ëª"
  b"üAW\x18\x7FçG’°~*‹sôÿ^"
]
90 2.46 ms
# product-listing::property-filter::read
SELECT `property_group_option`.`id` AS `property_group_option.id`, `property_group_option`.`property_group_id` AS `property_group_option.groupId`, `property_group_option`.`color_hex_code` AS `property_group_option.colorHexCode`, `property_group_option`.`media_id` AS `property_group_option.mediaId`, `property_group_option`.`created_at` AS `property_group_option.createdAt`, `property_group_option`.`updated_at` AS `property_group_option.updatedAt`, `property_group_option.group`.`id` AS `property_group_option.group.id`, `property_group_option.group`.`display_type` AS `property_group_option.group.displayType`, `property_group_option.group`.`sorting_type` AS `property_group_option.group.sortingType`, `property_group_option.group`.`filterable` AS `property_group_option.group.filterable`, `property_group_option.group`.`visible_on_product_detail_page` AS `property_group_option.group.visibleOnProductDetailPage`, `property_group_option.group`.`created_at` AS `property_group_option.group.createdAt`, `property_group_option.group`.`updated_at` AS `property_group_option.group.updatedAt`, `property_group_option.group.translation.name`, COALESCE(`property_group_option.group.translation.name`,`property_group_option.group.translation.name`) AS `property_group_option.group.name`, `property_group_option.group.translation.description`, COALESCE(`property_group_option.group.translation.description`,`property_group_option.group.translation.description`) AS `property_group_option.group.description`, `property_group_option.group.translation.position`, COALESCE(`property_group_option.group.translation.position`,`property_group_option.group.translation.position`) AS `property_group_option.group.position`, `property_group_option.group.translation.customFields`, COALESCE(`property_group_option.group.translation.customFields`,`property_group_option.group.translation.customFields`) AS `property_group_option.group.customFields`, `property_group_option.group.translation.createdAt`, `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation.languageId`, `property_group_option.media`.`id` AS `property_group_option.media.id`, `property_group_option.media`.`user_id` AS `property_group_option.media.userId`, `property_group_option.media`.`media_folder_id` AS `property_group_option.media.mediaFolderId`, `property_group_option.media`.`mime_type` AS `property_group_option.media.mimeType`, `property_group_option.media`.`file_extension` AS `property_group_option.media.fileExtension`, `property_group_option.media`.`uploaded_at` AS `property_group_option.media.uploadedAt`, `property_group_option.media`.`file_name` AS `property_group_option.media.fileName`, `property_group_option.media`.`file_size` AS `property_group_option.media.fileSize`, `property_group_option.media`.`media_type` AS `property_group_option.media.mediaTypeRaw`, `property_group_option.media`.`meta_data` AS `property_group_option.media.metaData`, `property_group_option.media`.`config` AS `property_group_option.media.config`, `property_group_option.media`.`path` AS `property_group_option.media.path`, `property_group_option.media`.`private` AS `property_group_option.media.private`, `property_group_option.media`.`thumbnails_ro` AS `property_group_option.media.thumbnailsRo`, `property_group_option.media`.`created_at` AS `property_group_option.media.createdAt`, `property_group_option.media`.`updated_at` AS `property_group_option.media.updatedAt`, `property_group_option.media.translation.title`, COALESCE(`property_group_option.media.translation.title`,`property_group_option.media.translation.title`) AS `property_group_option.media.title`, `property_group_option.media.translation.alt`, COALESCE(`property_group_option.media.translation.alt`,`property_group_option.media.translation.alt`) AS `property_group_option.media.alt`, `property_group_option.media.translation.customFields`, COALESCE(`property_group_option.media.translation.customFields`,`property_group_option.media.translation.customFields`) AS `property_group_option.media.customFields`, `property_group_option.media.translation.createdAt`, `property_group_option.media.translation.updatedAt`, `property_group_option.media.translation.mediaId`, `property_group_option.media.translation.languageId`, `property_group_option.translation.name`, COALESCE(`property_group_option.translation.name`,`property_group_option.translation.name`) AS `property_group_option.name`, `property_group_option.translation.position`, COALESCE(`property_group_option.translation.position`,`property_group_option.translation.position`) AS `property_group_option.position`, `property_group_option.translation.customFields`, COALESCE(`property_group_option.translation.customFields`,`property_group_option.translation.customFields`) AS `property_group_option.customFields`, `property_group_option.translation.createdAt`, `property_group_option.translation.updatedAt`, `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation.languageId` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.translation`.property_group_option_id, `property_group_option.translation`.name AS `property_group_option.translation.name`, `property_group_option.translation`.position AS `property_group_option.translation.position`, `property_group_option.translation`.custom_fields AS `property_group_option.translation.customFields`, `property_group_option.translation`.created_at AS `property_group_option.translation.createdAt`, `property_group_option.translation`.updated_at AS `property_group_option.translation.updatedAt`, `property_group_option.translation`.property_group_option_id AS `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation`.language_id AS `property_group_option.translation.languageId` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation`.language_id = ?) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation`.`property_group_option_id` = `property_group_option`.`id` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option`.`media_id` = `property_group_option.media`.`id` LEFT JOIN (SELECT `property_group_option.group.translation`.property_group_id, `property_group_option.group.translation`.name AS `property_group_option.group.translation.name`, `property_group_option.group.translation`.description AS `property_group_option.group.translation.description`, `property_group_option.group.translation`.position AS `property_group_option.group.translation.position`, `property_group_option.group.translation`.custom_fields AS `property_group_option.group.translation.customFields`, `property_group_option.group.translation`.created_at AS `property_group_option.group.translation.createdAt`, `property_group_option.group.translation`.updated_at AS `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation`.property_group_id AS `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation`.language_id AS `property_group_option.group.translation.languageId` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation`.language_id = ?) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN (SELECT `property_group_option.media.translation`.media_id, `property_group_option.media.translation`.title AS `property_group_option.media.translation.title`, `property_group_option.media.translation`.alt AS `property_group_option.media.translation.alt`, `property_group_option.media.translation`.custom_fields AS `property_group_option.media.translation.customFields`, `property_group_option.media.translation`.created_at AS `property_group_option.media.translation.createdAt`, `property_group_option.media.translation`.updated_at AS `property_group_option.media.translation.updatedAt`, `property_group_option.media.translation`.media_id AS `property_group_option.media.translation.mediaId`, `property_group_option.media.translation`.language_id AS `property_group_option.media.translation.languageId` FROM `media_translation` `property_group_option.media.translation` WHERE `property_group_option.media.translation`.language_id = ?) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation`.`media_id` = `property_group_option.media`.`id` WHERE `property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01Å(Ò(µ}\vó¡´­]³-õ"
  b"\x01Å├ýï\fyòÁw2]\x7F\r"
  b"\x01Å├ý┼Þq‗ü*À¹¡\r2!"
  b"\x01É┐*╣ÙrÚ¡\x1Eä»┐õè4"
  b"\x01É┐*╣¸p=¥Ì\x17AÐ÷é"
  b"\x01É┐*║\x02sÁúƒ|ïü\x10Ø╬"
  b"\x01É┐*║\rs«┐½q\x01ù½Ðd"
  b"\x01É┐*║\x19q\x05ïþ\x12\x0Fu\x1F"
  b"\x01É┐*║&q§ä­l└ì\v j"
  b"\x01É┐*║7sêïéD9k╩┤\x08"
  b"\x01É┐*║Dq/éÅ¢UB¬ ,"
  b"\x01É┐*║Pr­áRæ\x14╔ªc├"
  b"\x01É┐*║bp]çz\x10\x18KQ#Æ"
  b"\x01É┐*║nrº×\x11Þƒ║Ö5ý"
  b"\x01É┐* ,r\x07\x08²Ì▒¨Yı"
  b"\x01É┐* 7pOåÚj\x0Eª\e\x1AÔ"
  b"\x01É┐* Br<×\x13<¬Ü[Ä7"
  b"\x01É┐* MpÙÜ,\e╗·'ÛF"
  b"\x01É┐* Wq╬»³lJ+C×X"
  b"\x01É┐* bqE½\x07?³´ß¡¨"
  b"\x01É┐* lqÕº╦╦\x18╣³»j"
  b"\x01É┐* ép¡ìâ&þÒ×­\x18"
  b"\x01É┐* îq\x14ÂÿáÔw>%A"
  b"\x01É┐+\x022p\x1E£\x1D`╗7\eÍ\x00"
  b"\x01É┐+\x04HrÝárªç\x08$Kù"
  b"\x01É┐+\x04SsZíòÒÆ8´éå"
  b"\x01É┐+\x04^pGÿCÀ]╝<]V"
  b"\x01É┐+\x04hr\x17Ö"\x13ÊÅ┤DQ"
  b"\x01É┐+\x04sq\téçl`pãá·"
  b"\x01É┐+\x06Èp4íG~CVã÷f"
  b"\x01É┐+\x06▀s{Âçpjñ­¨y"
  b"\x01É┐+\x06Ùq═á©ÆÜÑD▓²"
  b"\x01É┐+\x06°p\x19▒│ã\f%ô9─"
  b"\x01É┐+\x08ùq\x13ì,ªáª\x1F¼ð"
  b"\x01É┐+\x08úswé┤┬7\t)█ "
  b"\x01É┐+\x08»rt«Är\x04&i)¼"
  b"\x01É┐+\x08¾q╠╝¸\x01F\x11ÙJ\x00"
  b"\x01É┐+\x08■rFóéοKçõ£"
  b"""
    \x01É┐+\t\n
    r¾òÿ\x1EØ\x17{.▒
    """
  b"\x01É┐+\t\x15r(▓@NÅÞ§¼┘"
  b"\x01É┐+\t s\x11¬Mò▓Ç┐═V"
  b"\x01É┐+\t+s׼└JýÁ░U"
  b"\x01É┐+\t6p\x7FÖ©×ýxÆIo"
  b"\x01É┐+\tBs┼å-O\x02║ðܧ"
  b"\x01É┐+\t{pD░¦ë"W"#\x18"
  b"\x01É┐+\tåq¿æk┴+û1²r"
  b"\x01É┐+\tÆskÖ°╣à╚*âÊ"
  b"\x01É┐+\tØp\x12çrè\x1E`b·Ä"
  b"\x01É┐+\t¿r(¬ƒ»²ú\t÷ç"
  b"\x01É┐+\t┤s¼ø└╬╚▄Îúô"
  b"\x01É┐+\t┐rªÖ█ïõ¬ìR1"
  b"\x01É┐+\t╩qrû!\x1CW│Ôð["
  b"\x01É┐+\tıq└æ\x06©\x1E■GN="
  b"\x01É┐+\tÓr¯ôk«ªıÛsö"
  b"\x01É┐+\tÙqZÁ¨$O\x02Uy¿"
  b"\x01É┐+\t÷r\x14åvë\x1F \f"
  b"\x01É┐+\n\x00rÇ×┘┼O¿SÕ½"
  b"""
    \x01É┐+\n
    \vp╠àwÚï×6·ø
    """
  b"""
    \x01É┐+\n
    \x16sÏ╝û·ûÚ!■Õ
    """
  b"""
    \x01É┐+\n
    !s_Öæƒ±]\r
    """
  b"\x01É┐+\f$sn«\v¸%ö¨[ß"
  b"\x01É┐+\f0sÁ▓\x1F\x10\x0F»¶"
  b"\x01É┐+\f<p¹åÐs\x1EvùR¬"
  b"\x01É┐+\fHsOú°»°(g\x00¤"
  b"\x01É┐+\fTs¶ëdólÛ■Ä="
  b"\x01É┐+\f`qæÖ?╗8▄H╣h"
  b"\x01É┐+\fmp2ÁóÙ©¸¦\x12>"
  b"\x01É┐+\fxq¬ºÄ\x1F¾~uÎ‗"
  b"\x01É┐+\fäs\x16½üÖ-┘_uÃ"
  b"\x01É┐+\fÉs\Ñþ¨Íú[` "
  b"\x01É┐+\f£p§Æ¸r3?▀Dö"
  b"\x01É┐+\f¿p·ì¤=\ ┤╗╝"
  b"\x01É┐+\r\x05s;ì\f\x04Håkûæ"
  b"\x01É┐+\r\x0Fq\x08ºáø_3ÜËû"
  b"\x01É┐+\r\x19pvöü|áÏâ╔Ä"
  b"\x01É┐+\r$sù║ß.u;eÊ$"
  b"\x01É┐+\r.pZ│X[ Áü~ "
  b"\x01É┐+\r:pªô̶5V/\x02)"
  b"\x01É┐+\rEs\x1Aìry\x16ÿ║┬S"
  b"\x01É┐+\rPrKø\x06,JEá\x1Dk"
  b"\x01É┐+\r[pmæ«┤\r\x0E\x16A┬"
  b"\x01É┐+\reqñ╣╦‗ø\x14┐¨p"
  b"\x01É┐+\rps_║╦É0\x060┴Ü"
  b"\x01É┐+\r{rtÇ╝[þ?¬─É"
  b"\x01É┐+\rårÎúv\x06dæÔ¡┤"
  b"\x01É┐+\rærNÉî\x10ñÁ£ÞÕ"
  b"\x01É┐+\røs├×þöìêð\f"
  b"""
    \x01É┐+\rªs\n
    æ/PRÍ\x1A\x12?
    """
  b"\x01É┐+\rµpÊ¢\x08G\x06ñ`ƒ^"
  b"\x01É┐+\r±rJ«öó^<Ói´"
  b"\x01É┐+\r²r{░\x1C¨5\x197╗\x1E"
  b"\x01É┐+\x0E\vr&ÉòÁí\x1E‗Õ\x7F"
  b"\x01É┐+\x0E\x17så¬i«,;b6\x02"
  b"\x01É┐+\x0E#r×┤kx‗ê©·¸"
  b"\x01É┐+\x0E/r\x01û¹/c╗└¢ö"
  b"\x01É┐+\x0E:s5ä¹*ô&æ┐Ê"
  b"\x01É┐+\x0EFs~▒\v\x18xãO╩Ë"
  b"\x01É┐+\x0ERqmÖß\ô│¢.æ"
  b"\x01É┐+\x0E^sßå_3│J]4\r"
  b"\x01É┐+\x10Ûp7©1êªç`è"
  b"\x01É┐+\x10§pÊÁèäêÏS\x10Õ"
  b"\x01É┐+\x11\x01r┌ªcü│WÒ÷ë"
  b"\x01É┐+\x11\rr▓ºþJGìQÛm"
  b"\x01É┐+\x11\x19rðë9Ñ▄L┤ð╔"
  b"\x01É┐+\x11%róú│«¢Qä░'"
  b"\x01É┐+\x110q%è¯l>\x0F¥W°"
  b"\x01É┐+\x11<p!ƒ\eã©q­ç;"
  b"\x01É┐+\x11GrSØ\x10)þÙ¢┼q"
  b"\x01É┐+\x11Rr냸¬"$╬\x1F¾"
  b"""
    \x01É┐+\x11\q▒åë\n
    Z<\t½N
    """
  b"\x01É┐+\x11gr(Ñ.Zv\x1A¬░M"
  b"\x01É┐+\x11rs(×+Ó\x1A\x13"^ "
  b"\x01É┐+\x11|pk¢\x13£pûilF"
  b"\x01É┐+\x11çr\x1DÁn\x00³N+£¤"
  b"\x01É┐+\x11öqZÑ▓3k\x04L▄\x03"
  b"\x01É┐+\x11áp§Ñ¾^&fd¦\x15"
  b"\x01É┐+\x11½sªò"EÝ%DL}"
  b"\x01É┐+\x11Àrfñxê╬¿'░º"
  b"\x01É┐+\x11┬s&áêãñcÐ█Ø"
  b"\x01É┐+\x11═r\x1EôïóÏ1×-É"
  b"\x01É┐+\x11Îp¥î\x02BÓ¹▀╦¼"
  b"\x01É┐+\x11Ôs£░?ûû╬ý¤"
  b"\x01É┐+\x11Ýpµ╣Þ\x7F■ôå±ë"
  b"\x01É┐+\x13Ùr\f▒▀öú\x0F\x03"
  b"\x01É┐+\x13¸sÑ¥{\x1C¹Ëfå\x03"
  b"\x01É┐+\x14\x04sâòaÀAJEïÞ"
  b"\x01É┐+\x14\x11rN║Ï\x1Fg@\x19*▓"
  b"\x01É┐+\x14\x1Dp#íÕeË\x06\x1A"
  b"\x01É┐+\x14)r╝Ü@Á¹ 7<Ë"
  b"\x01É┐+\x145s|í\x17qÀ;\x075┬"
  b"\x01É┐+\x14@poôµ\x06­§O│\x06"
  b"\x01É┐+\x14Kqt░MÄ<‗üKÍ"
  b"\x01É┐+\x14VqÇê¶■\x7F\x0Fþ\x19"
  b"\x01É┐+\x14ap¿è■ÒY¸íûK"
  b"\x01É┐+\x14lr┤áìß,█╠Ht"
  b"\x01É┐+\x14vrƒò¶·¯jð!á"
  b"\x01É┐+\x14üsßÑh·søð\et"
  b"\x01É┐+\x14ïr$íþ└©7«±ù"
  b"\x01É┐+\x14òq¥Â┼|D­╗5°"
  b"\x01É┐+\x14ás%ét¾╝G\x10"
  b"\x01É┐+\x14¬qE£\Ä\v¥ƒ¨$"
  b"\x01É┐+\x14Áp▒ì¥øÝÏñ$k"
  b"\x01É┐+\x14└r­äñ_N8þVõ"
  b"\x01É┐+\x14╦rUÉ!_büFæ5"
  b"\x01É┐+\x14Írüàu´Â\x13╔ÖÙ"
  b"\x01É┐+\x14ÓqkêlX'/ºÏy"
  b"\x01É┐+\x14Ùs¥ë"[÷\x05i"ÿ"
  b"\x01É┐+\x14§r█½*©├?\x02ó\x7F"
  b"\x01É┐+\x15\x00qÞêë\x1D"═°ñN"
  b"\x01É┐+\x15\vpÕ┤▒┘\x02ÙÕ┤#"
  b"\x01É┐+\x15\x15s\x15®ãüá;´í┌"
  b"\x01É┐+\x15 q9░¶\x1D\x12▒▒6ð"
  b"\x01É┐+\x15*s¦Æ>yeʼg¢"
  b"\x01É┐+\x155s█ü"R┬´4Bí"
  b"\x01É┐+\x15?qÿîãÇòN-\x11"
  b"\x01É┐+\x15Jq5¼\x16¤»ý(ý\x7F"
  b"\x01É┐+\x15Tq\v▓ð§z■þøV"
  b"\x01É┐+\x15_q8ï_Ùü\x1DB\x14d"
  b"\x01É┐+\x15jróáÈ&Z;ãíB"
  b"\x01É┐+\x15uqÒÁ5Á\e,Z{ "
  b"\x01É┐+\x17eq^àC▒╦ÖÇÀÏ"
  b"\x01É┐+\x17çs[ä╩ZÁ ¯\E"
  b"\x01É┐+\x17Æræ╗▀ k┘:ÿÛ"
  b"\x01É┐+\x17╚s¡«¼│\x03\nÌ\x00ý"
  b"\x01É┐+\x17Ër¬ä[\x17Ë2ƒü▒"
  b"\x01É┐+\x17Ìs¦»\v§,äuã¥"
  b"\x01É┐+\x17Úp═ò\x03½¿°wUy"
  b"\x01É┐+\x17¶rÙÆ¾ûÎfº÷1"
  b"\x01É┐+\x17■r°û¡eí¤┐R│"
  b"\x01É┐+\x18\trNÄæÉÚåhõñ"
  b"\x01É┐+\x18\x14s¨¢│G\x18\x19DsH"
  b"\x01É┐+\x18\x1Ep[▓6·(7V\x19"
  b"\x01É┐+\x18)pPº|'>ø_╦s"
  b"\x01É┐+\x183pÐ▓1Ìý0┤Ò¨"
  b"\x01É┐+\x18>sAæàvQQ\x04üh"
  b"\x01É┐+\x18Ir`░kƒ\x10┤"\x18\x1E"
  b"\x01É┐+\x18SpRÖ®l餯k¢"
  b"\x01É┐+\x18^s‗¿Àu©ªç\f""
  b"\x01É┐+\x18iq╣éà»│÷±ã\r"
  b"\x01É┐+\x18sqù®³H'\x12¸‗£"
  b"\x01É┐+\x18~s¶ê▓\x05°LÓDj"
  b"\x01É┐+\x18ëq[ø·ÝHÓ~xB"
  b"\x01É┐+\x18òr\x08½lß;\x19│³╦"
  b"\x01É┐+\x18áqÂĽ©®_4\x12\x11"
  b"\x01É┐+\x18½p@Ø▄8~Tµ®Û"
  b"\x01É┐+\x18Âr├ï¦L\x02ün¤?"
  b"\x01É┐+\x18┴s┘│Ë└\x1D\x18{Rî"
  b"\x01É┐+\x18╠rSܵ7®Ä¦\x7FP"
  b"\x01É┐+\x18Îq9É­´¢\x03\x12&]"
  b"\x01É┐+\x18ßq%î╬\x19缬lö"
  b"\x01É┐+\x19pr/ñ\x07╬U\x7FÄź"
  b"\x01É┐+\x19{s.£\x18▓di³ö·"
  b"\x01É┐+\x19àpÇǾa¡ò╬│\x19"
  b"\x01É┐+\x19Åp±ö▀eÇ┤¶|K"
  b"\x01É┐+\x19Öp=¡┴[áRÁ¯ð"
  b"\x01É┐+\x19ñpªª├¿·Nu─¨"
  b"\x01É┐+\x19«s¹½┌¼pã¡i\x0F"
  b"\x01É┐+\x19╬rð©,¯ë<±(░"
  b"\x01É┐+\x19┌q°òÉqƒ%f5½"
  b"\x01É┐+\x19µpÆ«º┼░å\x06×]"
  b"\x01É┐+\x19±s:©-®ïÙD▓▀"
  b"\x01É┐+\eYr:ƒÑ"p5(-¥"
  b"\x01É┐+\edr"ÅK▒&█mvk"
  b"""
    \x01É┐+\ens9ø\n
    \x08çü┴\x18é
    """
  b"\x01É┐+\eyr¨╣l°\x7F╩┴┼F"
  b"""
    \x01É┐+\eâr8뢩▀w\n
    \x17Ë
    """
  b"\x01É┐+\eÄp╠Ñı\x7Fê\x02\x1Fz\x1F"
  b"\x01É┐+\eÖr┴øÂ\x07|_ìóÐ"
  b"\x01É┐+\eúsì£_#IıÍqa"
  b"\x01É┐+\e▄qÜØ:¡ ÿ¼°q"
  b"\x01É┐+\eÞpÅ¡l┼¢ ı\x00®"
  b"\x01É┐+\e§qP«ooq\rn┘ "
  b"\x01É┐+\x1C\x01r%×nïJS¿|▓"
  b"\x01É┐+\x1C\rsðâ▓°óþ\x03°║"
  b"\x01É┐+\x1C\x18rÕ¿_¥\d¥\x1D-"
  b"\x01É┐+\x1C$sK¬├Jø+>gÇ"
  b"\x01É┐+\x1C/rd¼┐صZeZ¤"
  b"\x01É┐+\x1C:sÁò#\x11M%z─Å"
  b"\x01É┐+\x1CEs┌ª¾▀\x16!t└²"
  b"\x01É┐+\x1CPrDØ\x06;V\x06\x1Af"
  b"\x01É┐+\x1C[rã½\x16+í│M░`"
  b"\x01É┐+\x1Cgsxô7║╩é"▒y"
  b"\x01É┐+\x1Cqs×╣Ò‗ð&ı"\x1C"
  b"""
    \x01É┐+\x1C}qÝ¥ÕßǸ\n
    è#
    """
  b"\x01É┐+\x1CêqC»ëô<Zh▄M"
  b"\x01É┐+\x1Cöräá\x02<W\x15>¹~"
  b"\x01É┐+\x1Cƒr[ó¥_z┤╦8┼"
  b"\x01É┐+\x1C¬qg»_?û>Î▒\x06"
  b"\x01É┐+\x1CÁq«àçåé"R┼$"
  b"\x01É┐+\x1C┐qnñNα\x0F╠xe"
  b"\x01É┐+\x1C╩p¢íÁSbÄ6\x04Ã"
  b"\x01É┐+\x1CıqV┐ئ¼Ýµ\^"
  b"\x01É┐+\x1CÓs\ú\x17©öfS®Û"
  b"\x01É┐+\x1CÙp\É\x1EØÿ+Ï·Ø"
  b"\x01É┐+\x1C÷sÔö█▄â22U-"
  b"\x01É┐+\x1D\x00ròú\e:4ì!\x08B"
  b"\x01É┐+\x1D\vr_Ñ\e»\e\x0EºÂ"
  b"\x01É┐+\x1D\x16s«øÏ‗C─?þ="
  b"\x01É┐+\x1D!p`èÙ\x12OãÌ╗v"
  b"\x01É┐+\x1D,rÆ¡▄DT±@ßa"
  b"\x01É┐+\x1D8p@╗(T\x1E`Ò▄["
  b"\x01É┐+!┬qãøêçò<g¤9"
  b"\x01É┐+!═p*▒À]a h┼¹"
  b"\x01É┐+!┘sUû]▀á{█\x08/"
  b"\x01É┐+!õs┐âgÉPXþ£&"
  b"\x01É┐+!´p\ôHá\x067{yS"
  b"\x01É┐+$rpøú╦4▒í\f"
  b"""
    \x01É┐+$~s%à\n
    ¿´çÿ'É
    """
  b"\x01É┐+$èpÛ┐\x1Ey┌è\x10\x1A¢"
  b"\x01É┐+$ûsÖÖ\x1C\x02ñÕà²e"
  b"\x01É┐+$ópÑ׸tùã±║8"
  b"\x01É┐+$»pí╣═­┬└ÌÐY"
  b"\x01É┐+$ýrq£è ¨¶ÁLÈ"
  b"""
    \x01É┐+%\n
    r§Åë÷╦n┤ìQ
    """
  b"\x01É┐+%\x16röê6╠\x1A\x11øsÎ"
  b"\x01É┐+%!rñï>▄\tC6Ç\x1E"
  b"\x01É┐+%,r‗¡gÄ\f 6yÀ"
  b"""
    \x01É┐+%7snì\x1D\n
    l║Vk³
    """
  b"""
    \x01É┐+%Cp\x05ÂáP\n
    x/x=
    """
  b"\x01É┐+%Np\x07ÀP\x1DzÇY╩&"
  b"\x01É┐+%Yp'║═æR`\x17«\x02"
  b"\x01É┐+(\x11sù│▄‗ïª┤ÑÃ"
  b"\x01É┐+(\x1Eq\x1AÅ╦%xÄ\x1Cgj"
  b"\x01É┐+(+qí▓_î┌gÏCB"
  b"\x01É┐+(8rh┤c╝Åc¨╗K"
  b"""
    \x01É┐+(Esb»Guw\n
    ;,1
    """
  b"\x01É┐+(Rqs┐°[Fß´&º"
  b"\x01É┐+(`peÑ`\x11ÜMhW "
  b"\x01É┐+(mp*¿ <jùql^"
  b"\x01É┐+N¥ssÑH=▒z±el"
  b"\x01É┐+N╩r┬║\tL║4Ä\x18\"
  b"\x01É┐+NÍs╬ù÷\e\x17éÑA╦"
  b"\x01É┐+NÒs\x01ì(êÑ\x13ê‗╔"
  b"\x01É┐+N´sí¼ ©Ä▓^:é"
  b"\x01É┐+N¹sª│\x1CÎÜy\x08\x0F\x12"
  b"\x01É┐+O\x08r╚â1nqÚ\x0E┴¯"
  b"\x01É┐+Q\x01s\x08│╣\x10~F1▀\r"
  b"\x01É┐+Q\x14sÂñ6åqJ|6ë"
  b"\x01É┐+Q"r\x7FÖM(Ç\x05ÖÇq"
  b"\x01É┐+Q1q▄çåÉ Y\x06\x1E\x1F"
  b"\x01É┐+Q?s‗Æá\x1D\x03\x14─ÅN"
  b"\x01É┐+QRq┐å║-·HP\x7FÖ"
  b"\x01É┐+QarGú{\x14±`Û]P"
  b"\x01É┐+QopoäƒÏÙ┤пÅ"
  b"\x01É┐+Q|pBÄïSîÏ:'±"
  b"\x01É┐+Qëp├ê%\x19Öü\x1CZ9"
  b"\x01É┐+Qòp\x07Æ\x1EÓºbqü<"
  b"\x01É┐+Qíq\vÖ\x16\x00)ê┤Wö"
  b"\x01É┐+Q¡pµÄî:{õÔz%"
  b"\x01É┐+Q╗s║¡ºµ«\x11nI5"
  b"\x01É┐+R£ss¿fÚ \v¡g}"
  b"\x01É┐+R¬qß░ïË▒ïıU┼"
  b"\x01É┐+R╣pýÆ_┴\x05┬ä\x7F°"
  b"\x01É┐+Rãq┬ƒå*¤Dró "
  b"\x01É┐+RËp³£î°=2\x10 Õ"
  b"\x01É┐+RÓp┌¡î░c┘B]©"
  b"\x01É┐+RÝq+ü╝T²jÄ█z"
  b"\x01É┐+R·pQ╗)øQ)JÔv"
  b"\x01É┐+S\x06qÁªT╣ñ:GX\x11"
  b"\x01É┐+S\x13r±¡û"伿 ã"
  b"\x01É┐+S s³ù­f\x01  ─┌"
  b"\x01É┐+S-s\x08Éí┐ôÂ\x06ª×"
  b"\x01É┐+S9riÑ>C^\x04▀ã\x15"
  b"\x01É┐+SErÓ¡Qù]C³sW"
  b"\x01É┐+SPr'ë╩¯, xäÈ"
  b"\x01É┐+q╣q1Æ\x05^_d│jë"
  b"\x01É┐+qãs%óÿ\x1Fðætºl"
  b"\x01É┐+Ñ\x1ErRÖ(N¸ÚN┬ÿ"
  b"\x01É┐+Ñ)q╠¼¾7¹ú█V9"
  b"\x01É┐+Ñ5p8íäU¶\x1DôõR"
  b"\x01É┐+ÑAr'ôÔW%\x1CŨ\x05"
  b"\x01É┐+ÑNq%£®ÖÂ)~òÆ"
  b"\x01É┐+Ññp=æG╗Ô▓~y«"
  b"\x01É┐+Ñ▒rO▓¯-Î\x08oÑ╦"
  b"\x01É┐+Ñ¢r┤ª┐§pÜÄÄ "
  b"\x01É┐+Ñ╔q╬ô¦░¼âI═ï"
  b"\x01É┐+ÑısÁ¬à1╩`XG│"
  b"\x01É┐+ÑßpHáI╠bI¬fb"
  b"\x01É┐+ÑÝrõƒó½┐Xùúð"
  b"\x01É┐+Ѩqð¬ß3╬ú!ªö"
  b"\x01É┐+ª\x05s8º╗├9ǧչ"
  b"\x01É┐+ª\x11pGûÁ×û¡â\x02»"
  b"\x01É┐+ª\x1Dp│ä¶<Á}æ├╦"
  b"""
    \x01É┐+ª)rMæ▀\n
    ïìPQÊ
    """
  b"\x01É┐+ª6qâ®´!\x01ßÐ\x1Cþ"
  b"\x01É┐+ªErEØ&┼½¿\e϶"
  b"\x01É┐+ªSsRî\x0FÀ\tùù╣ò"
  b"\x01É┐+ª`qMå$\x1F8L"Ú "
  b"\x01É┐+ªos╠×IlQ¬║=º"
  b"\x01É┐+¿BsôÄìohÓ┴\x080"
  b"\x01É┐+¿Op┬ô!~«\x18Û3░"
  b"\x01É┐+¿[rÃ▓\x07ãçZ│\x03v"
  b"\x01É┐+¿gpìç¡i¨Aƒ│)"
  b"\x01É┐+¿vpr¼èEûƒÆEÞ"
  b"\x01É┐+¿érÄ░ø®ÿ╣Ï%Õ"
  b"\x01É┐+¿Ås®ì\x7F?( ÑóÒ"
  b"\x01É┐+¿øp^º┘\x1E┤J■y±"
  b"""
    \x01É┐+¿¿q╩á¬{n\n
    Y½½
    """
  b"\x01É┐+¿Áp]Â"s┼B8J╩"
  b"\x01É┐+¬┤r┘»UJè\x7FÀ±V"
  b"\x01É┐+¬└s7ûS╝¾,BÂS"
  b"\x01É┐+¬═s|æíáüèØò¾"
  b"\x01É┐+¬┌sJà\x05ú<²┐Au"
  b"\x01É┐+¬µs\x03áu─█-ÅdS"
  b"\x01É┐+¬‗r=Ö\x05Ä\x1D ý.█"
  b"\x01É┐+¬■qøô>RÛn«┐1"
  b"""
    \x01É┐+½\n
    p¸à$└M┤┐tí
    """
  b"\x01É┐+½\x17s┬▓ø\r»$ðgÐ"
  b"\x01É┐+½#q▀ù¡‗`UÊt\x1D"
  b"\x01É┐+½/sóÁ╬\x1De»ÐuÎ"
  b"\x01É┐+½;rà»í'¯HX¬á"
  b"\x01É┐+½Gs╣ÂÛô\x1D\x0F±@"
  b"\x01É┐+½RpÆî╝ð@·\x0F╝þ"
  b"\x01É┐+¡:sÌâåÁã%╗zo"
  b"\x01É┐+¡Hr)¢└¨¬\x1CMî\"
  b"\x01É┐+¡Uq~ÿÒ\x00$Sÿ\O"
  b"\x01É┐+¡bqw┤Iá©Hôì"
  b"\x01É┐+¡pp±║\x05îéÉÜôC"
  b"\x01É┐+¡}r\x02üÖÅÉô¡Hw"
  b"\x01É┐+¡ÿr╝¿´ÑÕÿ×R÷"
  b"\x01É┐+¡Ñp┐ì▄öVÚÄñ\x01"
  b"\x01É┐+¡│süóZCËë▒Ûô"
  b"\x01É┐+¡└sTó9SK!\x04æ\x12"
  b"\x01É┐+¡═s\x0E┤XqÜC▀÷ "
  b"\x01É┐+¡┌s─▓Àz¾²öǦ"
  b"\x01É┐+¡Þq\x1Cç²┘\x7F\x06R╝"
  b"\x01É┐+«\x02sc┤CÇ\x03¿\x10©è"
  b"\x01É┐+«\x0Eq\x02Ö╠-¿e3`\x13"
  b"\x01É┐+«\x1AsÉåO@█~\v■Ç"
  b"\x01É┐+«'ppøªúSJÐ┤N"
  b"\x01É┐+«4pmÖ.ıùõ¸╗\v"
  b"\x01É┐+«@s>àO7EÍZÿf"
  b"\x01É┐+»│rø░°KòðR┤¶"
  b"\x01É┐+»└réÇL\v▄¦¹èÑ"
  b"\x01É┐+»═p\x11Á#\x08,bc«i"
  b"\x01É┐+»┌s-êÌ|╬Y‗.b"
  b"""
    \x01É┐+»þq\x7Fƒ\f┬P\n
    ƒ½ê
    """
  b"\x01É┐+»§s\x11Ø\x12âÂÔ%N╬"
  b"\x01É┐+░_rÏ®\x0Fè╬É═\x13"
  b"\x01É┐+░lp¥½\x19×└┼ÈJÿ"
  b"\x01É┐+░yq\x1Eàs­öPÏ»Ç"
  b"\x01É┐+░çsÜ▒╬`3\x12\x07ì§"
  b"\x01É┐+░ös\x1Få\V╝▒$ÙL"
  b"\x01É┐+░ós=®;ê\x0FH╗ñ┬"
  b"\x01É┐+░▓rJ¬\x119\x16\x0F×G\x06"
  b"\x01É┐+░┐p`½_3êÖ┬Ô\x0E"
  b"\x01É┐+░╠q¾ëJLjùn§I"
  b"\x01É┐+░┘rÙà»2Ê:\rêe"
  b"\x01É┐+░µs_£*\v\f╦Ä"
  b"\x01É┐+░÷rä¢ç.\x13£║ǯ"
  b"\x01É┐+▒\x06p¸É¿▓ø{ß+Å"
  b"\x01É┐+▒\x15pý░╔¯_┴ÌO\x0F"
  b"\x01É┐+▒!r▄ü÷]Ðc$\x1CB"
  b"\x01É┐+▒-rÅ»º\x02µÌmþ "
  b"\x01É┐+▒:sPÁ│ƒÊ\x0F║}┌"
  b"\x01É┐+▒Fs*¬îÒ┐Ãfe×"
  b"\x01É┐+│9qiعÿüØj┌Û"
  b"\x01É┐+│Gqõô{▓F‗,=÷"
  b"\x01É┐+│SsÂéO╝1ú«!Ò"
  b"\x01É┐+│_sı▒\x17jéͶ=Ì"
  b"\x01É┐+│kqO£f?r'┼çë"
  b"\x01É┐+│wpß«Ru\x1F³\x10­l"
  b"\x01É┐+│âp─ù¿×¦ç\x0F"
  b"\x01É┐+│Åq}╗╠W§¡¶}ª"
  b"\x01É┐+│øs\x7F«┴î╠T■\x03å"
  b"\x01É┐+│ºpÑúËÂÝmj-▀"
  b"\x01É┐+││r6Å·\rðûæ\x02õ"
  b"\x01É┐+│┐r^îÿjVè\x0FÁª"
  b"\x01É┐+ÂHp\x18Âÿð¼\\x7F@K"
  b"\x01É┐+ÂVsè¢B7)\x1F╚-\x02"
  b"\x01É┐+Âdq¯╣5yö)s!þ"
  b"\x01É┐+Âsr▀┐dz╦sÈ&ê"
  b"\x01É┐+Ââr¬£\x01]@³\x1A´Ô"
  b"\x01É┐+ÂÉsI┐í¯A¿ørc"
  b"\x01É┐+ÂØpU│FXö╣q=‗"
  b"\x01É┐+¬rY¼c,╣==å$"
  b"\x01É┐+©r\x07ºS\x10Ô1sı\x03"
  b"\x01É┐+Â┼q{û¸Á\x14ªd\x1D\x06"
  b"\x01É┐+ÂËq ▓àq\f\x0F»°6"
  b"\x01É┐+ÂÓp?Áòüñ┼7k┼"
  b"\x01É┐+ÀKp\eáõÕ'B<bO"
  b"\x01É┐+ÀYq\x1A\x06Wı@ËÝ|"
  b"\x01É┐+©╠sE½\f╣»\x00Ë6k"
  b"\x01É┐+©┘s╠®\x12EZABeÂ"
  b"\x01É┐+©µs\x13اe6\x05\t\x04¹"
  b"\x01É┐+©‗q\x11À\x1C7.^EY""
  b"\x01É┐+©■qpúÁáw=j÷Ò"
  b"""
    \x01É┐+╣\n
    p¡Ñ\x02ß\x16ÆéW:
    """
  b"\x01É┐+╣\x17pÏ¢£\x10¦¦æ\x7F\x1A"
  b"\x01É┐+╣#p&êÂı\f\x7F▓Q0"
  b"\x01É┐+╣/pø«:y\x02î#│Ð"
  b"\x01É┐+╣;q\x07ô0¨\x04\x00c"
  b"\x01É┐+╣HqÓüGµ-< kc"
  b"\x01É┐+╣SrË╝°pü qÎó"
  b"\x01É┐+╣`pÊúzè─4¶P["
  b"\x01É┐+║árµ¼Ý­\x1A(Âä\x07"
  b"\x01É┐+║»qYÉE^õ§S█Ò"
  b"\x01É┐+║┐p(▓¸|ï\x7F¼þ»"
  b"\x01É┐+║═s║îY½é┴Ýø░"
  b"\x01É┐+║┌sÃìí¢±L\x1A"
  b"""
    \x01É┐+║µs└«\n
    \x022▓~È═
    """
  b"\x01É┐+┼\x10p░Ä▄¦-└*├4"
  b"\x01É┐+╚ qÜ®hO[°uN0"
  b"\x01É┐+╚-rH®┐╩P\x02EH`"
  b"\x01É┐+╚9sõ│\x079ð¸<ñ%"
  b"\x01É┐+╚Fq\x11æ│۾ăºõ"
  b"\x01É┐+╚Rq1Â~úï³▓6¨"
  b"\x01É┐+╚^p┌½$pîïÖ\x03F"
  b"\x01É┐+╚jsÝé_¡&³\x08╔Û"
  b"\x01É┐+╚wqÅåÓ\v\x06û╝ñ\t"
  b"\x01É┐+╚äs\x15É\e}j┌\x7Fº3"
  b"\x01É┐+╚æp¡í░ì@ù嫬"
  b"\x01É┐+╚×qfòcäã═Cm"
  b"\x01É┐+╚¼q╬û<╗ÝçfÀå"
  b"\x01É┐+╚╣p=Ñ╠÷غ"YÚ"
  b"\x01É┐+╚ãs┐«\vÍ╗?¥\x05)"
  b"\x01É┐+╚Ësk¥┐\x11k\x1E§Ý§"
  b"\x01É┐+╚▀r─óU\ròîì]Ï"
  b"\x01É┐+╚Ùsîú└àU>h_╠"
  b"\x01É┐+╚¸pr┐\x01\x7Fù\x14»=s"
  b"\x01É┐+╔\x04pxí&ò{¦½Oc"
  b"\x01É┐+╔\x10rÍ╣ðü#Oya©"
  b"\x01É┐+╔\x1DpuÄ¥}\rîæ¹Þ"
  b"\x01É┐+╔)paëÔ╠B╬ÀÔ\x18"
  b"\x01É┐+╔5q9â9'«¨ d\x10"
  b"\x01É┐+╔BrÏåD9▓┘«ñ\x0F"
  b"\x01É┐+╔Nqµ┐)\f£ 6j\x18"
  b"\x01É┐+╔ZpE│z¤âôk)b"
  b"\x01É┐+╔gpúãîâ\x1F9MT"
  b"\x01É┐+╔xsùÇ¡Y\x00qD,9"
  b"\x01É┐+╔åpq×.\tS>Äoô"
  b"\x01É┐+╔ôsñ¡4\x11UxÌï "
  b"\x01É┐+╔áq▄ë\x0Elä‗\x02av"
  b"\x01É┐+╔¼r®½S3╩Sp£­"
  b"\x01É┐+╔©q·ìH_╚p¶3\x1F"
  b"\x01É▄ááPpwéïÃ¥³[á▓"
  b"\x01É▄áó?q©ºÒ┴\x02ëª\x1C\x08"
  b"\x01É▄áñ*r%¢«µÛ\x7F)¡´"
  b"\x01É▄áª\x19s\x16èP║ä\tu4\v"
  b"\x01É▄á¿\x07q\x11ÖC\x1C\x1A3\x08"
  b"""
    \x01É▄᮸rPÄ\n
    k /\x02\x06\x12
    """
  b"\x01É▄á½Ûrãéaó\x02Ú\x19Ôá"
  b"\x01É▄á¡█rmìÆêõÿä¶ú"
  b"\x01É▄á»╠q┘ø╩§4È\x07Þ2"
  b"""
    \x01‘»Z\f2rƦ0\n
    \x10\x1EƒA\x03
    """
  b"\x01•´é©xp¬¹ñÂ!\x04\x10s]"
  b"\x01•´é©‡qF…DÈnGéáH"
  b"\x01•´é©–qiµûF“×\x7FŸ\x04"
  b"\x01•´é©¤pœ¾ÅäS|“ß\x17"
  b"\x01•´é©³p–€)5p¾‘ÿf"
  b"\x01•´é©ÁsÝ•\x10g\x01M2B¸"
  b"\x02?ðó½ZK2ØYì\x01ÐhÖÉ"
  b"""
    \n
    \x03<Ý£└AÅ▓ìõé¸\x1E¤U
    """
  b"""
    \n
    ðC䓘C?—ûÈ\x1F©ó |
    """
  b"\f©ª-\Ð@}ª^Fý¯%H\r"
  b"\x0F7€œeS@ñ¼KiŠ’JY\x0F"
  b"&Ȩ̈ŸîGJ¬¿\x06†tÿ\x06\x1E"
  b"(=&L&7IC£Í\x1F{U\x19\x1CŠ"
  b"--ŽC#JEÀ£=#ª\\e"
  b"0EÂÅœ\tIHº&ã˼Þ`Ù"
]
91 1.30 ms
# product-listing::property-filter::search-ids
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` WHERE ((`property_group_option.group`.`filterable` = ?)) AND (`property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) ORDER BY `property_group_option`.`id` ASC LIMIT 500 OFFSET 500
Parameters:
[
  true
  b"\x01Å(Ò(µ}\vó¡´­]³-õ"
  b"\x01Å├ýï\fyòÁw2]\x7F\r"
  b"\x01Å├ý┼Þq‗ü*À¹¡\r2!"
  b"\x01É┐*╣ÙrÚ¡\x1Eä»┐õè4"
  b"\x01É┐*╣¸p=¥Ì\x17AÐ÷é"
  b"\x01É┐*║\x02sÁúƒ|ïü\x10Ø╬"
  b"\x01É┐*║\rs«┐½q\x01ù½Ðd"
  b"\x01É┐*║\x19q\x05ïþ\x12\x0Fu\x1F"
  b"\x01É┐*║&q§ä­l└ì\v j"
  b"\x01É┐*║7sêïéD9k╩┤\x08"
  b"\x01É┐*║Dq/éÅ¢UB¬ ,"
  b"\x01É┐*║Pr­áRæ\x14╔ªc├"
  b"\x01É┐*║bp]çz\x10\x18KQ#Æ"
  b"\x01É┐*║nrº×\x11Þƒ║Ö5ý"
  b"\x01É┐* ,r\x07\x08²Ì▒¨Yı"
  b"\x01É┐* 7pOåÚj\x0Eª\e\x1AÔ"
  b"\x01É┐* Br<×\x13<¬Ü[Ä7"
  b"\x01É┐* MpÙÜ,\e╗·'ÛF"
  b"\x01É┐* Wq╬»³lJ+C×X"
  b"\x01É┐* bqE½\x07?³´ß¡¨"
  b"\x01É┐* lqÕº╦╦\x18╣³»j"
  b"\x01É┐* ép¡ìâ&þÒ×­\x18"
  b"\x01É┐* îq\x14ÂÿáÔw>%A"
  b"\x01É┐+\x022p\x1E£\x1D`╗7\eÍ\x00"
  b"\x01É┐+\x04HrÝárªç\x08$Kù"
  b"\x01É┐+\x04SsZíòÒÆ8´éå"
  b"\x01É┐+\x04^pGÿCÀ]╝<]V"
  b"\x01É┐+\x04hr\x17Ö"\x13ÊÅ┤DQ"
  b"\x01É┐+\x04sq\téçl`pãá·"
  b"\x01É┐+\x06Èp4íG~CVã÷f"
  b"\x01É┐+\x06▀s{Âçpjñ­¨y"
  b"\x01É┐+\x06Ùq═á©ÆÜÑD▓²"
  b"\x01É┐+\x06°p\x19▒│ã\f%ô9─"
  b"\x01É┐+\x08ùq\x13ì,ªáª\x1F¼ð"
  b"\x01É┐+\x08úswé┤┬7\t)█ "
  b"\x01É┐+\x08»rt«Är\x04&i)¼"
  b"\x01É┐+\x08¾q╠╝¸\x01F\x11ÙJ\x00"
  b"\x01É┐+\x08■rFóéοKçõ£"
  b"""
    \x01É┐+\t\n
    r¾òÿ\x1EØ\x17{.▒
    """
  b"\x01É┐+\t\x15r(▓@NÅÞ§¼┘"
  b"\x01É┐+\t s\x11¬Mò▓Ç┐═V"
  b"\x01É┐+\t+s׼└JýÁ░U"
  b"\x01É┐+\t6p\x7FÖ©×ýxÆIo"
  b"\x01É┐+\tBs┼å-O\x02║ðܧ"
  b"\x01É┐+\t{pD░¦ë"W"#\x18"
  b"\x01É┐+\tåq¿æk┴+û1²r"
  b"\x01É┐+\tÆskÖ°╣à╚*âÊ"
  b"\x01É┐+\tØp\x12çrè\x1E`b·Ä"
  b"\x01É┐+\t¿r(¬ƒ»²ú\t÷ç"
  b"\x01É┐+\t┤s¼ø└╬╚▄Îúô"
  b"\x01É┐+\t┐rªÖ█ïõ¬ìR1"
  b"\x01É┐+\t╩qrû!\x1CW│Ôð["
  b"\x01É┐+\tıq└æ\x06©\x1E■GN="
  b"\x01É┐+\tÓr¯ôk«ªıÛsö"
  b"\x01É┐+\tÙqZÁ¨$O\x02Uy¿"
  b"\x01É┐+\t÷r\x14åvë\x1F \f"
  b"\x01É┐+\n\x00rÇ×┘┼O¿SÕ½"
  b"""
    \x01É┐+\n
    \vp╠àwÚï×6·ø
    """
  b"""
    \x01É┐+\n
    \x16sÏ╝û·ûÚ!■Õ
    """
  b"""
    \x01É┐+\n
    !s_Öæƒ±]\r
    """
  b"\x01É┐+\f$sn«\v¸%ö¨[ß"
  b"\x01É┐+\f0sÁ▓\x1F\x10\x0F»¶"
  b"\x01É┐+\f<p¹åÐs\x1EvùR¬"
  b"\x01É┐+\fHsOú°»°(g\x00¤"
  b"\x01É┐+\fTs¶ëdólÛ■Ä="
  b"\x01É┐+\f`qæÖ?╗8▄H╣h"
  b"\x01É┐+\fmp2ÁóÙ©¸¦\x12>"
  b"\x01É┐+\fxq¬ºÄ\x1F¾~uÎ‗"
  b"\x01É┐+\fäs\x16½üÖ-┘_uÃ"
  b"\x01É┐+\fÉs\Ñþ¨Íú[` "
  b"\x01É┐+\f£p§Æ¸r3?▀Dö"
  b"\x01É┐+\f¿p·ì¤=\ ┤╗╝"
  b"\x01É┐+\r\x05s;ì\f\x04Håkûæ"
  b"\x01É┐+\r\x0Fq\x08ºáø_3ÜËû"
  b"\x01É┐+\r\x19pvöü|áÏâ╔Ä"
  b"\x01É┐+\r$sù║ß.u;eÊ$"
  b"\x01É┐+\r.pZ│X[ Áü~ "
  b"\x01É┐+\r:pªô̶5V/\x02)"
  b"\x01É┐+\rEs\x1Aìry\x16ÿ║┬S"
  b"\x01É┐+\rPrKø\x06,JEá\x1Dk"
  b"\x01É┐+\r[pmæ«┤\r\x0E\x16A┬"
  b"\x01É┐+\reqñ╣╦‗ø\x14┐¨p"
  b"\x01É┐+\rps_║╦É0\x060┴Ü"
  b"\x01É┐+\r{rtÇ╝[þ?¬─É"
  b"\x01É┐+\rårÎúv\x06dæÔ¡┤"
  b"\x01É┐+\rærNÉî\x10ñÁ£ÞÕ"
  b"\x01É┐+\røs├×þöìêð\f"
  b"""
    \x01É┐+\rªs\n
    æ/PRÍ\x1A\x12?
    """
  b"\x01É┐+\rµpÊ¢\x08G\x06ñ`ƒ^"
  b"\x01É┐+\r±rJ«öó^<Ói´"
  b"\x01É┐+\r²r{░\x1C¨5\x197╗\x1E"
  b"\x01É┐+\x0E\vr&ÉòÁí\x1E‗Õ\x7F"
  b"\x01É┐+\x0E\x17så¬i«,;b6\x02"
  b"\x01É┐+\x0E#r×┤kx‗ê©·¸"
  b"\x01É┐+\x0E/r\x01û¹/c╗└¢ö"
  b"\x01É┐+\x0E:s5ä¹*ô&æ┐Ê"
  b"\x01É┐+\x0EFs~▒\v\x18xãO╩Ë"
  b"\x01É┐+\x0ERqmÖß\ô│¢.æ"
  b"\x01É┐+\x0E^sßå_3│J]4\r"
  b"\x01É┐+\x10Ûp7©1êªç`è"
  b"\x01É┐+\x10§pÊÁèäêÏS\x10Õ"
  b"\x01É┐+\x11\x01r┌ªcü│WÒ÷ë"
  b"\x01É┐+\x11\rr▓ºþJGìQÛm"
  b"\x01É┐+\x11\x19rðë9Ñ▄L┤ð╔"
  b"\x01É┐+\x11%róú│«¢Qä░'"
  b"\x01É┐+\x110q%è¯l>\x0F¥W°"
  b"\x01É┐+\x11<p!ƒ\eã©q­ç;"
  b"\x01É┐+\x11GrSØ\x10)þÙ¢┼q"
  b"\x01É┐+\x11Rr냸¬"$╬\x1F¾"
  b"""
    \x01É┐+\x11\q▒åë\n
    Z<\t½N
    """
  b"\x01É┐+\x11gr(Ñ.Zv\x1A¬░M"
  b"\x01É┐+\x11rs(×+Ó\x1A\x13"^ "
  b"\x01É┐+\x11|pk¢\x13£pûilF"
  b"\x01É┐+\x11çr\x1DÁn\x00³N+£¤"
  b"\x01É┐+\x11öqZÑ▓3k\x04L▄\x03"
  b"\x01É┐+\x11áp§Ñ¾^&fd¦\x15"
  b"\x01É┐+\x11½sªò"EÝ%DL}"
  b"\x01É┐+\x11Àrfñxê╬¿'░º"
  b"\x01É┐+\x11┬s&áêãñcÐ█Ø"
  b"\x01É┐+\x11═r\x1EôïóÏ1×-É"
  b"\x01É┐+\x11Îp¥î\x02BÓ¹▀╦¼"
  b"\x01É┐+\x11Ôs£░?ûû╬ý¤"
  b"\x01É┐+\x11Ýpµ╣Þ\x7F■ôå±ë"
  b"\x01É┐+\x13Ùr\f▒▀öú\x0F\x03"
  b"\x01É┐+\x13¸sÑ¥{\x1C¹Ëfå\x03"
  b"\x01É┐+\x14\x04sâòaÀAJEïÞ"
  b"\x01É┐+\x14\x11rN║Ï\x1Fg@\x19*▓"
  b"\x01É┐+\x14\x1Dp#íÕeË\x06\x1A"
  b"\x01É┐+\x14)r╝Ü@Á¹ 7<Ë"
  b"\x01É┐+\x145s|í\x17qÀ;\x075┬"
  b"\x01É┐+\x14@poôµ\x06­§O│\x06"
  b"\x01É┐+\x14Kqt░MÄ<‗üKÍ"
  b"\x01É┐+\x14VqÇê¶■\x7F\x0Fþ\x19"
  b"\x01É┐+\x14ap¿è■ÒY¸íûK"
  b"\x01É┐+\x14lr┤áìß,█╠Ht"
  b"\x01É┐+\x14vrƒò¶·¯jð!á"
  b"\x01É┐+\x14üsßÑh·søð\et"
  b"\x01É┐+\x14ïr$íþ└©7«±ù"
  b"\x01É┐+\x14òq¥Â┼|D­╗5°"
  b"\x01É┐+\x14ás%ét¾╝G\x10"
  b"\x01É┐+\x14¬qE£\Ä\v¥ƒ¨$"
  b"\x01É┐+\x14Áp▒ì¥øÝÏñ$k"
  b"\x01É┐+\x14└r­äñ_N8þVõ"
  b"\x01É┐+\x14╦rUÉ!_büFæ5"
  b"\x01É┐+\x14Írüàu´Â\x13╔ÖÙ"
  b"\x01É┐+\x14ÓqkêlX'/ºÏy"
  b"\x01É┐+\x14Ùs¥ë"[÷\x05i"ÿ"
  b"\x01É┐+\x14§r█½*©├?\x02ó\x7F"
  b"\x01É┐+\x15\x00qÞêë\x1D"═°ñN"
  b"\x01É┐+\x15\vpÕ┤▒┘\x02ÙÕ┤#"
  b"\x01É┐+\x15\x15s\x15®ãüá;´í┌"
  b"\x01É┐+\x15 q9░¶\x1D\x12▒▒6ð"
  b"\x01É┐+\x15*s¦Æ>yeʼg¢"
  b"\x01É┐+\x155s█ü"R┬´4Bí"
  b"\x01É┐+\x15?qÿîãÇòN-\x11"
  b"\x01É┐+\x15Jq5¼\x16¤»ý(ý\x7F"
  b"\x01É┐+\x15Tq\v▓ð§z■þøV"
  b"\x01É┐+\x15_q8ï_Ùü\x1DB\x14d"
  b"\x01É┐+\x15jróáÈ&Z;ãíB"
  b"\x01É┐+\x15uqÒÁ5Á\e,Z{ "
  b"\x01É┐+\x17eq^àC▒╦ÖÇÀÏ"
  b"\x01É┐+\x17çs[ä╩ZÁ ¯\E"
  b"\x01É┐+\x17Æræ╗▀ k┘:ÿÛ"
  b"\x01É┐+\x17╚s¡«¼│\x03\nÌ\x00ý"
  b"\x01É┐+\x17Ër¬ä[\x17Ë2ƒü▒"
  b"\x01É┐+\x17Ìs¦»\v§,äuã¥"
  b"\x01É┐+\x17Úp═ò\x03½¿°wUy"
  b"\x01É┐+\x17¶rÙÆ¾ûÎfº÷1"
  b"\x01É┐+\x17■r°û¡eí¤┐R│"
  b"\x01É┐+\x18\trNÄæÉÚåhõñ"
  b"\x01É┐+\x18\x14s¨¢│G\x18\x19DsH"
  b"\x01É┐+\x18\x1Ep[▓6·(7V\x19"
  b"\x01É┐+\x18)pPº|'>ø_╦s"
  b"\x01É┐+\x183pÐ▓1Ìý0┤Ò¨"
  b"\x01É┐+\x18>sAæàvQQ\x04üh"
  b"\x01É┐+\x18Ir`░kƒ\x10┤"\x18\x1E"
  b"\x01É┐+\x18SpRÖ®l餯k¢"
  b"\x01É┐+\x18^s‗¿Àu©ªç\f""
  b"\x01É┐+\x18iq╣éà»│÷±ã\r"
  b"\x01É┐+\x18sqù®³H'\x12¸‗£"
  b"\x01É┐+\x18~s¶ê▓\x05°LÓDj"
  b"\x01É┐+\x18ëq[ø·ÝHÓ~xB"
  b"\x01É┐+\x18òr\x08½lß;\x19│³╦"
  b"\x01É┐+\x18áqÂĽ©®_4\x12\x11"
  b"\x01É┐+\x18½p@Ø▄8~Tµ®Û"
  b"\x01É┐+\x18Âr├ï¦L\x02ün¤?"
  b"\x01É┐+\x18┴s┘│Ë└\x1D\x18{Rî"
  b"\x01É┐+\x18╠rSܵ7®Ä¦\x7FP"
  b"\x01É┐+\x18Îq9É­´¢\x03\x12&]"
  b"\x01É┐+\x18ßq%î╬\x19缬lö"
  b"\x01É┐+\x19pr/ñ\x07╬U\x7FÄź"
  b"\x01É┐+\x19{s.£\x18▓di³ö·"
  b"\x01É┐+\x19àpÇǾa¡ò╬│\x19"
  b"\x01É┐+\x19Åp±ö▀eÇ┤¶|K"
  b"\x01É┐+\x19Öp=¡┴[áRÁ¯ð"
  b"\x01É┐+\x19ñpªª├¿·Nu─¨"
  b"\x01É┐+\x19«s¹½┌¼pã¡i\x0F"
  b"\x01É┐+\x19╬rð©,¯ë<±(░"
  b"\x01É┐+\x19┌q°òÉqƒ%f5½"
  b"\x01É┐+\x19µpÆ«º┼░å\x06×]"
  b"\x01É┐+\x19±s:©-®ïÙD▓▀"
  b"\x01É┐+\eYr:ƒÑ"p5(-¥"
  b"\x01É┐+\edr"ÅK▒&█mvk"
  b"""
    \x01É┐+\ens9ø\n
    \x08çü┴\x18é
    """
  b"\x01É┐+\eyr¨╣l°\x7F╩┴┼F"
  b"""
    \x01É┐+\eâr8뢩▀w\n
    \x17Ë
    """
  b"\x01É┐+\eÄp╠Ñı\x7Fê\x02\x1Fz\x1F"
  b"\x01É┐+\eÖr┴øÂ\x07|_ìóÐ"
  b"\x01É┐+\eúsì£_#IıÍqa"
  b"\x01É┐+\e▄qÜØ:¡ ÿ¼°q"
  b"\x01É┐+\eÞpÅ¡l┼¢ ı\x00®"
  b"\x01É┐+\e§qP«ooq\rn┘ "
  b"\x01É┐+\x1C\x01r%×nïJS¿|▓"
  b"\x01É┐+\x1C\rsðâ▓°óþ\x03°║"
  b"\x01É┐+\x1C\x18rÕ¿_¥\d¥\x1D-"
  b"\x01É┐+\x1C$sK¬├Jø+>gÇ"
  b"\x01É┐+\x1C/rd¼┐صZeZ¤"
  b"\x01É┐+\x1C:sÁò#\x11M%z─Å"
  b"\x01É┐+\x1CEs┌ª¾▀\x16!t└²"
  b"\x01É┐+\x1CPrDØ\x06;V\x06\x1Af"
  b"\x01É┐+\x1C[rã½\x16+í│M░`"
  b"\x01É┐+\x1Cgsxô7║╩é"▒y"
  b"\x01É┐+\x1Cqs×╣Ò‗ð&ı"\x1C"
  b"""
    \x01É┐+\x1C}qÝ¥ÕßǸ\n
    è#
    """
  b"\x01É┐+\x1CêqC»ëô<Zh▄M"
  b"\x01É┐+\x1Cöräá\x02<W\x15>¹~"
  b"\x01É┐+\x1Cƒr[ó¥_z┤╦8┼"
  b"\x01É┐+\x1C¬qg»_?û>Î▒\x06"
  b"\x01É┐+\x1CÁq«àçåé"R┼$"
  b"\x01É┐+\x1C┐qnñNα\x0F╠xe"
  b"\x01É┐+\x1C╩p¢íÁSbÄ6\x04Ã"
  b"\x01É┐+\x1CıqV┐ئ¼Ýµ\^"
  b"\x01É┐+\x1CÓs\ú\x17©öfS®Û"
  b"\x01É┐+\x1CÙp\É\x1EØÿ+Ï·Ø"
  b"\x01É┐+\x1C÷sÔö█▄â22U-"
  b"\x01É┐+\x1D\x00ròú\e:4ì!\x08B"
  b"\x01É┐+\x1D\vr_Ñ\e»\e\x0EºÂ"
  b"\x01É┐+\x1D\x16s«øÏ‗C─?þ="
  b"\x01É┐+\x1D!p`èÙ\x12OãÌ╗v"
  b"\x01É┐+\x1D,rÆ¡▄DT±@ßa"
  b"\x01É┐+\x1D8p@╗(T\x1E`Ò▄["
  b"\x01É┐+!┬qãøêçò<g¤9"
  b"\x01É┐+!═p*▒À]a h┼¹"
  b"\x01É┐+!┘sUû]▀á{█\x08/"
  b"\x01É┐+!õs┐âgÉPXþ£&"
  b"\x01É┐+!´p\ôHá\x067{yS"
  b"\x01É┐+$rpøú╦4▒í\f"
  b"""
    \x01É┐+$~s%à\n
    ¿´çÿ'É
    """
  b"\x01É┐+$èpÛ┐\x1Ey┌è\x10\x1A¢"
  b"\x01É┐+$ûsÖÖ\x1C\x02ñÕà²e"
  b"\x01É┐+$ópÑ׸tùã±║8"
  b"\x01É┐+$»pí╣═­┬└ÌÐY"
  b"\x01É┐+$ýrq£è ¨¶ÁLÈ"
  b"""
    \x01É┐+%\n
    r§Åë÷╦n┤ìQ
    """
  b"\x01É┐+%\x16röê6╠\x1A\x11øsÎ"
  b"\x01É┐+%!rñï>▄\tC6Ç\x1E"
  b"\x01É┐+%,r‗¡gÄ\f 6yÀ"
  b"""
    \x01É┐+%7snì\x1D\n
    l║Vk³
    """
  b"""
    \x01É┐+%Cp\x05ÂáP\n
    x/x=
    """
  b"\x01É┐+%Np\x07ÀP\x1DzÇY╩&"
  b"\x01É┐+%Yp'║═æR`\x17«\x02"
  b"\x01É┐+(\x11sù│▄‗ïª┤ÑÃ"
  b"\x01É┐+(\x1Eq\x1AÅ╦%xÄ\x1Cgj"
  b"\x01É┐+(+qí▓_î┌gÏCB"
  b"\x01É┐+(8rh┤c╝Åc¨╗K"
  b"""
    \x01É┐+(Esb»Guw\n
    ;,1
    """
  b"\x01É┐+(Rqs┐°[Fß´&º"
  b"\x01É┐+(`peÑ`\x11ÜMhW "
  b"\x01É┐+(mp*¿ <jùql^"
  b"\x01É┐+N¥ssÑH=▒z±el"
  b"\x01É┐+N╩r┬║\tL║4Ä\x18\"
  b"\x01É┐+NÍs╬ù÷\e\x17éÑA╦"
  b"\x01É┐+NÒs\x01ì(êÑ\x13ê‗╔"
  b"\x01É┐+N´sí¼ ©Ä▓^:é"
  b"\x01É┐+N¹sª│\x1CÎÜy\x08\x0F\x12"
  b"\x01É┐+O\x08r╚â1nqÚ\x0E┴¯"
  b"\x01É┐+Q\x01s\x08│╣\x10~F1▀\r"
  b"\x01É┐+Q\x14sÂñ6åqJ|6ë"
  b"\x01É┐+Q"r\x7FÖM(Ç\x05ÖÇq"
  b"\x01É┐+Q1q▄çåÉ Y\x06\x1E\x1F"
  b"\x01É┐+Q?s‗Æá\x1D\x03\x14─ÅN"
  b"\x01É┐+QRq┐å║-·HP\x7FÖ"
  b"\x01É┐+QarGú{\x14±`Û]P"
  b"\x01É┐+QopoäƒÏÙ┤пÅ"
  b"\x01É┐+Q|pBÄïSîÏ:'±"
  b"\x01É┐+Qëp├ê%\x19Öü\x1CZ9"
  b"\x01É┐+Qòp\x07Æ\x1EÓºbqü<"
  b"\x01É┐+Qíq\vÖ\x16\x00)ê┤Wö"
  b"\x01É┐+Q¡pµÄî:{õÔz%"
  b"\x01É┐+Q╗s║¡ºµ«\x11nI5"
  b"\x01É┐+R£ss¿fÚ \v¡g}"
  b"\x01É┐+R¬qß░ïË▒ïıU┼"
  b"\x01É┐+R╣pýÆ_┴\x05┬ä\x7F°"
  b"\x01É┐+Rãq┬ƒå*¤Dró "
  b"\x01É┐+RËp³£î°=2\x10 Õ"
  b"\x01É┐+RÓp┌¡î░c┘B]©"
  b"\x01É┐+RÝq+ü╝T²jÄ█z"
  b"\x01É┐+R·pQ╗)øQ)JÔv"
  b"\x01É┐+S\x06qÁªT╣ñ:GX\x11"
  b"\x01É┐+S\x13r±¡û"伿 ã"
  b"\x01É┐+S s³ù­f\x01  ─┌"
  b"\x01É┐+S-s\x08Éí┐ôÂ\x06ª×"
  b"\x01É┐+S9riÑ>C^\x04▀ã\x15"
  b"\x01É┐+SErÓ¡Qù]C³sW"
  b"\x01É┐+SPr'ë╩¯, xäÈ"
  b"\x01É┐+q╣q1Æ\x05^_d│jë"
  b"\x01É┐+qãs%óÿ\x1Fðætºl"
  b"\x01É┐+Ñ\x1ErRÖ(N¸ÚN┬ÿ"
  b"\x01É┐+Ñ)q╠¼¾7¹ú█V9"
  b"\x01É┐+Ñ5p8íäU¶\x1DôõR"
  b"\x01É┐+ÑAr'ôÔW%\x1CŨ\x05"
  b"\x01É┐+ÑNq%£®ÖÂ)~òÆ"
  b"\x01É┐+Ññp=æG╗Ô▓~y«"
  b"\x01É┐+Ñ▒rO▓¯-Î\x08oÑ╦"
  b"\x01É┐+Ñ¢r┤ª┐§pÜÄÄ "
  b"\x01É┐+Ñ╔q╬ô¦░¼âI═ï"
  b"\x01É┐+ÑısÁ¬à1╩`XG│"
  b"\x01É┐+ÑßpHáI╠bI¬fb"
  b"\x01É┐+ÑÝrõƒó½┐Xùúð"
  b"\x01É┐+Ѩqð¬ß3╬ú!ªö"
  b"\x01É┐+ª\x05s8º╗├9ǧչ"
  b"\x01É┐+ª\x11pGûÁ×û¡â\x02»"
  b"\x01É┐+ª\x1Dp│ä¶<Á}æ├╦"
  b"""
    \x01É┐+ª)rMæ▀\n
    ïìPQÊ
    """
  b"\x01É┐+ª6qâ®´!\x01ßÐ\x1Cþ"
  b"\x01É┐+ªErEØ&┼½¿\e϶"
  b"\x01É┐+ªSsRî\x0FÀ\tùù╣ò"
  b"\x01É┐+ª`qMå$\x1F8L"Ú "
  b"\x01É┐+ªos╠×IlQ¬║=º"
  b"\x01É┐+¿BsôÄìohÓ┴\x080"
  b"\x01É┐+¿Op┬ô!~«\x18Û3░"
  b"\x01É┐+¿[rÃ▓\x07ãçZ│\x03v"
  b"\x01É┐+¿gpìç¡i¨Aƒ│)"
  b"\x01É┐+¿vpr¼èEûƒÆEÞ"
  b"\x01É┐+¿érÄ░ø®ÿ╣Ï%Õ"
  b"\x01É┐+¿Ås®ì\x7F?( ÑóÒ"
  b"\x01É┐+¿øp^º┘\x1E┤J■y±"
  b"""
    \x01É┐+¿¿q╩á¬{n\n
    Y½½
    """
  b"\x01É┐+¿Áp]Â"s┼B8J╩"
  b"\x01É┐+¬┤r┘»UJè\x7FÀ±V"
  b"\x01É┐+¬└s7ûS╝¾,BÂS"
  b"\x01É┐+¬═s|æíáüèØò¾"
  b"\x01É┐+¬┌sJà\x05ú<²┐Au"
  b"\x01É┐+¬µs\x03áu─█-ÅdS"
  b"\x01É┐+¬‗r=Ö\x05Ä\x1D ý.█"
  b"\x01É┐+¬■qøô>RÛn«┐1"
  b"""
    \x01É┐+½\n
    p¸à$└M┤┐tí
    """
  b"\x01É┐+½\x17s┬▓ø\r»$ðgÐ"
  b"\x01É┐+½#q▀ù¡‗`UÊt\x1D"
  b"\x01É┐+½/sóÁ╬\x1De»ÐuÎ"
  b"\x01É┐+½;rà»í'¯HX¬á"
  b"\x01É┐+½Gs╣ÂÛô\x1D\x0F±@"
  b"\x01É┐+½RpÆî╝ð@·\x0F╝þ"
  b"\x01É┐+¡:sÌâåÁã%╗zo"
  b"\x01É┐+¡Hr)¢└¨¬\x1CMî\"
  b"\x01É┐+¡Uq~ÿÒ\x00$Sÿ\O"
  b"\x01É┐+¡bqw┤Iá©Hôì"
  b"\x01É┐+¡pp±║\x05îéÉÜôC"
  b"\x01É┐+¡}r\x02üÖÅÉô¡Hw"
  b"\x01É┐+¡ÿr╝¿´ÑÕÿ×R÷"
  b"\x01É┐+¡Ñp┐ì▄öVÚÄñ\x01"
  b"\x01É┐+¡│süóZCËë▒Ûô"
  b"\x01É┐+¡└sTó9SK!\x04æ\x12"
  b"\x01É┐+¡═s\x0E┤XqÜC▀÷ "
  b"\x01É┐+¡┌s─▓Àz¾²öǦ"
  b"\x01É┐+¡Þq\x1Cç²┘\x7F\x06R╝"
  b"\x01É┐+«\x02sc┤CÇ\x03¿\x10©è"
  b"\x01É┐+«\x0Eq\x02Ö╠-¿e3`\x13"
  b"\x01É┐+«\x1AsÉåO@█~\v■Ç"
  b"\x01É┐+«'ppøªúSJÐ┤N"
  b"\x01É┐+«4pmÖ.ıùõ¸╗\v"
  b"\x01É┐+«@s>àO7EÍZÿf"
  b"\x01É┐+»│rø░°KòðR┤¶"
  b"\x01É┐+»└réÇL\v▄¦¹èÑ"
  b"\x01É┐+»═p\x11Á#\x08,bc«i"
  b"\x01É┐+»┌s-êÌ|╬Y‗.b"
  b"""
    \x01É┐+»þq\x7Fƒ\f┬P\n
    ƒ½ê
    """
  b"\x01É┐+»§s\x11Ø\x12âÂÔ%N╬"
  b"\x01É┐+░_rÏ®\x0Fè╬É═\x13"
  b"\x01É┐+░lp¥½\x19×└┼ÈJÿ"
  b"\x01É┐+░yq\x1Eàs­öPÏ»Ç"
  b"\x01É┐+░çsÜ▒╬`3\x12\x07ì§"
  b"\x01É┐+░ös\x1Få\V╝▒$ÙL"
  b"\x01É┐+░ós=®;ê\x0FH╗ñ┬"
  b"\x01É┐+░▓rJ¬\x119\x16\x0F×G\x06"
  b"\x01É┐+░┐p`½_3êÖ┬Ô\x0E"
  b"\x01É┐+░╠q¾ëJLjùn§I"
  b"\x01É┐+░┘rÙà»2Ê:\rêe"
  b"\x01É┐+░µs_£*\v\f╦Ä"
  b"\x01É┐+░÷rä¢ç.\x13£║ǯ"
  b"\x01É┐+▒\x06p¸É¿▓ø{ß+Å"
  b"\x01É┐+▒\x15pý░╔¯_┴ÌO\x0F"
  b"\x01É┐+▒!r▄ü÷]Ðc$\x1CB"
  b"\x01É┐+▒-rÅ»º\x02µÌmþ "
  b"\x01É┐+▒:sPÁ│ƒÊ\x0F║}┌"
  b"\x01É┐+▒Fs*¬îÒ┐Ãfe×"
  b"\x01É┐+│9qiعÿüØj┌Û"
  b"\x01É┐+│Gqõô{▓F‗,=÷"
  b"\x01É┐+│SsÂéO╝1ú«!Ò"
  b"\x01É┐+│_sı▒\x17jéͶ=Ì"
  b"\x01É┐+│kqO£f?r'┼çë"
  b"\x01É┐+│wpß«Ru\x1F³\x10­l"
  b"\x01É┐+│âp─ù¿×¦ç\x0F"
  b"\x01É┐+│Åq}╗╠W§¡¶}ª"
  b"\x01É┐+│øs\x7F«┴î╠T■\x03å"
  b"\x01É┐+│ºpÑúËÂÝmj-▀"
  b"\x01É┐+││r6Å·\rðûæ\x02õ"
  b"\x01É┐+│┐r^îÿjVè\x0FÁª"
  b"\x01É┐+ÂHp\x18Âÿð¼\\x7F@K"
  b"\x01É┐+ÂVsè¢B7)\x1F╚-\x02"
  b"\x01É┐+Âdq¯╣5yö)s!þ"
  b"\x01É┐+Âsr▀┐dz╦sÈ&ê"
  b"\x01É┐+Ââr¬£\x01]@³\x1A´Ô"
  b"\x01É┐+ÂÉsI┐í¯A¿ørc"
  b"\x01É┐+ÂØpU│FXö╣q=‗"
  b"\x01É┐+¬rY¼c,╣==å$"
  b"\x01É┐+©r\x07ºS\x10Ô1sı\x03"
  b"\x01É┐+Â┼q{û¸Á\x14ªd\x1D\x06"
  b"\x01É┐+ÂËq ▓àq\f\x0F»°6"
  b"\x01É┐+ÂÓp?Áòüñ┼7k┼"
  b"\x01É┐+ÀKp\eáõÕ'B<bO"
  b"\x01É┐+ÀYq\x1A\x06Wı@ËÝ|"
  b"\x01É┐+©╠sE½\f╣»\x00Ë6k"
  b"\x01É┐+©┘s╠®\x12EZABeÂ"
  b"\x01É┐+©µs\x13اe6\x05\t\x04¹"
  b"\x01É┐+©‗q\x11À\x1C7.^EY""
  b"\x01É┐+©■qpúÁáw=j÷Ò"
  b"""
    \x01É┐+╣\n
    p¡Ñ\x02ß\x16ÆéW:
    """
  b"\x01É┐+╣\x17pÏ¢£\x10¦¦æ\x7F\x1A"
  b"\x01É┐+╣#p&êÂı\f\x7F▓Q0"
  b"\x01É┐+╣/pø«:y\x02î#│Ð"
  b"\x01É┐+╣;q\x07ô0¨\x04\x00c"
  b"\x01É┐+╣HqÓüGµ-< kc"
  b"\x01É┐+╣SrË╝°pü qÎó"
  b"\x01É┐+╣`pÊúzè─4¶P["
  b"\x01É┐+║árµ¼Ý­\x1A(Âä\x07"
  b"\x01É┐+║»qYÉE^õ§S█Ò"
  b"\x01É┐+║┐p(▓¸|ï\x7F¼þ»"
  b"\x01É┐+║═s║îY½é┴Ýø░"
  b"\x01É┐+║┌sÃìí¢±L\x1A"
  b"""
    \x01É┐+║µs└«\n
    \x022▓~È═
    """
  b"\x01É┐+┼\x10p░Ä▄¦-└*├4"
  b"\x01É┐+╚ qÜ®hO[°uN0"
  b"\x01É┐+╚-rH®┐╩P\x02EH`"
  b"\x01É┐+╚9sõ│\x079ð¸<ñ%"
  b"\x01É┐+╚Fq\x11æ│۾ăºõ"
  b"\x01É┐+╚Rq1Â~úï³▓6¨"
  b"\x01É┐+╚^p┌½$pîïÖ\x03F"
  b"\x01É┐+╚jsÝé_¡&³\x08╔Û"
  b"\x01É┐+╚wqÅåÓ\v\x06û╝ñ\t"
  b"\x01É┐+╚äs\x15É\e}j┌\x7Fº3"
  b"\x01É┐+╚æp¡í░ì@ù嫬"
  b"\x01É┐+╚×qfòcäã═Cm"
  b"\x01É┐+╚¼q╬û<╗ÝçfÀå"
  b"\x01É┐+╚╣p=Ñ╠÷غ"YÚ"
  b"\x01É┐+╚ãs┐«\vÍ╗?¥\x05)"
  b"\x01É┐+╚Ësk¥┐\x11k\x1E§Ý§"
  b"\x01É┐+╚▀r─óU\ròîì]Ï"
  b"\x01É┐+╚Ùsîú└àU>h_╠"
  b"\x01É┐+╚¸pr┐\x01\x7Fù\x14»=s"
  b"\x01É┐+╔\x04pxí&ò{¦½Oc"
  b"\x01É┐+╔\x10rÍ╣ðü#Oya©"
  b"\x01É┐+╔\x1DpuÄ¥}\rîæ¹Þ"
  b"\x01É┐+╔)paëÔ╠B╬ÀÔ\x18"
  b"\x01É┐+╔5q9â9'«¨ d\x10"
  b"\x01É┐+╔BrÏåD9▓┘«ñ\x0F"
  b"\x01É┐+╔Nqµ┐)\f£ 6j\x18"
  b"\x01É┐+╔ZpE│z¤âôk)b"
  b"\x01É┐+╔gpúãîâ\x1F9MT"
  b"\x01É┐+╔xsùÇ¡Y\x00qD,9"
  b"\x01É┐+╔åpq×.\tS>Äoô"
  b"\x01É┐+╔ôsñ¡4\x11UxÌï "
  b"\x01É┐+╔áq▄ë\x0Elä‗\x02av"
  b"\x01É┐+╔¼r®½S3╩Sp£­"
  b"\x01É┐+╔©q·ìH_╚p¶3\x1F"
  b"\x01É▄ááPpwéïÃ¥³[á▓"
  b"\x01É▄áó?q©ºÒ┴\x02ëª\x1C\x08"
  b"\x01É▄áñ*r%¢«µÛ\x7F)¡´"
  b"\x01É▄áª\x19s\x16èP║ä\tu4\v"
  b"\x01É▄á¿\x07q\x11ÖC\x1C\x1A3\x08"
  b"""
    \x01É▄᮸rPÄ\n
    k /\x02\x06\x12
    """
  b"\x01É▄á½Ûrãéaó\x02Ú\x19Ôá"
  b"\x01É▄á¡█rmìÆêõÿä¶ú"
  b"\x01É▄á»╠q┘ø╩§4È\x07Þ2"
  b"""
    \x01‘»Z\f2rƦ0\n
    \x10\x1EƒA\x03
    """
  b"\x01•´é©xp¬¹ñÂ!\x04\x10s]"
  b"\x01•´é©‡qF…DÈnGéáH"
  b"\x01•´é©–qiµûF“×\x7FŸ\x04"
  b"\x01•´é©¤pœ¾ÅäS|“ß\x17"
  b"\x01•´é©³p–€)5p¾‘ÿf"
  b"\x01•´é©ÁsÝ•\x10g\x01M2B¸"
  b"\x02?ðó½ZK2ØYì\x01ÐhÖÉ"
  b"""
    \n
    \x03<Ý£└AÅ▓ìõé¸\x1E¤U
    """
  b"""
    \n
    ðC䓘C?—ûÈ\x1F©ó |
    """
  b"\f©ª-\Ð@}ª^Fý¯%H\r"
  b"\x0F7€œeS@ñ¼KiŠ’JY\x0F"
  b"&Ȩ̈ŸîGJ¬¿\x06†tÿ\x06\x1E"
  b"(=&L&7IC£Í\x1F{U\x19\x1CŠ"
  b"--ŽC#JEÀ£=#ª\\e"
  b"0EÂÅœ\tIHº&ã˼Þ`Ù"
  b"2š—Á6>LèŒ;²\v\x0Eâúö"
  b"2õöÔð$Gœ­\x1FnC<”ïl"
  b"\x14¹ð\x00Ct³%\nûJ'[-"
  b"<}zôî§LoÅ¿×ï╠¦O└"
  b"=ü¨ý{\x01CñÁϺ#Zç\eH"
  b"?†ª#–ÀC˜ª¡5Z\e\x03=\x12"
  b"\x01;gÖM:’·¢uÚŠôA"
  b"C\x7Fú‡ÌNLx…þ°}|Eä\x15"
  b"QX\x1Du†àH\v\x1A«µ°…½Ì"
  b"T\x14v’ËûCAšm\x11âl­DÜ"
  b"Y—Ù\x1DÀxI—½ïhßÅ ‰\x12"
  b"b+ËhØvMV•\x11íµ\rokš"
  b"c╗ã\x07GÝ@╚îrvZµÅ▀\r"
  b"eW\x1Aã×\x18N\x14³\x05Ьö0ßC"
  b"\x7Fñ\x103(?Cg³‰Â!h< \x1E"
  b"ˆËAaã0EÜ™\x18H‹I”Ǧ"
  b"Är>ÛÉ\x00GêÅïöÚ‗@\t¢"
  b"Å«LÚÝ\x1D@hîû¬ ╩È¢&"
  b"ɦi©³¦Gº│\x179xË\x1Cé³"
  b"‘…º«T•Ií‚zÉOšV±A"
  b"ò¨\x19öGKOƼßõü@ëhï"
  b"™ô aC+N]¼\x12\x0Fþyºâ\e"
  b"¡V”\x172¢KA¼\x7F\x02NàÌ"
  b"¬ýu†Ð(Hñ¬€\x1FGvï¤\x14"
  b"¯tNÁ«¤F÷…§~À×á-o"
  b"ºy陵óCI®MÍ›s\x0F]y"
  b"║Þ├©ªñE^ø\x02w¦É¥%ÿ"
  b"¼éê¤+¼FÙ»€¸\x1CÉ®þ¯"
  b"├ø¿¢R╠G8ì=\x10\x08\x13×ô"
  b"Äé¥À>\x14GÊ—MNrô÷\x1EÃ"
  b"çfyØj•I\x0F«ûQZ¡ÆÊ¾"
  b"ê;žúîáJ¶ŠÆBO\x06z}š"
  b"¯HJ\x0EÙ;EÉÑ╣¶¢\x08\x14ë#"
  b"¨ìY╝|ÄK╩║K\x04P¿¸ëª"
  b"üAW\x18\x7FçG’°~*‹sôÿ^"
]
92 0.71 ms
# product-listing::property-filter::read
SELECT `property_group_option`.`id` AS `property_group_option.id`, `property_group_option`.`property_group_id` AS `property_group_option.groupId`, `property_group_option`.`color_hex_code` AS `property_group_option.colorHexCode`, `property_group_option`.`media_id` AS `property_group_option.mediaId`, `property_group_option`.`created_at` AS `property_group_option.createdAt`, `property_group_option`.`updated_at` AS `property_group_option.updatedAt`, `property_group_option.group`.`id` AS `property_group_option.group.id`, `property_group_option.group`.`display_type` AS `property_group_option.group.displayType`, `property_group_option.group`.`sorting_type` AS `property_group_option.group.sortingType`, `property_group_option.group`.`filterable` AS `property_group_option.group.filterable`, `property_group_option.group`.`visible_on_product_detail_page` AS `property_group_option.group.visibleOnProductDetailPage`, `property_group_option.group`.`created_at` AS `property_group_option.group.createdAt`, `property_group_option.group`.`updated_at` AS `property_group_option.group.updatedAt`, `property_group_option.group.translation.name`, COALESCE(`property_group_option.group.translation.name`,`property_group_option.group.translation.name`) AS `property_group_option.group.name`, `property_group_option.group.translation.description`, COALESCE(`property_group_option.group.translation.description`,`property_group_option.group.translation.description`) AS `property_group_option.group.description`, `property_group_option.group.translation.position`, COALESCE(`property_group_option.group.translation.position`,`property_group_option.group.translation.position`) AS `property_group_option.group.position`, `property_group_option.group.translation.customFields`, COALESCE(`property_group_option.group.translation.customFields`,`property_group_option.group.translation.customFields`) AS `property_group_option.group.customFields`, `property_group_option.group.translation.createdAt`, `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation.languageId`, `property_group_option.media`.`id` AS `property_group_option.media.id`, `property_group_option.media`.`user_id` AS `property_group_option.media.userId`, `property_group_option.media`.`media_folder_id` AS `property_group_option.media.mediaFolderId`, `property_group_option.media`.`mime_type` AS `property_group_option.media.mimeType`, `property_group_option.media`.`file_extension` AS `property_group_option.media.fileExtension`, `property_group_option.media`.`uploaded_at` AS `property_group_option.media.uploadedAt`, `property_group_option.media`.`file_name` AS `property_group_option.media.fileName`, `property_group_option.media`.`file_size` AS `property_group_option.media.fileSize`, `property_group_option.media`.`media_type` AS `property_group_option.media.mediaTypeRaw`, `property_group_option.media`.`meta_data` AS `property_group_option.media.metaData`, `property_group_option.media`.`config` AS `property_group_option.media.config`, `property_group_option.media`.`path` AS `property_group_option.media.path`, `property_group_option.media`.`private` AS `property_group_option.media.private`, `property_group_option.media`.`thumbnails_ro` AS `property_group_option.media.thumbnailsRo`, `property_group_option.media`.`created_at` AS `property_group_option.media.createdAt`, `property_group_option.media`.`updated_at` AS `property_group_option.media.updatedAt`, `property_group_option.media.translation.title`, COALESCE(`property_group_option.media.translation.title`,`property_group_option.media.translation.title`) AS `property_group_option.media.title`, `property_group_option.media.translation.alt`, COALESCE(`property_group_option.media.translation.alt`,`property_group_option.media.translation.alt`) AS `property_group_option.media.alt`, `property_group_option.media.translation.customFields`, COALESCE(`property_group_option.media.translation.customFields`,`property_group_option.media.translation.customFields`) AS `property_group_option.media.customFields`, `property_group_option.media.translation.createdAt`, `property_group_option.media.translation.updatedAt`, `property_group_option.media.translation.mediaId`, `property_group_option.media.translation.languageId`, `property_group_option.translation.name`, COALESCE(`property_group_option.translation.name`,`property_group_option.translation.name`) AS `property_group_option.name`, `property_group_option.translation.position`, COALESCE(`property_group_option.translation.position`,`property_group_option.translation.position`) AS `property_group_option.position`, `property_group_option.translation.customFields`, COALESCE(`property_group_option.translation.customFields`,`property_group_option.translation.customFields`) AS `property_group_option.customFields`, `property_group_option.translation.createdAt`, `property_group_option.translation.updatedAt`, `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation.languageId` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.translation`.property_group_option_id, `property_group_option.translation`.name AS `property_group_option.translation.name`, `property_group_option.translation`.position AS `property_group_option.translation.position`, `property_group_option.translation`.custom_fields AS `property_group_option.translation.customFields`, `property_group_option.translation`.created_at AS `property_group_option.translation.createdAt`, `property_group_option.translation`.updated_at AS `property_group_option.translation.updatedAt`, `property_group_option.translation`.property_group_option_id AS `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation`.language_id AS `property_group_option.translation.languageId` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation`.language_id = ?) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation`.`property_group_option_id` = `property_group_option`.`id` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option`.`media_id` = `property_group_option.media`.`id` LEFT JOIN (SELECT `property_group_option.group.translation`.property_group_id, `property_group_option.group.translation`.name AS `property_group_option.group.translation.name`, `property_group_option.group.translation`.description AS `property_group_option.group.translation.description`, `property_group_option.group.translation`.position AS `property_group_option.group.translation.position`, `property_group_option.group.translation`.custom_fields AS `property_group_option.group.translation.customFields`, `property_group_option.group.translation`.created_at AS `property_group_option.group.translation.createdAt`, `property_group_option.group.translation`.updated_at AS `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation`.property_group_id AS `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation`.language_id AS `property_group_option.group.translation.languageId` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation`.language_id = ?) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN (SELECT `property_group_option.media.translation`.media_id, `property_group_option.media.translation`.title AS `property_group_option.media.translation.title`, `property_group_option.media.translation`.alt AS `property_group_option.media.translation.alt`, `property_group_option.media.translation`.custom_fields AS `property_group_option.media.translation.customFields`, `property_group_option.media.translation`.created_at AS `property_group_option.media.translation.createdAt`, `property_group_option.media.translation`.updated_at AS `property_group_option.media.translation.updatedAt`, `property_group_option.media.translation`.media_id AS `property_group_option.media.translation.mediaId`, `property_group_option.media.translation`.language_id AS `property_group_option.media.translation.languageId` FROM `media_translation` `property_group_option.media.translation` WHERE `property_group_option.media.translation`.language_id = ?) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation`.`media_id` = `property_group_option.media`.`id` WHERE `property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"2š—Á6>LèŒ;²\v\x0Eâúö"
  b"2õöÔð$Gœ­\x1FnC<”ïl"
  b"\x14¹ð\x00Ct³%\nûJ'[-"
  b"<}zôî§LoÅ¿×ï╠¦O└"
  b"=ü¨ý{\x01CñÁϺ#Zç\eH"
  b"?†ª#–ÀC˜ª¡5Z\e\x03=\x12"
  b"\x01;gÖM:’·¢uÚŠôA"
  b"C\x7Fú‡ÌNLx…þ°}|Eä\x15"
  b"QX\x1Du†àH\v\x1A«µ°…½Ì"
  b"T\x14v’ËûCAšm\x11âl­DÜ"
  b"Y—Ù\x1DÀxI—½ïhßÅ ‰\x12"
  b"b+ËhØvMV•\x11íµ\rokš"
  b"c╗ã\x07GÝ@╚îrvZµÅ▀\r"
  b"eW\x1Aã×\x18N\x14³\x05Ьö0ßC"
  b"\x7Fñ\x103(?Cg³‰Â!h< \x1E"
  b"ˆËAaã0EÜ™\x18H‹I”Ǧ"
  b"Är>ÛÉ\x00GêÅïöÚ‗@\t¢"
  b"Å«LÚÝ\x1D@hîû¬ ╩È¢&"
  b"ɦi©³¦Gº│\x179xË\x1Cé³"
  b"‘…º«T•Ií‚zÉOšV±A"
  b"ò¨\x19öGKOƼßõü@ëhï"
  b"™ô aC+N]¼\x12\x0Fþyºâ\e"
  b"¡V”\x172¢KA¼\x7F\x02NàÌ"
  b"¬ýu†Ð(Hñ¬€\x1FGvï¤\x14"
  b"¯tNÁ«¤F÷…§~À×á-o"
  b"ºy陵óCI®MÍ›s\x0F]y"
  b"║Þ├©ªñE^ø\x02w¦É¥%ÿ"
  b"¼éê¤+¼FÙ»€¸\x1CÉ®þ¯"
  b"├ø¿¢R╠G8ì=\x10\x08\x13×ô"
  b"Äé¥À>\x14GÊ—MNrô÷\x1EÃ"
  b"çfyØj•I\x0F«ûQZ¡ÆÊ¾"
  b"ê;žúîáJ¶ŠÆBO\x06z}š"
  b"¯HJ\x0EÙ;EÉÑ╣¶¢\x08\x14ë#"
  b"¨ìY╝|ÄK╩║K\x04P¿¸ëª"
  b"üAW\x18\x7FçG’°~*‹sôÿ^"
]
93 1.16 ms
# product-listing::property-filter::search-ids
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` WHERE ((`property_group_option.group`.`filterable` = ?)) AND (`property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) ORDER BY `property_group_option`.`id` ASC LIMIT 500 OFFSET 1000
Parameters:
[
  true
  b"\x01Å(Ò(µ}\vó¡´­]³-õ"
  b"\x01Å├ýï\fyòÁw2]\x7F\r"
  b"\x01Å├ý┼Þq‗ü*À¹¡\r2!"
  b"\x01É┐*╣ÙrÚ¡\x1Eä»┐õè4"
  b"\x01É┐*╣¸p=¥Ì\x17AÐ÷é"
  b"\x01É┐*║\x02sÁúƒ|ïü\x10Ø╬"
  b"\x01É┐*║\rs«┐½q\x01ù½Ðd"
  b"\x01É┐*║\x19q\x05ïþ\x12\x0Fu\x1F"
  b"\x01É┐*║&q§ä­l└ì\v j"
  b"\x01É┐*║7sêïéD9k╩┤\x08"
  b"\x01É┐*║Dq/éÅ¢UB¬ ,"
  b"\x01É┐*║Pr­áRæ\x14╔ªc├"
  b"\x01É┐*║bp]çz\x10\x18KQ#Æ"
  b"\x01É┐*║nrº×\x11Þƒ║Ö5ý"
  b"\x01É┐* ,r\x07\x08²Ì▒¨Yı"
  b"\x01É┐* 7pOåÚj\x0Eª\e\x1AÔ"
  b"\x01É┐* Br<×\x13<¬Ü[Ä7"
  b"\x01É┐* MpÙÜ,\e╗·'ÛF"
  b"\x01É┐* Wq╬»³lJ+C×X"
  b"\x01É┐* bqE½\x07?³´ß¡¨"
  b"\x01É┐* lqÕº╦╦\x18╣³»j"
  b"\x01É┐* ép¡ìâ&þÒ×­\x18"
  b"\x01É┐* îq\x14ÂÿáÔw>%A"
  b"\x01É┐+\x022p\x1E£\x1D`╗7\eÍ\x00"
  b"\x01É┐+\x04HrÝárªç\x08$Kù"
  b"\x01É┐+\x04SsZíòÒÆ8´éå"
  b"\x01É┐+\x04^pGÿCÀ]╝<]V"
  b"\x01É┐+\x04hr\x17Ö"\x13ÊÅ┤DQ"
  b"\x01É┐+\x04sq\téçl`pãá·"
  b"\x01É┐+\x06Èp4íG~CVã÷f"
  b"\x01É┐+\x06▀s{Âçpjñ­¨y"
  b"\x01É┐+\x06Ùq═á©ÆÜÑD▓²"
  b"\x01É┐+\x06°p\x19▒│ã\f%ô9─"
  b"\x01É┐+\x08ùq\x13ì,ªáª\x1F¼ð"
  b"\x01É┐+\x08úswé┤┬7\t)█ "
  b"\x01É┐+\x08»rt«Är\x04&i)¼"
  b"\x01É┐+\x08¾q╠╝¸\x01F\x11ÙJ\x00"
  b"\x01É┐+\x08■rFóéοKçõ£"
  b"""
    \x01É┐+\t\n
    r¾òÿ\x1EØ\x17{.▒
    """
  b"\x01É┐+\t\x15r(▓@NÅÞ§¼┘"
  b"\x01É┐+\t s\x11¬Mò▓Ç┐═V"
  b"\x01É┐+\t+s׼└JýÁ░U"
  b"\x01É┐+\t6p\x7FÖ©×ýxÆIo"
  b"\x01É┐+\tBs┼å-O\x02║ðܧ"
  b"\x01É┐+\t{pD░¦ë"W"#\x18"
  b"\x01É┐+\tåq¿æk┴+û1²r"
  b"\x01É┐+\tÆskÖ°╣à╚*âÊ"
  b"\x01É┐+\tØp\x12çrè\x1E`b·Ä"
  b"\x01É┐+\t¿r(¬ƒ»²ú\t÷ç"
  b"\x01É┐+\t┤s¼ø└╬╚▄Îúô"
  b"\x01É┐+\t┐rªÖ█ïõ¬ìR1"
  b"\x01É┐+\t╩qrû!\x1CW│Ôð["
  b"\x01É┐+\tıq└æ\x06©\x1E■GN="
  b"\x01É┐+\tÓr¯ôk«ªıÛsö"
  b"\x01É┐+\tÙqZÁ¨$O\x02Uy¿"
  b"\x01É┐+\t÷r\x14åvë\x1F \f"
  b"\x01É┐+\n\x00rÇ×┘┼O¿SÕ½"
  b"""
    \x01É┐+\n
    \vp╠àwÚï×6·ø
    """
  b"""
    \x01É┐+\n
    \x16sÏ╝û·ûÚ!■Õ
    """
  b"""
    \x01É┐+\n
    !s_Öæƒ±]\r
    """
  b"\x01É┐+\f$sn«\v¸%ö¨[ß"
  b"\x01É┐+\f0sÁ▓\x1F\x10\x0F»¶"
  b"\x01É┐+\f<p¹åÐs\x1EvùR¬"
  b"\x01É┐+\fHsOú°»°(g\x00¤"
  b"\x01É┐+\fTs¶ëdólÛ■Ä="
  b"\x01É┐+\f`qæÖ?╗8▄H╣h"
  b"\x01É┐+\fmp2ÁóÙ©¸¦\x12>"
  b"\x01É┐+\fxq¬ºÄ\x1F¾~uÎ‗"
  b"\x01É┐+\fäs\x16½üÖ-┘_uÃ"
  b"\x01É┐+\fÉs\Ñþ¨Íú[` "
  b"\x01É┐+\f£p§Æ¸r3?▀Dö"
  b"\x01É┐+\f¿p·ì¤=\ ┤╗╝"
  b"\x01É┐+\r\x05s;ì\f\x04Håkûæ"
  b"\x01É┐+\r\x0Fq\x08ºáø_3ÜËû"
  b"\x01É┐+\r\x19pvöü|áÏâ╔Ä"
  b"\x01É┐+\r$sù║ß.u;eÊ$"
  b"\x01É┐+\r.pZ│X[ Áü~ "
  b"\x01É┐+\r:pªô̶5V/\x02)"
  b"\x01É┐+\rEs\x1Aìry\x16ÿ║┬S"
  b"\x01É┐+\rPrKø\x06,JEá\x1Dk"
  b"\x01É┐+\r[pmæ«┤\r\x0E\x16A┬"
  b"\x01É┐+\reqñ╣╦‗ø\x14┐¨p"
  b"\x01É┐+\rps_║╦É0\x060┴Ü"
  b"\x01É┐+\r{rtÇ╝[þ?¬─É"
  b"\x01É┐+\rårÎúv\x06dæÔ¡┤"
  b"\x01É┐+\rærNÉî\x10ñÁ£ÞÕ"
  b"\x01É┐+\røs├×þöìêð\f"
  b"""
    \x01É┐+\rªs\n
    æ/PRÍ\x1A\x12?
    """
  b"\x01É┐+\rµpÊ¢\x08G\x06ñ`ƒ^"
  b"\x01É┐+\r±rJ«öó^<Ói´"
  b"\x01É┐+\r²r{░\x1C¨5\x197╗\x1E"
  b"\x01É┐+\x0E\vr&ÉòÁí\x1E‗Õ\x7F"
  b"\x01É┐+\x0E\x17så¬i«,;b6\x02"
  b"\x01É┐+\x0E#r×┤kx‗ê©·¸"
  b"\x01É┐+\x0E/r\x01û¹/c╗└¢ö"
  b"\x01É┐+\x0E:s5ä¹*ô&æ┐Ê"
  b"\x01É┐+\x0EFs~▒\v\x18xãO╩Ë"
  b"\x01É┐+\x0ERqmÖß\ô│¢.æ"
  b"\x01É┐+\x0E^sßå_3│J]4\r"
  b"\x01É┐+\x10Ûp7©1êªç`è"
  b"\x01É┐+\x10§pÊÁèäêÏS\x10Õ"
  b"\x01É┐+\x11\x01r┌ªcü│WÒ÷ë"
  b"\x01É┐+\x11\rr▓ºþJGìQÛm"
  b"\x01É┐+\x11\x19rðë9Ñ▄L┤ð╔"
  b"\x01É┐+\x11%róú│«¢Qä░'"
  b"\x01É┐+\x110q%è¯l>\x0F¥W°"
  b"\x01É┐+\x11<p!ƒ\eã©q­ç;"
  b"\x01É┐+\x11GrSØ\x10)þÙ¢┼q"
  b"\x01É┐+\x11Rr냸¬"$╬\x1F¾"
  b"""
    \x01É┐+\x11\q▒åë\n
    Z<\t½N
    """
  b"\x01É┐+\x11gr(Ñ.Zv\x1A¬░M"
  b"\x01É┐+\x11rs(×+Ó\x1A\x13"^ "
  b"\x01É┐+\x11|pk¢\x13£pûilF"
  b"\x01É┐+\x11çr\x1DÁn\x00³N+£¤"
  b"\x01É┐+\x11öqZÑ▓3k\x04L▄\x03"
  b"\x01É┐+\x11áp§Ñ¾^&fd¦\x15"
  b"\x01É┐+\x11½sªò"EÝ%DL}"
  b"\x01É┐+\x11Àrfñxê╬¿'░º"
  b"\x01É┐+\x11┬s&áêãñcÐ█Ø"
  b"\x01É┐+\x11═r\x1EôïóÏ1×-É"
  b"\x01É┐+\x11Îp¥î\x02BÓ¹▀╦¼"
  b"\x01É┐+\x11Ôs£░?ûû╬ý¤"
  b"\x01É┐+\x11Ýpµ╣Þ\x7F■ôå±ë"
  b"\x01É┐+\x13Ùr\f▒▀öú\x0F\x03"
  b"\x01É┐+\x13¸sÑ¥{\x1C¹Ëfå\x03"
  b"\x01É┐+\x14\x04sâòaÀAJEïÞ"
  b"\x01É┐+\x14\x11rN║Ï\x1Fg@\x19*▓"
  b"\x01É┐+\x14\x1Dp#íÕeË\x06\x1A"
  b"\x01É┐+\x14)r╝Ü@Á¹ 7<Ë"
  b"\x01É┐+\x145s|í\x17qÀ;\x075┬"
  b"\x01É┐+\x14@poôµ\x06­§O│\x06"
  b"\x01É┐+\x14Kqt░MÄ<‗üKÍ"
  b"\x01É┐+\x14VqÇê¶■\x7F\x0Fþ\x19"
  b"\x01É┐+\x14ap¿è■ÒY¸íûK"
  b"\x01É┐+\x14lr┤áìß,█╠Ht"
  b"\x01É┐+\x14vrƒò¶·¯jð!á"
  b"\x01É┐+\x14üsßÑh·søð\et"
  b"\x01É┐+\x14ïr$íþ└©7«±ù"
  b"\x01É┐+\x14òq¥Â┼|D­╗5°"
  b"\x01É┐+\x14ás%ét¾╝G\x10"
  b"\x01É┐+\x14¬qE£\Ä\v¥ƒ¨$"
  b"\x01É┐+\x14Áp▒ì¥øÝÏñ$k"
  b"\x01É┐+\x14└r­äñ_N8þVõ"
  b"\x01É┐+\x14╦rUÉ!_büFæ5"
  b"\x01É┐+\x14Írüàu´Â\x13╔ÖÙ"
  b"\x01É┐+\x14ÓqkêlX'/ºÏy"
  b"\x01É┐+\x14Ùs¥ë"[÷\x05i"ÿ"
  b"\x01É┐+\x14§r█½*©├?\x02ó\x7F"
  b"\x01É┐+\x15\x00qÞêë\x1D"═°ñN"
  b"\x01É┐+\x15\vpÕ┤▒┘\x02ÙÕ┤#"
  b"\x01É┐+\x15\x15s\x15®ãüá;´í┌"
  b"\x01É┐+\x15 q9░¶\x1D\x12▒▒6ð"
  b"\x01É┐+\x15*s¦Æ>yeʼg¢"
  b"\x01É┐+\x155s█ü"R┬´4Bí"
  b"\x01É┐+\x15?qÿîãÇòN-\x11"
  b"\x01É┐+\x15Jq5¼\x16¤»ý(ý\x7F"
  b"\x01É┐+\x15Tq\v▓ð§z■þøV"
  b"\x01É┐+\x15_q8ï_Ùü\x1DB\x14d"
  b"\x01É┐+\x15jróáÈ&Z;ãíB"
  b"\x01É┐+\x15uqÒÁ5Á\e,Z{ "
  b"\x01É┐+\x17eq^àC▒╦ÖÇÀÏ"
  b"\x01É┐+\x17çs[ä╩ZÁ ¯\E"
  b"\x01É┐+\x17Æræ╗▀ k┘:ÿÛ"
  b"\x01É┐+\x17╚s¡«¼│\x03\nÌ\x00ý"
  b"\x01É┐+\x17Ër¬ä[\x17Ë2ƒü▒"
  b"\x01É┐+\x17Ìs¦»\v§,äuã¥"
  b"\x01É┐+\x17Úp═ò\x03½¿°wUy"
  b"\x01É┐+\x17¶rÙÆ¾ûÎfº÷1"
  b"\x01É┐+\x17■r°û¡eí¤┐R│"
  b"\x01É┐+\x18\trNÄæÉÚåhõñ"
  b"\x01É┐+\x18\x14s¨¢│G\x18\x19DsH"
  b"\x01É┐+\x18\x1Ep[▓6·(7V\x19"
  b"\x01É┐+\x18)pPº|'>ø_╦s"
  b"\x01É┐+\x183pÐ▓1Ìý0┤Ò¨"
  b"\x01É┐+\x18>sAæàvQQ\x04üh"
  b"\x01É┐+\x18Ir`░kƒ\x10┤"\x18\x1E"
  b"\x01É┐+\x18SpRÖ®l餯k¢"
  b"\x01É┐+\x18^s‗¿Àu©ªç\f""
  b"\x01É┐+\x18iq╣éà»│÷±ã\r"
  b"\x01É┐+\x18sqù®³H'\x12¸‗£"
  b"\x01É┐+\x18~s¶ê▓\x05°LÓDj"
  b"\x01É┐+\x18ëq[ø·ÝHÓ~xB"
  b"\x01É┐+\x18òr\x08½lß;\x19│³╦"
  b"\x01É┐+\x18áqÂĽ©®_4\x12\x11"
  b"\x01É┐+\x18½p@Ø▄8~Tµ®Û"
  b"\x01É┐+\x18Âr├ï¦L\x02ün¤?"
  b"\x01É┐+\x18┴s┘│Ë└\x1D\x18{Rî"
  b"\x01É┐+\x18╠rSܵ7®Ä¦\x7FP"
  b"\x01É┐+\x18Îq9É­´¢\x03\x12&]"
  b"\x01É┐+\x18ßq%î╬\x19缬lö"
  b"\x01É┐+\x19pr/ñ\x07╬U\x7FÄź"
  b"\x01É┐+\x19{s.£\x18▓di³ö·"
  b"\x01É┐+\x19àpÇǾa¡ò╬│\x19"
  b"\x01É┐+\x19Åp±ö▀eÇ┤¶|K"
  b"\x01É┐+\x19Öp=¡┴[áRÁ¯ð"
  b"\x01É┐+\x19ñpªª├¿·Nu─¨"
  b"\x01É┐+\x19«s¹½┌¼pã¡i\x0F"
  b"\x01É┐+\x19╬rð©,¯ë<±(░"
  b"\x01É┐+\x19┌q°òÉqƒ%f5½"
  b"\x01É┐+\x19µpÆ«º┼░å\x06×]"
  b"\x01É┐+\x19±s:©-®ïÙD▓▀"
  b"\x01É┐+\eYr:ƒÑ"p5(-¥"
  b"\x01É┐+\edr"ÅK▒&█mvk"
  b"""
    \x01É┐+\ens9ø\n
    \x08çü┴\x18é
    """
  b"\x01É┐+\eyr¨╣l°\x7F╩┴┼F"
  b"""
    \x01É┐+\eâr8뢩▀w\n
    \x17Ë
    """
  b"\x01É┐+\eÄp╠Ñı\x7Fê\x02\x1Fz\x1F"
  b"\x01É┐+\eÖr┴øÂ\x07|_ìóÐ"
  b"\x01É┐+\eúsì£_#IıÍqa"
  b"\x01É┐+\e▄qÜØ:¡ ÿ¼°q"
  b"\x01É┐+\eÞpÅ¡l┼¢ ı\x00®"
  b"\x01É┐+\e§qP«ooq\rn┘ "
  b"\x01É┐+\x1C\x01r%×nïJS¿|▓"
  b"\x01É┐+\x1C\rsðâ▓°óþ\x03°║"
  b"\x01É┐+\x1C\x18rÕ¿_¥\d¥\x1D-"
  b"\x01É┐+\x1C$sK¬├Jø+>gÇ"
  b"\x01É┐+\x1C/rd¼┐صZeZ¤"
  b"\x01É┐+\x1C:sÁò#\x11M%z─Å"
  b"\x01É┐+\x1CEs┌ª¾▀\x16!t└²"
  b"\x01É┐+\x1CPrDØ\x06;V\x06\x1Af"
  b"\x01É┐+\x1C[rã½\x16+í│M░`"
  b"\x01É┐+\x1Cgsxô7║╩é"▒y"
  b"\x01É┐+\x1Cqs×╣Ò‗ð&ı"\x1C"
  b"""
    \x01É┐+\x1C}qÝ¥ÕßǸ\n
    è#
    """
  b"\x01É┐+\x1CêqC»ëô<Zh▄M"
  b"\x01É┐+\x1Cöräá\x02<W\x15>¹~"
  b"\x01É┐+\x1Cƒr[ó¥_z┤╦8┼"
  b"\x01É┐+\x1C¬qg»_?û>Î▒\x06"
  b"\x01É┐+\x1CÁq«àçåé"R┼$"
  b"\x01É┐+\x1C┐qnñNα\x0F╠xe"
  b"\x01É┐+\x1C╩p¢íÁSbÄ6\x04Ã"
  b"\x01É┐+\x1CıqV┐ئ¼Ýµ\^"
  b"\x01É┐+\x1CÓs\ú\x17©öfS®Û"
  b"\x01É┐+\x1CÙp\É\x1EØÿ+Ï·Ø"
  b"\x01É┐+\x1C÷sÔö█▄â22U-"
  b"\x01É┐+\x1D\x00ròú\e:4ì!\x08B"
  b"\x01É┐+\x1D\vr_Ñ\e»\e\x0EºÂ"
  b"\x01É┐+\x1D\x16s«øÏ‗C─?þ="
  b"\x01É┐+\x1D!p`èÙ\x12OãÌ╗v"
  b"\x01É┐+\x1D,rÆ¡▄DT±@ßa"
  b"\x01É┐+\x1D8p@╗(T\x1E`Ò▄["
  b"\x01É┐+!┬qãøêçò<g¤9"
  b"\x01É┐+!═p*▒À]a h┼¹"
  b"\x01É┐+!┘sUû]▀á{█\x08/"
  b"\x01É┐+!õs┐âgÉPXþ£&"
  b"\x01É┐+!´p\ôHá\x067{yS"
  b"\x01É┐+$rpøú╦4▒í\f"
  b"""
    \x01É┐+$~s%à\n
    ¿´çÿ'É
    """
  b"\x01É┐+$èpÛ┐\x1Ey┌è\x10\x1A¢"
  b"\x01É┐+$ûsÖÖ\x1C\x02ñÕà²e"
  b"\x01É┐+$ópÑ׸tùã±║8"
  b"\x01É┐+$»pí╣═­┬└ÌÐY"
  b"\x01É┐+$ýrq£è ¨¶ÁLÈ"
  b"""
    \x01É┐+%\n
    r§Åë÷╦n┤ìQ
    """
  b"\x01É┐+%\x16röê6╠\x1A\x11øsÎ"
  b"\x01É┐+%!rñï>▄\tC6Ç\x1E"
  b"\x01É┐+%,r‗¡gÄ\f 6yÀ"
  b"""
    \x01É┐+%7snì\x1D\n
    l║Vk³
    """
  b"""
    \x01É┐+%Cp\x05ÂáP\n
    x/x=
    """
  b"\x01É┐+%Np\x07ÀP\x1DzÇY╩&"
  b"\x01É┐+%Yp'║═æR`\x17«\x02"
  b"\x01É┐+(\x11sù│▄‗ïª┤ÑÃ"
  b"\x01É┐+(\x1Eq\x1AÅ╦%xÄ\x1Cgj"
  b"\x01É┐+(+qí▓_î┌gÏCB"
  b"\x01É┐+(8rh┤c╝Åc¨╗K"
  b"""
    \x01É┐+(Esb»Guw\n
    ;,1
    """
  b"\x01É┐+(Rqs┐°[Fß´&º"
  b"\x01É┐+(`peÑ`\x11ÜMhW "
  b"\x01É┐+(mp*¿ <jùql^"
  b"\x01É┐+N¥ssÑH=▒z±el"
  b"\x01É┐+N╩r┬║\tL║4Ä\x18\"
  b"\x01É┐+NÍs╬ù÷\e\x17éÑA╦"
  b"\x01É┐+NÒs\x01ì(êÑ\x13ê‗╔"
  b"\x01É┐+N´sí¼ ©Ä▓^:é"
  b"\x01É┐+N¹sª│\x1CÎÜy\x08\x0F\x12"
  b"\x01É┐+O\x08r╚â1nqÚ\x0E┴¯"
  b"\x01É┐+Q\x01s\x08│╣\x10~F1▀\r"
  b"\x01É┐+Q\x14sÂñ6åqJ|6ë"
  b"\x01É┐+Q"r\x7FÖM(Ç\x05ÖÇq"
  b"\x01É┐+Q1q▄çåÉ Y\x06\x1E\x1F"
  b"\x01É┐+Q?s‗Æá\x1D\x03\x14─ÅN"
  b"\x01É┐+QRq┐å║-·HP\x7FÖ"
  b"\x01É┐+QarGú{\x14±`Û]P"
  b"\x01É┐+QopoäƒÏÙ┤пÅ"
  b"\x01É┐+Q|pBÄïSîÏ:'±"
  b"\x01É┐+Qëp├ê%\x19Öü\x1CZ9"
  b"\x01É┐+Qòp\x07Æ\x1EÓºbqü<"
  b"\x01É┐+Qíq\vÖ\x16\x00)ê┤Wö"
  b"\x01É┐+Q¡pµÄî:{õÔz%"
  b"\x01É┐+Q╗s║¡ºµ«\x11nI5"
  b"\x01É┐+R£ss¿fÚ \v¡g}"
  b"\x01É┐+R¬qß░ïË▒ïıU┼"
  b"\x01É┐+R╣pýÆ_┴\x05┬ä\x7F°"
  b"\x01É┐+Rãq┬ƒå*¤Dró "
  b"\x01É┐+RËp³£î°=2\x10 Õ"
  b"\x01É┐+RÓp┌¡î░c┘B]©"
  b"\x01É┐+RÝq+ü╝T²jÄ█z"
  b"\x01É┐+R·pQ╗)øQ)JÔv"
  b"\x01É┐+S\x06qÁªT╣ñ:GX\x11"
  b"\x01É┐+S\x13r±¡û"伿 ã"
  b"\x01É┐+S s³ù­f\x01  ─┌"
  b"\x01É┐+S-s\x08Éí┐ôÂ\x06ª×"
  b"\x01É┐+S9riÑ>C^\x04▀ã\x15"
  b"\x01É┐+SErÓ¡Qù]C³sW"
  b"\x01É┐+SPr'ë╩¯, xäÈ"
  b"\x01É┐+q╣q1Æ\x05^_d│jë"
  b"\x01É┐+qãs%óÿ\x1Fðætºl"
  b"\x01É┐+Ñ\x1ErRÖ(N¸ÚN┬ÿ"
  b"\x01É┐+Ñ)q╠¼¾7¹ú█V9"
  b"\x01É┐+Ñ5p8íäU¶\x1DôõR"
  b"\x01É┐+ÑAr'ôÔW%\x1CŨ\x05"
  b"\x01É┐+ÑNq%£®ÖÂ)~òÆ"
  b"\x01É┐+Ññp=æG╗Ô▓~y«"
  b"\x01É┐+Ñ▒rO▓¯-Î\x08oÑ╦"
  b"\x01É┐+Ñ¢r┤ª┐§pÜÄÄ "
  b"\x01É┐+Ñ╔q╬ô¦░¼âI═ï"
  b"\x01É┐+ÑısÁ¬à1╩`XG│"
  b"\x01É┐+ÑßpHáI╠bI¬fb"
  b"\x01É┐+ÑÝrõƒó½┐Xùúð"
  b"\x01É┐+Ѩqð¬ß3╬ú!ªö"
  b"\x01É┐+ª\x05s8º╗├9ǧչ"
  b"\x01É┐+ª\x11pGûÁ×û¡â\x02»"
  b"\x01É┐+ª\x1Dp│ä¶<Á}æ├╦"
  b"""
    \x01É┐+ª)rMæ▀\n
    ïìPQÊ
    """
  b"\x01É┐+ª6qâ®´!\x01ßÐ\x1Cþ"
  b"\x01É┐+ªErEØ&┼½¿\e϶"
  b"\x01É┐+ªSsRî\x0FÀ\tùù╣ò"
  b"\x01É┐+ª`qMå$\x1F8L"Ú "
  b"\x01É┐+ªos╠×IlQ¬║=º"
  b"\x01É┐+¿BsôÄìohÓ┴\x080"
  b"\x01É┐+¿Op┬ô!~«\x18Û3░"
  b"\x01É┐+¿[rÃ▓\x07ãçZ│\x03v"
  b"\x01É┐+¿gpìç¡i¨Aƒ│)"
  b"\x01É┐+¿vpr¼èEûƒÆEÞ"
  b"\x01É┐+¿érÄ░ø®ÿ╣Ï%Õ"
  b"\x01É┐+¿Ås®ì\x7F?( ÑóÒ"
  b"\x01É┐+¿øp^º┘\x1E┤J■y±"
  b"""
    \x01É┐+¿¿q╩á¬{n\n
    Y½½
    """
  b"\x01É┐+¿Áp]Â"s┼B8J╩"
  b"\x01É┐+¬┤r┘»UJè\x7FÀ±V"
  b"\x01É┐+¬└s7ûS╝¾,BÂS"
  b"\x01É┐+¬═s|æíáüèØò¾"
  b"\x01É┐+¬┌sJà\x05ú<²┐Au"
  b"\x01É┐+¬µs\x03áu─█-ÅdS"
  b"\x01É┐+¬‗r=Ö\x05Ä\x1D ý.█"
  b"\x01É┐+¬■qøô>RÛn«┐1"
  b"""
    \x01É┐+½\n
    p¸à$└M┤┐tí
    """
  b"\x01É┐+½\x17s┬▓ø\r»$ðgÐ"
  b"\x01É┐+½#q▀ù¡‗`UÊt\x1D"
  b"\x01É┐+½/sóÁ╬\x1De»ÐuÎ"
  b"\x01É┐+½;rà»í'¯HX¬á"
  b"\x01É┐+½Gs╣ÂÛô\x1D\x0F±@"
  b"\x01É┐+½RpÆî╝ð@·\x0F╝þ"
  b"\x01É┐+¡:sÌâåÁã%╗zo"
  b"\x01É┐+¡Hr)¢└¨¬\x1CMî\"
  b"\x01É┐+¡Uq~ÿÒ\x00$Sÿ\O"
  b"\x01É┐+¡bqw┤Iá©Hôì"
  b"\x01É┐+¡pp±║\x05îéÉÜôC"
  b"\x01É┐+¡}r\x02üÖÅÉô¡Hw"
  b"\x01É┐+¡ÿr╝¿´ÑÕÿ×R÷"
  b"\x01É┐+¡Ñp┐ì▄öVÚÄñ\x01"
  b"\x01É┐+¡│süóZCËë▒Ûô"
  b"\x01É┐+¡└sTó9SK!\x04æ\x12"
  b"\x01É┐+¡═s\x0E┤XqÜC▀÷ "
  b"\x01É┐+¡┌s─▓Àz¾²öǦ"
  b"\x01É┐+¡Þq\x1Cç²┘\x7F\x06R╝"
  b"\x01É┐+«\x02sc┤CÇ\x03¿\x10©è"
  b"\x01É┐+«\x0Eq\x02Ö╠-¿e3`\x13"
  b"\x01É┐+«\x1AsÉåO@█~\v■Ç"
  b"\x01É┐+«'ppøªúSJÐ┤N"
  b"\x01É┐+«4pmÖ.ıùõ¸╗\v"
  b"\x01É┐+«@s>àO7EÍZÿf"
  b"\x01É┐+»│rø░°KòðR┤¶"
  b"\x01É┐+»└réÇL\v▄¦¹èÑ"
  b"\x01É┐+»═p\x11Á#\x08,bc«i"
  b"\x01É┐+»┌s-êÌ|╬Y‗.b"
  b"""
    \x01É┐+»þq\x7Fƒ\f┬P\n
    ƒ½ê
    """
  b"\x01É┐+»§s\x11Ø\x12âÂÔ%N╬"
  b"\x01É┐+░_rÏ®\x0Fè╬É═\x13"
  b"\x01É┐+░lp¥½\x19×└┼ÈJÿ"
  b"\x01É┐+░yq\x1Eàs­öPÏ»Ç"
  b"\x01É┐+░çsÜ▒╬`3\x12\x07ì§"
  b"\x01É┐+░ös\x1Få\V╝▒$ÙL"
  b"\x01É┐+░ós=®;ê\x0FH╗ñ┬"
  b"\x01É┐+░▓rJ¬\x119\x16\x0F×G\x06"
  b"\x01É┐+░┐p`½_3êÖ┬Ô\x0E"
  b"\x01É┐+░╠q¾ëJLjùn§I"
  b"\x01É┐+░┘rÙà»2Ê:\rêe"
  b"\x01É┐+░µs_£*\v\f╦Ä"
  b"\x01É┐+░÷rä¢ç.\x13£║ǯ"
  b"\x01É┐+▒\x06p¸É¿▓ø{ß+Å"
  b"\x01É┐+▒\x15pý░╔¯_┴ÌO\x0F"
  b"\x01É┐+▒!r▄ü÷]Ðc$\x1CB"
  b"\x01É┐+▒-rÅ»º\x02µÌmþ "
  b"\x01É┐+▒:sPÁ│ƒÊ\x0F║}┌"
  b"\x01É┐+▒Fs*¬îÒ┐Ãfe×"
  b"\x01É┐+│9qiعÿüØj┌Û"
  b"\x01É┐+│Gqõô{▓F‗,=÷"
  b"\x01É┐+│SsÂéO╝1ú«!Ò"
  b"\x01É┐+│_sı▒\x17jéͶ=Ì"
  b"\x01É┐+│kqO£f?r'┼çë"
  b"\x01É┐+│wpß«Ru\x1F³\x10­l"
  b"\x01É┐+│âp─ù¿×¦ç\x0F"
  b"\x01É┐+│Åq}╗╠W§¡¶}ª"
  b"\x01É┐+│øs\x7F«┴î╠T■\x03å"
  b"\x01É┐+│ºpÑúËÂÝmj-▀"
  b"\x01É┐+││r6Å·\rðûæ\x02õ"
  b"\x01É┐+│┐r^îÿjVè\x0FÁª"
  b"\x01É┐+ÂHp\x18Âÿð¼\\x7F@K"
  b"\x01É┐+ÂVsè¢B7)\x1F╚-\x02"
  b"\x01É┐+Âdq¯╣5yö)s!þ"
  b"\x01É┐+Âsr▀┐dz╦sÈ&ê"
  b"\x01É┐+Ââr¬£\x01]@³\x1A´Ô"
  b"\x01É┐+ÂÉsI┐í¯A¿ørc"
  b"\x01É┐+ÂØpU│FXö╣q=‗"
  b"\x01É┐+¬rY¼c,╣==å$"
  b"\x01É┐+©r\x07ºS\x10Ô1sı\x03"
  b"\x01É┐+Â┼q{û¸Á\x14ªd\x1D\x06"
  b"\x01É┐+ÂËq ▓àq\f\x0F»°6"
  b"\x01É┐+ÂÓp?Áòüñ┼7k┼"
  b"\x01É┐+ÀKp\eáõÕ'B<bO"
  b"\x01É┐+ÀYq\x1A\x06Wı@ËÝ|"
  b"\x01É┐+©╠sE½\f╣»\x00Ë6k"
  b"\x01É┐+©┘s╠®\x12EZABeÂ"
  b"\x01É┐+©µs\x13اe6\x05\t\x04¹"
  b"\x01É┐+©‗q\x11À\x1C7.^EY""
  b"\x01É┐+©■qpúÁáw=j÷Ò"
  b"""
    \x01É┐+╣\n
    p¡Ñ\x02ß\x16ÆéW:
    """
  b"\x01É┐+╣\x17pÏ¢£\x10¦¦æ\x7F\x1A"
  b"\x01É┐+╣#p&êÂı\f\x7F▓Q0"
  b"\x01É┐+╣/pø«:y\x02î#│Ð"
  b"\x01É┐+╣;q\x07ô0¨\x04\x00c"
  b"\x01É┐+╣HqÓüGµ-< kc"
  b"\x01É┐+╣SrË╝°pü qÎó"
  b"\x01É┐+╣`pÊúzè─4¶P["
  b"\x01É┐+║árµ¼Ý­\x1A(Âä\x07"
  b"\x01É┐+║»qYÉE^õ§S█Ò"
  b"\x01É┐+║┐p(▓¸|ï\x7F¼þ»"
  b"\x01É┐+║═s║îY½é┴Ýø░"
  b"\x01É┐+║┌sÃìí¢±L\x1A"
  b"""
    \x01É┐+║µs└«\n
    \x022▓~È═
    """
  b"\x01É┐+┼\x10p░Ä▄¦-└*├4"
  b"\x01É┐+╚ qÜ®hO[°uN0"
  b"\x01É┐+╚-rH®┐╩P\x02EH`"
  b"\x01É┐+╚9sõ│\x079ð¸<ñ%"
  b"\x01É┐+╚Fq\x11æ│۾ăºõ"
  b"\x01É┐+╚Rq1Â~úï³▓6¨"
  b"\x01É┐+╚^p┌½$pîïÖ\x03F"
  b"\x01É┐+╚jsÝé_¡&³\x08╔Û"
  b"\x01É┐+╚wqÅåÓ\v\x06û╝ñ\t"
  b"\x01É┐+╚äs\x15É\e}j┌\x7Fº3"
  b"\x01É┐+╚æp¡í░ì@ù嫬"
  b"\x01É┐+╚×qfòcäã═Cm"
  b"\x01É┐+╚¼q╬û<╗ÝçfÀå"
  b"\x01É┐+╚╣p=Ñ╠÷غ"YÚ"
  b"\x01É┐+╚ãs┐«\vÍ╗?¥\x05)"
  b"\x01É┐+╚Ësk¥┐\x11k\x1E§Ý§"
  b"\x01É┐+╚▀r─óU\ròîì]Ï"
  b"\x01É┐+╚Ùsîú└àU>h_╠"
  b"\x01É┐+╚¸pr┐\x01\x7Fù\x14»=s"
  b"\x01É┐+╔\x04pxí&ò{¦½Oc"
  b"\x01É┐+╔\x10rÍ╣ðü#Oya©"
  b"\x01É┐+╔\x1DpuÄ¥}\rîæ¹Þ"
  b"\x01É┐+╔)paëÔ╠B╬ÀÔ\x18"
  b"\x01É┐+╔5q9â9'«¨ d\x10"
  b"\x01É┐+╔BrÏåD9▓┘«ñ\x0F"
  b"\x01É┐+╔Nqµ┐)\f£ 6j\x18"
  b"\x01É┐+╔ZpE│z¤âôk)b"
  b"\x01É┐+╔gpúãîâ\x1F9MT"
  b"\x01É┐+╔xsùÇ¡Y\x00qD,9"
  b"\x01É┐+╔åpq×.\tS>Äoô"
  b"\x01É┐+╔ôsñ¡4\x11UxÌï "
  b"\x01É┐+╔áq▄ë\x0Elä‗\x02av"
  b"\x01É┐+╔¼r®½S3╩Sp£­"
  b"\x01É┐+╔©q·ìH_╚p¶3\x1F"
  b"\x01É▄ááPpwéïÃ¥³[á▓"
  b"\x01É▄áó?q©ºÒ┴\x02ëª\x1C\x08"
  b"\x01É▄áñ*r%¢«µÛ\x7F)¡´"
  b"\x01É▄áª\x19s\x16èP║ä\tu4\v"
  b"\x01É▄á¿\x07q\x11ÖC\x1C\x1A3\x08"
  b"""
    \x01É▄᮸rPÄ\n
    k /\x02\x06\x12
    """
  b"\x01É▄á½Ûrãéaó\x02Ú\x19Ôá"
  b"\x01É▄á¡█rmìÆêõÿä¶ú"
  b"\x01É▄á»╠q┘ø╩§4È\x07Þ2"
  b"""
    \x01‘»Z\f2rƦ0\n
    \x10\x1EƒA\x03
    """
  b"\x01•´é©xp¬¹ñÂ!\x04\x10s]"
  b"\x01•´é©‡qF…DÈnGéáH"
  b"\x01•´é©–qiµûF“×\x7FŸ\x04"
  b"\x01•´é©¤pœ¾ÅäS|“ß\x17"
  b"\x01•´é©³p–€)5p¾‘ÿf"
  b"\x01•´é©ÁsÝ•\x10g\x01M2B¸"
  b"\x02?ðó½ZK2ØYì\x01ÐhÖÉ"
  b"""
    \n
    \x03<Ý£└AÅ▓ìõé¸\x1E¤U
    """
  b"""
    \n
    ðC䓘C?—ûÈ\x1F©ó |
    """
  b"\f©ª-\Ð@}ª^Fý¯%H\r"
  b"\x0F7€œeS@ñ¼KiŠ’JY\x0F"
  b"&Ȩ̈ŸîGJ¬¿\x06†tÿ\x06\x1E"
  b"(=&L&7IC£Í\x1F{U\x19\x1CŠ"
  b"--ŽC#JEÀ£=#ª\\e"
  b"0EÂÅœ\tIHº&ã˼Þ`Ù"
  b"2š—Á6>LèŒ;²\v\x0Eâúö"
  b"2õöÔð$Gœ­\x1FnC<”ïl"
  b"\x14¹ð\x00Ct³%\nûJ'[-"
  b"<}zôî§LoÅ¿×ï╠¦O└"
  b"=ü¨ý{\x01CñÁϺ#Zç\eH"
  b"?†ª#–ÀC˜ª¡5Z\e\x03=\x12"
  b"\x01;gÖM:’·¢uÚŠôA"
  b"C\x7Fú‡ÌNLx…þ°}|Eä\x15"
  b"QX\x1Du†àH\v\x1A«µ°…½Ì"
  b"T\x14v’ËûCAšm\x11âl­DÜ"
  b"Y—Ù\x1DÀxI—½ïhßÅ ‰\x12"
  b"b+ËhØvMV•\x11íµ\rokš"
  b"c╗ã\x07GÝ@╚îrvZµÅ▀\r"
  b"eW\x1Aã×\x18N\x14³\x05Ьö0ßC"
  b"\x7Fñ\x103(?Cg³‰Â!h< \x1E"
  b"ˆËAaã0EÜ™\x18H‹I”Ǧ"
  b"Är>ÛÉ\x00GêÅïöÚ‗@\t¢"
  b"Å«LÚÝ\x1D@hîû¬ ╩È¢&"
  b"ɦi©³¦Gº│\x179xË\x1Cé³"
  b"‘…º«T•Ií‚zÉOšV±A"
  b"ò¨\x19öGKOƼßõü@ëhï"
  b"™ô aC+N]¼\x12\x0Fþyºâ\e"
  b"¡V”\x172¢KA¼\x7F\x02NàÌ"
  b"¬ýu†Ð(Hñ¬€\x1FGvï¤\x14"
  b"¯tNÁ«¤F÷…§~À×á-o"
  b"ºy陵óCI®MÍ›s\x0F]y"
  b"║Þ├©ªñE^ø\x02w¦É¥%ÿ"
  b"¼éê¤+¼FÙ»€¸\x1CÉ®þ¯"
  b"├ø¿¢R╠G8ì=\x10\x08\x13×ô"
  b"Äé¥À>\x14GÊ—MNrô÷\x1EÃ"
  b"çfyØj•I\x0F«ûQZ¡ÆÊ¾"
  b"ê;žúîáJ¶ŠÆBO\x06z}š"
  b"¯HJ\x0EÙ;EÉÑ╣¶¢\x08\x14ë#"
  b"¨ìY╝|ÄK╩║K\x04P¿¸ëª"
  b"üAW\x18\x7FçG’°~*‹sôÿ^"
]
94 0.07 ms
# app-scripts::refresh::read
SELECT `app`.`id` AS `app.id`, `app`.`name` AS `app.name`, `app`.`path` AS `app.path`, `app`.`author` AS `app.author`, `app`.`copyright` AS `app.copyright`, `app`.`license` AS `app.license`, `app`.`active` AS `app.active`, `app`.`configurable` AS `app.configurable`, `app`.`privacy` AS `app.privacy`, `app`.`version` AS `app.version`, `app`.`icon` AS `app.iconRaw`, `app`.`app_secret` AS `app.appSecret`, `app`.`modules` AS `app.modules`, `app`.`main_module` AS `app.mainModule`, `app`.`cookies` AS `app.cookies`, `app`.`allow_disable` AS `app.allowDisable`, `app`.`base_app_url` AS `app.baseAppUrl`, `app`.`allowed_hosts` AS `app.allowedHosts`, `app`.`template_load_priority` AS `app.templateLoadPriority`, `app`.`integration_id` AS `app.integrationId`, `app.integration`.`id` AS `app.integration.id`, `app.integration`.`label` AS `app.integration.label`, `app.integration`.`access_key` AS `app.integration.accessKey`, `app.integration`.`secret_access_key` AS `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` AS `app.integration.lastUsageAt`, `app.integration`.`admin` AS `app.integration.admin`, `app.integration`.`custom_fields` AS `app.integration.customFields`, `app.integration`.`deleted_at` AS `app.integration.deletedAt`, `app.integration`.`write_access` AS `app.integration.writeAccess`, `app.integration`.`created_at` AS `app.integration.createdAt`, `app.integration`.`updated_at` AS `app.integration.updatedAt`, `app`.`acl_role_id` AS `app.aclRoleId`, `app.aclRole`.`id` AS `app.aclRole.id`, `app.aclRole`.`name` AS `app.aclRole.name`, `app.aclRole`.`description` AS `app.aclRole.description`, `app.aclRole`.`privileges` AS `app.aclRole.privileges`, `app.aclRole`.`deleted_at` AS `app.aclRole.deletedAt`, `app.aclRole`.`created_at` AS `app.aclRole.createdAt`, `app.aclRole`.`updated_at` AS `app.aclRole.updatedAt`, `app`.`created_at` AS `app.createdAt`, `app`.`updated_at` AS `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) AS `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) AS `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) AS `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) AS `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label AS `app.translation.label`, `app.translation`.description AS `app.translation.description`, `app.translation`.privacy_policy_extensions AS `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields AS `app.translation.customFields`, `app.translation`.created_at AS `app.translation.createdAt`, `app.translation`.updated_at AS `app.translation.updatedAt`, `app.translation`.app_id AS `app.translation.appId`, `app.translation`.language_id AS `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE (`app`.`active` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
95 0.02 ms
SELECT LOWER(HEX(`script`.`app_id`)) AS `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
96 0.01 ms
SELECT LOWER(HEX(`script`.`app_id`)) AS `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
97 0.03 ms
SELECT `name`, `path`, `author`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
98 0.04 ms
SELECT `app`.`name`, `app`.`version`, `app`.`template_load_priority`
             FROM `app`
             INNER JOIN `app_template` ON `app_template`.`app_id` = `app`.`id`
             WHERE `app`.`active` = 1 AND `app_template`.`active` = 1
Parameters:
[]
99 1.91 ms
# theme-service::load-config::read
SELECT `theme`.`id` AS `theme.id`, `theme`.`technical_name` AS `theme.technicalName`, `theme`.`name` AS `theme.name`, `theme`.`author` AS `theme.author`, `theme`.`preview_media_id` AS `theme.previewMediaId`, `theme`.`parent_theme_id` AS `theme.parentThemeId`, `theme`.`theme_json` AS `theme.themeJson`, `theme`.`base_config` AS `theme.baseConfig`, `theme`.`config_values` AS `theme.configValues`, `theme`.`active` AS `theme.active`, `theme`.`created_at` AS `theme.createdAt`, `theme`.`updated_at` AS `theme.updatedAt`, `theme.translation.description`, 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"
]
100 0.44 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"\x01Ž¥\x0F£ÂsŽ·ú\x11ŒÆTÀ\n"
  b"Y\x0F\x1EôÁDB╠ûµñ\x1CÀ@Å╝"
  b"\x01ÄÑ\x0FúÊsäì |ð×└┐V"
]
101 0.06 ms
SELECT LOWER(HEX(language.id)) AS array_key, LOWER(HEX(language.id)) AS id, locale.code, LOWER(HEX(language.parent_id)) parentId FROM language LEFT JOIN locale locale ON language.translation_code_id = locale.id
Parameters:
[]
102 0.02 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
103 0.03 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters:
[
  b"íç/pšHK[Š“Oîn$\x1A_"
]
104 0.02 ms
SELECT LOWER(HEX(theme.id)) themeId, theme.technical_name AS themeName, parentTheme.technical_name AS parentThemeName
            FROM sales_channel
                LEFT JOIN theme_sales_channel ON sales_channel.id = theme_sales_channel.sales_channel_id
                LEFT JOIN theme ON theme_sales_channel.theme_id = theme.id
                LEFT JOIN theme AS parentTheme ON parentTheme.id = theme.parent_theme_id
            WHERE sales_channel.id = ?
Parameters:
[
  b"inÚ´\tª@\x0EŸvéTq½Èí"
]
105 0.03 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
106 0.03 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
107 0.02 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
108 0.03 ms
SELECT translation_key, value FROM snippet WHERE snippet_set_id = ?
Parameters:
[
  b"íç/pšHK[Š“Oîn$\x1A_"
]
109 0.61 ms
# breadcrumb-extension::read
SELECT `category`.`id` AS `category.id`, `category`.`version_id` AS `category.versionId`, `category`.`parent_id` AS `category.parentId`, `category`.`parent_version_id` AS `category.parentVersionId`, `category`.`after_category_id` AS `category.afterCategoryId`, `category`.`after_category_version_id` AS `category.afterCategoryVersionId`, `category`.`media_id` AS `category.mediaId`, `category`.`display_nested_products` AS `category.displayNestedProducts`, `category`.`auto_increment` AS `category.autoIncrement`, `category`.`level` AS `category.level`, `category`.`path` AS `category.path`, `category`.`child_count` AS `category.childCount`, `category`.`type` AS `category.type`, `category`.`product_assignment_type` AS `category.productAssignmentType`, `category`.`visible` AS `category.visible`, `category`.`active` AS `category.active`, `category`.`cms_page_id` AS `category.cmsPageId`, `category`.`cms_page_version_id` AS `category.cmsPageVersionId`, `category`.`product_stream_id` AS `category.productStreamId`, `category`.`custom_entity_type_id` AS `category.customEntityTypeId`, `category`.`created_at` AS `category.createdAt`, `category`.`updated_at` AS `category.updatedAt`, `category.translation.name`, 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"\x11ª¢─▀6B£ò┬Ä2 +üÙ"
  b"às\x08.²ØH\x15ío}┘vMw░"
  b"Ò(ÇE2ìL\x08á╦ë °£@*"
]
110 2.86 ms
# seo_url::replacement
SELECT seo_path_info, path_info, sales_channel_id FROM seo_url WHERE (seo_url.is_canonical = 1) AND (seo_url.path_info IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) AND (seo_url.language_id = ?) AND (seo_url.sales_channel_id = ? OR seo_url.sales_channel_id IS NULL) AND (seo_url.is_deleted = 0)
Parameters:
[
  "/navigation/e3288045328d4c08a0cb8920f89c402a"
  "/navigation/66bb7e1423f04606a843963936d323cd"
  "/navigation/11a6bdc4df36429c95c28e32ff2b81eb"
  "/navigation/28db7cef061a43b580f7a6ddf008fff3"
  "/navigation/83fca119538b4a6c9c53dcdff06196f5"
  "/navigation/009bc3ed590d4eacb7c9f5a6ee97d771"
  "/navigation/57412f8db0964cf885fb627c534afa8f"
  "/navigation/01930bc8df8b7cc7916c5471d56b2501"
  "/navigation/01981945418b735f9fe06eca3b16e20c"
  "/navigation/766dd30d40fb458f9ba1e7cf9d3e1b03"
  "/navigation/ea645a7ec20f492e9a064f75a2da26f8"
  "/navigation/727ee2ff77c44c07a3d3e29b3b28116d"
  "/navigation/adf7b123c6024becaeb3364f1f8b2738"
  "/navigation/ecee44fbb1034868bfe0efb7bebc424d"
  "/navigation/c1b4916ab9eb43eeb802dc035e673f3f"
  "/navigation/039c98f3d1c14966aaa7df857679e274"
  "/navigation/61b7af63acca4e91b7c429f7ae427336"
  "/navigation/0c5613e1b7144898a08fc2c75af46665"
  "/navigation/0588b7c2ef114dc08664bfad9e7917d9"
  "/navigation/aa45865554784841b059e0a81c82110d"
  "/navigation/77ca20eb96dd41868186c42a5ca89423"
  "/navigation/8198e729cf0d4b59a6122d5e25fad868"
  "/navigation/b8b279339b9b42bbae60ef16271eedfc"
  "/navigation/e95560be55054590b46b0e3a72c00914"
  "/navigation/2622e1915489489a9f30b6545784da77"
  "/navigation/f2e2a9e9d95146ee974a6a8bbb740cf8"
  "/navigation/89d3ed2bca8c4389bb9479c3ed7ae187"
  "/navigation/03875bbd8b544208a54cb50437e42d93"
  "/navigation/80cb8d3d1ed94bb9a64db18e4b62e62a"
  "/navigation/4dc264e389734cb091d0445bb60458d5"
  "/navigation/cf64c23c04204cc6b94ec837add56335"
  "/navigation/1d34a242102b4e44887b5fbb9f9c1835"
  "/navigation/81196dccdb2b45a5a7a5a11b3508834d"
  "/navigation/a1b847f7b0414d88b1e3b8cd48318800"
  "/navigation/de5216e992e441dc8ff671b15fc9c5ff"
  "/navigation/84d4aac81bea4cf49c7847573926d49e"
  "/navigation/f67c0cd9a3ad426d95195090d810eb20"
  "/navigation/34a0e166637049da90fa74f68c4ee93d"
  "/navigation/dc9c7dcc3a7c4f31a789f943222157b2"
  "/navigation/2f87159b95cc4abb940f01ec8b19106f"
  "/navigation/50b8961e5051438da1655ef67e8e27f6"
  "/navigation/19e5450256eb4abfba206e719215883c"
  "/navigation/3d13f25c006b48be899cdbbb8aa03902"
  "/navigation/dd7be982f53c497fa8d1e50d54e76815"
  "/navigation/42f02599a7774baea48805dcc4b07d53"
  "/navigation/480dbfe3094d462ab79aec581ac48a86"
  "/navigation/4aadcd46861c446a89b7be133b317ba4"
  "/navigation/f76285725672416fa45bc23f92cdc459"
  "/navigation/848d97d5135741bd8cf85d6bde6438af"
  "/navigation/db26adc68cbb44fdb67419d0856927cf"
  "/navigation/1037804c9bdb4cb6a87bd7970d32e9ff"
  "/navigation/0e3f49c85029452e92ab5ade904fbf8a"
  "/navigation/d3b1c7e8149a4cec9e7f931b566438af"
  "/navigation/abe80db769ed43f49475c0ab0d93b2a4"
  "/navigation/e3b7cd862c3f4d75b0130593d8aa70b3"
  "/navigation/890bb04b982a4892aafbe1622d8f395a"
  "/navigation/0190bf0c92357302861463a9ab13af80"
  "/navigation/0190bf050404707a8e11e718e1a023cb"
  "/navigation/8573082efd9d4815a16f7dd9764d77b0"
  "/navigation/0a6b331c5d3245818bfd71e20fe97fac"
  "/navigation/cd8101e4cca6493bb2ae94359c46a1d2"
  "/navigation/8c461e6528cc4d85ba33950ad0229258"
  "/navigation/abaa1571dc254447a05525058a28a349"
  "/navigation/962fc684e5664befb8c492a0d066e32b"
  "/navigation/864b327cf769448e85ef1ace9d5bfb58"
  "/navigation/b5be91f4a6814c898df26fd301992190"
  "/navigation/bae1036b1b3d41fa9a00c7635ba020d2"
  "/navigation/5fc902618cd74333b9b839b23a2c7486"
  "/navigation/c92a70b2a670428f817b7708b5a7a037"
  "/navigation/962a760545af4a318ea9c4fab2fd15d9"
  "/navigation/1539a5cf512e4e1c9e08441a629655b3"
  "/navigation/c8438e1d7b4346949704fd03808e7986"
  "/navigation/61c8549934114184a5df7ce9145707d5"
  "/navigation/42b98860bd66426a8a9630a611b92a2e"
  "/navigation/b36e6f773e5240b2b78c6929af2ea01e"
  "/navigation/c18f6b79a72047f091cb750d01b6d950"
  "/navigation/a2c4dd00a7d840a7b20b1845bedea479"
  "/navigation/9b71eba3db094ba4b4345e9efbfafe3d"
  "/navigation/af43df70fd70460cbbdffe811798f5f9"
  "/navigation/be4f78d04f704566b045e799702b12c2"
  "/navigation/c11db1086f524989aacdd333edb7f0fe"
  "/navigation/cff332e06e7a42c29d088614cba11e78"
  "/navigation/8d3e1f1f9d9b4930b68c5f1bfa696bae"
  "/navigation/7c0384858bf6414f8597713bde6e1d1a"
  "/navigation/310697affce44fc3a8b0fe92ebb322d2"
  "/navigation/9b12e70b10cc437cb7ac1a3c6e12f91a"
  "/navigation/5a006f35c7564bb2bd353f1174bdaff4"
  "/navigation/38b55bb261084d4789e21ef4312abbf8"
  "/navigation/ce0b254ac1fd4c1eb9d66c0ae11affb7"
  "/navigation/21ec6a36c662458da2f1646ed98214de"
  "/navigation/8784d74561584f72a97c6fcc391d125a"
  "/navigation/c897d790656648dcabf21af6269c0b30"
  "/navigation/fea9ea5fa32e49549cf699067e3a49ed"
  "/navigation/60a9e05f72b9469ea04411fe8ee0134e"
  "/navigation/9521b36820164a37afbedbd8d3340bed"
  "/navigation/f9cca56cdb1040268583d419e659a8c1"
  "/navigation/0191858b90627c2084ddd37a7ba6b896"
  "/navigation/529768fbc88443f3aadcceb558136d58"
  "/navigation/c549d483385a40489e1bffe3a843f092"
  "/navigation/0588e9c3fa51410da232d95d40f5fe33"
  "/navigation/cd8041d6a08e449494ad0c3fb6b342f7"
  "/navigation/c53a8c276b1f4566b27dc8453ae0b4f7"
  "/navigation/45d2a25a462e40f6909fc258ce3994f4"
  "/navigation/1c5afa84aaa941d6bc2cc2f3b6525f6e"
  "/navigation/99d3aee15ac6458ab6315fcd90acfddc"
  "/navigation/ba33cdd3d29f4975a0ae4a1077fca503"
  "/navigation/5811f582d18c45849ac302116596bc08"
  "/navigation/c93db65c13d4481cb8e5fb6cb5336645"
  "/navigation/d915481b4b10436e83e875bfc37f944e"
  "/navigation/19d5346b5cfc4282ac872cf4358fe2ee"
  "/navigation/03c0eb71f6824915a700dfada11c062f"
  "/navigation/55ed61e17a7a4b429873a4def82df1be"
  "/navigation/87436fa5896445879e9d2d7a10dbf825"
  "/navigation/408b816594544a96bac069d41936011e"
  "/navigation/530c30c0daca468b8c11d510da43243d"
  "/navigation/2777f2578b924ee7be296fdaf96eb69e"
  "/navigation/ac4477c67acc45878df8905c3b0a5594"
  "/navigation/272bfd4440e146c384808b997af7f2f0"
  "/navigation/cb01a64a8b184a5c9a382cb77c0eff1a"
  "/navigation/ce0a2bbe13384fc9a317262c16216ba7"
  "/navigation/6ee277a5755c49d8a220d4cf692f2fae"
  "/navigation/d8d46fbb76814d25883af585763c6b51"
  "/navigation/e4b3f6012df84366bd8fd9c827673d91"
  "/navigation/bf63c58ae163431bbf92f65ef798a4f0"
  "/navigation/efcc7444b0c146c29612828e99c769cf"
  "/navigation/f3df80c06f084298a4dcc7e05c0cecb2"
  "/navigation/2317385b8a42499d911125ce454ea626"
  "/navigation/d32b9a012b66430cb9fbfcb6287e5916"
  "/navigation/7bdd135f348e49b4bd1b3fbde379d8b5"
  "/navigation/06de686b8ff04f05b8095685d95c8185"
  "/navigation/95b8092ef9e9451e98c5419c5e1731ea"
  "/navigation/c9e27e687db24cf09dc63b3b081cac91"
  "/navigation/e7b242ca67f94965be0a0ee43692d1bb"
  "/navigation/1b36d51513e84cc0b9223bb7b0d96e11"
  "/navigation/e359040ab8c1469dbf5af3ff44a60645"
  "/navigation/0637d89c47154fd2ad2b79421f5d4cf4"
  "/navigation/fc47cc866128466b8aba33a240907227"
  "/navigation/2505d4fbea8f4a729065cbebaa8e33df"
  "/navigation/65e11eaa037a44e69acff5f09f284a9f"
  "/navigation/8103e9be4b364164b932a8a69cc16c7c"
  "/navigation/99f6885c93b743a281a4d8d7f2851f16"
  "/navigation/6e1a26e3e64a41ed97eb7e7a82c51f44"
  "/navigation/d685eb5358464819b59a082db6201fe5"
  "/navigation/e8c969ceaf6143219c5c07c396600187"
  "/navigation/db2c79b8242943d8a4e8345f08204835"
  "/navigation/543768ecf83f4d499c5914c6807fe47e"
  "/navigation/14029c5b418d4d6ba6fb386b88a9722b"
  "/navigation/37bd4c7f6b5841a5aaca7c4b572e5dd0"
  "/navigation/268489c2ce6f4b9f8f1f42802dc15c9c"
  "/navigation/d27df7157cdf4b3c912fb08a95bdff09"
  "/navigation/a654ea9b607c477d8ed8e4df3376b08b"
  "/navigation/81872d8300c24256bd7c7a48695d4118"
  "/navigation/54c4b75f43924fb6a75b4297a30e5120"
  "/navigation/65edb39175fb413f84029459d571635d"
  "/navigation/f6762fc4b44b4f88a943f8f6af7aad46"
  "/navigation/1463e1e10ae64f098f25a41dc7540c85"
  "/navigation/11f8c237487e45458a818350eeb3a7ee"
  "/navigation/ae1962129787468ba7375300e0baf1d4"
  "/navigation/2600de445d514c568bfaaf86f43335dd"
  "/navigation/f9ef79329cbf45058011c22b10c66f04"
  "/navigation/a29e90dafd93406a9e056134a7cf5acf"
  "/navigation/581ff8caefb94e87a7d67158a0134502"
  "/navigation/444ac9968aa241e6a67fae615b962279"
  "/navigation/b9f94195350c4d6cad20820dfcbcfbe4"
  "/navigation/a4edcd93d7b34c52b5a3050a8878b621"
  "/navigation/7980b69376ad434bbe8e25ed9e8e5e28"
  "/navigation/a9e47e064cb345b9a908f640a3a74a03"
  "/navigation/1db6b712b48e48b0a86a3d91fc47df38"
  "/navigation/4adcaaaa3aa34a4b89bcccd5e7135397"
  "/navigation/d20b6b0bfbe546fe8f7f1588cccdec38"
  "/navigation/aa694dc95f4440708959015cef5ec556"
  "/navigation/2c06ea524ce646f18a321e1f977db9af"
  "/navigation/3ada556f802047c28327561113c418ae"
  "/navigation/ba514361b3ae40afb0aab3338170dc5e"
  "/navigation/e9a88f25af43490a8d9fbf07ac2a2134"
  "/navigation/419d94e7c1dd4f769398af1972347de3"
  "/navigation/9040948214b14479b72a398abe1e7fdb"
  "/navigation/b842b40128284e1ab6f0021b14e958c1"
  "/navigation/1068d54dac8a4aef861483dd732e5317"
  "/navigation/8055d32b867c424db2fe3b69e0338b48"
  "/navigation/7d543578042e4df0b03fc36b22615459"
  "/navigation/0e6cf8a2ebed4af1b1c918e6aea95d28"
  "/navigation/8e74d893e97d4b1c90b6354bfd95d652"
  "/navigation/e85769b09d924937859d5a7b3e8efe7a"
  "/navigation/5435a672f850431b8330494110376e52"
  "/navigation/ab6d84953c864760b74faf232dd96a61"
  "/navigation/3bfb86c49ae44e2d97a57c7b663a7a2d"
  "/navigation/f965df06cbff4659851737ebefaa0248"
  "/navigation/ce7c1120d04c44249247ef1a0b7586b1"
  "/navigation/47a9130f90db4d79acbc3c68bc558ee3"
  "/navigation/9591c9db59dd4ae18148635e41cd8a30"
  "/navigation/cb489a91f0a1409eb0ff4f1ff5b716cf"
  "/detail/10538f2fbe884366822fe917e1d741e3"
  "/detail/15119136136a43458dfaa925144d09e0"
  "/detail/3bd67e08e50d427ba0d5ea8bd57a946d"
  "/detail/8f2f573504d94ff487fcc0a5fd66fc2c"
  "/detail/915603966e4247ada767e65d97acd621"
  "/detail/0195ae3861867070ae7a368a9763f30d"
  "/detail/07feebbb641d4352ae3814b982efa018"
  "/detail/0b1694bf98f441aa96f0f6d76addcdea"
  "/detail/1860bdec80f040e3ba6c44a84f2a253a"
  "/detail/26b812d2f3f44f7f9c4b90b62d1c5bd2"
  "/detail/2b9e4a5aa60a4381a9d12cd4ff2a4caf"
  "/detail/2c64d16a04fd4072a7ab751b93f34dd6"
  "/detail/2c980f5fe0c742b1bfd3c4441cc7015e"
  "/detail/2db3dbcacc0946d4a9938c1e54efc3f2"
  "/detail/2ec64abe6d7c43d882fb939c9591711d"
  "/detail/37405cd99655475d9e8ee0f4de1fc7af"
  "/detail/42d97d67d9ee4186beb5b43e4f502783"
  "/detail/6c2b7037711f47bbb01c473355b792e6"
  "/detail/9037c5a830d24746a0aeffd19867749b"
  "/detail/d4f524159b654fae9b3059e581054235"
  "/detail/e6677da399034182983067368cfb610d"
  "/detail/00384b55fbe747ceb1474e5a80faf1f7"
  "/detail/0070b0b5b64d48e0b788fbde4b0012d4"
  "/detail/018f0f5d075c7796a4a218e027ae1b9d"
  "/navigation/3443b791bf4d44148cb7774704ce3ec7"
  "/navigation/561543341c1a482c9ba6dd9e2bb94570"
  "/navigation/743f0d2271ab4a6780b79087764f5ea7"
  "/navigation/1faa477bdf884cb688d5439460d5943f"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"inÚ´\tª@\x0EŸvéTq½Èí"
]
111 0.06 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"\f\x19\\x00åËG\x06œ\x05_\x12*jÀÔ"
  b"8X•p\x16dMä®HÀP\vóÌÈ"
  b"ƒˆÙõú‰OŠŸNpLQ1+9"
  b"ß7ìÀÇèGÅæ×\rt\r]l\x1A"
  b"\x01æëü\x04Ts\x06Ø#be9F!®"
  b"$\x17V]*VE\x7FüË╗U½╣®½"
  b"\x1D´0@N©¡¶äÛ¡>\x07Ç"
  b"o}61f«@7–\x01áâPW0~"
]
112 0.10 ms
SELECT configuration_key, configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ?) AND (configuration_key LIKE ?) ORDER BY sales_channel_id ASC
Parameters:
[
  null
  "LfProductsImport.%"
]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.