GET https://migration.nosla.de/navigation/03875bbd8b544208a54cb50437e42d93

Query Metrics

111 Database Queries
85 Different statements
87.69 ms Query time

Queries

Group similar statements

# Time Info
1 0.29 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
2 0.10 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.04 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.08 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.07 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.28 ms
# seo-url::resolve
SELECT id, path_info pathInfo, is_canonical isCanonical, sales_channel_id salesChannelId FROM seo_url WHERE (language_id = ?) AND ((sales_channel_id = ? OR sales_channel_id IS NULL)) AND (seo_path_info = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"inÚ´\tª@\x0EŸvéTq½Èí"
  "Waffen/Schalldaempfer/"
]
7 0.08 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[]
8 0.08 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"inÚ´\tª@\x0EŸvéTq½Èí"
  "TVIBzjtYs5vKoKzAMJVXqIfJ65AGMb6j"
]
9 0.02 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.12 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.07 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.08 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.06 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.06 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.04 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.05 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.08 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.08 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.04 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.29 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:
[
  "TVIBzjtYs5vKoKzAMJVXqIfJ65AGMb6j"
]
22 0.04 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.06 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.09 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.04 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.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
]
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.08 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.05 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.05 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.04 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.17 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.04 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
37 0.11 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.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`.`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.06 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.04 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.04 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.07 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.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"¤èœ¬§¹Mרû/þTâàð"
  b"7ÚÃ╝\x1CóH¦è+ Ø¸·Ó╝"
]
45 0.03 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.10 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.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%"
  "%|a4e89caca7b94dd7a8fb2ffe54e2e0f0|%"
  4
  true
  true
]
48 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"¤èœ¬§¹Mרû/þTâàð"
]
49 0.06 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"\x03‡[½‹TB\x08¥Lµ\x047ä-“"
  b"\x03‡[½‹TB\x08¥Lµ\x047ä-“"
  b"¤èœ¬§¹Mרû/þTâàð"
]
50 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`.`id` IN (?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x03‡[½‹TB\x08¥Lµ\x047ä-“"
  b"¤èœ¬§¹Mרû/þTâàð"
]
51 0.05 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.07 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.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
]
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.03 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.03 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.06 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.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
]
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.53 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"\x03‡[½‹TB\x08¥Lµ\x047ä-“"
]
62 0.04 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.05 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.04 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.25 ms
# product-listing::load-sortings::search-ids
SELECT `product_sorting`.`id` FROM `product_sorting` WHERE (`product_sorting`.`url_key` IN (?) AND `product_sorting`.`active` = ?) ORDER BY `product_sorting`.`priority` DESC
Parameters:
[
  "price-desc"
  true
]
67 0.20 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"9’K\x0E\x11@¬„õ\x17L\t$‰”"
]
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"\x03‡[½‹TB\x08¥Lµ\x047ä-“"
]
69 0.08 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"\x03‡[½‹TB\x08¥Lµ\x047ä-“"
]
70 17.43 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 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))) DESC, MIN(`product`.`id`) ASC LIMIT 24
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"inÚ´\tª@\x0EŸvéTq½Èí"
  true
  b"\x03‡[½‹TB\x08¥Lµ\x047ä-“"
  null
]
71 5.46 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"\x03‡[½‹TB\x08¥Lµ\x047ä-“"
  null
]
72 4.72 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"\x03‡[½‹TB\x08¥Lµ\x047ä-“"
  null
]
73 0.30 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É┐\x04Èçp»ú·▒÷ð:\x07}"
  b"\x01É┐\x05\x103r\tïX°\x18&\x17"
  b"\x01‘y$yl|̲0—\x13f\v¨„"
  b"\x01‘~e|\x0Fz†ƒ\x11¶é\x13¼š7"
  b"/ϳ\x12ãü@Ôïp│G³\x13"
  b"Q€ºÇ\x17ÛAO²{Z³ÅÝqâ"
  b"ƒj¾\x11¸³F°“–*À…¥äœ"
  b"ëÛ┤?×\x13Dûë>bïü╦ÒI"
  b"""
    º'H─SjJ8Â\x0Fì&Ú\n
    )D
    """
  b"«™à`\x1CñNƒ–>š”Aé}4"
  b"ÌÂsñl¡F<ŸÓ_bËf&U"
  b"àÀÆ}^äC\x1E£ÀŠ“ð\x1D"
  b"á&Ì\x1EÝ…GRœY\x14ÔŸ#¾\x14"
  b"Ôÿ╣V┘sKô®lH7ÏgÒì"
]
74 16.43 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"\x03‡[½‹TB\x08¥Lµ\x047ä-“"
  null
]
75 4.39 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"\x03‡[½‹TB\x08¥Lµ\x047ä-“"
  null
  0
]
76 4.61 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"\x03‡[½‹TB\x08¥Lµ\x047ä-“"
  null
  true
]
77 4.79 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"\x03‡[½‹TB\x08¥Lµ\x047ä-“"
  null
]
78 6.56 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"\x03‡[½‹TB\x08¥Lµ\x047ä-“"
  null
]
79 0.27 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"\x00^¼ÑµÒAàø\x08fú!ì¡█"
  b"\x01æÅ#D\x02róä]GQäUEÄ"
  b"\x01æÅ%ê╣sG▒▀I\x0Fƒ└²¦"
  b"\x01æÅO■\x11s\x1CÅ8("\tÙjm"
  b"\x01æÅP¡sp\x17│õlΣ­\x1D"
  b"\x01æÅQçWpÝúÿ\ezĨ┐w"
  b"\x01æÅT^3qü╣°Ôuù>.7"
  b"\x01æÅUMçr'ÅF'êV×s¡"
  b"\x01æÅUÞ:sH│F2dc»\eh"
  b"\x01æÅ"æ½p(òêTy5È\x7F3"
  b"\x01æÅ$Îtp £Ã+9G\t\x0FØ"
  b"\x01æÅFa\rrwö\r┼;á»\x16ì"
  b"\x01æÅI│!p}çOU╗░Ñ╦<"
  b"\x01æÅJO}p\x00Ø\x1F\x17Úûx^"
  b"\x01æÅJª\x11p ®çË▒╦ü^\x1C"
  b"\x01æÅK&\x06r▀ùh▀\x03'¸m"
  b"\x01æÅK▄]s$ö┘K]~ýh°"
  b"\x01æÅ\x10I\x05r▄ÑzlÛÔ▒fÞ"
  b"\x01æÅ\x19[\x04sm╗e)k\x06©i┴"
  b"\x01æÅ\x1A\x12rqC▒╗ N¾╬\x08\x0E"
  b"\x01æÅ\e\x10¡p\x1Eû¦\x11\ôPæí"
  b"\x01æÅ\eÖ┌p¥║òÖ\x05\x00└\>"
  b"\x01æÅ\x1C\x13±qëætY|Q°Ñ\x15"
  b"\x01æÅ\x1Cz¦qáî\x03BÿCÔ[ "
]
80 0.36 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æÅ\x10G|r7é\x11©RêÏ·\x18"
  b"\x01æÅ\x19Yyq¡ì¦NM‗\x1E┬D"
  b"\x01æÅ\x1A\x0F½sÌ░\x11Áº-¾╣u"
  b"\x01æÅ\e\x0E╬s\x11ü\x07\rãuåëæ"
  b"""
    \x01æÅ\eÿ@p£É>TÜÎý\n
    U
    """
  b"\x01æÅ\x1C\x11═rDض┤f2\x11"
  b"\x01æÅ\x1Cywsr╗µ┬\x15KÎÝ#"
  b"\x01æÅ"É\rrEØnB|½!\x15"
  b"\x01æÅ#B\x1Cr$Ñ\x17iàUú╦Â"
  b"\x01æÅ$ıwr¯ƒ-Éï┘8ðë"
  b"\x01æÅ%å²qWÅe╬5Ò┬ıå"
  b"\x01æÅF_CrdÁ\x18ØJP2Ò■"
  b"\x01æÅI▒isr©¬NJ┌┤║¹"
  b"\x01æÅJM╣qo╝¥\x17Ì╠\x1FØ\t"
  b"\x01æÅJñïs7║=EH<ÅTò"
  b"\x01æÅK$gpní╝$n¹<N\x00"
  b"\x01æÅK┌Íq\x17ò\x04Üpr\x0F4j"
  b"\x01æÅO³Vs\x16Ñ\x04&B3‗È "
  b"\x01æÅP½õr*ä.~│¯²qù"
  b"\x01æÅQà╝sÝÅÇÚÏ&½\x11ö"
  b"\x01æÅT\\x06pÂ│à>$╣═\x0E§"
  b"\x01æÅUL\rp\x1Aª[&╔uçÔ-"
  b"\x01æÅUµãs\x15£║\x03\v|\x1C"
]
81 0.35 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"\x00^¼ÑµÒAàø\x08fú!ì¡█"
  b"\x01æÅ#B\x1Cr$Ñ\x17iàUú╦Â"
  b"\x01æÅ%å²qWÅe╬5Ò┬ıå"
  b"\x01æÅO³Vs\x16Ñ\x04&B3‗È "
  b"\x01æÅP½õr*ä.~│¯²qù"
  b"\x01æÅQà╝sÝÅÇÚÏ&½\x11ö"
  b"\x01æÅT\\x06pÂ│à>$╣═\x0E§"
  b"\x01æÅUL\rp\x1Aª[&╔uçÔ-"
  b"\x01æÅUµãs\x15£║\x03\v|\x1C"
  b"\x01æÅ"É\rrEØnB|½!\x15"
  b"\x01æÅ$ıwr¯ƒ-Éï┘8ðë"
  b"\x01æÅF_CrdÁ\x18ØJP2Ò■"
  b"\x01æÅI▒isr©¬NJ┌┤║¹"
  b"\x01æÅJM╣qo╝¥\x17Ì╠\x1FØ\t"
  b"\x01æÅJñïs7║=EH<ÅTò"
  b"\x01æÅK$gpní╝$n¹<N\x00"
  b"\x01æÅK┌Íq\x17ò\x04Üpr\x0F4j"
  b"\x01æÅ\x10G|r7é\x11©RêÏ·\x18"
  b"\x01æÅ\x19Yyq¡ì¦NM‗\x1E┬D"
  b"\x01æÅ\x1A\x0F½sÌ░\x11Áº-¾╣u"
  b"\x01æÅ\e\x0E╬s\x11ü\x07\rãuåëæ"
  b"""
    \x01æÅ\eÿ@p£É>TÜÎý\n
    U
    """
  b"\x01æÅ\x1C\x11═rDض┤f2\x11"
  b"\x01æÅ\x1Cywsr╗µ┬\x15KÎÝ#"
]
82 3.13 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"\x00^¼ÑµÒAàø\x08fú!ì¡█"
  b"\x01æÅ#B\x1Cr$Ñ\x17iàUú╦Â"
  b"\x01æÅ%å²qWÅe╬5Ò┬ıå"
  b"\x01æÅO³Vs\x16Ñ\x04&B3‗È "
  b"\x01æÅP½õr*ä.~│¯²qù"
  b"\x01æÅQà╝sÝÅÇÚÏ&½\x11ö"
  b"\x01æÅT\\x06pÂ│à>$╣═\x0E§"
  b"\x01æÅUL\rp\x1Aª[&╔uçÔ-"
  b"\x01æÅUµãs\x15£║\x03\v|\x1C"
  b"\x01æÅ"É\rrEØnB|½!\x15"
  b"\x01æÅ$ıwr¯ƒ-Éï┘8ðë"
  b"\x01æÅF_CrdÁ\x18ØJP2Ò■"
  b"\x01æÅI▒isr©¬NJ┌┤║¹"
  b"\x01æÅJM╣qo╝¥\x17Ì╠\x1FØ\t"
  b"\x01æÅJñïs7║=EH<ÅTò"
  b"\x01æÅK$gpní╝$n¹<N\x00"
  b"\x01æÅK┌Íq\x17ò\x04Üpr\x0F4j"
  b"\x01æÅ\x10G|r7é\x11©RêÏ·\x18"
  b"\x01æÅ\x19Yyq¡ì¦NM‗\x1E┬D"
  b"\x01æÅ\x1A\x0F½sÌ░\x11Áº-¾╣u"
  b"\x01æÅ\e\x0E╬s\x11ü\x07\rãuåëæ"
  b"""
    \x01æÅ\eÿ@p£É>TÜÎý\n
    U
    """
  b"\x01æÅ\x1C\x11═rDض┤f2\x11"
  b"\x01æÅ\x1Cywsr╗µ┬\x15KÎÝ#"
]
83 0.21 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"\x00^¼ÑµÒAàø\x08fú!ì¡█"
  b"\x01æÅ\x10G|r7é\x11©RêÏ·\x18"
  b"\x01æÅ\x19Yyq¡ì¦NM‗\x1E┬D"
  b"\x01æÅ\x1A\x0F½sÌ░\x11Áº-¾╣u"
  b"\x01æÅ\e\x0E╬s\x11ü\x07\rãuåëæ"
  b"""
    \x01æÅ\eÿ@p£É>TÜÎý\n
    U
    """
  b"\x01æÅ\x1C\x11═rDض┤f2\x11"
  b"\x01æÅ\x1Cywsr╗µ┬\x15KÎÝ#"
  b"\x01æÅ"É\rrEØnB|½!\x15"
  b"\x01æÅ#B\x1Cr$Ñ\x17iàUú╦Â"
  b"\x01æÅ$ıwr¯ƒ-Éï┘8ðë"
  b"\x01æÅ%å²qWÅe╬5Ò┬ıå"
  b"\x01æÅF_CrdÁ\x18ØJP2Ò■"
  b"\x01æÅI▒isr©¬NJ┌┤║¹"
  b"\x01æÅJM╣qo╝¥\x17Ì╠\x1FØ\t"
  b"\x01æÅJñïs7║=EH<ÅTò"
  b"\x01æÅK$gpní╝$n¹<N\x00"
  b"\x01æÅK┌Íq\x17ò\x04Üpr\x0F4j"
  b"\x01æÅO³Vs\x16Ñ\x04&B3‗È "
  b"\x01æÅP½õr*ä.~│¯²qù"
  b"\x01æÅQà╝sÝÅÇÚÏ&½\x11ö"
  b"\x01æÅT\\x06pÂ│à>$╣═\x0E§"
  b"\x01æÅUL\rp\x1Aª[&╔uçÔ-"
  b"\x01æÅUµãs\x15£║\x03\v|\x1C"
]
84 0.04 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"
]
85 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
]
86 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:
[]
87 0.02 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:
[]
88 1.88 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"\x00Nëú\x16┐@×ìYÆñBD­¨"
  b"\x01É┐\x05\x10ms\x10ØÛ\x04R#╣·W"
  b"\x01É┐\x05\x10¿rðÀS\x15¤ ìû§"
  b"\x01É┐\x05\x11\x18p╬è¿\x18\x1A8▀Äð"
  b"\x01É┐\x05\x11çqd¿ýI\x1F¯åE~"
  b"\x01É┐\x05\x11¸rEøâ'4~Fô\x19"
  b"\x01É┐\x05\x12fp\fçS\x19-JÙ Ö"
  b"\x01É┐\x05\x12█q²ÿ╩ìÊ÷Ìî "
  b"\x01É┐\x05\x13OqiçÇ^\x7Fá┬¸1"
  b"\x01É┐\x05\x13├q‗özu{,îwÌ"
  b"\x01É┐\x05\x142p\x04óÄ|îº7Óó"
  b"\x01É┐\x05\x14ás▓â\r├Çjá\x1Dä"
  b"\x01É┐\x05\x15\x12p[¿8íÖ üN6"
  b"\x01É┐\x05\x15çq%Ç)vs \x07"
  b"\x01É┐\x05\x15³q\x06╣ù┐­Â╬}Ë"
  b"\x01É┐\x05\x16\x7Fs\t╝üéá╔\x14§ê"
  b"\x01É┐\x05\x17\x01sa»\x02█║o\x06C/"
  b"\x01É┐\x05\x17wpSªþó,\eð¬╗"
  b"\x01É┐\x05\x17þr¶¿╗ç─ØÞÔ\x01"
  b"\x01É┐\x05\x18Vpð╣\x1F£RÏîl»"
  b"\x01É┐\x05\x18ãsþ¥Ê³½-v‗X"
  b"\x01É┐\x05\x195qh⪧¼çWsî"
  b"\x01É┐\x05\x19ñqPì£t!ÙÛ╗Ð"
  b"\x01É┐\x05\x1A\x13rûä¾wÂ│8Ð\x17"
  b"\x01É┐\x05\x1AüsØàFŤ¡═¯B"
  b"\x01É┐\x05\x1A±qÑ▓¶®%\x17╝þ▄"
  b"\x01É┐\x05\e_q2ÿ2ûvçâo▀"
  b"\x01É┐\x05\eËr«é-2©▒U¹£"
  b"\x01É┐\x05\x1COqè¡┼jÅØ¡ð\x00"
  b"\x01É┐\x05\x1C¥pÓçð×¥\x0EvÓµ"
  b"\x01É┐\x05\x1D.pûüë█o\x1F■ñ╦"
  b"\x01É┐\x05\x1D×rÔòøG³z┘ºi"
  b"\x01É┐\x05\x1E\x10qâ╗]ú}G*Qæ"
  b"\x01É┐\x05\x1Eär´ó\x00lz\výMr"
  b"\x01É┐\x05\x1E°p+½³Ke^X▄s"
  b"\x01É┐\x05\x1Fjr3ó»K}h­ú "
  b"\x01É┐\x05\x1F¦rý« ¢A0)\x7Fx"
  b"\x01É┐\x05 Oq\x13£┼W╩┌Ö)\x16"
  b"\x01É┐\x05 └s\x01¢9║.\tFh\x12"
  b"\x01É┐\x05!0q­éKF=‗^╦)"
  b"\x01É┐\x05!íp└Ñ~─ı^#%ð"
  b"""
    \x01É┐\x05"\x13sîÇlz\n
    ¿±ù¸
    """
  b"\x01É┐\x05"äqìàÄXmc}\▓"
  b"\x01É┐\x05"¾rcÑë%Ð×¼âï"
  b"\x01É┐\x05#`pÁÁ\x19\x08Û\x15ıÊ»"
  b"\x01É┐\x05#╬r÷åñá\x1FrË'¥"
  b"\x01É┐\x05$<pj║éV|Þ7´E"
  b"\x01É┐\x05$¼p­Ç\x06;ƒúı┤Î"
  b"\x01É┐\x05%\x1Cs$Ƴ»\eôAØi"
  b"\x01É┐\x05%ïqz┤½håæ┘┬º"
  b"\x01É┐\x05%·q\x1AúùÌıÜÿ½&"
  b"\x01É┐\x05&ks"ècÞ:¡Ä'║"
  b"\x01É┐\x05&¦pâôIÄY<YØÛ"
  b"\x01É┐\x05'Nsçüa*ê$«7\v"
  b"\x01É┐\x05'¥q[éì×Á/_­ß"
  b"\x01É┐\x05(0p=ö85╬®øò\x1D"
  b"\x01É┐\x05(áq\x01ó(ô\°úôÍ"
  b"\x01É┐\x05)\x10s§Àz>+▄âo┐"
  b"\x01É┐\x05)~q■à0\x01E}åº\n"
  b"\x01É┐\x05)Ýq)®3▀ÙíÇ¢Ä"
  b"\x01É┐\x05*\s\x17▒Ví┐GÙ=­"
  b"\x01É┐\x05*═pL»øRÿ­<└¨"
  b"\x01É┐\x05+>r┘Üë¾è─éeÞ"
  b"\x01É┐\x05+▒sÌÅßuÜ‗Ù©ô"
  b"\x01É┐\x05,!qOØû┌\x14─v£S"
  b"\x01É┐\x05,ôp\x04¢\vh█©┤\eô"
  b"\x01É┐\x05-\x04r½ñM\tT\x1AÿXú"
  b"\x01É┐\x05-ts=É$Jíá+┐^"
  b"\x01É┐\x05-Ôs╣ƒ└╔£═├OÒ"
  b"\x01É┐\x05.QrÁéÞ╝╬ö\#E"
  b"\x01É┐\x05.┴sýÂQ║┴Zæ%Ú"
  b"\x01É┐\x05/2q~ìÿ«+SXf\x15"
  b"\x01É┐\x05/ñsüé#Öï(\x01"
  b"\x01É┐\x050\x15p\t¼³ö┘ä Ö­"
  b"\x01É┐\x050èr─¢Ã*½\vÅÉN"
  b"\x01É┐\x050■sNíHB½_¤*╣"
  b"\x01É┐\x051oq(▓\x12┼Ã\x1F\x08ù­"
  b"\x01É┐\x051Ósm»A\x1C.│íd¹"
  b"\x01É┐\x052gp═áãÁ"ùV╗\x1F"
  b"\x01É┐\x052┘s¼å╗¢‗ÄNv▄"
  b"\x01É┐\x053Mp╩┐░QHÑtc´"
  b"\x01É┐\x053¥s_«ÿÀjÅí**"
  b"\x01É┐\x054/s¬┤Q£â┤ä╗Ó"
  b"\x01É┐\x054▒q┐¡Ì▀Oó¬\x16u"
  b"\x01É┐\x055#pÞ┤]VÕ\x05P├¬"
  b"\x01É┐\x055ƒq³ämÛ═ÂT\x16Õ"
  b"\x01É┐\x056\x17p)ÇРÏ|§_Î"
  b"\x01É┐\x056êq1ç▓ï©ÒÖ\x17õ"
  b"\x01É┐\x056¨p´│QU═╩ò┴="
  b"""
    \x01É┐\x057ks╝ÿfiXù÷\n
    H
    """
  b"\x01É┐\x057▄pú╗ÞÔÒX²6{"
  b"\x01É┐\x058Ks\x16▒¤Ni©_U╠"
  b"\x01É┐\x058╝pââ\x195æ[{4╝"
  b"\x01É┐\x059,p®£$Ò7¾‗^\x11"
  b"\x01É┐\x059Øs┌îÖðêOQ░Ò"
  b"\x01É┐\x05:\x12q\x13ƒ$ØúõÚ#y"
  b"\x01É┐\x05:àp└¢µ┼\x07iñ|l"
  b"\x01É┐\x05: q┌Ü\x00\x19Mþe\x13_"
  b"\x01É┐\x05;{rMûÈ▄µÀÆ┼*"
  b"\x01É┐\x05;÷qZöØ1s©\x06Ûª"
  b"\x01É┐\x05<srW«R÷Y`,ıª"
  b"\x01É┐\x05<µpÎ░iHy╗■Ïß"
  b"\x01É┐\x05=`sP║¶8.ðQæì"
  b"\x01É┐\x05=ßrì½4ÔßbÇ\x06"
  b"\x01É┐\x05>hq█êõƒ dluà"
  b"\x01É┐\x05>÷r)╗tÉÙ/ƒ\v%"
  b"\x01É┐\x05?jsÄÇ█L\v;Û£ä"
  b"\x01É┐\x05?¦qã│l\x1F#|±Xã"
  b"\x01É┐\x05@Qqv½\x14_Pı\x01"
  b"\x01É┐\x05@ãrÊ©ôÕt‗iz▒"
  b"\x01É┐\x05A>pþ½´gwѦ\x11Ê"
  b"\x01É┐\x05A»p\x17ƒÝƒ«\x15Òñ}"
  b"\x01É┐\x05B!sp┤_ðwNUY─"
  b"\x01É┐\x05BösôÔ[_■\x01"
  b"\x01É┐\x05C\x06sõáÒ%Wår!R"
  b"\x01É┐\x05C}svîÚÕÿ¨ó│ø"
  b"\x01É┐\x05C¾qÓü¤t^\t░P\x11"
  b"\x01É┐\x05Dhs\x02®ª\x13*yµw┌"
  b"\x01É┐\x05D¦rS║Õ".{L=¢"
  b"\x01É┐\x05EQr╔Ñ\tâeÀ▒íû"
  b"\x01É┐\x05E┼r¦ÿÿ7f^9$É"
  b"\x01É┐\x05F;rìÂå \x11Ië║ä"
  b"\x01É┐\x05F¼p3½ÃßöïD'p"
  b"\x01É┐\x05G\x1Dq|ò\x00c┌ânÊ┬"
  b"\x01É┐\x05GìrAì\vÖç\x12³ýõ"
  b"\x01É┐\x05G■pù╝ΰô°╠L\x06"
  b"\x01É┐\x05Hqp\x16íÍ▒°\v¶Mô"
  b"\x01É┐\x05HÕs©╝│┼├█\x1D\x12ñ"
  b"\x01É┐\x05IWqÿáfÌG\x00A\n;"
  b"\x01É┐\x05I¾s╦Æ\tÂ█Ëí%¢"
  b"\x01É┐\x05Jks?ûß]~\x1A8JO"
  b"\x01É┐\x05JÛroóc¼4\vþ=Ñ"
  b"\x01É┐\x05KZr3ä=\x16░Õ·rØ"
  b"\x01É┐\x05K╩qãÉ\x1FíªvØÏ┴"
  b"\x01É┐\x05LFsÔƒìx╠Ï═d¼"
  b"\x01É┐\x05LÂp­▒\x17┤╩õ/\x1F["
  b"\x01É┐\x05M8pÁà\x18äö\r|G▒"
  b"\x01É┐\x05M®rªº}<I3\x14\x01â"
  b"\x01É┐\x05N*pAæv¶¬Îä\x13´"
  b"\x01É┐\x05Nºqòó8\x16Ù¢╝å\x03"
  b"\x01É┐\x05O#pÐïÛNZzl(Ï"
  b"\x01É┐\x05OÿrO│\x168\x1F»█sÙ"
  b"""
    \x01É┐\x05P\n
    q@ìævÿ=j)É
    """
  b"""
    \x01É┐\x05P|p╚øÏ_±n\n
    ðp
    """
  b"\x01É┐\x05P´pzØ~>q¼ÊS┌"
  b"\x01É┐\x05Qbpà®!ÌVÃ\x1Eöu"
  b"\x01É┐\x05Q×p3¢\r└Å)¯I\x00"
  b"\x01É┐\x05Q┌siܶʿ=╝╚L"
  b"\x01É┐\x05R\x16q╗¬þÒUÃ\x1A"
  b"\x01É┐\x05RQq¤à\rÇÆö1Åı"
  b"\x01É┐\x05RîrêÀ¯w+ìjêý"
  b"\x01É┐\x05RÃrϼiH8eÇ‗`"
  b"\x01É┐\x05S\x01rÛö╦-)ûU\x15Ò"
  b"\x01É┐\x05S=r|î\x1ENg¢ìã┘"
  b"\x01É┐\x05SDsX©Ïü╝¿ a1"
  b"\x01É┐\x05T¥q┴ü¬_·├Hóª"
  b"\x01É┐\x05V;pÉæÿ╩Èá\x1D@k"
  b"\x01É┐\x05W│r¡¼=┴¢é©\t\x16"
  b"\x01É┐\x05Y,pëÄö«»n\x03kH"
  b"\x01É┐\x05Zºpª£┤x\x01:\x7F\x0F4"
  b"\x01É┐\x05\.p¡«0±ÿÅãÐ\n"
  b"\x01É┐\x05]│p\x00┤ÏÿÆï\x1F"
  b"\x01É┐\x05_+s6ªí╗¹\x03\x19Ío"
  b"\x01É┐\x05`¡ruÜ/ÚGoå┬─"
  b"\x01É┐\x05b*rc¿X¬¦á/\x1A"
  b"\x01É┐\x05cñpѬm ■\x18ØÔß"
  b"\x01É┐\x05e sXïg\x1AÖ`B­º"
  b"\x01É┐\x05f£p\x12ÀvûK╚ýË╦"
  b"\x01É┐\x05h\x1FqVå┼\t°xé³░"
  b"\x01É┐\x05i¬q¢¼:,\x0EU\x18ß¼"
  b"\x01É┐\x05k9r£ç;\x03ÜQ£u\x03"
  b"\x01É┐\x05l╚pªÂ┬èz·E┼·"
  b"\x01É┐\x05nHpZ×\t\x02Às¸"
  b"\x01É┐\x05o╔r\x17ò½÷\x0F\x18åx\x05"
  b"\x01É┐\x05qVqµ¥s└8!Ú╣\x08"
  b"\x01É┐\x05rÏr┴Ñ\x10╗é­\x18q╬"
  b"\x01É┐\x05tZqkûV\x1E╔>█&Ù"
  b"""
    \x01É┐\x05u┌s\x01è\n
    ÝwÖܺ~
    """
  b"\x01É┐\x05wTr¦ê\÷╗\r\x7Fg"
  b"\x01É┐\x05xÞpÔ»Y\x02ör/8ö"
  b"\x01É┐\x05zeq£¿Î¦\x06ãÈ╗þ"
  b"\x01É┐\x05{Þp\x12»$\x18¶╗2gH"
  b"\x01É┐\x05}_p\x1D®!┼Er]Që"
  b"\x01É┐\x05~┌qxÅ│u:®ú\\x18"
  b"\x01É┐\x05Çar±╣┐8o▄§\x17j"
  b"\x01É┐\x05ü┘q\x03ØíH▀·\x06ï¶"
  b"\x01É┐\x05âPsvÉ?³\x10#nÝà"
  b"\x01É┐\x05ä╔sxø \x0F\f¸<O\x14"
  b"\x01É┐\x05åAqb¼\x08ìÂÅ\x1FõÞ"
  b"\x01É┐\x05ç©p¥âRf▓¸íç\x05"
  b"\x01É┐\x05ë>r³¥TÙÀ È.\x1E"
  b"\x01É┐\x05èÂqé╣àdïý\x115\x13"
  b"\x01É┐\x05î=q2î{×┴v,▄ß"
  b"\x01É┐\x05ìÏp¥û╠<´¤ôBO"
  b"\x01É┐\x05ÅhpÁ▒PcUo╔²r"
  b"\x01É┐\x05ÜvpÚÓ░"
  b"\x01É┐\x05£\x04q╠Ábõí8é?9"
  b"\x01É┐\x05Øèp~ç\x13¦\x03├NÔQ"
  b"\x01É┐\x05ƒ\x14s<É94╗ED\x04""
  b"""
    \x01É┐\x05áÑqÈä\x12ùhý\n
    Ll
    """
  b"\x01É┐\x05ó1quتá╠eÎ┬╗"
  b"\x01É┐\x05ú┐sª┐(ç1\x11æ0¼"
  b"\x01É┐\x05ÑDq\x7FÖ÷.+Û\x7FU$"
  b"\x01É┐\x05ª╚r\x03Á>Ü╬\x168L&"
  b"\x01É┐\x05¿kp▓ê"@e║e¤─"
  b"\x01É┐\x05®■pEÁ\x01Ä\x08├ò n"
  b"\x01É┐\x05½Ér3¿¥#\x03v\x19"
  b"""
    \x01É┐\x05¡%sÑï╬~s\n
    fß(
    """
  b"\x01É┐\x05«ÐpyâVÏ\x01\x03ïı\x08"
  b"\x01É┐\x05░xpP░Ò┼µ\x1C¸Èã"
  b"\x01É┐\x05▓&pf¥`ñ±1k\x05<"
  b"\x01É┐\x05│╚q╚Àd═Ssön´"
  b"\x01É┐\x05Áuq┴Ä╚9\x13=V¦Ú"
  b"\x01É┐\x05Á┐sÀ¬q╬MºaéÄ"
  b"\x01É┐\x05À¦r\x12ç'Õ┼»ù{¯"
  b"\x01É┐\x05©Zr¸égsÿ¦P\x1E\x1F"
  b"\x01É┐\x05©ÓpcÑòW1\x11eVC"
  b"\x01É┐\x05╣\sZúP┘Ê\tßAu"
  b"""
    \x01É┐\x05╣▒q\víþCE│Ô\n
    \x12
    """
  b"""
    \x01É┐\x05\x02s+╣"│®\n
    ═Å│
    """
  b"\x01É┐\x05║PpXí╩╝\x1C*\x04"
  b"\x01É┐\x05║ùpaÀ¦\x06\x07▒ËZ;"
  b"\x01É┐\x05║Ùq#»bG)\x0Eó\║"
  b"\x01É┐\x05╗Fs4«¢ÊƒA+W<"
  b"\x01É┐\x05╗ìr|í×F\x17ÝN┤\x1C"
  b"\x01É┐\x05╗┌s\x00à^úÈIÈ\x117"
  b"\x01É┐\x05╝&q×╣Û\x13üôêî\x10"
  b"\x01É┐\x05╝os\rª_Ðîý2Am"
  b"\x01É┐\x05╝»q'│kÎþú(Ýx"
  b"\x01É┐\x05¢\x07qe©LıÜ‗åf¢"
  b"""
    \x01É┐\x05¢Is\x15êèô¢\n
    A‗o
    """
  b"\x01É┐\x05¢èrÒèÁ½4@\v\x0EÄ"
  b"\x01É┐\x05¢╦s\x04ÂSD]¼=\e"
  b"\x01É┐\x05¥\fqÁ░û¢{\x19<ßü"
  b"\x01É┐\x05¥Mqbí^2¯¢Â^Ê"
  b"\x01É┐\x05¥örKÅ\x0Eµ╦}Ô1\r"
  b"\x01É┐\x05¥µr0£!\x07÷>ø­·"
  b"\x01É┐\x05┐:qv®gGNÓØ╠l"
  b"\x01É┐\x05\x7Fs\x1DíÅÈAûÂ\x12<"
  b"\x01É┐\x05┐└s╣▓hõÜo¬Æg"
  b"\x01É┐\x05\x02qµñ;jGòÉIÁ"
  b"\x01É┐\x05\vpKÀé\rA%╦fÎ"
  b"\x01É┐\x05└Pq3▓Ë\x08░º¶╠\x08"
  b"\x01É┐\x05└Ér░à¢Á\x076ù«û"
  b"\x01É┐\x05└ßq´╗┐ăÌÄ\x11÷"
  b"\x01É┐\x05┴#q\x15×Ö§\x08: äÂ"
  b"\x01É┐\x05┴dp┴Ç│¼)GºÄ("
  b"\x01É┐\x05┴Àqó▒DX#\x1C\x08ïm"
  b"\x01É┐\x05┴³p\x1Fƒñ║0Üf4:"
  b"\x01É┐\x05┬EsÆ×ð\x10Íí(╚\x0F"
  b"\x01É┐\x05┬Åsñ│Á\x1F2XÆH\e"
  b"\x01É┐\x05┬┌r■«\e2b\t│┼?"
  b"\x01É┐\x05├"sTÑÖ\x16\x19p?░ï"
  b"\x01É┐\x05├is¹äÞ&J┴\x19U""
  b"\x01É┐\x05├├sÉÖ(Ä¢¹aÖ¨"
  b"\x01É┐\x05\x03qܼ$ÄÆk\x18X("
  b"\x01É┐\x05─AqNú¨Å5^Bþ-"
  b"\x01É┐\x05─}rIÂ▓\x13å\x10Wƒs"
  b"\x01É┐\x05─╗pï£ð«\x15═YÉ^"
  b"\x01É┐\x05─³r û\x06\x16ÔK ╠f"
  b"\x01É┐\x05┼=pıâAqNª\x17¢\x06"
  b"\x01É┐\x05┼}pp©ç«FçZ°;"
  b"\x01É┐\x05┼╝r\x0EÆ┴\x16Ú#|?®"
  b"\x01É┐\x05┼■r;®\rtþú5C╬"
  b"\x01É┐\x05ã>sæ½ñ\x04!o¯ûd"
  b"\x01É┐\x05ã\x7Fr¾ìOF║|QÜ\n"
  b"\x01É┐\x05ã┼r¥ë:ÒvùxÛH"
  b"\x01É┐\x05Ã\vsqÀ\x15¯ EIAa"
  b"\x01É┐\x05ÃSrz¥╩b[ñÕ\x19,"
  b"\x01É┐\x05Ãùr(é"Ï>>\x11«¢"
  b"\x01É┐\x05ÃÈsI¢╠zà┌╠"╩"
  b"\x01É┐\x05\x19qm░▒¥{TM└2"
  b"\x01É┐\x05╚cqýò÷F®▒µ·o"
  b"\x01É┐\x05╚®rlòY9k\x18\x17"
  b"\x01É┐\x05╚ÞppâÏJÆ╩"l■"
  b"\x01É┐\x05╔)qu╝X­\x06è4½Í"
  b"\x01É┐\x05╔jr;»▀\x1A$└l/Ú"
  b"\x01É┐\x05╔¬r+ù5HÓq\x08ûÑ"
  b"\x01É┐\x05╔­p\x14ÇucüüÀÀ·"
  b"""
    \x01É┐\x05╩0p\r┐Ô\n
    º2yB.
    """
  b"\x01É┐\x05╦±s¥¿\fµB╔\x11cJ"
  b"\x01É┐\x05═´qÍÄ\x1Aì╬Ë\x1CıB"
  b"\x01É┐\x05╬1qAÇ\x1C"ÉLS÷M"
  b"\x01É┐\x05╬uq"î¹!╩\x04¹0\x17"
  b"\x01É┐\x05╬~s@ç║‗'¯¾kO"
  b"\x01É┐\x05╬ås;ø\x17õ©▄▀\e\x14"
  b"\x01É┐\x05╬ÄpXï\x1CúH½┐w║"
  b"""
    \x01É┐\x05╬ûr1ÀXı]j┬\n
    é
    """
  b"\x01É┐\x05ð[r┬ù@q\x06Áµ=Q"
  b"\x01É┐\x05ðfs0ë\x1D0`(ì═*"
  b"\x01É┐\x05ðpq¸ÅªÈò'Ø"Ç"
  b"\x01É┐\x05ðys1½░Ñ.¼z▓X"
  b"\x01É┐\x05ðés÷åô\x11│Ð/×U"
  b"\x01É┐\x05ðèr\e╣¨è\ÉKÃ\"
  b"\x01É┐\x05ðôqAÂé╩P(▀4Ø"
  b"\x01É┐\x05ð£sX¼Üâx\x11╔D\x12"
  b"\x01É┐\x05ðñst®LA█ðiB¯"
  b"\x01É┐\x05ð¡pWü█Î┤qèa\x04"
  b"\x01É┐\x05ðÂqÃ╗ñ¬█ªz#7"
  b"\x01É┐\x05ð┐s7╝¸yAv@Ô5"
  b"""
    \x01É┐\x05ð╚s»èË\vE┴\n
    ôÒ
    """
  b"\x01É┐\x05Ð\vr«ºÌ¸3Ä┘´Å"
  b"\x01É┐\x05ËÏr░ë¿¶┘­°±V"
  b"\x01É┐\x05Í\x1Fq\x1Dêm$¢¼ áÖ"
  b"\x01É┐\x05ͤr¯ƒqÒ`©o\x7Fè"
  b"\x01É┐\x05Îép¡░ª│ûf>ıý"
  b"\x01É┐\x06ãKqoÖ\x1D\x19\x07Ï\x12D"
  b"\x01É┐\x08)\vrPìùg·n'\x08\t"
  b"\x01É┐*wýrE¬úÞ╠Ã\x0F¢│"
  b"\x01É┐*w■s═ÄÍÛma\x04+2"
  b"\x01É┐*x\tqƒà ┐\x05├╬%P"
  b"\x01É┐*x\x13p£íƒjFEFçc"
  b"\x01É┐*x%q;à÷ 2\x15ë7ƒ"
  b"\x01É┐*x╔p|ùtÇ╔`Îö╩"
  b"\x01É┐*xÈrÿàá3Я×ı¸"
  b"\x01ɾO{\vqÐó7´╩¥▒\x04C"
  b"\x01ɾO{\x19ryÜÚEÞ²ûb­"
  b"\x01ɾO{&pïø²UXß ïé"
  b"\x01ɾO{4s┌▓8Ðäûr▀ú"
  b"\x01‘zV Cs°¹zÞù\x14ƒú\x11"
  b"\x01æzWÉ┘~0ìA└Pï­ÐÛ"
  b"""
    \x01‘zX{\n
    p…—‘µ\x11†oAƒ
    """
  b"\x01‘zX—Ýt\x7F²àKz*M¶•"
  b"\x01æzY\x1C\x0Fz\x12â»\x18\x07¯ÉZ1"
  b"""
    \x01‘z~\x10(uø’&\n
    tn¥1÷
    """
  b"\x01‘z~Ð wˆ·WW+M\x17¹\x12"
  b"\x01‘z\x7F† w°­ä™º\x04+è&"
  b"\x01‘z“ Ìug½2ÿÕÂ\roq"
  b"\x01æ~\x1E[âtÕä»{Ø#\vå~"
  b"\x01‘~\x1F œs[¾ôñüöFÎè"
  b"\x01‘~\x1Fnkx®„lM·\x0E-[‚"
  b"\x01‘~\x1F¨K\x7Fв''=k{÷Ã"
  b"\x01‘~\x1Fçr{\x14˜ñ~!ÝT\t\x06"
  b"\x01‘…"‘¯qP¢NæUaònë"
  b"\x01‘…#BŸp\x14—÷ÛÆR`\x0Eã"
  b"\x01æà$c6y±¥ØlW*─­ê"
  b"\x01‘…%)/wÑœaÞ«µ‡2š"
  b"\x01‘…&\x1E‡u¤“±¶þ~\x17o\f"
  b"\x01‘ŽØ"{\x7F4šH•˜ó”^\x01"
  b"\x01•´é“¶pI™½¦•TVóF"
  b"\x02­xäÁ©J\x12…výæ´ÅJ}"
  b"\x02Ø×B¹ÌDÒœŠvqW'\x05c"
  b"\x02ý\x0Fƒ-‰F™½\x08­W^•Ÿô"
  b"\x03±w¬Þ\x00J“žÝlàà/,ž"
  b"\x07F}ê\x18rJ›•wæ\x14ú\r"
  b"\x08¢ıOä\vJwï2\x03®¿ÅÖé"
  b"\v\x1F\x00ü<Z@|ƒ`èÙ2W\x1Cû"
  b"""
    \f\x04\x01YI`Ÿ\n
    ÁRžq>\t
    """
  b"""
    \r˜y¨\x04\x11Eé¯Ë\x03\n
    z’àƒ
    """
  b"\x0EÙýwí¨E¿°ªpî¥\x07í\x02"
  b"\x11ö38›\x1CI¦´«Ò\É„[ˆ"
  b"\x12m‰&MþN©ŒßÛ\vgy\x04¾"
  b"\x13\x7F5%\x17╚BóÅ£\òAnO°"
  b"\x15U2‡-]E\t˜°9Hz8ä•"
  b"\x16£Þ¡▓÷LèíÅ\r\x12µqÙ]"
  b"\x16­ektÜMP½ÈéÎîàmÇ"
  b"\x16¿¶2p†Oœ²_Å´\x16¬‚H"
  b"\x17˜—i\x0EúEûµÉ=£•!Å\"
  b"\x18\x17ù??KNm·ðÄ{5\x01"
  b"\x19|\x1F§[¥FQ²¬ÙAë\x13¦œ"
  b"\x1Aá5\x10S¦OkÜÃ\x0FfáÉú¤"
  b"\x1CÜÇç$äK\r‘]#\x14ƒ¼,‚"
  b"\x1E\x1Aå\x1A}áE\x14…܇u‚lÞæ"
  b"!30\x08ÏãH.ˆ•»\x01 œW¢"
  b"!{YlàtH-ŽönE¡\x1E§\x0F"
  b"!¿A\hèOدm¯ÙˆÄ-Y"
  b"!§█░Ù±NUÉ╔ÓÖ¥o8æ"
  b""ˆŽRýoHF³>)AìG\x1D"
  b"#\x07o▄█/L\eüÈ\x01\x08┤Í?╗"
  b"$ƒI”eoAÍ…øµ[\x04j°µ"
  b"%YØn*\x05OÎ╣)t¢/ùh╗"
  b"&$Ÿ\x1C®!Ki¿ê\e\x02øíâ±"
  b")•\x04'U\x11Eþ‚èó¶w‰.]"
  b"*_cWq–Cë¨Ì¹”=,šh"
  b"*à04|¸Gr±®QeN!h="
  b"-v¸g·\x03O¶”ë\x16ÄæßÛG"
  b"1\x04\x10;·íA?üFÝ╩\x10\x01="
  b"""
    3ÄŸ«\n
    ‘H›¸wÒAjZ=†
    """
  b"4»)Ð pB²â\x7F{ÉP&[~"
  b"5*cº!wM…·â\x14ò‚\x19"
  b"6`†sþqAo–+<]¶$öà"
  b"8+ŒvU…C\x08¢8*ýc\x03Ú÷"
  b"8×æÃˆâA\x175—n¹\x0F"
  b";;U░\t0O\tì#\x02┼I.ø\x0F"
  b"=\"nNAIÒí4┼Å╚\x1EÑ¿"
  b"=a6e UN\rŽaÀö(œ\x02"
  b"=Åzþ\x1D¿IÏ▓ÿ¨À¢\x18\x01f"
  b"?\x13á:hàJ“¡c»\v£íñd"
  b"?}šnÖSAX¡È\x17Ñ~5\x1EO"
  b"@£AE}àEš¡’ç´L(Då"
  b"A\x04\x16!\x04\x12E¨çá¼õ\x05ĵü"
  b"A\x16┤╗5ÑBUÉu\x07Ë╔r0\f"
  b"A\x18À™E\x06Dž±$Ü_N°ð¬"
  b"Ai@╔é6Nh¬$▀ìÝ?·´"
  b"\x01;gÖM:’·¢uÚŠôA"
  b"E±U÷–$K˜”\x1F\x00¦h""
  b"\x07\x199\x15C═¼07■Éê2¤"
  b"G«ð#\x05ÄO┌½\x7FÅB×@\f"
  b"H—ñ‚QáE\x01šÓÍÚHBky"
  b"HÓ„ÞΰK®»6ø–½¯¯\x1D"
  b"I5¡o{\x0EE|˜ ,\x117ßæ”"
  b"I¿Ò\x07ùûOë®^n$¼\v‰£"
  b"Kig·X&J\x1Dº§\x046°†ßÜ"
  b"MCG-ÛtIŸŒU]p£,]¬"
  b"Mt\x1AÃ┤╬I««Øy╝┌ô7\x13"
  b"N¢╩Ñ?\vF#ì\x06\x02¢÷«Ö▄"
  b"""
    P\x17\x7FqGY´hÉ\n
    \x1Dã>Ë
    """
  b"P±ÓB7ñHašd³dœ&Û\e"
  b"Qs$5\x04ÜI“¤4\x10p­š\x15\x02"
  b"QäR\x1C‘‚I…ŒÀ»âódˆd"
  b"R­R¡·›NÛ²©ŠhQDÈI"
  b"""
    SYË\n
    ±Å@ÍÖõUîy¦ ]
    """
  b"SÕ†\x08G2N¦‡Kø\–ãu·"
  b"T\x14v’ËûCAšm\x11âl­DÜ"
  b"T\x1F×2éQM(ôìÒ\x16+©┘&"
  b"Up7+?»@щ_\x05{>Ì„G"
  b"UÛ|]®=LËŽ$†[Ã)-ƒ"
  b"\x04ZLbFß”@\x04\x7FI_\x06\r"
  b"W8³X╩«@ƒöƒ%Èì1ÛË"
  b"XÁ¡rT M┌ï▒BÖsì¹Æ"
  b"Z@j«êÆE5ù)üt×╔ú{"
  b"ZOŠ[4nG9‹qa)[j×\e"
  b"\t░¢\x19╩D═Øâ§âf‗&f"
  b"""
    \“´VÜÀC\n
    £\x1DñÏ7i\r{
    """
  b"\f\x7FiwO\x17§y¾R\x1D›°e"
  b"_œ/»ÀÔAá°à d?ε2"
  b"`–Ð2$$FD£ªû~• ßî"
  b"b•f\x03](M®•Zîò/&ÔV"
  b"c¼3SÕmJ$çyÉÞºÇ╔f"
  b"cõ/³znCÖšI$1³zþ\x0F"
  b"dB┴┬ ²GøüfÍú-+èV"
  b"eØþ\e)ÑKûïoX;2eÃ┼"
  b"""
    g!b\n
    ÅÑC ŸT\x0E\x1D\x1D\x0F\x08d
    """
  b"\rD*lH¬Š-èÈxÖ\eˆ"
  b"iíõü^\x00JÝé\x07ø}█G¡q"
  b"kè>wTÖOà \x19Kª1n\x13"
  b"lz4Ò¿ðEƆè*};ª¥Ú"
  b"\x00íu¹D¯‘ÿyº,!,_"
  b"m'ì7YÅIúúèßDÙ]D"
  b"o~\x1E„hqLÐ…\x07ÎWî\x16\x06T"
  b"o‹õ!Ì9Kƒ±Žø%ßY¦F"
  b"oÊ┌┐üä@ÄÑ,\x14Yx\x1D?g"
  b"p!f+ÉÆCŒ”gšJÜ\x15¯¹"
  b"p¨ƒ€yûC5‘$„1ƒ)*\x1A"
  b"\x05sL,B┴ïvÔÑ_¥Å3"
  b"q3Rü\x18PGç¸ØÜË…ñ\x00"
  b"q┘ì«?¾M\tÄ\x18´o:^F¾"
  b"""
    v…\f­^\n
    K–†¶Ä•´™Æ\x10
    """
  b"w(C?Ø\x15N▄║â╝QÃ)¢n"
  b"x\x19’ÀiÒLΠՕ‚Mkn\v"
  b"ynªOì¹yKÓ\x1EL\x15~"
  b"zªûx÷,J,…IÔåϺ(_"
  b"{^ÌUÙLI¸®ÖÝ\x19Tþ­ƒ"
  b"|\x03\f╠GaAµûßZÔ~ì\x13º"
  b"|‗#¡ÅeMàèðÛæ┤À▒ÿ"
  b"|þ£½¸HMU¬\x06í1\x15™¢Ë"
  b"}'›\v.nGÞ¦µ>b#¸'Ý"
  b"~ a¦ƒ²F^ŽÏ8²ªJq×"
  b"~ƒÎ¨j¹K<˜Ã\x1Aœó­ÊÅ"
  b"\x7FÌ¢'ØÒN'Ç╚¢;ø[ÍM"
  b"\x7F▀MÓ5òOxÅÔ`Ø\tÞ\eù"
  b"€;~¸p\x1AF‰—'*8\x1A‡¶ã"
  b"""
    ü\n
    2NÕÅH.ü´+\x105o@ä
    """
  b"üÑ.D)yB3Æ╗ô©ÆÒ :"
  b"ü®Ú\x01+½M\eöðã䤿░\f"
  b"üÈF®q?D\rêó»gÂÐ9ô"
  b"é¬ë¡½┘IßÅÃ5\x07\x7F="
  b"éı=Þf©N├ÉÅ®·=²Ó¦"
  b"ƒßw\x7FxoKE¥)4wfÿ'Í"
  b"„OÓ\x1EÞ¥BɲƒšßOÀ—U"
  b"…H¹v‚\x1CHì»ÍÖ²[:êœ"
  b"…Þ•M\x13ÅB šk,[›d(¹"
  b"‡`×Uj<L?£Í°æ‡ë\x16É"
  b"ê÷0\x1D£\x12LºØ\x02OCB\v"
  b"‹a?Ï–\x10Oú‹•ëçæ-Ç~"
  b"Œ‹\f“¸~KZ©\x18Õ\x00Û/‘e"
  b"ìç¬\x01KûO═á#\x00\x1AV4<­"
  b"ŽÍ\e¬X\x19C(¸1ÍvšÙ’‡"
  b"É.\x04I╠■Cy¡CêPi╩ùk"
  b"Éß3ôð\x18Jlñûÿ2\ez1Á"
  b"‘Ç\x04óè2Iœ¨\x06\x08¹„ë$8"
  b"’ÀÙ¥X\x02JlŒRáH5\x1F\x120"
  b"“;ò\x08¢ŽM)ˆº\x01ß\f)QU"
  b"û¥╚y\vP@*│<ùÿØ▒úÜ"
  b"–Ê¡Lâ\x01MÔ•Òk=•ÿ\x06J"
  b"ùýD<ÕxB«Äs█ÁjTØõ"
  b"˜HÑD2æM?šàÖ\x15þŽ´a"
  b"Ö*╠V┐\x1DN\x1AìZ\x10\x05þèT\x19"
  b"ø└Æû·\x17FÁÑ:ÅäTôóî"
  b"›Ø¬ …\x07J…“D\x00)\v”Ðg"
  b"œ>í\x05Ë(I;§bš¦¸Zí>"
  b"Ø}¾nAcLZѧÁ­┬øÕ\x1E"
  b"ØÅïéâ!B¦Ä¦~\x05²ó├▓"
  b"ئ\x1CÐk─N╬¿ôb¿÷ùA|"
  b"ž\x1E‡ñ1YKÙ¼ŒÐ±ëŽ„Æ"
  b"ƒcF:q▄L¯ƒìqPj7ø\x00"
  b"ƒÑùP²DA7É¡z▓ü6"¿"
  b"ñ\x0E\x1A\x15@9Çý"[`Wb\x13"
  b"¤m\x042R&@¨¾¹f þ8,ê"
  b"ñ˧┴ 0NĽ0╬ØøÙ\x08Í"
  b"¥/—\x00myCé‚aWyŽ1kV"
  b"¥½é?,\x0FFï®ä¸þA\x00§Ó"
  b"º\x1F║ñ\x18ÊD\x14îAüÛë`ıë"
  b"§z§\x05y!B\x04§Nqn¯\Ú»"
  b"§×eC\x15\x12EL¡îj‰AÁÄ\x01"
  b"«Äßµ‚¸G‰—öZ!\x1D²ñ\"
  b"­S]\vHœFýº¡[ë3íg¬"
  b"¡ùhU<ËF:▓Ã\x19Jµü;Ó"
  b"¯Znا“ML²_µcr‹Ò>"
  b"°n¬\e\x7FÈCYŒ4)fŠ£Í "
  b"""
    ░¢øQjÖA▀ì&è\n
    õ[3G
    """
  b"³å_``\v@€”jJwa¼%©"
  b"µ"iä%›D?‘­BÈ#^Vú"
  b"ÂíqÑm\x1AJ¢ÁPØAnÆ,e"
  b"""
    ¸tSŠ\x1DGK8¿\x16\n
    Q7=Hy
    """
  b"º\x07NÒ†ÒDè’¼¶„ŒÏI\"
  b"""
    ╝ãíÄ\x10\n
    BÌáy▒úÅ\x01qT
    """
  b"½jhó\x11ÓI\x15³5’i’Çú3"
  b"½ÌÞtˆ8DèËÀá¨s\x02>"
  b"À'a\x15²ÖOÅ¥ÿÂŽ¦\x19"
  b"Á\x0FQ-·3A\‘oÌÈ\x05!~›"
  b"Â\x19‡®æ(F¼…÷\r‚¿\x06"
  b"\x0EÚ╩\x0EUB░üÐ┼ Ur\x1Fr"
  b"Äì\Ø©\x1CI1»Õ9Ç\x00ö!š"
  b"ÆÌ­t9ÜAû«åÊ\x1E;‹ÎÝ"
  b"╚%ü\x05Y╗B¢│\x1A\rõÎ9"
  b"╚3V\fS0Kiül┼­=°%╗"
  b"Ê;u^ÖÝE\x00ªw\x0FbÓÂB\x17"
  b"ËíóöôWFnж\v\x16˜j^n"
  b"ÌÝ„ì"xF–•Ø#Ò,\x04X:"
  b"ÍE:Šf0JØ›¬6»¶,‘Š"
  b"╬%░ÙeýB\x06©èÙ3+ØÃ┘"
  b"ð▓ÛYZ\tBÊØ0╚\x03´\e┘╗"
  b"Óú£h\tuIÌ‘$ÕFßæ7m"
  b"Õ\vË—0"C\x17½r°+\x12Vöü"
  b"Õ±òd«öG\x1C¡\x1Dãö³e[¥"
  b"Í1ÖLàıI,Á\x1Dè■þßnü"
  b"Ö™UNµ×E\x10œzŒZÉ|šû"
  b"Öá\x00\x16@H‰\x16Â'Üõ8""
  b"×,\tœ˜>Oè–\x1C~\x11Qò*#"
  b"ÎQ̪¹õBüØÑüÓ\x1CFSå"
  b"ÎTù`¥\x0E@ê¿÷┐üá­Í\t"
  b"×Á2:GÒM šKN×S-\x1DË"
  b"┘Ô »▓üMI¼╩ü\x1E\x08╦·■"
  b"ÛAb,á4G•ƒV\x02\x1Dñ9þ\x16"
  b"ÛC3ß\x05ÂM”—ó\x11p1­\l"
  b"ÛvÇÛ}‚J@Ÿ~ÑTÐó\t«"
  b"Û†*j\tPIU½\x02Õ°e\x10*1"
  b"█│£Â&ñOí¼ìî;hT¼\x12"
  b"Û¶5-ž®D\x06•X\rïðºE{"
  b"Þdh\x1CÙ:H«¹!Øcâ«:%"
  b"Ìs╗É▄▀H\x13£ã°\íªØ;"
  b"Þ¼¢j\˜@6“7¶Ôj ̲"
  b"Þú\x003Ó”B­†Á]ƒõªs“"
  b"ß\x06TBûpOä€À<oñtƉ"
  b"ߣÌ\x1Eùó@…¶\eÐ5Q@¤3"
  b"á\x1AÔ³\£N˃դ“yÿÏL"
  b"ãŽ\x03S\x18ÊO\x10…œ\x16\x7F\x11Î-â"
  b"ä³\x01lÄÐE\t¶¼I¼ð;TÖ"
  b"æ(§%óùMÀ¨6qO\x11e’\x13"
  b"ç\x01¤\x1D¥<J—“¿&\vÁŒ?\f"
  b"þ┐L┘│\x13JõæÃè°Å$═¾"
  b"ÞZf_¹HJDÉ\x11¡‗a¨\x7Fj"
  b"ÚÊͱ[Å@÷┤]Ͳ║âܧ"
  b"Û\x1Fâ\x04rÉC═À]c▄xßy'"
  b"êQž¯Ôó@1¼AâZ–v\x19»"
  b"ê¢äa½ÄHl¿@O2©o¿P"
  b"êÔo`\x1F·I[¥\x04Ýh£ã\x0Fx"
  b"ìðŒ\tZkAµ«ŽØ\x05n\x17Áa"
  b"Ý~l'\x12ÅNiº\x7Fo\x17¬ç°C"
  b"Ý└╔K\x03ÉFÖä\x11hiJ╬ä\x03"
  b"íÓ\x1E÷\x06\x10Jr§i\er\x7Fß'["
  b"E/èL/­\e8¹@µ\x172"
  b"ó\têÕÒT@J¿ƒ™½’\x7F`™"
  b"ô\x0Eƒ·Ô:Aç·Z\eêg\x06\x0E\x14"
  b"""
    ô\x12\x15©\x0EüOw¢Ÿ¹\n
    \x01Hb"
    """
  b"¶Áäì¢ÆA_óôZNSÇÇ;"
  b"õCË m£Kk“ÿÒú \fì#"
  b"õpÂèõtO—¼Ëj\x16ÁÁ\x18"
  b"öRœÁ0|Gc£å\x12\x14é\x0Fûo"
  b"°xÛJ¨²C└ì~ó ]5*▄"
  b"ù½\r”††OÄ™mWìI§„×"
  b"¨╠BÅD═I.®┴▓\x12.[\x03ï"
  b"ùýü㩳H]»„ïÚ ]‰ä"
  b"·Fí«µpLòØ╣ÈÐW*\x1Ex"
  b"ûXÄ\x04éðF_¤P\eËMšé\x14"
  b"¹h┘2w\x01@\r│¡ç\x14■ìip"
  b"ûÆ\x02çà£Jt›\v1ÚÒ\x13é\x19"
  b"û×¥\x0E”ëGKš‚\x1F©òå§½"
  b"ûð®Î³¿B\x13ˆ«$1ÙN¼Ö"
  b"³/7ûwßB\x12ç+×o\x05ì2À"
  b"ý–†àœâJ\x19°uí¹5(^Ê"
  b"ýêHêR­A[‘…\v\e\x00ý=º"
  b" uìH╩ÿOIª\x0E¢ü¾Ý­«"
]
89 2.65 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"\x00Nëú\x16┐@×ìYÆñBD­¨"
  b"\x01É┐\x05\x10ms\x10ØÛ\x04R#╣·W"
  b"\x01É┐\x05\x10¿rðÀS\x15¤ ìû§"
  b"\x01É┐\x05\x11\x18p╬è¿\x18\x1A8▀Äð"
  b"\x01É┐\x05\x11çqd¿ýI\x1F¯åE~"
  b"\x01É┐\x05\x11¸rEøâ'4~Fô\x19"
  b"\x01É┐\x05\x12fp\fçS\x19-JÙ Ö"
  b"\x01É┐\x05\x12█q²ÿ╩ìÊ÷Ìî "
  b"\x01É┐\x05\x13OqiçÇ^\x7Fá┬¸1"
  b"\x01É┐\x05\x13├q‗özu{,îwÌ"
  b"\x01É┐\x05\x142p\x04óÄ|îº7Óó"
  b"\x01É┐\x05\x14ás▓â\r├Çjá\x1Dä"
  b"\x01É┐\x05\x15\x12p[¿8íÖ üN6"
  b"\x01É┐\x05\x15çq%Ç)vs \x07"
  b"\x01É┐\x05\x15³q\x06╣ù┐­Â╬}Ë"
  b"\x01É┐\x05\x16\x7Fs\t╝üéá╔\x14§ê"
  b"\x01É┐\x05\x17\x01sa»\x02█║o\x06C/"
  b"\x01É┐\x05\x17wpSªþó,\eð¬╗"
  b"\x01É┐\x05\x17þr¶¿╗ç─ØÞÔ\x01"
  b"\x01É┐\x05\x18Vpð╣\x1F£RÏîl»"
  b"\x01É┐\x05\x18ãsþ¥Ê³½-v‗X"
  b"\x01É┐\x05\x195qh⪧¼çWsî"
  b"\x01É┐\x05\x19ñqPì£t!ÙÛ╗Ð"
  b"\x01É┐\x05\x1A\x13rûä¾wÂ│8Ð\x17"
  b"\x01É┐\x05\x1AüsØàFŤ¡═¯B"
  b"\x01É┐\x05\x1A±qÑ▓¶®%\x17╝þ▄"
  b"\x01É┐\x05\e_q2ÿ2ûvçâo▀"
  b"\x01É┐\x05\eËr«é-2©▒U¹£"
  b"\x01É┐\x05\x1COqè¡┼jÅØ¡ð\x00"
  b"\x01É┐\x05\x1C¥pÓçð×¥\x0EvÓµ"
  b"\x01É┐\x05\x1D.pûüë█o\x1F■ñ╦"
  b"\x01É┐\x05\x1D×rÔòøG³z┘ºi"
  b"\x01É┐\x05\x1E\x10qâ╗]ú}G*Qæ"
  b"\x01É┐\x05\x1Eär´ó\x00lz\výMr"
  b"\x01É┐\x05\x1E°p+½³Ke^X▄s"
  b"\x01É┐\x05\x1Fjr3ó»K}h­ú "
  b"\x01É┐\x05\x1F¦rý« ¢A0)\x7Fx"
  b"\x01É┐\x05 Oq\x13£┼W╩┌Ö)\x16"
  b"\x01É┐\x05 └s\x01¢9║.\tFh\x12"
  b"\x01É┐\x05!0q­éKF=‗^╦)"
  b"\x01É┐\x05!íp└Ñ~─ı^#%ð"
  b"""
    \x01É┐\x05"\x13sîÇlz\n
    ¿±ù¸
    """
  b"\x01É┐\x05"äqìàÄXmc}\▓"
  b"\x01É┐\x05"¾rcÑë%Ð×¼âï"
  b"\x01É┐\x05#`pÁÁ\x19\x08Û\x15ıÊ»"
  b"\x01É┐\x05#╬r÷åñá\x1FrË'¥"
  b"\x01É┐\x05$<pj║éV|Þ7´E"
  b"\x01É┐\x05$¼p­Ç\x06;ƒúı┤Î"
  b"\x01É┐\x05%\x1Cs$Ƴ»\eôAØi"
  b"\x01É┐\x05%ïqz┤½håæ┘┬º"
  b"\x01É┐\x05%·q\x1AúùÌıÜÿ½&"
  b"\x01É┐\x05&ks"ècÞ:¡Ä'║"
  b"\x01É┐\x05&¦pâôIÄY<YØÛ"
  b"\x01É┐\x05'Nsçüa*ê$«7\v"
  b"\x01É┐\x05'¥q[éì×Á/_­ß"
  b"\x01É┐\x05(0p=ö85╬®øò\x1D"
  b"\x01É┐\x05(áq\x01ó(ô\°úôÍ"
  b"\x01É┐\x05)\x10s§Àz>+▄âo┐"
  b"\x01É┐\x05)~q■à0\x01E}åº\n"
  b"\x01É┐\x05)Ýq)®3▀ÙíÇ¢Ä"
  b"\x01É┐\x05*\s\x17▒Ví┐GÙ=­"
  b"\x01É┐\x05*═pL»øRÿ­<└¨"
  b"\x01É┐\x05+>r┘Üë¾è─éeÞ"
  b"\x01É┐\x05+▒sÌÅßuÜ‗Ù©ô"
  b"\x01É┐\x05,!qOØû┌\x14─v£S"
  b"\x01É┐\x05,ôp\x04¢\vh█©┤\eô"
  b"\x01É┐\x05-\x04r½ñM\tT\x1AÿXú"
  b"\x01É┐\x05-ts=É$Jíá+┐^"
  b"\x01É┐\x05-Ôs╣ƒ└╔£═├OÒ"
  b"\x01É┐\x05.QrÁéÞ╝╬ö\#E"
  b"\x01É┐\x05.┴sýÂQ║┴Zæ%Ú"
  b"\x01É┐\x05/2q~ìÿ«+SXf\x15"
  b"\x01É┐\x05/ñsüé#Öï(\x01"
  b"\x01É┐\x050\x15p\t¼³ö┘ä Ö­"
  b"\x01É┐\x050èr─¢Ã*½\vÅÉN"
  b"\x01É┐\x050■sNíHB½_¤*╣"
  b"\x01É┐\x051oq(▓\x12┼Ã\x1F\x08ù­"
  b"\x01É┐\x051Ósm»A\x1C.│íd¹"
  b"\x01É┐\x052gp═áãÁ"ùV╗\x1F"
  b"\x01É┐\x052┘s¼å╗¢‗ÄNv▄"
  b"\x01É┐\x053Mp╩┐░QHÑtc´"
  b"\x01É┐\x053¥s_«ÿÀjÅí**"
  b"\x01É┐\x054/s¬┤Q£â┤ä╗Ó"
  b"\x01É┐\x054▒q┐¡Ì▀Oó¬\x16u"
  b"\x01É┐\x055#pÞ┤]VÕ\x05P├¬"
  b"\x01É┐\x055ƒq³ämÛ═ÂT\x16Õ"
  b"\x01É┐\x056\x17p)ÇРÏ|§_Î"
  b"\x01É┐\x056êq1ç▓ï©ÒÖ\x17õ"
  b"\x01É┐\x056¨p´│QU═╩ò┴="
  b"""
    \x01É┐\x057ks╝ÿfiXù÷\n
    H
    """
  b"\x01É┐\x057▄pú╗ÞÔÒX²6{"
  b"\x01É┐\x058Ks\x16▒¤Ni©_U╠"
  b"\x01É┐\x058╝pââ\x195æ[{4╝"
  b"\x01É┐\x059,p®£$Ò7¾‗^\x11"
  b"\x01É┐\x059Øs┌îÖðêOQ░Ò"
  b"\x01É┐\x05:\x12q\x13ƒ$ØúõÚ#y"
  b"\x01É┐\x05:àp└¢µ┼\x07iñ|l"
  b"\x01É┐\x05: q┌Ü\x00\x19Mþe\x13_"
  b"\x01É┐\x05;{rMûÈ▄µÀÆ┼*"
  b"\x01É┐\x05;÷qZöØ1s©\x06Ûª"
  b"\x01É┐\x05<srW«R÷Y`,ıª"
  b"\x01É┐\x05<µpÎ░iHy╗■Ïß"
  b"\x01É┐\x05=`sP║¶8.ðQæì"
  b"\x01É┐\x05=ßrì½4ÔßbÇ\x06"
  b"\x01É┐\x05>hq█êõƒ dluà"
  b"\x01É┐\x05>÷r)╗tÉÙ/ƒ\v%"
  b"\x01É┐\x05?jsÄÇ█L\v;Û£ä"
  b"\x01É┐\x05?¦qã│l\x1F#|±Xã"
  b"\x01É┐\x05@Qqv½\x14_Pı\x01"
  b"\x01É┐\x05@ãrÊ©ôÕt‗iz▒"
  b"\x01É┐\x05A>pþ½´gwѦ\x11Ê"
  b"\x01É┐\x05A»p\x17ƒÝƒ«\x15Òñ}"
  b"\x01É┐\x05B!sp┤_ðwNUY─"
  b"\x01É┐\x05BösôÔ[_■\x01"
  b"\x01É┐\x05C\x06sõáÒ%Wår!R"
  b"\x01É┐\x05C}svîÚÕÿ¨ó│ø"
  b"\x01É┐\x05C¾qÓü¤t^\t░P\x11"
  b"\x01É┐\x05Dhs\x02®ª\x13*yµw┌"
  b"\x01É┐\x05D¦rS║Õ".{L=¢"
  b"\x01É┐\x05EQr╔Ñ\tâeÀ▒íû"
  b"\x01É┐\x05E┼r¦ÿÿ7f^9$É"
  b"\x01É┐\x05F;rìÂå \x11Ië║ä"
  b"\x01É┐\x05F¼p3½ÃßöïD'p"
  b"\x01É┐\x05G\x1Dq|ò\x00c┌ânÊ┬"
  b"\x01É┐\x05GìrAì\vÖç\x12³ýõ"
  b"\x01É┐\x05G■pù╝ΰô°╠L\x06"
  b"\x01É┐\x05Hqp\x16íÍ▒°\v¶Mô"
  b"\x01É┐\x05HÕs©╝│┼├█\x1D\x12ñ"
  b"\x01É┐\x05IWqÿáfÌG\x00A\n;"
  b"\x01É┐\x05I¾s╦Æ\tÂ█Ëí%¢"
  b"\x01É┐\x05Jks?ûß]~\x1A8JO"
  b"\x01É┐\x05JÛroóc¼4\vþ=Ñ"
  b"\x01É┐\x05KZr3ä=\x16░Õ·rØ"
  b"\x01É┐\x05K╩qãÉ\x1FíªvØÏ┴"
  b"\x01É┐\x05LFsÔƒìx╠Ï═d¼"
  b"\x01É┐\x05LÂp­▒\x17┤╩õ/\x1F["
  b"\x01É┐\x05M8pÁà\x18äö\r|G▒"
  b"\x01É┐\x05M®rªº}<I3\x14\x01â"
  b"\x01É┐\x05N*pAæv¶¬Îä\x13´"
  b"\x01É┐\x05Nºqòó8\x16Ù¢╝å\x03"
  b"\x01É┐\x05O#pÐïÛNZzl(Ï"
  b"\x01É┐\x05OÿrO│\x168\x1F»█sÙ"
  b"""
    \x01É┐\x05P\n
    q@ìævÿ=j)É
    """
  b"""
    \x01É┐\x05P|p╚øÏ_±n\n
    ðp
    """
  b"\x01É┐\x05P´pzØ~>q¼ÊS┌"
  b"\x01É┐\x05Qbpà®!ÌVÃ\x1Eöu"
  b"\x01É┐\x05Q×p3¢\r└Å)¯I\x00"
  b"\x01É┐\x05Q┌siܶʿ=╝╚L"
  b"\x01É┐\x05R\x16q╗¬þÒUÃ\x1A"
  b"\x01É┐\x05RQq¤à\rÇÆö1Åı"
  b"\x01É┐\x05RîrêÀ¯w+ìjêý"
  b"\x01É┐\x05RÃrϼiH8eÇ‗`"
  b"\x01É┐\x05S\x01rÛö╦-)ûU\x15Ò"
  b"\x01É┐\x05S=r|î\x1ENg¢ìã┘"
  b"\x01É┐\x05SDsX©Ïü╝¿ a1"
  b"\x01É┐\x05T¥q┴ü¬_·├Hóª"
  b"\x01É┐\x05V;pÉæÿ╩Èá\x1D@k"
  b"\x01É┐\x05W│r¡¼=┴¢é©\t\x16"
  b"\x01É┐\x05Y,pëÄö«»n\x03kH"
  b"\x01É┐\x05Zºpª£┤x\x01:\x7F\x0F4"
  b"\x01É┐\x05\.p¡«0±ÿÅãÐ\n"
  b"\x01É┐\x05]│p\x00┤ÏÿÆï\x1F"
  b"\x01É┐\x05_+s6ªí╗¹\x03\x19Ío"
  b"\x01É┐\x05`¡ruÜ/ÚGoå┬─"
  b"\x01É┐\x05b*rc¿X¬¦á/\x1A"
  b"\x01É┐\x05cñpѬm ■\x18ØÔß"
  b"\x01É┐\x05e sXïg\x1AÖ`B­º"
  b"\x01É┐\x05f£p\x12ÀvûK╚ýË╦"
  b"\x01É┐\x05h\x1FqVå┼\t°xé³░"
  b"\x01É┐\x05i¬q¢¼:,\x0EU\x18ß¼"
  b"\x01É┐\x05k9r£ç;\x03ÜQ£u\x03"
  b"\x01É┐\x05l╚pªÂ┬èz·E┼·"
  b"\x01É┐\x05nHpZ×\t\x02Às¸"
  b"\x01É┐\x05o╔r\x17ò½÷\x0F\x18åx\x05"
  b"\x01É┐\x05qVqµ¥s└8!Ú╣\x08"
  b"\x01É┐\x05rÏr┴Ñ\x10╗é­\x18q╬"
  b"\x01É┐\x05tZqkûV\x1E╔>█&Ù"
  b"""
    \x01É┐\x05u┌s\x01è\n
    ÝwÖܺ~
    """
  b"\x01É┐\x05wTr¦ê\÷╗\r\x7Fg"
  b"\x01É┐\x05xÞpÔ»Y\x02ör/8ö"
  b"\x01É┐\x05zeq£¿Î¦\x06ãÈ╗þ"
  b"\x01É┐\x05{Þp\x12»$\x18¶╗2gH"
  b"\x01É┐\x05}_p\x1D®!┼Er]Që"
  b"\x01É┐\x05~┌qxÅ│u:®ú\\x18"
  b"\x01É┐\x05Çar±╣┐8o▄§\x17j"
  b"\x01É┐\x05ü┘q\x03ØíH▀·\x06ï¶"
  b"\x01É┐\x05âPsvÉ?³\x10#nÝà"
  b"\x01É┐\x05ä╔sxø \x0F\f¸<O\x14"
  b"\x01É┐\x05åAqb¼\x08ìÂÅ\x1FõÞ"
  b"\x01É┐\x05ç©p¥âRf▓¸íç\x05"
  b"\x01É┐\x05ë>r³¥TÙÀ È.\x1E"
  b"\x01É┐\x05èÂqé╣àdïý\x115\x13"
  b"\x01É┐\x05î=q2î{×┴v,▄ß"
  b"\x01É┐\x05ìÏp¥û╠<´¤ôBO"
  b"\x01É┐\x05ÅhpÁ▒PcUo╔²r"
  b"\x01É┐\x05ÜvpÚÓ░"
  b"\x01É┐\x05£\x04q╠Ábõí8é?9"
  b"\x01É┐\x05Øèp~ç\x13¦\x03├NÔQ"
  b"\x01É┐\x05ƒ\x14s<É94╗ED\x04""
  b"""
    \x01É┐\x05áÑqÈä\x12ùhý\n
    Ll
    """
  b"\x01É┐\x05ó1quتá╠eÎ┬╗"
  b"\x01É┐\x05ú┐sª┐(ç1\x11æ0¼"
  b"\x01É┐\x05ÑDq\x7FÖ÷.+Û\x7FU$"
  b"\x01É┐\x05ª╚r\x03Á>Ü╬\x168L&"
  b"\x01É┐\x05¿kp▓ê"@e║e¤─"
  b"\x01É┐\x05®■pEÁ\x01Ä\x08├ò n"
  b"\x01É┐\x05½Ér3¿¥#\x03v\x19"
  b"""
    \x01É┐\x05¡%sÑï╬~s\n
    fß(
    """
  b"\x01É┐\x05«ÐpyâVÏ\x01\x03ïı\x08"
  b"\x01É┐\x05░xpP░Ò┼µ\x1C¸Èã"
  b"\x01É┐\x05▓&pf¥`ñ±1k\x05<"
  b"\x01É┐\x05│╚q╚Àd═Ssön´"
  b"\x01É┐\x05Áuq┴Ä╚9\x13=V¦Ú"
  b"\x01É┐\x05Á┐sÀ¬q╬MºaéÄ"
  b"\x01É┐\x05À¦r\x12ç'Õ┼»ù{¯"
  b"\x01É┐\x05©Zr¸égsÿ¦P\x1E\x1F"
  b"\x01É┐\x05©ÓpcÑòW1\x11eVC"
  b"\x01É┐\x05╣\sZúP┘Ê\tßAu"
  b"""
    \x01É┐\x05╣▒q\víþCE│Ô\n
    \x12
    """
  b"""
    \x01É┐\x05\x02s+╣"│®\n
    ═Å│
    """
  b"\x01É┐\x05║PpXí╩╝\x1C*\x04"
  b"\x01É┐\x05║ùpaÀ¦\x06\x07▒ËZ;"
  b"\x01É┐\x05║Ùq#»bG)\x0Eó\║"
  b"\x01É┐\x05╗Fs4«¢ÊƒA+W<"
  b"\x01É┐\x05╗ìr|í×F\x17ÝN┤\x1C"
  b"\x01É┐\x05╗┌s\x00à^úÈIÈ\x117"
  b"\x01É┐\x05╝&q×╣Û\x13üôêî\x10"
  b"\x01É┐\x05╝os\rª_Ðîý2Am"
  b"\x01É┐\x05╝»q'│kÎþú(Ýx"
  b"\x01É┐\x05¢\x07qe©LıÜ‗åf¢"
  b"""
    \x01É┐\x05¢Is\x15êèô¢\n
    A‗o
    """
  b"\x01É┐\x05¢èrÒèÁ½4@\v\x0EÄ"
  b"\x01É┐\x05¢╦s\x04ÂSD]¼=\e"
  b"\x01É┐\x05¥\fqÁ░û¢{\x19<ßü"
  b"\x01É┐\x05¥Mqbí^2¯¢Â^Ê"
  b"\x01É┐\x05¥örKÅ\x0Eµ╦}Ô1\r"
  b"\x01É┐\x05¥µr0£!\x07÷>ø­·"
  b"\x01É┐\x05┐:qv®gGNÓØ╠l"
  b"\x01É┐\x05\x7Fs\x1DíÅÈAûÂ\x12<"
  b"\x01É┐\x05┐└s╣▓hõÜo¬Æg"
  b"\x01É┐\x05\x02qµñ;jGòÉIÁ"
  b"\x01É┐\x05\vpKÀé\rA%╦fÎ"
  b"\x01É┐\x05└Pq3▓Ë\x08░º¶╠\x08"
  b"\x01É┐\x05└Ér░à¢Á\x076ù«û"
  b"\x01É┐\x05└ßq´╗┐ăÌÄ\x11÷"
  b"\x01É┐\x05┴#q\x15×Ö§\x08: äÂ"
  b"\x01É┐\x05┴dp┴Ç│¼)GºÄ("
  b"\x01É┐\x05┴Àqó▒DX#\x1C\x08ïm"
  b"\x01É┐\x05┴³p\x1Fƒñ║0Üf4:"
  b"\x01É┐\x05┬EsÆ×ð\x10Íí(╚\x0F"
  b"\x01É┐\x05┬Åsñ│Á\x1F2XÆH\e"
  b"\x01É┐\x05┬┌r■«\e2b\t│┼?"
  b"\x01É┐\x05├"sTÑÖ\x16\x19p?░ï"
  b"\x01É┐\x05├is¹äÞ&J┴\x19U""
  b"\x01É┐\x05├├sÉÖ(Ä¢¹aÖ¨"
  b"\x01É┐\x05\x03qܼ$ÄÆk\x18X("
  b"\x01É┐\x05─AqNú¨Å5^Bþ-"
  b"\x01É┐\x05─}rIÂ▓\x13å\x10Wƒs"
  b"\x01É┐\x05─╗pï£ð«\x15═YÉ^"
  b"\x01É┐\x05─³r û\x06\x16ÔK ╠f"
  b"\x01É┐\x05┼=pıâAqNª\x17¢\x06"
  b"\x01É┐\x05┼}pp©ç«FçZ°;"
  b"\x01É┐\x05┼╝r\x0EÆ┴\x16Ú#|?®"
  b"\x01É┐\x05┼■r;®\rtþú5C╬"
  b"\x01É┐\x05ã>sæ½ñ\x04!o¯ûd"
  b"\x01É┐\x05ã\x7Fr¾ìOF║|QÜ\n"
  b"\x01É┐\x05ã┼r¥ë:ÒvùxÛH"
  b"\x01É┐\x05Ã\vsqÀ\x15¯ EIAa"
  b"\x01É┐\x05ÃSrz¥╩b[ñÕ\x19,"
  b"\x01É┐\x05Ãùr(é"Ï>>\x11«¢"
  b"\x01É┐\x05ÃÈsI¢╠zà┌╠"╩"
  b"\x01É┐\x05\x19qm░▒¥{TM└2"
  b"\x01É┐\x05╚cqýò÷F®▒µ·o"
  b"\x01É┐\x05╚®rlòY9k\x18\x17"
  b"\x01É┐\x05╚ÞppâÏJÆ╩"l■"
  b"\x01É┐\x05╔)qu╝X­\x06è4½Í"
  b"\x01É┐\x05╔jr;»▀\x1A$└l/Ú"
  b"\x01É┐\x05╔¬r+ù5HÓq\x08ûÑ"
  b"\x01É┐\x05╔­p\x14ÇucüüÀÀ·"
  b"""
    \x01É┐\x05╩0p\r┐Ô\n
    º2yB.
    """
  b"\x01É┐\x05╦±s¥¿\fµB╔\x11cJ"
  b"\x01É┐\x05═´qÍÄ\x1Aì╬Ë\x1CıB"
  b"\x01É┐\x05╬1qAÇ\x1C"ÉLS÷M"
  b"\x01É┐\x05╬uq"î¹!╩\x04¹0\x17"
  b"\x01É┐\x05╬~s@ç║‗'¯¾kO"
  b"\x01É┐\x05╬ås;ø\x17õ©▄▀\e\x14"
  b"\x01É┐\x05╬ÄpXï\x1CúH½┐w║"
  b"""
    \x01É┐\x05╬ûr1ÀXı]j┬\n
    é
    """
  b"\x01É┐\x05ð[r┬ù@q\x06Áµ=Q"
  b"\x01É┐\x05ðfs0ë\x1D0`(ì═*"
  b"\x01É┐\x05ðpq¸ÅªÈò'Ø"Ç"
  b"\x01É┐\x05ðys1½░Ñ.¼z▓X"
  b"\x01É┐\x05ðés÷åô\x11│Ð/×U"
  b"\x01É┐\x05ðèr\e╣¨è\ÉKÃ\"
  b"\x01É┐\x05ðôqAÂé╩P(▀4Ø"
  b"\x01É┐\x05ð£sX¼Üâx\x11╔D\x12"
  b"\x01É┐\x05ðñst®LA█ðiB¯"
  b"\x01É┐\x05ð¡pWü█Î┤qèa\x04"
  b"\x01É┐\x05ðÂqÃ╗ñ¬█ªz#7"
  b"\x01É┐\x05ð┐s7╝¸yAv@Ô5"
  b"""
    \x01É┐\x05ð╚s»èË\vE┴\n
    ôÒ
    """
  b"\x01É┐\x05Ð\vr«ºÌ¸3Ä┘´Å"
  b"\x01É┐\x05ËÏr░ë¿¶┘­°±V"
  b"\x01É┐\x05Í\x1Fq\x1Dêm$¢¼ áÖ"
  b"\x01É┐\x05ͤr¯ƒqÒ`©o\x7Fè"
  b"\x01É┐\x05Îép¡░ª│ûf>ıý"
  b"\x01É┐\x06ãKqoÖ\x1D\x19\x07Ï\x12D"
  b"\x01É┐\x08)\vrPìùg·n'\x08\t"
  b"\x01É┐*wýrE¬úÞ╠Ã\x0F¢│"
  b"\x01É┐*w■s═ÄÍÛma\x04+2"
  b"\x01É┐*x\tqƒà ┐\x05├╬%P"
  b"\x01É┐*x\x13p£íƒjFEFçc"
  b"\x01É┐*x%q;à÷ 2\x15ë7ƒ"
  b"\x01É┐*x╔p|ùtÇ╔`Îö╩"
  b"\x01É┐*xÈrÿàá3Я×ı¸"
  b"\x01ɾO{\vqÐó7´╩¥▒\x04C"
  b"\x01ɾO{\x19ryÜÚEÞ²ûb­"
  b"\x01ɾO{&pïø²UXß ïé"
  b"\x01ɾO{4s┌▓8Ðäûr▀ú"
  b"\x01‘zV Cs°¹zÞù\x14ƒú\x11"
  b"\x01æzWÉ┘~0ìA└Pï­ÐÛ"
  b"""
    \x01‘zX{\n
    p…—‘µ\x11†oAƒ
    """
  b"\x01‘zX—Ýt\x7F²àKz*M¶•"
  b"\x01æzY\x1C\x0Fz\x12â»\x18\x07¯ÉZ1"
  b"""
    \x01‘z~\x10(uø’&\n
    tn¥1÷
    """
  b"\x01‘z~Ð wˆ·WW+M\x17¹\x12"
  b"\x01‘z\x7F† w°­ä™º\x04+è&"
  b"\x01‘z“ Ìug½2ÿÕÂ\roq"
  b"\x01æ~\x1E[âtÕä»{Ø#\vå~"
  b"\x01‘~\x1F œs[¾ôñüöFÎè"
  b"\x01‘~\x1Fnkx®„lM·\x0E-[‚"
  b"\x01‘~\x1F¨K\x7Fв''=k{÷Ã"
  b"\x01‘~\x1Fçr{\x14˜ñ~!ÝT\t\x06"
  b"\x01‘…"‘¯qP¢NæUaònë"
  b"\x01‘…#BŸp\x14—÷ÛÆR`\x0Eã"
  b"\x01æà$c6y±¥ØlW*─­ê"
  b"\x01‘…%)/wÑœaÞ«µ‡2š"
  b"\x01‘…&\x1E‡u¤“±¶þ~\x17o\f"
  b"\x01‘ŽØ"{\x7F4šH•˜ó”^\x01"
  b"\x01•´é“¶pI™½¦•TVóF"
  b"\x02­xäÁ©J\x12…výæ´ÅJ}"
  b"\x02Ø×B¹ÌDÒœŠvqW'\x05c"
  b"\x02ý\x0Fƒ-‰F™½\x08­W^•Ÿô"
  b"\x03±w¬Þ\x00J“žÝlàà/,ž"
  b"\x07F}ê\x18rJ›•wæ\x14ú\r"
  b"\x08¢ıOä\vJwï2\x03®¿ÅÖé"
  b"\v\x1F\x00ü<Z@|ƒ`èÙ2W\x1Cû"
  b"""
    \f\x04\x01YI`Ÿ\n
    ÁRžq>\t
    """
  b"""
    \r˜y¨\x04\x11Eé¯Ë\x03\n
    z’àƒ
    """
  b"\x0EÙýwí¨E¿°ªpî¥\x07í\x02"
  b"\x11ö38›\x1CI¦´«Ò\É„[ˆ"
  b"\x12m‰&MþN©ŒßÛ\vgy\x04¾"
  b"\x13\x7F5%\x17╚BóÅ£\òAnO°"
  b"\x15U2‡-]E\t˜°9Hz8ä•"
  b"\x16£Þ¡▓÷LèíÅ\r\x12µqÙ]"
  b"\x16­ektÜMP½ÈéÎîàmÇ"
  b"\x16¿¶2p†Oœ²_Å´\x16¬‚H"
  b"\x17˜—i\x0EúEûµÉ=£•!Å\"
  b"\x18\x17ù??KNm·ðÄ{5\x01"
  b"\x19|\x1F§[¥FQ²¬ÙAë\x13¦œ"
  b"\x1Aá5\x10S¦OkÜÃ\x0FfáÉú¤"
  b"\x1CÜÇç$äK\r‘]#\x14ƒ¼,‚"
  b"\x1E\x1Aå\x1A}áE\x14…܇u‚lÞæ"
  b"!30\x08ÏãH.ˆ•»\x01 œW¢"
  b"!{YlàtH-ŽönE¡\x1E§\x0F"
  b"!¿A\hèOدm¯ÙˆÄ-Y"
  b"!§█░Ù±NUÉ╔ÓÖ¥o8æ"
  b""ˆŽRýoHF³>)AìG\x1D"
  b"#\x07o▄█/L\eüÈ\x01\x08┤Í?╗"
  b"$ƒI”eoAÍ…øµ[\x04j°µ"
  b"%YØn*\x05OÎ╣)t¢/ùh╗"
  b"&$Ÿ\x1C®!Ki¿ê\e\x02øíâ±"
  b")•\x04'U\x11Eþ‚èó¶w‰.]"
  b"*_cWq–Cë¨Ì¹”=,šh"
  b"*à04|¸Gr±®QeN!h="
  b"-v¸g·\x03O¶”ë\x16ÄæßÛG"
  b"1\x04\x10;·íA?üFÝ╩\x10\x01="
  b"""
    3ÄŸ«\n
    ‘H›¸wÒAjZ=†
    """
  b"4»)Ð pB²â\x7F{ÉP&[~"
  b"5*cº!wM…·â\x14ò‚\x19"
  b"6`†sþqAo–+<]¶$öà"
  b"8+ŒvU…C\x08¢8*ýc\x03Ú÷"
  b"8×æÃˆâA\x175—n¹\x0F"
  b";;U░\t0O\tì#\x02┼I.ø\x0F"
  b"=\"nNAIÒí4┼Å╚\x1EÑ¿"
  b"=a6e UN\rŽaÀö(œ\x02"
  b"=Åzþ\x1D¿IÏ▓ÿ¨À¢\x18\x01f"
  b"?\x13á:hàJ“¡c»\v£íñd"
  b"?}šnÖSAX¡È\x17Ñ~5\x1EO"
  b"@£AE}àEš¡’ç´L(Då"
  b"A\x04\x16!\x04\x12E¨çá¼õ\x05ĵü"
  b"A\x16┤╗5ÑBUÉu\x07Ë╔r0\f"
  b"A\x18À™E\x06Dž±$Ü_N°ð¬"
  b"Ai@╔é6Nh¬$▀ìÝ?·´"
  b"\x01;gÖM:’·¢uÚŠôA"
  b"E±U÷–$K˜”\x1F\x00¦h""
  b"\x07\x199\x15C═¼07■Éê2¤"
  b"G«ð#\x05ÄO┌½\x7FÅB×@\f"
  b"H—ñ‚QáE\x01šÓÍÚHBky"
  b"HÓ„ÞΰK®»6ø–½¯¯\x1D"
  b"I5¡o{\x0EE|˜ ,\x117ßæ”"
  b"I¿Ò\x07ùûOë®^n$¼\v‰£"
  b"Kig·X&J\x1Dº§\x046°†ßÜ"
  b"MCG-ÛtIŸŒU]p£,]¬"
  b"Mt\x1AÃ┤╬I««Øy╝┌ô7\x13"
  b"N¢╩Ñ?\vF#ì\x06\x02¢÷«Ö▄"
  b"""
    P\x17\x7FqGY´hÉ\n
    \x1Dã>Ë
    """
  b"P±ÓB7ñHašd³dœ&Û\e"
  b"Qs$5\x04ÜI“¤4\x10p­š\x15\x02"
  b"QäR\x1C‘‚I…ŒÀ»âódˆd"
  b"R­R¡·›NÛ²©ŠhQDÈI"
  b"""
    SYË\n
    ±Å@ÍÖõUîy¦ ]
    """
  b"SÕ†\x08G2N¦‡Kø\–ãu·"
  b"T\x14v’ËûCAšm\x11âl­DÜ"
  b"T\x1F×2éQM(ôìÒ\x16+©┘&"
  b"Up7+?»@щ_\x05{>Ì„G"
  b"UÛ|]®=LËŽ$†[Ã)-ƒ"
  b"\x04ZLbFß”@\x04\x7FI_\x06\r"
  b"W8³X╩«@ƒöƒ%Èì1ÛË"
  b"XÁ¡rT M┌ï▒BÖsì¹Æ"
  b"Z@j«êÆE5ù)üt×╔ú{"
  b"ZOŠ[4nG9‹qa)[j×\e"
  b"\t░¢\x19╩D═Øâ§âf‗&f"
  b"""
    \“´VÜÀC\n
    £\x1DñÏ7i\r{
    """
  b"\f\x7FiwO\x17§y¾R\x1D›°e"
  b"_œ/»ÀÔAá°à d?ε2"
  b"`–Ð2$$FD£ªû~• ßî"
  b"b•f\x03](M®•Zîò/&ÔV"
  b"c¼3SÕmJ$çyÉÞºÇ╔f"
  b"cõ/³znCÖšI$1³zþ\x0F"
  b"dB┴┬ ²GøüfÍú-+èV"
  b"eØþ\e)ÑKûïoX;2eÃ┼"
  b"""
    g!b\n
    ÅÑC ŸT\x0E\x1D\x1D\x0F\x08d
    """
  b"\rD*lH¬Š-èÈxÖ\eˆ"
  b"iíõü^\x00JÝé\x07ø}█G¡q"
  b"kè>wTÖOà \x19Kª1n\x13"
  b"lz4Ò¿ðEƆè*};ª¥Ú"
  b"\x00íu¹D¯‘ÿyº,!,_"
  b"m'ì7YÅIúúèßDÙ]D"
  b"o~\x1E„hqLÐ…\x07ÎWî\x16\x06T"
  b"o‹õ!Ì9Kƒ±Žø%ßY¦F"
  b"oÊ┌┐üä@ÄÑ,\x14Yx\x1D?g"
  b"p!f+ÉÆCŒ”gšJÜ\x15¯¹"
  b"p¨ƒ€yûC5‘$„1ƒ)*\x1A"
  b"\x05sL,B┴ïvÔÑ_¥Å3"
  b"q3Rü\x18PGç¸ØÜË…ñ\x00"
  b"q┘ì«?¾M\tÄ\x18´o:^F¾"
  b"""
    v…\f­^\n
    K–†¶Ä•´™Æ\x10
    """
  b"w(C?Ø\x15N▄║â╝QÃ)¢n"
  b"x\x19’ÀiÒLΠՕ‚Mkn\v"
  b"ynªOì¹yKÓ\x1EL\x15~"
  b"zªûx÷,J,…IÔåϺ(_"
  b"{^ÌUÙLI¸®ÖÝ\x19Tþ­ƒ"
  b"|\x03\f╠GaAµûßZÔ~ì\x13º"
  b"|‗#¡ÅeMàèðÛæ┤À▒ÿ"
  b"|þ£½¸HMU¬\x06í1\x15™¢Ë"
  b"}'›\v.nGÞ¦µ>b#¸'Ý"
  b"~ a¦ƒ²F^ŽÏ8²ªJq×"
  b"~ƒÎ¨j¹K<˜Ã\x1Aœó­ÊÅ"
  b"\x7FÌ¢'ØÒN'Ç╚¢;ø[ÍM"
  b"\x7F▀MÓ5òOxÅÔ`Ø\tÞ\eù"
  b"€;~¸p\x1AF‰—'*8\x1A‡¶ã"
  b"""
    ü\n
    2NÕÅH.ü´+\x105o@ä
    """
  b"üÑ.D)yB3Æ╗ô©ÆÒ :"
  b"ü®Ú\x01+½M\eöðã䤿░\f"
  b"üÈF®q?D\rêó»gÂÐ9ô"
  b"é¬ë¡½┘IßÅÃ5\x07\x7F="
  b"éı=Þf©N├ÉÅ®·=²Ó¦"
  b"ƒßw\x7FxoKE¥)4wfÿ'Í"
  b"„OÓ\x1EÞ¥BɲƒšßOÀ—U"
  b"…H¹v‚\x1CHì»ÍÖ²[:êœ"
  b"…Þ•M\x13ÅB šk,[›d(¹"
  b"‡`×Uj<L?£Í°æ‡ë\x16É"
  b"ê÷0\x1D£\x12LºØ\x02OCB\v"
  b"‹a?Ï–\x10Oú‹•ëçæ-Ç~"
  b"Œ‹\f“¸~KZ©\x18Õ\x00Û/‘e"
  b"ìç¬\x01KûO═á#\x00\x1AV4<­"
  b"ŽÍ\e¬X\x19C(¸1ÍvšÙ’‡"
  b"É.\x04I╠■Cy¡CêPi╩ùk"
  b"Éß3ôð\x18Jlñûÿ2\ez1Á"
  b"‘Ç\x04óè2Iœ¨\x06\x08¹„ë$8"
  b"’ÀÙ¥X\x02JlŒRáH5\x1F\x120"
  b"“;ò\x08¢ŽM)ˆº\x01ß\f)QU"
  b"û¥╚y\vP@*│<ùÿØ▒úÜ"
  b"–Ê¡Lâ\x01MÔ•Òk=•ÿ\x06J"
  b"ùýD<ÕxB«Äs█ÁjTØõ"
  b"˜HÑD2æM?šàÖ\x15þŽ´a"
  b"Ö*╠V┐\x1DN\x1AìZ\x10\x05þèT\x19"
  b"ø└Æû·\x17FÁÑ:ÅäTôóî"
  b"›Ø¬ …\x07J…“D\x00)\v”Ðg"
  b"œ>í\x05Ë(I;§bš¦¸Zí>"
  b"Ø}¾nAcLZѧÁ­┬øÕ\x1E"
  b"ØÅïéâ!B¦Ä¦~\x05²ó├▓"
  b"ئ\x1CÐk─N╬¿ôb¿÷ùA|"
  b"ž\x1E‡ñ1YKÙ¼ŒÐ±ëŽ„Æ"
  b"ƒcF:q▄L¯ƒìqPj7ø\x00"
  b"ƒÑùP²DA7É¡z▓ü6"¿"
  b"ñ\x0E\x1A\x15@9Çý"[`Wb\x13"
  b"¤m\x042R&@¨¾¹f þ8,ê"
  b"ñ˧┴ 0NĽ0╬ØøÙ\x08Í"
]
90 1.46 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"\x00Nëú\x16┐@×ìYÆñBD­¨"
  b"\x01É┐\x05\x10ms\x10ØÛ\x04R#╣·W"
  b"\x01É┐\x05\x10¿rðÀS\x15¤ ìû§"
  b"\x01É┐\x05\x11\x18p╬è¿\x18\x1A8▀Äð"
  b"\x01É┐\x05\x11çqd¿ýI\x1F¯åE~"
  b"\x01É┐\x05\x11¸rEøâ'4~Fô\x19"
  b"\x01É┐\x05\x12fp\fçS\x19-JÙ Ö"
  b"\x01É┐\x05\x12█q²ÿ╩ìÊ÷Ìî "
  b"\x01É┐\x05\x13OqiçÇ^\x7Fá┬¸1"
  b"\x01É┐\x05\x13├q‗özu{,îwÌ"
  b"\x01É┐\x05\x142p\x04óÄ|îº7Óó"
  b"\x01É┐\x05\x14ás▓â\r├Çjá\x1Dä"
  b"\x01É┐\x05\x15\x12p[¿8íÖ üN6"
  b"\x01É┐\x05\x15çq%Ç)vs \x07"
  b"\x01É┐\x05\x15³q\x06╣ù┐­Â╬}Ë"
  b"\x01É┐\x05\x16\x7Fs\t╝üéá╔\x14§ê"
  b"\x01É┐\x05\x17\x01sa»\x02█║o\x06C/"
  b"\x01É┐\x05\x17wpSªþó,\eð¬╗"
  b"\x01É┐\x05\x17þr¶¿╗ç─ØÞÔ\x01"
  b"\x01É┐\x05\x18Vpð╣\x1F£RÏîl»"
  b"\x01É┐\x05\x18ãsþ¥Ê³½-v‗X"
  b"\x01É┐\x05\x195qh⪧¼çWsî"
  b"\x01É┐\x05\x19ñqPì£t!ÙÛ╗Ð"
  b"\x01É┐\x05\x1A\x13rûä¾wÂ│8Ð\x17"
  b"\x01É┐\x05\x1AüsØàFŤ¡═¯B"
  b"\x01É┐\x05\x1A±qÑ▓¶®%\x17╝þ▄"
  b"\x01É┐\x05\e_q2ÿ2ûvçâo▀"
  b"\x01É┐\x05\eËr«é-2©▒U¹£"
  b"\x01É┐\x05\x1COqè¡┼jÅØ¡ð\x00"
  b"\x01É┐\x05\x1C¥pÓçð×¥\x0EvÓµ"
  b"\x01É┐\x05\x1D.pûüë█o\x1F■ñ╦"
  b"\x01É┐\x05\x1D×rÔòøG³z┘ºi"
  b"\x01É┐\x05\x1E\x10qâ╗]ú}G*Qæ"
  b"\x01É┐\x05\x1Eär´ó\x00lz\výMr"
  b"\x01É┐\x05\x1E°p+½³Ke^X▄s"
  b"\x01É┐\x05\x1Fjr3ó»K}h­ú "
  b"\x01É┐\x05\x1F¦rý« ¢A0)\x7Fx"
  b"\x01É┐\x05 Oq\x13£┼W╩┌Ö)\x16"
  b"\x01É┐\x05 └s\x01¢9║.\tFh\x12"
  b"\x01É┐\x05!0q­éKF=‗^╦)"
  b"\x01É┐\x05!íp└Ñ~─ı^#%ð"
  b"""
    \x01É┐\x05"\x13sîÇlz\n
    ¿±ù¸
    """
  b"\x01É┐\x05"äqìàÄXmc}\▓"
  b"\x01É┐\x05"¾rcÑë%Ð×¼âï"
  b"\x01É┐\x05#`pÁÁ\x19\x08Û\x15ıÊ»"
  b"\x01É┐\x05#╬r÷åñá\x1FrË'¥"
  b"\x01É┐\x05$<pj║éV|Þ7´E"
  b"\x01É┐\x05$¼p­Ç\x06;ƒúı┤Î"
  b"\x01É┐\x05%\x1Cs$Ƴ»\eôAØi"
  b"\x01É┐\x05%ïqz┤½håæ┘┬º"
  b"\x01É┐\x05%·q\x1AúùÌıÜÿ½&"
  b"\x01É┐\x05&ks"ècÞ:¡Ä'║"
  b"\x01É┐\x05&¦pâôIÄY<YØÛ"
  b"\x01É┐\x05'Nsçüa*ê$«7\v"
  b"\x01É┐\x05'¥q[éì×Á/_­ß"
  b"\x01É┐\x05(0p=ö85╬®øò\x1D"
  b"\x01É┐\x05(áq\x01ó(ô\°úôÍ"
  b"\x01É┐\x05)\x10s§Àz>+▄âo┐"
  b"\x01É┐\x05)~q■à0\x01E}åº\n"
  b"\x01É┐\x05)Ýq)®3▀ÙíÇ¢Ä"
  b"\x01É┐\x05*\s\x17▒Ví┐GÙ=­"
  b"\x01É┐\x05*═pL»øRÿ­<└¨"
  b"\x01É┐\x05+>r┘Üë¾è─éeÞ"
  b"\x01É┐\x05+▒sÌÅßuÜ‗Ù©ô"
  b"\x01É┐\x05,!qOØû┌\x14─v£S"
  b"\x01É┐\x05,ôp\x04¢\vh█©┤\eô"
  b"\x01É┐\x05-\x04r½ñM\tT\x1AÿXú"
  b"\x01É┐\x05-ts=É$Jíá+┐^"
  b"\x01É┐\x05-Ôs╣ƒ└╔£═├OÒ"
  b"\x01É┐\x05.QrÁéÞ╝╬ö\#E"
  b"\x01É┐\x05.┴sýÂQ║┴Zæ%Ú"
  b"\x01É┐\x05/2q~ìÿ«+SXf\x15"
  b"\x01É┐\x05/ñsüé#Öï(\x01"
  b"\x01É┐\x050\x15p\t¼³ö┘ä Ö­"
  b"\x01É┐\x050èr─¢Ã*½\vÅÉN"
  b"\x01É┐\x050■sNíHB½_¤*╣"
  b"\x01É┐\x051oq(▓\x12┼Ã\x1F\x08ù­"
  b"\x01É┐\x051Ósm»A\x1C.│íd¹"
  b"\x01É┐\x052gp═áãÁ"ùV╗\x1F"
  b"\x01É┐\x052┘s¼å╗¢‗ÄNv▄"
  b"\x01É┐\x053Mp╩┐░QHÑtc´"
  b"\x01É┐\x053¥s_«ÿÀjÅí**"
  b"\x01É┐\x054/s¬┤Q£â┤ä╗Ó"
  b"\x01É┐\x054▒q┐¡Ì▀Oó¬\x16u"
  b"\x01É┐\x055#pÞ┤]VÕ\x05P├¬"
  b"\x01É┐\x055ƒq³ämÛ═ÂT\x16Õ"
  b"\x01É┐\x056\x17p)ÇРÏ|§_Î"
  b"\x01É┐\x056êq1ç▓ï©ÒÖ\x17õ"
  b"\x01É┐\x056¨p´│QU═╩ò┴="
  b"""
    \x01É┐\x057ks╝ÿfiXù÷\n
    H
    """
  b"\x01É┐\x057▄pú╗ÞÔÒX²6{"
  b"\x01É┐\x058Ks\x16▒¤Ni©_U╠"
  b"\x01É┐\x058╝pââ\x195æ[{4╝"
  b"\x01É┐\x059,p®£$Ò7¾‗^\x11"
  b"\x01É┐\x059Øs┌îÖðêOQ░Ò"
  b"\x01É┐\x05:\x12q\x13ƒ$ØúõÚ#y"
  b"\x01É┐\x05:àp└¢µ┼\x07iñ|l"
  b"\x01É┐\x05: q┌Ü\x00\x19Mþe\x13_"
  b"\x01É┐\x05;{rMûÈ▄µÀÆ┼*"
  b"\x01É┐\x05;÷qZöØ1s©\x06Ûª"
  b"\x01É┐\x05<srW«R÷Y`,ıª"
  b"\x01É┐\x05<µpÎ░iHy╗■Ïß"
  b"\x01É┐\x05=`sP║¶8.ðQæì"
  b"\x01É┐\x05=ßrì½4ÔßbÇ\x06"
  b"\x01É┐\x05>hq█êõƒ dluà"
  b"\x01É┐\x05>÷r)╗tÉÙ/ƒ\v%"
  b"\x01É┐\x05?jsÄÇ█L\v;Û£ä"
  b"\x01É┐\x05?¦qã│l\x1F#|±Xã"
  b"\x01É┐\x05@Qqv½\x14_Pı\x01"
  b"\x01É┐\x05@ãrÊ©ôÕt‗iz▒"
  b"\x01É┐\x05A>pþ½´gwѦ\x11Ê"
  b"\x01É┐\x05A»p\x17ƒÝƒ«\x15Òñ}"
  b"\x01É┐\x05B!sp┤_ðwNUY─"
  b"\x01É┐\x05BösôÔ[_■\x01"
  b"\x01É┐\x05C\x06sõáÒ%Wår!R"
  b"\x01É┐\x05C}svîÚÕÿ¨ó│ø"
  b"\x01É┐\x05C¾qÓü¤t^\t░P\x11"
  b"\x01É┐\x05Dhs\x02®ª\x13*yµw┌"
  b"\x01É┐\x05D¦rS║Õ".{L=¢"
  b"\x01É┐\x05EQr╔Ñ\tâeÀ▒íû"
  b"\x01É┐\x05E┼r¦ÿÿ7f^9$É"
  b"\x01É┐\x05F;rìÂå \x11Ië║ä"
  b"\x01É┐\x05F¼p3½ÃßöïD'p"
  b"\x01É┐\x05G\x1Dq|ò\x00c┌ânÊ┬"
  b"\x01É┐\x05GìrAì\vÖç\x12³ýõ"
  b"\x01É┐\x05G■pù╝ΰô°╠L\x06"
  b"\x01É┐\x05Hqp\x16íÍ▒°\v¶Mô"
  b"\x01É┐\x05HÕs©╝│┼├█\x1D\x12ñ"
  b"\x01É┐\x05IWqÿáfÌG\x00A\n;"
  b"\x01É┐\x05I¾s╦Æ\tÂ█Ëí%¢"
  b"\x01É┐\x05Jks?ûß]~\x1A8JO"
  b"\x01É┐\x05JÛroóc¼4\vþ=Ñ"
  b"\x01É┐\x05KZr3ä=\x16░Õ·rØ"
  b"\x01É┐\x05K╩qãÉ\x1FíªvØÏ┴"
  b"\x01É┐\x05LFsÔƒìx╠Ï═d¼"
  b"\x01É┐\x05LÂp­▒\x17┤╩õ/\x1F["
  b"\x01É┐\x05M8pÁà\x18äö\r|G▒"
  b"\x01É┐\x05M®rªº}<I3\x14\x01â"
  b"\x01É┐\x05N*pAæv¶¬Îä\x13´"
  b"\x01É┐\x05Nºqòó8\x16Ù¢╝å\x03"
  b"\x01É┐\x05O#pÐïÛNZzl(Ï"
  b"\x01É┐\x05OÿrO│\x168\x1F»█sÙ"
  b"""
    \x01É┐\x05P\n
    q@ìævÿ=j)É
    """
  b"""
    \x01É┐\x05P|p╚øÏ_±n\n
    ðp
    """
  b"\x01É┐\x05P´pzØ~>q¼ÊS┌"
  b"\x01É┐\x05Qbpà®!ÌVÃ\x1Eöu"
  b"\x01É┐\x05Q×p3¢\r└Å)¯I\x00"
  b"\x01É┐\x05Q┌siܶʿ=╝╚L"
  b"\x01É┐\x05R\x16q╗¬þÒUÃ\x1A"
  b"\x01É┐\x05RQq¤à\rÇÆö1Åı"
  b"\x01É┐\x05RîrêÀ¯w+ìjêý"
  b"\x01É┐\x05RÃrϼiH8eÇ‗`"
  b"\x01É┐\x05S\x01rÛö╦-)ûU\x15Ò"
  b"\x01É┐\x05S=r|î\x1ENg¢ìã┘"
  b"\x01É┐\x05SDsX©Ïü╝¿ a1"
  b"\x01É┐\x05T¥q┴ü¬_·├Hóª"
  b"\x01É┐\x05V;pÉæÿ╩Èá\x1D@k"
  b"\x01É┐\x05W│r¡¼=┴¢é©\t\x16"
  b"\x01É┐\x05Y,pëÄö«»n\x03kH"
  b"\x01É┐\x05Zºpª£┤x\x01:\x7F\x0F4"
  b"\x01É┐\x05\.p¡«0±ÿÅãÐ\n"
  b"\x01É┐\x05]│p\x00┤ÏÿÆï\x1F"
  b"\x01É┐\x05_+s6ªí╗¹\x03\x19Ío"
  b"\x01É┐\x05`¡ruÜ/ÚGoå┬─"
  b"\x01É┐\x05b*rc¿X¬¦á/\x1A"
  b"\x01É┐\x05cñpѬm ■\x18ØÔß"
  b"\x01É┐\x05e sXïg\x1AÖ`B­º"
  b"\x01É┐\x05f£p\x12ÀvûK╚ýË╦"
  b"\x01É┐\x05h\x1FqVå┼\t°xé³░"
  b"\x01É┐\x05i¬q¢¼:,\x0EU\x18ß¼"
  b"\x01É┐\x05k9r£ç;\x03ÜQ£u\x03"
  b"\x01É┐\x05l╚pªÂ┬èz·E┼·"
  b"\x01É┐\x05nHpZ×\t\x02Às¸"
  b"\x01É┐\x05o╔r\x17ò½÷\x0F\x18åx\x05"
  b"\x01É┐\x05qVqµ¥s└8!Ú╣\x08"
  b"\x01É┐\x05rÏr┴Ñ\x10╗é­\x18q╬"
  b"\x01É┐\x05tZqkûV\x1E╔>█&Ù"
  b"""
    \x01É┐\x05u┌s\x01è\n
    ÝwÖܺ~
    """
  b"\x01É┐\x05wTr¦ê\÷╗\r\x7Fg"
  b"\x01É┐\x05xÞpÔ»Y\x02ör/8ö"
  b"\x01É┐\x05zeq£¿Î¦\x06ãÈ╗þ"
  b"\x01É┐\x05{Þp\x12»$\x18¶╗2gH"
  b"\x01É┐\x05}_p\x1D®!┼Er]Që"
  b"\x01É┐\x05~┌qxÅ│u:®ú\\x18"
  b"\x01É┐\x05Çar±╣┐8o▄§\x17j"
  b"\x01É┐\x05ü┘q\x03ØíH▀·\x06ï¶"
  b"\x01É┐\x05âPsvÉ?³\x10#nÝà"
  b"\x01É┐\x05ä╔sxø \x0F\f¸<O\x14"
  b"\x01É┐\x05åAqb¼\x08ìÂÅ\x1FõÞ"
  b"\x01É┐\x05ç©p¥âRf▓¸íç\x05"
  b"\x01É┐\x05ë>r³¥TÙÀ È.\x1E"
  b"\x01É┐\x05èÂqé╣àdïý\x115\x13"
  b"\x01É┐\x05î=q2î{×┴v,▄ß"
  b"\x01É┐\x05ìÏp¥û╠<´¤ôBO"
  b"\x01É┐\x05ÅhpÁ▒PcUo╔²r"
  b"\x01É┐\x05ÜvpÚÓ░"
  b"\x01É┐\x05£\x04q╠Ábõí8é?9"
  b"\x01É┐\x05Øèp~ç\x13¦\x03├NÔQ"
  b"\x01É┐\x05ƒ\x14s<É94╗ED\x04""
  b"""
    \x01É┐\x05áÑqÈä\x12ùhý\n
    Ll
    """
  b"\x01É┐\x05ó1quتá╠eÎ┬╗"
  b"\x01É┐\x05ú┐sª┐(ç1\x11æ0¼"
  b"\x01É┐\x05ÑDq\x7FÖ÷.+Û\x7FU$"
  b"\x01É┐\x05ª╚r\x03Á>Ü╬\x168L&"
  b"\x01É┐\x05¿kp▓ê"@e║e¤─"
  b"\x01É┐\x05®■pEÁ\x01Ä\x08├ò n"
  b"\x01É┐\x05½Ér3¿¥#\x03v\x19"
  b"""
    \x01É┐\x05¡%sÑï╬~s\n
    fß(
    """
  b"\x01É┐\x05«ÐpyâVÏ\x01\x03ïı\x08"
  b"\x01É┐\x05░xpP░Ò┼µ\x1C¸Èã"
  b"\x01É┐\x05▓&pf¥`ñ±1k\x05<"
  b"\x01É┐\x05│╚q╚Àd═Ssön´"
  b"\x01É┐\x05Áuq┴Ä╚9\x13=V¦Ú"
  b"\x01É┐\x05Á┐sÀ¬q╬MºaéÄ"
  b"\x01É┐\x05À¦r\x12ç'Õ┼»ù{¯"
  b"\x01É┐\x05©Zr¸égsÿ¦P\x1E\x1F"
  b"\x01É┐\x05©ÓpcÑòW1\x11eVC"
  b"\x01É┐\x05╣\sZúP┘Ê\tßAu"
  b"""
    \x01É┐\x05╣▒q\víþCE│Ô\n
    \x12
    """
  b"""
    \x01É┐\x05\x02s+╣"│®\n
    ═Å│
    """
  b"\x01É┐\x05║PpXí╩╝\x1C*\x04"
  b"\x01É┐\x05║ùpaÀ¦\x06\x07▒ËZ;"
  b"\x01É┐\x05║Ùq#»bG)\x0Eó\║"
  b"\x01É┐\x05╗Fs4«¢ÊƒA+W<"
  b"\x01É┐\x05╗ìr|í×F\x17ÝN┤\x1C"
  b"\x01É┐\x05╗┌s\x00à^úÈIÈ\x117"
  b"\x01É┐\x05╝&q×╣Û\x13üôêî\x10"
  b"\x01É┐\x05╝os\rª_Ðîý2Am"
  b"\x01É┐\x05╝»q'│kÎþú(Ýx"
  b"\x01É┐\x05¢\x07qe©LıÜ‗åf¢"
  b"""
    \x01É┐\x05¢Is\x15êèô¢\n
    A‗o
    """
  b"\x01É┐\x05¢èrÒèÁ½4@\v\x0EÄ"
  b"\x01É┐\x05¢╦s\x04ÂSD]¼=\e"
  b"\x01É┐\x05¥\fqÁ░û¢{\x19<ßü"
  b"\x01É┐\x05¥Mqbí^2¯¢Â^Ê"
  b"\x01É┐\x05¥örKÅ\x0Eµ╦}Ô1\r"
  b"\x01É┐\x05¥µr0£!\x07÷>ø­·"
  b"\x01É┐\x05┐:qv®gGNÓØ╠l"
  b"\x01É┐\x05\x7Fs\x1DíÅÈAûÂ\x12<"
  b"\x01É┐\x05┐└s╣▓hõÜo¬Æg"
  b"\x01É┐\x05\x02qµñ;jGòÉIÁ"
  b"\x01É┐\x05\vpKÀé\rA%╦fÎ"
  b"\x01É┐\x05└Pq3▓Ë\x08░º¶╠\x08"
  b"\x01É┐\x05└Ér░à¢Á\x076ù«û"
  b"\x01É┐\x05└ßq´╗┐ăÌÄ\x11÷"
  b"\x01É┐\x05┴#q\x15×Ö§\x08: äÂ"
  b"\x01É┐\x05┴dp┴Ç│¼)GºÄ("
  b"\x01É┐\x05┴Àqó▒DX#\x1C\x08ïm"
  b"\x01É┐\x05┴³p\x1Fƒñ║0Üf4:"
  b"\x01É┐\x05┬EsÆ×ð\x10Íí(╚\x0F"
  b"\x01É┐\x05┬Åsñ│Á\x1F2XÆH\e"
  b"\x01É┐\x05┬┌r■«\e2b\t│┼?"
  b"\x01É┐\x05├"sTÑÖ\x16\x19p?░ï"
  b"\x01É┐\x05├is¹äÞ&J┴\x19U""
  b"\x01É┐\x05├├sÉÖ(Ä¢¹aÖ¨"
  b"\x01É┐\x05\x03qܼ$ÄÆk\x18X("
  b"\x01É┐\x05─AqNú¨Å5^Bþ-"
  b"\x01É┐\x05─}rIÂ▓\x13å\x10Wƒs"
  b"\x01É┐\x05─╗pï£ð«\x15═YÉ^"
  b"\x01É┐\x05─³r û\x06\x16ÔK ╠f"
  b"\x01É┐\x05┼=pıâAqNª\x17¢\x06"
  b"\x01É┐\x05┼}pp©ç«FçZ°;"
  b"\x01É┐\x05┼╝r\x0EÆ┴\x16Ú#|?®"
  b"\x01É┐\x05┼■r;®\rtþú5C╬"
  b"\x01É┐\x05ã>sæ½ñ\x04!o¯ûd"
  b"\x01É┐\x05ã\x7Fr¾ìOF║|QÜ\n"
  b"\x01É┐\x05ã┼r¥ë:ÒvùxÛH"
  b"\x01É┐\x05Ã\vsqÀ\x15¯ EIAa"
  b"\x01É┐\x05ÃSrz¥╩b[ñÕ\x19,"
  b"\x01É┐\x05Ãùr(é"Ï>>\x11«¢"
  b"\x01É┐\x05ÃÈsI¢╠zà┌╠"╩"
  b"\x01É┐\x05\x19qm░▒¥{TM└2"
  b"\x01É┐\x05╚cqýò÷F®▒µ·o"
  b"\x01É┐\x05╚®rlòY9k\x18\x17"
  b"\x01É┐\x05╚ÞppâÏJÆ╩"l■"
  b"\x01É┐\x05╔)qu╝X­\x06è4½Í"
  b"\x01É┐\x05╔jr;»▀\x1A$└l/Ú"
  b"\x01É┐\x05╔¬r+ù5HÓq\x08ûÑ"
  b"\x01É┐\x05╔­p\x14ÇucüüÀÀ·"
  b"""
    \x01É┐\x05╩0p\r┐Ô\n
    º2yB.
    """
  b"\x01É┐\x05╦±s¥¿\fµB╔\x11cJ"
  b"\x01É┐\x05═´qÍÄ\x1Aì╬Ë\x1CıB"
  b"\x01É┐\x05╬1qAÇ\x1C"ÉLS÷M"
  b"\x01É┐\x05╬uq"î¹!╩\x04¹0\x17"
  b"\x01É┐\x05╬~s@ç║‗'¯¾kO"
  b"\x01É┐\x05╬ås;ø\x17õ©▄▀\e\x14"
  b"\x01É┐\x05╬ÄpXï\x1CúH½┐w║"
  b"""
    \x01É┐\x05╬ûr1ÀXı]j┬\n
    é
    """
  b"\x01É┐\x05ð[r┬ù@q\x06Áµ=Q"
  b"\x01É┐\x05ðfs0ë\x1D0`(ì═*"
  b"\x01É┐\x05ðpq¸ÅªÈò'Ø"Ç"
  b"\x01É┐\x05ðys1½░Ñ.¼z▓X"
  b"\x01É┐\x05ðés÷åô\x11│Ð/×U"
  b"\x01É┐\x05ðèr\e╣¨è\ÉKÃ\"
  b"\x01É┐\x05ðôqAÂé╩P(▀4Ø"
  b"\x01É┐\x05ð£sX¼Üâx\x11╔D\x12"
  b"\x01É┐\x05ðñst®LA█ðiB¯"
  b"\x01É┐\x05ð¡pWü█Î┤qèa\x04"
  b"\x01É┐\x05ðÂqÃ╗ñ¬█ªz#7"
  b"\x01É┐\x05ð┐s7╝¸yAv@Ô5"
  b"""
    \x01É┐\x05ð╚s»èË\vE┴\n
    ôÒ
    """
  b"\x01É┐\x05Ð\vr«ºÌ¸3Ä┘´Å"
  b"\x01É┐\x05ËÏr░ë¿¶┘­°±V"
  b"\x01É┐\x05Í\x1Fq\x1Dêm$¢¼ áÖ"
  b"\x01É┐\x05ͤr¯ƒqÒ`©o\x7Fè"
  b"\x01É┐\x05Îép¡░ª│ûf>ıý"
  b"\x01É┐\x06ãKqoÖ\x1D\x19\x07Ï\x12D"
  b"\x01É┐\x08)\vrPìùg·n'\x08\t"
  b"\x01É┐*wýrE¬úÞ╠Ã\x0F¢│"
  b"\x01É┐*w■s═ÄÍÛma\x04+2"
  b"\x01É┐*x\tqƒà ┐\x05├╬%P"
  b"\x01É┐*x\x13p£íƒjFEFçc"
  b"\x01É┐*x%q;à÷ 2\x15ë7ƒ"
  b"\x01É┐*x╔p|ùtÇ╔`Îö╩"
  b"\x01É┐*xÈrÿàá3Я×ı¸"
  b"\x01ɾO{\vqÐó7´╩¥▒\x04C"
  b"\x01ɾO{\x19ryÜÚEÞ²ûb­"
  b"\x01ɾO{&pïø²UXß ïé"
  b"\x01ɾO{4s┌▓8Ðäûr▀ú"
  b"\x01‘zV Cs°¹zÞù\x14ƒú\x11"
  b"\x01æzWÉ┘~0ìA└Pï­ÐÛ"
  b"""
    \x01‘zX{\n
    p…—‘µ\x11†oAƒ
    """
  b"\x01‘zX—Ýt\x7F²àKz*M¶•"
  b"\x01æzY\x1C\x0Fz\x12â»\x18\x07¯ÉZ1"
  b"""
    \x01‘z~\x10(uø’&\n
    tn¥1÷
    """
  b"\x01‘z~Ð wˆ·WW+M\x17¹\x12"
  b"\x01‘z\x7F† w°­ä™º\x04+è&"
  b"\x01‘z“ Ìug½2ÿÕÂ\roq"
  b"\x01æ~\x1E[âtÕä»{Ø#\vå~"
  b"\x01‘~\x1F œs[¾ôñüöFÎè"
  b"\x01‘~\x1Fnkx®„lM·\x0E-[‚"
  b"\x01‘~\x1F¨K\x7Fв''=k{÷Ã"
  b"\x01‘~\x1Fçr{\x14˜ñ~!ÝT\t\x06"
  b"\x01‘…"‘¯qP¢NæUaònë"
  b"\x01‘…#BŸp\x14—÷ÛÆR`\x0Eã"
  b"\x01æà$c6y±¥ØlW*─­ê"
  b"\x01‘…%)/wÑœaÞ«µ‡2š"
  b"\x01‘…&\x1E‡u¤“±¶þ~\x17o\f"
  b"\x01‘ŽØ"{\x7F4šH•˜ó”^\x01"
  b"\x01•´é“¶pI™½¦•TVóF"
  b"\x02­xäÁ©J\x12…výæ´ÅJ}"
  b"\x02Ø×B¹ÌDÒœŠvqW'\x05c"
  b"\x02ý\x0Fƒ-‰F™½\x08­W^•Ÿô"
  b"\x03±w¬Þ\x00J“žÝlàà/,ž"
  b"\x07F}ê\x18rJ›•wæ\x14ú\r"
  b"\x08¢ıOä\vJwï2\x03®¿ÅÖé"
  b"\v\x1F\x00ü<Z@|ƒ`èÙ2W\x1Cû"
  b"""
    \f\x04\x01YI`Ÿ\n
    ÁRžq>\t
    """
  b"""
    \r˜y¨\x04\x11Eé¯Ë\x03\n
    z’àƒ
    """
  b"\x0EÙýwí¨E¿°ªpî¥\x07í\x02"
  b"\x11ö38›\x1CI¦´«Ò\É„[ˆ"
  b"\x12m‰&MþN©ŒßÛ\vgy\x04¾"
  b"\x13\x7F5%\x17╚BóÅ£\òAnO°"
  b"\x15U2‡-]E\t˜°9Hz8ä•"
  b"\x16£Þ¡▓÷LèíÅ\r\x12µqÙ]"
  b"\x16­ektÜMP½ÈéÎîàmÇ"
  b"\x16¿¶2p†Oœ²_Å´\x16¬‚H"
  b"\x17˜—i\x0EúEûµÉ=£•!Å\"
  b"\x18\x17ù??KNm·ðÄ{5\x01"
  b"\x19|\x1F§[¥FQ²¬ÙAë\x13¦œ"
  b"\x1Aá5\x10S¦OkÜÃ\x0FfáÉú¤"
  b"\x1CÜÇç$äK\r‘]#\x14ƒ¼,‚"
  b"\x1E\x1Aå\x1A}áE\x14…܇u‚lÞæ"
  b"!30\x08ÏãH.ˆ•»\x01 œW¢"
  b"!{YlàtH-ŽönE¡\x1E§\x0F"
  b"!¿A\hèOدm¯ÙˆÄ-Y"
  b"!§█░Ù±NUÉ╔ÓÖ¥o8æ"
  b""ˆŽRýoHF³>)AìG\x1D"
  b"#\x07o▄█/L\eüÈ\x01\x08┤Í?╗"
  b"$ƒI”eoAÍ…øµ[\x04j°µ"
  b"%YØn*\x05OÎ╣)t¢/ùh╗"
  b"&$Ÿ\x1C®!Ki¿ê\e\x02øíâ±"
  b")•\x04'U\x11Eþ‚èó¶w‰.]"
  b"*_cWq–Cë¨Ì¹”=,šh"
  b"*à04|¸Gr±®QeN!h="
  b"-v¸g·\x03O¶”ë\x16ÄæßÛG"
  b"1\x04\x10;·íA?üFÝ╩\x10\x01="
  b"""
    3ÄŸ«\n
    ‘H›¸wÒAjZ=†
    """
  b"4»)Ð pB²â\x7F{ÉP&[~"
  b"5*cº!wM…·â\x14ò‚\x19"
  b"6`†sþqAo–+<]¶$öà"
  b"8+ŒvU…C\x08¢8*ýc\x03Ú÷"
  b"8×æÃˆâA\x175—n¹\x0F"
  b";;U░\t0O\tì#\x02┼I.ø\x0F"
  b"=\"nNAIÒí4┼Å╚\x1EÑ¿"
  b"=a6e UN\rŽaÀö(œ\x02"
  b"=Åzþ\x1D¿IÏ▓ÿ¨À¢\x18\x01f"
  b"?\x13á:hàJ“¡c»\v£íñd"
  b"?}šnÖSAX¡È\x17Ñ~5\x1EO"
  b"@£AE}àEš¡’ç´L(Då"
  b"A\x04\x16!\x04\x12E¨çá¼õ\x05ĵü"
  b"A\x16┤╗5ÑBUÉu\x07Ë╔r0\f"
  b"A\x18À™E\x06Dž±$Ü_N°ð¬"
  b"Ai@╔é6Nh¬$▀ìÝ?·´"
  b"\x01;gÖM:’·¢uÚŠôA"
  b"E±U÷–$K˜”\x1F\x00¦h""
  b"\x07\x199\x15C═¼07■Éê2¤"
  b"G«ð#\x05ÄO┌½\x7FÅB×@\f"
  b"H—ñ‚QáE\x01šÓÍÚHBky"
  b"HÓ„ÞΰK®»6ø–½¯¯\x1D"
  b"I5¡o{\x0EE|˜ ,\x117ßæ”"
  b"I¿Ò\x07ùûOë®^n$¼\v‰£"
  b"Kig·X&J\x1Dº§\x046°†ßÜ"
  b"MCG-ÛtIŸŒU]p£,]¬"
  b"Mt\x1AÃ┤╬I««Øy╝┌ô7\x13"
  b"N¢╩Ñ?\vF#ì\x06\x02¢÷«Ö▄"
  b"""
    P\x17\x7FqGY´hÉ\n
    \x1Dã>Ë
    """
  b"P±ÓB7ñHašd³dœ&Û\e"
  b"Qs$5\x04ÜI“¤4\x10p­š\x15\x02"
  b"QäR\x1C‘‚I…ŒÀ»âódˆd"
  b"R­R¡·›NÛ²©ŠhQDÈI"
  b"""
    SYË\n
    ±Å@ÍÖõUîy¦ ]
    """
  b"SÕ†\x08G2N¦‡Kø\–ãu·"
  b"T\x14v’ËûCAšm\x11âl­DÜ"
  b"T\x1F×2éQM(ôìÒ\x16+©┘&"
  b"Up7+?»@щ_\x05{>Ì„G"
  b"UÛ|]®=LËŽ$†[Ã)-ƒ"
  b"\x04ZLbFß”@\x04\x7FI_\x06\r"
  b"W8³X╩«@ƒöƒ%Èì1ÛË"
  b"XÁ¡rT M┌ï▒BÖsì¹Æ"
  b"Z@j«êÆE5ù)üt×╔ú{"
  b"ZOŠ[4nG9‹qa)[j×\e"
  b"\t░¢\x19╩D═Øâ§âf‗&f"
  b"""
    \“´VÜÀC\n
    £\x1DñÏ7i\r{
    """
  b"\f\x7FiwO\x17§y¾R\x1D›°e"
  b"_œ/»ÀÔAá°à d?ε2"
  b"`–Ð2$$FD£ªû~• ßî"
  b"b•f\x03](M®•Zîò/&ÔV"
  b"c¼3SÕmJ$çyÉÞºÇ╔f"
  b"cõ/³znCÖšI$1³zþ\x0F"
  b"dB┴┬ ²GøüfÍú-+èV"
  b"eØþ\e)ÑKûïoX;2eÃ┼"
  b"""
    g!b\n
    ÅÑC ŸT\x0E\x1D\x1D\x0F\x08d
    """
  b"\rD*lH¬Š-èÈxÖ\eˆ"
  b"iíõü^\x00JÝé\x07ø}█G¡q"
  b"kè>wTÖOà \x19Kª1n\x13"
  b"lz4Ò¿ðEƆè*};ª¥Ú"
  b"\x00íu¹D¯‘ÿyº,!,_"
  b"m'ì7YÅIúúèßDÙ]D"
  b"o~\x1E„hqLÐ…\x07ÎWî\x16\x06T"
  b"o‹õ!Ì9Kƒ±Žø%ßY¦F"
  b"oÊ┌┐üä@ÄÑ,\x14Yx\x1D?g"
  b"p!f+ÉÆCŒ”gšJÜ\x15¯¹"
  b"p¨ƒ€yûC5‘$„1ƒ)*\x1A"
  b"\x05sL,B┴ïvÔÑ_¥Å3"
  b"q3Rü\x18PGç¸ØÜË…ñ\x00"
  b"q┘ì«?¾M\tÄ\x18´o:^F¾"
  b"""
    v…\f­^\n
    K–†¶Ä•´™Æ\x10
    """
  b"w(C?Ø\x15N▄║â╝QÃ)¢n"
  b"x\x19’ÀiÒLΠՕ‚Mkn\v"
  b"ynªOì¹yKÓ\x1EL\x15~"
  b"zªûx÷,J,…IÔåϺ(_"
  b"{^ÌUÙLI¸®ÖÝ\x19Tþ­ƒ"
  b"|\x03\f╠GaAµûßZÔ~ì\x13º"
  b"|‗#¡ÅeMàèðÛæ┤À▒ÿ"
  b"|þ£½¸HMU¬\x06í1\x15™¢Ë"
  b"}'›\v.nGÞ¦µ>b#¸'Ý"
  b"~ a¦ƒ²F^ŽÏ8²ªJq×"
  b"~ƒÎ¨j¹K<˜Ã\x1Aœó­ÊÅ"
  b"\x7FÌ¢'ØÒN'Ç╚¢;ø[ÍM"
  b"\x7F▀MÓ5òOxÅÔ`Ø\tÞ\eù"
  b"€;~¸p\x1AF‰—'*8\x1A‡¶ã"
  b"""
    ü\n
    2NÕÅH.ü´+\x105o@ä
    """
  b"üÑ.D)yB3Æ╗ô©ÆÒ :"
  b"ü®Ú\x01+½M\eöðã䤿░\f"
  b"üÈF®q?D\rêó»gÂÐ9ô"
  b"é¬ë¡½┘IßÅÃ5\x07\x7F="
  b"éı=Þf©N├ÉÅ®·=²Ó¦"
  b"ƒßw\x7FxoKE¥)4wfÿ'Í"
  b"„OÓ\x1EÞ¥BɲƒšßOÀ—U"
  b"…H¹v‚\x1CHì»ÍÖ²[:êœ"
  b"…Þ•M\x13ÅB šk,[›d(¹"
  b"‡`×Uj<L?£Í°æ‡ë\x16É"
  b"ê÷0\x1D£\x12LºØ\x02OCB\v"
  b"‹a?Ï–\x10Oú‹•ëçæ-Ç~"
  b"Œ‹\f“¸~KZ©\x18Õ\x00Û/‘e"
  b"ìç¬\x01KûO═á#\x00\x1AV4<­"
  b"ŽÍ\e¬X\x19C(¸1ÍvšÙ’‡"
  b"É.\x04I╠■Cy¡CêPi╩ùk"
  b"Éß3ôð\x18Jlñûÿ2\ez1Á"
  b"‘Ç\x04óè2Iœ¨\x06\x08¹„ë$8"
  b"’ÀÙ¥X\x02JlŒRáH5\x1F\x120"
  b"“;ò\x08¢ŽM)ˆº\x01ß\f)QU"
  b"û¥╚y\vP@*│<ùÿØ▒úÜ"
  b"–Ê¡Lâ\x01MÔ•Òk=•ÿ\x06J"
  b"ùýD<ÕxB«Äs█ÁjTØõ"
  b"˜HÑD2æM?šàÖ\x15þŽ´a"
  b"Ö*╠V┐\x1DN\x1AìZ\x10\x05þèT\x19"
  b"ø└Æû·\x17FÁÑ:ÅäTôóî"
  b"›Ø¬ …\x07J…“D\x00)\v”Ðg"
  b"œ>í\x05Ë(I;§bš¦¸Zí>"
  b"Ø}¾nAcLZѧÁ­┬øÕ\x1E"
  b"ØÅïéâ!B¦Ä¦~\x05²ó├▓"
  b"ئ\x1CÐk─N╬¿ôb¿÷ùA|"
  b"ž\x1E‡ñ1YKÙ¼ŒÐ±ëŽ„Æ"
  b"ƒcF:q▄L¯ƒìqPj7ø\x00"
  b"ƒÑùP²DA7É¡z▓ü6"¿"
  b"ñ\x0E\x1A\x15@9Çý"[`Wb\x13"
  b"¤m\x042R&@¨¾¹f þ8,ê"
  b"ñ˧┴ 0NĽ0╬ØøÙ\x08Í"
  b"¥/—\x00myCé‚aWyŽ1kV"
  b"¥½é?,\x0FFï®ä¸þA\x00§Ó"
  b"º\x1F║ñ\x18ÊD\x14îAüÛë`ıë"
  b"§z§\x05y!B\x04§Nqn¯\Ú»"
  b"§×eC\x15\x12EL¡îj‰AÁÄ\x01"
  b"«Äßµ‚¸G‰—öZ!\x1D²ñ\"
  b"­S]\vHœFýº¡[ë3íg¬"
  b"¡ùhU<ËF:▓Ã\x19Jµü;Ó"
  b"¯Znا“ML²_µcr‹Ò>"
  b"°n¬\e\x7FÈCYŒ4)fŠ£Í "
  b"""
    ░¢øQjÖA▀ì&è\n
    õ[3G
    """
  b"³å_``\v@€”jJwa¼%©"
  b"µ"iä%›D?‘­BÈ#^Vú"
  b"ÂíqÑm\x1AJ¢ÁPØAnÆ,e"
  b"""
    ¸tSŠ\x1DGK8¿\x16\n
    Q7=Hy
    """
  b"º\x07NÒ†ÒDè’¼¶„ŒÏI\"
  b"""
    ╝ãíÄ\x10\n
    BÌáy▒úÅ\x01qT
    """
  b"½jhó\x11ÓI\x15³5’i’Çú3"
  b"½ÌÞtˆ8DèËÀá¨s\x02>"
  b"À'a\x15²ÖOÅ¥ÿÂŽ¦\x19"
  b"Á\x0FQ-·3A\‘oÌÈ\x05!~›"
  b"Â\x19‡®æ(F¼…÷\r‚¿\x06"
  b"\x0EÚ╩\x0EUB░üÐ┼ Ur\x1Fr"
  b"Äì\Ø©\x1CI1»Õ9Ç\x00ö!š"
  b"ÆÌ­t9ÜAû«åÊ\x1E;‹ÎÝ"
  b"╚%ü\x05Y╗B¢│\x1A\rõÎ9"
  b"╚3V\fS0Kiül┼­=°%╗"
  b"Ê;u^ÖÝE\x00ªw\x0FbÓÂB\x17"
  b"ËíóöôWFnж\v\x16˜j^n"
  b"ÌÝ„ì"xF–•Ø#Ò,\x04X:"
  b"ÍE:Šf0JØ›¬6»¶,‘Š"
  b"╬%░ÙeýB\x06©èÙ3+ØÃ┘"
  b"ð▓ÛYZ\tBÊØ0╚\x03´\e┘╗"
  b"Óú£h\tuIÌ‘$ÕFßæ7m"
  b"Õ\vË—0"C\x17½r°+\x12Vöü"
  b"Õ±òd«öG\x1C¡\x1Dãö³e[¥"
  b"Í1ÖLàıI,Á\x1Dè■þßnü"
  b"Ö™UNµ×E\x10œzŒZÉ|šû"
  b"Öá\x00\x16@H‰\x16Â'Üõ8""
  b"×,\tœ˜>Oè–\x1C~\x11Qò*#"
  b"ÎQ̪¹õBüØÑüÓ\x1CFSå"
  b"ÎTù`¥\x0E@ê¿÷┐üá­Í\t"
  b"×Á2:GÒM šKN×S-\x1DË"
  b"┘Ô »▓üMI¼╩ü\x1E\x08╦·■"
  b"ÛAb,á4G•ƒV\x02\x1Dñ9þ\x16"
  b"ÛC3ß\x05ÂM”—ó\x11p1­\l"
  b"ÛvÇÛ}‚J@Ÿ~ÑTÐó\t«"
  b"Û†*j\tPIU½\x02Õ°e\x10*1"
  b"█│£Â&ñOí¼ìî;hT¼\x12"
  b"Û¶5-ž®D\x06•X\rïðºE{"
  b"Þdh\x1CÙ:H«¹!Øcâ«:%"
  b"Ìs╗É▄▀H\x13£ã°\íªØ;"
  b"Þ¼¢j\˜@6“7¶Ôj ̲"
  b"Þú\x003Ó”B­†Á]ƒõªs“"
  b"ß\x06TBûpOä€À<oñtƉ"
  b"ߣÌ\x1Eùó@…¶\eÐ5Q@¤3"
  b"á\x1AÔ³\£N˃դ“yÿÏL"
  b"ãŽ\x03S\x18ÊO\x10…œ\x16\x7F\x11Î-â"
  b"ä³\x01lÄÐE\t¶¼I¼ð;TÖ"
  b"æ(§%óùMÀ¨6qO\x11e’\x13"
  b"ç\x01¤\x1D¥<J—“¿&\vÁŒ?\f"
  b"þ┐L┘│\x13JõæÃè°Å$═¾"
  b"ÞZf_¹HJDÉ\x11¡‗a¨\x7Fj"
  b"ÚÊͱ[Å@÷┤]Ͳ║âܧ"
  b"Û\x1Fâ\x04rÉC═À]c▄xßy'"
  b"êQž¯Ôó@1¼AâZ–v\x19»"
  b"ê¢äa½ÄHl¿@O2©o¿P"
  b"êÔo`\x1F·I[¥\x04Ýh£ã\x0Fx"
  b"ìðŒ\tZkAµ«ŽØ\x05n\x17Áa"
  b"Ý~l'\x12ÅNiº\x7Fo\x17¬ç°C"
  b"Ý└╔K\x03ÉFÖä\x11hiJ╬ä\x03"
  b"íÓ\x1E÷\x06\x10Jr§i\er\x7Fß'["
  b"E/èL/­\e8¹@µ\x172"
  b"ó\têÕÒT@J¿ƒ™½’\x7F`™"
  b"ô\x0Eƒ·Ô:Aç·Z\eêg\x06\x0E\x14"
  b"""
    ô\x12\x15©\x0EüOw¢Ÿ¹\n
    \x01Hb"
    """
  b"¶Áäì¢ÆA_óôZNSÇÇ;"
  b"õCË m£Kk“ÿÒú \fì#"
  b"õpÂèõtO—¼Ëj\x16ÁÁ\x18"
  b"öRœÁ0|Gc£å\x12\x14é\x0Fûo"
  b"°xÛJ¨²C└ì~ó ]5*▄"
  b"ù½\r”††OÄ™mWìI§„×"
  b"¨╠BÅD═I.®┴▓\x12.[\x03ï"
  b"ùýü㩳H]»„ïÚ ]‰ä"
  b"·Fí«µpLòØ╣ÈÐW*\x1Ex"
  b"ûXÄ\x04éðF_¤P\eËMšé\x14"
  b"¹h┘2w\x01@\r│¡ç\x14■ìip"
  b"ûÆ\x02çà£Jt›\v1ÚÒ\x13é\x19"
  b"û×¥\x0E”ëGKš‚\x1F©òå§½"
  b"ûð®Î³¿B\x13ˆ«$1ÙN¼Ö"
  b"³/7ûwßB\x12ç+×o\x05ì2À"
  b"ý–†àœâJ\x19°uí¹5(^Ê"
  b"ýêHêR­A[‘…\v\e\x00ý=º"
  b" uìH╩ÿOIª\x0E¢ü¾Ý­«"
]
91 0.86 ms
# product-listing::property-filter::read
SELECT `property_group_option`.`id` AS `property_group_option.id`, `property_group_option`.`property_group_id` AS `property_group_option.groupId`, `property_group_option`.`color_hex_code` AS `property_group_option.colorHexCode`, `property_group_option`.`media_id` AS `property_group_option.mediaId`, `property_group_option`.`created_at` AS `property_group_option.createdAt`, `property_group_option`.`updated_at` AS `property_group_option.updatedAt`, `property_group_option.group`.`id` AS `property_group_option.group.id`, `property_group_option.group`.`display_type` AS `property_group_option.group.displayType`, `property_group_option.group`.`sorting_type` AS `property_group_option.group.sortingType`, `property_group_option.group`.`filterable` AS `property_group_option.group.filterable`, `property_group_option.group`.`visible_on_product_detail_page` AS `property_group_option.group.visibleOnProductDetailPage`, `property_group_option.group`.`created_at` AS `property_group_option.group.createdAt`, `property_group_option.group`.`updated_at` AS `property_group_option.group.updatedAt`, `property_group_option.group.translation.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"¥/—\x00myCé‚aWyŽ1kV"
  b"¥½é?,\x0FFï®ä¸þA\x00§Ó"
  b"º\x1F║ñ\x18ÊD\x14îAüÛë`ıë"
  b"§z§\x05y!B\x04§Nqn¯\Ú»"
  b"§×eC\x15\x12EL¡îj‰AÁÄ\x01"
  b"«Äßµ‚¸G‰—öZ!\x1D²ñ\"
  b"­S]\vHœFýº¡[ë3íg¬"
  b"¡ùhU<ËF:▓Ã\x19Jµü;Ó"
  b"¯Znا“ML²_µcr‹Ò>"
  b"°n¬\e\x7FÈCYŒ4)fŠ£Í "
  b"""
    ░¢øQjÖA▀ì&è\n
    õ[3G
    """
  b"³å_``\v@€”jJwa¼%©"
  b"µ"iä%›D?‘­BÈ#^Vú"
  b"ÂíqÑm\x1AJ¢ÁPØAnÆ,e"
  b"""
    ¸tSŠ\x1DGK8¿\x16\n
    Q7=Hy
    """
  b"º\x07NÒ†ÒDè’¼¶„ŒÏI\"
  b"""
    ╝ãíÄ\x10\n
    BÌáy▒úÅ\x01qT
    """
  b"½jhó\x11ÓI\x15³5’i’Çú3"
  b"½ÌÞtˆ8DèËÀá¨s\x02>"
  b"À'a\x15²ÖOÅ¥ÿÂŽ¦\x19"
  b"Á\x0FQ-·3A\‘oÌÈ\x05!~›"
  b"Â\x19‡®æ(F¼…÷\r‚¿\x06"
  b"\x0EÚ╩\x0EUB░üÐ┼ Ur\x1Fr"
  b"Äì\Ø©\x1CI1»Õ9Ç\x00ö!š"
  b"ÆÌ­t9ÜAû«åÊ\x1E;‹ÎÝ"
  b"╚%ü\x05Y╗B¢│\x1A\rõÎ9"
  b"╚3V\fS0Kiül┼­=°%╗"
  b"Ê;u^ÖÝE\x00ªw\x0FbÓÂB\x17"
  b"ËíóöôWFnж\v\x16˜j^n"
  b"ÌÝ„ì"xF–•Ø#Ò,\x04X:"
  b"ÍE:Šf0JØ›¬6»¶,‘Š"
  b"╬%░ÙeýB\x06©èÙ3+ØÃ┘"
  b"ð▓ÛYZ\tBÊØ0╚\x03´\e┘╗"
  b"Óú£h\tuIÌ‘$ÕFßæ7m"
  b"Õ\vË—0"C\x17½r°+\x12Vöü"
  b"Õ±òd«öG\x1C¡\x1Dãö³e[¥"
  b"Í1ÖLàıI,Á\x1Dè■þßnü"
  b"Ö™UNµ×E\x10œzŒZÉ|šû"
  b"Öá\x00\x16@H‰\x16Â'Üõ8""
  b"×,\tœ˜>Oè–\x1C~\x11Qò*#"
  b"ÎQ̪¹õBüØÑüÓ\x1CFSå"
  b"ÎTù`¥\x0E@ê¿÷┐üá­Í\t"
  b"×Á2:GÒM šKN×S-\x1DË"
  b"┘Ô »▓üMI¼╩ü\x1E\x08╦·■"
  b"ÛAb,á4G•ƒV\x02\x1Dñ9þ\x16"
  b"ÛC3ß\x05ÂM”—ó\x11p1­\l"
  b"ÛvÇÛ}‚J@Ÿ~ÑTÐó\t«"
  b"Û†*j\tPIU½\x02Õ°e\x10*1"
  b"█│£Â&ñOí¼ìî;hT¼\x12"
  b"Û¶5-ž®D\x06•X\rïðºE{"
  b"Þdh\x1CÙ:H«¹!Øcâ«:%"
  b"Ìs╗É▄▀H\x13£ã°\íªØ;"
  b"Þ¼¢j\˜@6“7¶Ôj ̲"
  b"Þú\x003Ó”B­†Á]ƒõªs“"
  b"ß\x06TBûpOä€À<oñtƉ"
  b"ߣÌ\x1Eùó@…¶\eÐ5Q@¤3"
  b"á\x1AÔ³\£N˃դ“yÿÏL"
  b"ãŽ\x03S\x18ÊO\x10…œ\x16\x7F\x11Î-â"
  b"ä³\x01lÄÐE\t¶¼I¼ð;TÖ"
  b"æ(§%óùMÀ¨6qO\x11e’\x13"
  b"ç\x01¤\x1D¥<J—“¿&\vÁŒ?\f"
  b"þ┐L┘│\x13JõæÃè°Å$═¾"
  b"ÞZf_¹HJDÉ\x11¡‗a¨\x7Fj"
  b"ÚÊͱ[Å@÷┤]Ͳ║âܧ"
  b"Û\x1Fâ\x04rÉC═À]c▄xßy'"
  b"êQž¯Ôó@1¼AâZ–v\x19»"
  b"ê¢äa½ÄHl¿@O2©o¿P"
  b"êÔo`\x1F·I[¥\x04Ýh£ã\x0Fx"
  b"ìðŒ\tZkAµ«ŽØ\x05n\x17Áa"
  b"Ý~l'\x12ÅNiº\x7Fo\x17¬ç°C"
  b"Ý└╔K\x03ÉFÖä\x11hiJ╬ä\x03"
  b"íÓ\x1E÷\x06\x10Jr§i\er\x7Fß'["
  b"E/èL/­\e8¹@µ\x172"
  b"ó\têÕÒT@J¿ƒ™½’\x7F`™"
  b"ô\x0Eƒ·Ô:Aç·Z\eêg\x06\x0E\x14"
  b"""
    ô\x12\x15©\x0EüOw¢Ÿ¹\n
    \x01Hb"
    """
  b"¶Áäì¢ÆA_óôZNSÇÇ;"
  b"õCË m£Kk“ÿÒú \fì#"
  b"õpÂèõtO—¼Ëj\x16ÁÁ\x18"
  b"öRœÁ0|Gc£å\x12\x14é\x0Fûo"
  b"°xÛJ¨²C└ì~ó ]5*▄"
  b"ù½\r”††OÄ™mWìI§„×"
  b"¨╠BÅD═I.®┴▓\x12.[\x03ï"
  b"ùýü㩳H]»„ïÚ ]‰ä"
  b"·Fí«µpLòØ╣ÈÐW*\x1Ex"
  b"ûXÄ\x04éðF_¤P\eËMšé\x14"
  b"¹h┘2w\x01@\r│¡ç\x14■ìip"
  b"ûÆ\x02çà£Jt›\v1ÚÒ\x13é\x19"
  b"û×¥\x0E”ëGKš‚\x1F©òå§½"
  b"ûð®Î³¿B\x13ˆ«$1ÙN¼Ö"
  b"³/7ûwßB\x12ç+×o\x05ì2À"
  b"ý–†àœâJ\x19°uí¹5(^Ê"
  b"ýêHêR­A[‘…\v\e\x00ý=º"
  b" uìH╩ÿOIª\x0E¢ü¾Ý­«"
]
92 1.35 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"\x00Nëú\x16┐@×ìYÆñBD­¨"
  b"\x01É┐\x05\x10ms\x10ØÛ\x04R#╣·W"
  b"\x01É┐\x05\x10¿rðÀS\x15¤ ìû§"
  b"\x01É┐\x05\x11\x18p╬è¿\x18\x1A8▀Äð"
  b"\x01É┐\x05\x11çqd¿ýI\x1F¯åE~"
  b"\x01É┐\x05\x11¸rEøâ'4~Fô\x19"
  b"\x01É┐\x05\x12fp\fçS\x19-JÙ Ö"
  b"\x01É┐\x05\x12█q²ÿ╩ìÊ÷Ìî "
  b"\x01É┐\x05\x13OqiçÇ^\x7Fá┬¸1"
  b"\x01É┐\x05\x13├q‗özu{,îwÌ"
  b"\x01É┐\x05\x142p\x04óÄ|îº7Óó"
  b"\x01É┐\x05\x14ás▓â\r├Çjá\x1Dä"
  b"\x01É┐\x05\x15\x12p[¿8íÖ üN6"
  b"\x01É┐\x05\x15çq%Ç)vs \x07"
  b"\x01É┐\x05\x15³q\x06╣ù┐­Â╬}Ë"
  b"\x01É┐\x05\x16\x7Fs\t╝üéá╔\x14§ê"
  b"\x01É┐\x05\x17\x01sa»\x02█║o\x06C/"
  b"\x01É┐\x05\x17wpSªþó,\eð¬╗"
  b"\x01É┐\x05\x17þr¶¿╗ç─ØÞÔ\x01"
  b"\x01É┐\x05\x18Vpð╣\x1F£RÏîl»"
  b"\x01É┐\x05\x18ãsþ¥Ê³½-v‗X"
  b"\x01É┐\x05\x195qh⪧¼çWsî"
  b"\x01É┐\x05\x19ñqPì£t!ÙÛ╗Ð"
  b"\x01É┐\x05\x1A\x13rûä¾wÂ│8Ð\x17"
  b"\x01É┐\x05\x1AüsØàFŤ¡═¯B"
  b"\x01É┐\x05\x1A±qÑ▓¶®%\x17╝þ▄"
  b"\x01É┐\x05\e_q2ÿ2ûvçâo▀"
  b"\x01É┐\x05\eËr«é-2©▒U¹£"
  b"\x01É┐\x05\x1COqè¡┼jÅØ¡ð\x00"
  b"\x01É┐\x05\x1C¥pÓçð×¥\x0EvÓµ"
  b"\x01É┐\x05\x1D.pûüë█o\x1F■ñ╦"
  b"\x01É┐\x05\x1D×rÔòøG³z┘ºi"
  b"\x01É┐\x05\x1E\x10qâ╗]ú}G*Qæ"
  b"\x01É┐\x05\x1Eär´ó\x00lz\výMr"
  b"\x01É┐\x05\x1E°p+½³Ke^X▄s"
  b"\x01É┐\x05\x1Fjr3ó»K}h­ú "
  b"\x01É┐\x05\x1F¦rý« ¢A0)\x7Fx"
  b"\x01É┐\x05 Oq\x13£┼W╩┌Ö)\x16"
  b"\x01É┐\x05 └s\x01¢9║.\tFh\x12"
  b"\x01É┐\x05!0q­éKF=‗^╦)"
  b"\x01É┐\x05!íp└Ñ~─ı^#%ð"
  b"""
    \x01É┐\x05"\x13sîÇlz\n
    ¿±ù¸
    """
  b"\x01É┐\x05"äqìàÄXmc}\▓"
  b"\x01É┐\x05"¾rcÑë%Ð×¼âï"
  b"\x01É┐\x05#`pÁÁ\x19\x08Û\x15ıÊ»"
  b"\x01É┐\x05#╬r÷åñá\x1FrË'¥"
  b"\x01É┐\x05$<pj║éV|Þ7´E"
  b"\x01É┐\x05$¼p­Ç\x06;ƒúı┤Î"
  b"\x01É┐\x05%\x1Cs$Ƴ»\eôAØi"
  b"\x01É┐\x05%ïqz┤½håæ┘┬º"
  b"\x01É┐\x05%·q\x1AúùÌıÜÿ½&"
  b"\x01É┐\x05&ks"ècÞ:¡Ä'║"
  b"\x01É┐\x05&¦pâôIÄY<YØÛ"
  b"\x01É┐\x05'Nsçüa*ê$«7\v"
  b"\x01É┐\x05'¥q[éì×Á/_­ß"
  b"\x01É┐\x05(0p=ö85╬®øò\x1D"
  b"\x01É┐\x05(áq\x01ó(ô\°úôÍ"
  b"\x01É┐\x05)\x10s§Àz>+▄âo┐"
  b"\x01É┐\x05)~q■à0\x01E}åº\n"
  b"\x01É┐\x05)Ýq)®3▀ÙíÇ¢Ä"
  b"\x01É┐\x05*\s\x17▒Ví┐GÙ=­"
  b"\x01É┐\x05*═pL»øRÿ­<└¨"
  b"\x01É┐\x05+>r┘Üë¾è─éeÞ"
  b"\x01É┐\x05+▒sÌÅßuÜ‗Ù©ô"
  b"\x01É┐\x05,!qOØû┌\x14─v£S"
  b"\x01É┐\x05,ôp\x04¢\vh█©┤\eô"
  b"\x01É┐\x05-\x04r½ñM\tT\x1AÿXú"
  b"\x01É┐\x05-ts=É$Jíá+┐^"
  b"\x01É┐\x05-Ôs╣ƒ└╔£═├OÒ"
  b"\x01É┐\x05.QrÁéÞ╝╬ö\#E"
  b"\x01É┐\x05.┴sýÂQ║┴Zæ%Ú"
  b"\x01É┐\x05/2q~ìÿ«+SXf\x15"
  b"\x01É┐\x05/ñsüé#Öï(\x01"
  b"\x01É┐\x050\x15p\t¼³ö┘ä Ö­"
  b"\x01É┐\x050èr─¢Ã*½\vÅÉN"
  b"\x01É┐\x050■sNíHB½_¤*╣"
  b"\x01É┐\x051oq(▓\x12┼Ã\x1F\x08ù­"
  b"\x01É┐\x051Ósm»A\x1C.│íd¹"
  b"\x01É┐\x052gp═áãÁ"ùV╗\x1F"
  b"\x01É┐\x052┘s¼å╗¢‗ÄNv▄"
  b"\x01É┐\x053Mp╩┐░QHÑtc´"
  b"\x01É┐\x053¥s_«ÿÀjÅí**"
  b"\x01É┐\x054/s¬┤Q£â┤ä╗Ó"
  b"\x01É┐\x054▒q┐¡Ì▀Oó¬\x16u"
  b"\x01É┐\x055#pÞ┤]VÕ\x05P├¬"
  b"\x01É┐\x055ƒq³ämÛ═ÂT\x16Õ"
  b"\x01É┐\x056\x17p)ÇРÏ|§_Î"
  b"\x01É┐\x056êq1ç▓ï©ÒÖ\x17õ"
  b"\x01É┐\x056¨p´│QU═╩ò┴="
  b"""
    \x01É┐\x057ks╝ÿfiXù÷\n
    H
    """
  b"\x01É┐\x057▄pú╗ÞÔÒX²6{"
  b"\x01É┐\x058Ks\x16▒¤Ni©_U╠"
  b"\x01É┐\x058╝pââ\x195æ[{4╝"
  b"\x01É┐\x059,p®£$Ò7¾‗^\x11"
  b"\x01É┐\x059Øs┌îÖðêOQ░Ò"
  b"\x01É┐\x05:\x12q\x13ƒ$ØúõÚ#y"
  b"\x01É┐\x05:àp└¢µ┼\x07iñ|l"
  b"\x01É┐\x05: q┌Ü\x00\x19Mþe\x13_"
  b"\x01É┐\x05;{rMûÈ▄µÀÆ┼*"
  b"\x01É┐\x05;÷qZöØ1s©\x06Ûª"
  b"\x01É┐\x05<srW«R÷Y`,ıª"
  b"\x01É┐\x05<µpÎ░iHy╗■Ïß"
  b"\x01É┐\x05=`sP║¶8.ðQæì"
  b"\x01É┐\x05=ßrì½4ÔßbÇ\x06"
  b"\x01É┐\x05>hq█êõƒ dluà"
  b"\x01É┐\x05>÷r)╗tÉÙ/ƒ\v%"
  b"\x01É┐\x05?jsÄÇ█L\v;Û£ä"
  b"\x01É┐\x05?¦qã│l\x1F#|±Xã"
  b"\x01É┐\x05@Qqv½\x14_Pı\x01"
  b"\x01É┐\x05@ãrÊ©ôÕt‗iz▒"
  b"\x01É┐\x05A>pþ½´gwѦ\x11Ê"
  b"\x01É┐\x05A»p\x17ƒÝƒ«\x15Òñ}"
  b"\x01É┐\x05B!sp┤_ðwNUY─"
  b"\x01É┐\x05BösôÔ[_■\x01"
  b"\x01É┐\x05C\x06sõáÒ%Wår!R"
  b"\x01É┐\x05C}svîÚÕÿ¨ó│ø"
  b"\x01É┐\x05C¾qÓü¤t^\t░P\x11"
  b"\x01É┐\x05Dhs\x02®ª\x13*yµw┌"
  b"\x01É┐\x05D¦rS║Õ".{L=¢"
  b"\x01É┐\x05EQr╔Ñ\tâeÀ▒íû"
  b"\x01É┐\x05E┼r¦ÿÿ7f^9$É"
  b"\x01É┐\x05F;rìÂå \x11Ië║ä"
  b"\x01É┐\x05F¼p3½ÃßöïD'p"
  b"\x01É┐\x05G\x1Dq|ò\x00c┌ânÊ┬"
  b"\x01É┐\x05GìrAì\vÖç\x12³ýõ"
  b"\x01É┐\x05G■pù╝ΰô°╠L\x06"
  b"\x01É┐\x05Hqp\x16íÍ▒°\v¶Mô"
  b"\x01É┐\x05HÕs©╝│┼├█\x1D\x12ñ"
  b"\x01É┐\x05IWqÿáfÌG\x00A\n;"
  b"\x01É┐\x05I¾s╦Æ\tÂ█Ëí%¢"
  b"\x01É┐\x05Jks?ûß]~\x1A8JO"
  b"\x01É┐\x05JÛroóc¼4\vþ=Ñ"
  b"\x01É┐\x05KZr3ä=\x16░Õ·rØ"
  b"\x01É┐\x05K╩qãÉ\x1FíªvØÏ┴"
  b"\x01É┐\x05LFsÔƒìx╠Ï═d¼"
  b"\x01É┐\x05LÂp­▒\x17┤╩õ/\x1F["
  b"\x01É┐\x05M8pÁà\x18äö\r|G▒"
  b"\x01É┐\x05M®rªº}<I3\x14\x01â"
  b"\x01É┐\x05N*pAæv¶¬Îä\x13´"
  b"\x01É┐\x05Nºqòó8\x16Ù¢╝å\x03"
  b"\x01É┐\x05O#pÐïÛNZzl(Ï"
  b"\x01É┐\x05OÿrO│\x168\x1F»█sÙ"
  b"""
    \x01É┐\x05P\n
    q@ìævÿ=j)É
    """
  b"""
    \x01É┐\x05P|p╚øÏ_±n\n
    ðp
    """
  b"\x01É┐\x05P´pzØ~>q¼ÊS┌"
  b"\x01É┐\x05Qbpà®!ÌVÃ\x1Eöu"
  b"\x01É┐\x05Q×p3¢\r└Å)¯I\x00"
  b"\x01É┐\x05Q┌siܶʿ=╝╚L"
  b"\x01É┐\x05R\x16q╗¬þÒUÃ\x1A"
  b"\x01É┐\x05RQq¤à\rÇÆö1Åı"
  b"\x01É┐\x05RîrêÀ¯w+ìjêý"
  b"\x01É┐\x05RÃrϼiH8eÇ‗`"
  b"\x01É┐\x05S\x01rÛö╦-)ûU\x15Ò"
  b"\x01É┐\x05S=r|î\x1ENg¢ìã┘"
  b"\x01É┐\x05SDsX©Ïü╝¿ a1"
  b"\x01É┐\x05T¥q┴ü¬_·├Hóª"
  b"\x01É┐\x05V;pÉæÿ╩Èá\x1D@k"
  b"\x01É┐\x05W│r¡¼=┴¢é©\t\x16"
  b"\x01É┐\x05Y,pëÄö«»n\x03kH"
  b"\x01É┐\x05Zºpª£┤x\x01:\x7F\x0F4"
  b"\x01É┐\x05\.p¡«0±ÿÅãÐ\n"
  b"\x01É┐\x05]│p\x00┤ÏÿÆï\x1F"
  b"\x01É┐\x05_+s6ªí╗¹\x03\x19Ío"
  b"\x01É┐\x05`¡ruÜ/ÚGoå┬─"
  b"\x01É┐\x05b*rc¿X¬¦á/\x1A"
  b"\x01É┐\x05cñpѬm ■\x18ØÔß"
  b"\x01É┐\x05e sXïg\x1AÖ`B­º"
  b"\x01É┐\x05f£p\x12ÀvûK╚ýË╦"
  b"\x01É┐\x05h\x1FqVå┼\t°xé³░"
  b"\x01É┐\x05i¬q¢¼:,\x0EU\x18ß¼"
  b"\x01É┐\x05k9r£ç;\x03ÜQ£u\x03"
  b"\x01É┐\x05l╚pªÂ┬èz·E┼·"
  b"\x01É┐\x05nHpZ×\t\x02Às¸"
  b"\x01É┐\x05o╔r\x17ò½÷\x0F\x18åx\x05"
  b"\x01É┐\x05qVqµ¥s└8!Ú╣\x08"
  b"\x01É┐\x05rÏr┴Ñ\x10╗é­\x18q╬"
  b"\x01É┐\x05tZqkûV\x1E╔>█&Ù"
  b"""
    \x01É┐\x05u┌s\x01è\n
    ÝwÖܺ~
    """
  b"\x01É┐\x05wTr¦ê\÷╗\r\x7Fg"
  b"\x01É┐\x05xÞpÔ»Y\x02ör/8ö"
  b"\x01É┐\x05zeq£¿Î¦\x06ãÈ╗þ"
  b"\x01É┐\x05{Þp\x12»$\x18¶╗2gH"
  b"\x01É┐\x05}_p\x1D®!┼Er]Që"
  b"\x01É┐\x05~┌qxÅ│u:®ú\\x18"
  b"\x01É┐\x05Çar±╣┐8o▄§\x17j"
  b"\x01É┐\x05ü┘q\x03ØíH▀·\x06ï¶"
  b"\x01É┐\x05âPsvÉ?³\x10#nÝà"
  b"\x01É┐\x05ä╔sxø \x0F\f¸<O\x14"
  b"\x01É┐\x05åAqb¼\x08ìÂÅ\x1FõÞ"
  b"\x01É┐\x05ç©p¥âRf▓¸íç\x05"
  b"\x01É┐\x05ë>r³¥TÙÀ È.\x1E"
  b"\x01É┐\x05èÂqé╣àdïý\x115\x13"
  b"\x01É┐\x05î=q2î{×┴v,▄ß"
  b"\x01É┐\x05ìÏp¥û╠<´¤ôBO"
  b"\x01É┐\x05ÅhpÁ▒PcUo╔²r"
  b"\x01É┐\x05ÜvpÚÓ░"
  b"\x01É┐\x05£\x04q╠Ábõí8é?9"
  b"\x01É┐\x05Øèp~ç\x13¦\x03├NÔQ"
  b"\x01É┐\x05ƒ\x14s<É94╗ED\x04""
  b"""
    \x01É┐\x05áÑqÈä\x12ùhý\n
    Ll
    """
  b"\x01É┐\x05ó1quتá╠eÎ┬╗"
  b"\x01É┐\x05ú┐sª┐(ç1\x11æ0¼"
  b"\x01É┐\x05ÑDq\x7FÖ÷.+Û\x7FU$"
  b"\x01É┐\x05ª╚r\x03Á>Ü╬\x168L&"
  b"\x01É┐\x05¿kp▓ê"@e║e¤─"
  b"\x01É┐\x05®■pEÁ\x01Ä\x08├ò n"
  b"\x01É┐\x05½Ér3¿¥#\x03v\x19"
  b"""
    \x01É┐\x05¡%sÑï╬~s\n
    fß(
    """
  b"\x01É┐\x05«ÐpyâVÏ\x01\x03ïı\x08"
  b"\x01É┐\x05░xpP░Ò┼µ\x1C¸Èã"
  b"\x01É┐\x05▓&pf¥`ñ±1k\x05<"
  b"\x01É┐\x05│╚q╚Àd═Ssön´"
  b"\x01É┐\x05Áuq┴Ä╚9\x13=V¦Ú"
  b"\x01É┐\x05Á┐sÀ¬q╬MºaéÄ"
  b"\x01É┐\x05À¦r\x12ç'Õ┼»ù{¯"
  b"\x01É┐\x05©Zr¸égsÿ¦P\x1E\x1F"
  b"\x01É┐\x05©ÓpcÑòW1\x11eVC"
  b"\x01É┐\x05╣\sZúP┘Ê\tßAu"
  b"""
    \x01É┐\x05╣▒q\víþCE│Ô\n
    \x12
    """
  b"""
    \x01É┐\x05\x02s+╣"│®\n
    ═Å│
    """
  b"\x01É┐\x05║PpXí╩╝\x1C*\x04"
  b"\x01É┐\x05║ùpaÀ¦\x06\x07▒ËZ;"
  b"\x01É┐\x05║Ùq#»bG)\x0Eó\║"
  b"\x01É┐\x05╗Fs4«¢ÊƒA+W<"
  b"\x01É┐\x05╗ìr|í×F\x17ÝN┤\x1C"
  b"\x01É┐\x05╗┌s\x00à^úÈIÈ\x117"
  b"\x01É┐\x05╝&q×╣Û\x13üôêî\x10"
  b"\x01É┐\x05╝os\rª_Ðîý2Am"
  b"\x01É┐\x05╝»q'│kÎþú(Ýx"
  b"\x01É┐\x05¢\x07qe©LıÜ‗åf¢"
  b"""
    \x01É┐\x05¢Is\x15êèô¢\n
    A‗o
    """
  b"\x01É┐\x05¢èrÒèÁ½4@\v\x0EÄ"
  b"\x01É┐\x05¢╦s\x04ÂSD]¼=\e"
  b"\x01É┐\x05¥\fqÁ░û¢{\x19<ßü"
  b"\x01É┐\x05¥Mqbí^2¯¢Â^Ê"
  b"\x01É┐\x05¥örKÅ\x0Eµ╦}Ô1\r"
  b"\x01É┐\x05¥µr0£!\x07÷>ø­·"
  b"\x01É┐\x05┐:qv®gGNÓØ╠l"
  b"\x01É┐\x05\x7Fs\x1DíÅÈAûÂ\x12<"
  b"\x01É┐\x05┐└s╣▓hõÜo¬Æg"
  b"\x01É┐\x05\x02qµñ;jGòÉIÁ"
  b"\x01É┐\x05\vpKÀé\rA%╦fÎ"
  b"\x01É┐\x05└Pq3▓Ë\x08░º¶╠\x08"
  b"\x01É┐\x05└Ér░à¢Á\x076ù«û"
  b"\x01É┐\x05└ßq´╗┐ăÌÄ\x11÷"
  b"\x01É┐\x05┴#q\x15×Ö§\x08: äÂ"
  b"\x01É┐\x05┴dp┴Ç│¼)GºÄ("
  b"\x01É┐\x05┴Àqó▒DX#\x1C\x08ïm"
  b"\x01É┐\x05┴³p\x1Fƒñ║0Üf4:"
  b"\x01É┐\x05┬EsÆ×ð\x10Íí(╚\x0F"
  b"\x01É┐\x05┬Åsñ│Á\x1F2XÆH\e"
  b"\x01É┐\x05┬┌r■«\e2b\t│┼?"
  b"\x01É┐\x05├"sTÑÖ\x16\x19p?░ï"
  b"\x01É┐\x05├is¹äÞ&J┴\x19U""
  b"\x01É┐\x05├├sÉÖ(Ä¢¹aÖ¨"
  b"\x01É┐\x05\x03qܼ$ÄÆk\x18X("
  b"\x01É┐\x05─AqNú¨Å5^Bþ-"
  b"\x01É┐\x05─}rIÂ▓\x13å\x10Wƒs"
  b"\x01É┐\x05─╗pï£ð«\x15═YÉ^"
  b"\x01É┐\x05─³r û\x06\x16ÔK ╠f"
  b"\x01É┐\x05┼=pıâAqNª\x17¢\x06"
  b"\x01É┐\x05┼}pp©ç«FçZ°;"
  b"\x01É┐\x05┼╝r\x0EÆ┴\x16Ú#|?®"
  b"\x01É┐\x05┼■r;®\rtþú5C╬"
  b"\x01É┐\x05ã>sæ½ñ\x04!o¯ûd"
  b"\x01É┐\x05ã\x7Fr¾ìOF║|QÜ\n"
  b"\x01É┐\x05ã┼r¥ë:ÒvùxÛH"
  b"\x01É┐\x05Ã\vsqÀ\x15¯ EIAa"
  b"\x01É┐\x05ÃSrz¥╩b[ñÕ\x19,"
  b"\x01É┐\x05Ãùr(é"Ï>>\x11«¢"
  b"\x01É┐\x05ÃÈsI¢╠zà┌╠"╩"
  b"\x01É┐\x05\x19qm░▒¥{TM└2"
  b"\x01É┐\x05╚cqýò÷F®▒µ·o"
  b"\x01É┐\x05╚®rlòY9k\x18\x17"
  b"\x01É┐\x05╚ÞppâÏJÆ╩"l■"
  b"\x01É┐\x05╔)qu╝X­\x06è4½Í"
  b"\x01É┐\x05╔jr;»▀\x1A$└l/Ú"
  b"\x01É┐\x05╔¬r+ù5HÓq\x08ûÑ"
  b"\x01É┐\x05╔­p\x14ÇucüüÀÀ·"
  b"""
    \x01É┐\x05╩0p\r┐Ô\n
    º2yB.
    """
  b"\x01É┐\x05╦±s¥¿\fµB╔\x11cJ"
  b"\x01É┐\x05═´qÍÄ\x1Aì╬Ë\x1CıB"
  b"\x01É┐\x05╬1qAÇ\x1C"ÉLS÷M"
  b"\x01É┐\x05╬uq"î¹!╩\x04¹0\x17"
  b"\x01É┐\x05╬~s@ç║‗'¯¾kO"
  b"\x01É┐\x05╬ås;ø\x17õ©▄▀\e\x14"
  b"\x01É┐\x05╬ÄpXï\x1CúH½┐w║"
  b"""
    \x01É┐\x05╬ûr1ÀXı]j┬\n
    é
    """
  b"\x01É┐\x05ð[r┬ù@q\x06Áµ=Q"
  b"\x01É┐\x05ðfs0ë\x1D0`(ì═*"
  b"\x01É┐\x05ðpq¸ÅªÈò'Ø"Ç"
  b"\x01É┐\x05ðys1½░Ñ.¼z▓X"
  b"\x01É┐\x05ðés÷åô\x11│Ð/×U"
  b"\x01É┐\x05ðèr\e╣¨è\ÉKÃ\"
  b"\x01É┐\x05ðôqAÂé╩P(▀4Ø"
  b"\x01É┐\x05ð£sX¼Üâx\x11╔D\x12"
  b"\x01É┐\x05ðñst®LA█ðiB¯"
  b"\x01É┐\x05ð¡pWü█Î┤qèa\x04"
  b"\x01É┐\x05ðÂqÃ╗ñ¬█ªz#7"
  b"\x01É┐\x05ð┐s7╝¸yAv@Ô5"
  b"""
    \x01É┐\x05ð╚s»èË\vE┴\n
    ôÒ
    """
  b"\x01É┐\x05Ð\vr«ºÌ¸3Ä┘´Å"
  b"\x01É┐\x05ËÏr░ë¿¶┘­°±V"
  b"\x01É┐\x05Í\x1Fq\x1Dêm$¢¼ áÖ"
  b"\x01É┐\x05ͤr¯ƒqÒ`©o\x7Fè"
  b"\x01É┐\x05Îép¡░ª│ûf>ıý"
  b"\x01É┐\x06ãKqoÖ\x1D\x19\x07Ï\x12D"
  b"\x01É┐\x08)\vrPìùg·n'\x08\t"
  b"\x01É┐*wýrE¬úÞ╠Ã\x0F¢│"
  b"\x01É┐*w■s═ÄÍÛma\x04+2"
  b"\x01É┐*x\tqƒà ┐\x05├╬%P"
  b"\x01É┐*x\x13p£íƒjFEFçc"
  b"\x01É┐*x%q;à÷ 2\x15ë7ƒ"
  b"\x01É┐*x╔p|ùtÇ╔`Îö╩"
  b"\x01É┐*xÈrÿàá3Я×ı¸"
  b"\x01ɾO{\vqÐó7´╩¥▒\x04C"
  b"\x01ɾO{\x19ryÜÚEÞ²ûb­"
  b"\x01ɾO{&pïø²UXß ïé"
  b"\x01ɾO{4s┌▓8Ðäûr▀ú"
  b"\x01‘zV Cs°¹zÞù\x14ƒú\x11"
  b"\x01æzWÉ┘~0ìA└Pï­ÐÛ"
  b"""
    \x01‘zX{\n
    p…—‘µ\x11†oAƒ
    """
  b"\x01‘zX—Ýt\x7F²àKz*M¶•"
  b"\x01æzY\x1C\x0Fz\x12â»\x18\x07¯ÉZ1"
  b"""
    \x01‘z~\x10(uø’&\n
    tn¥1÷
    """
  b"\x01‘z~Ð wˆ·WW+M\x17¹\x12"
  b"\x01‘z\x7F† w°­ä™º\x04+è&"
  b"\x01‘z“ Ìug½2ÿÕÂ\roq"
  b"\x01æ~\x1E[âtÕä»{Ø#\vå~"
  b"\x01‘~\x1F œs[¾ôñüöFÎè"
  b"\x01‘~\x1Fnkx®„lM·\x0E-[‚"
  b"\x01‘~\x1F¨K\x7Fв''=k{÷Ã"
  b"\x01‘~\x1Fçr{\x14˜ñ~!ÝT\t\x06"
  b"\x01‘…"‘¯qP¢NæUaònë"
  b"\x01‘…#BŸp\x14—÷ÛÆR`\x0Eã"
  b"\x01æà$c6y±¥ØlW*─­ê"
  b"\x01‘…%)/wÑœaÞ«µ‡2š"
  b"\x01‘…&\x1E‡u¤“±¶þ~\x17o\f"
  b"\x01‘ŽØ"{\x7F4šH•˜ó”^\x01"
  b"\x01•´é“¶pI™½¦•TVóF"
  b"\x02­xäÁ©J\x12…výæ´ÅJ}"
  b"\x02Ø×B¹ÌDÒœŠvqW'\x05c"
  b"\x02ý\x0Fƒ-‰F™½\x08­W^•Ÿô"
  b"\x03±w¬Þ\x00J“žÝlàà/,ž"
  b"\x07F}ê\x18rJ›•wæ\x14ú\r"
  b"\x08¢ıOä\vJwï2\x03®¿ÅÖé"
  b"\v\x1F\x00ü<Z@|ƒ`èÙ2W\x1Cû"
  b"""
    \f\x04\x01YI`Ÿ\n
    ÁRžq>\t
    """
  b"""
    \r˜y¨\x04\x11Eé¯Ë\x03\n
    z’àƒ
    """
  b"\x0EÙýwí¨E¿°ªpî¥\x07í\x02"
  b"\x11ö38›\x1CI¦´«Ò\É„[ˆ"
  b"\x12m‰&MþN©ŒßÛ\vgy\x04¾"
  b"\x13\x7F5%\x17╚BóÅ£\òAnO°"
  b"\x15U2‡-]E\t˜°9Hz8ä•"
  b"\x16£Þ¡▓÷LèíÅ\r\x12µqÙ]"
  b"\x16­ektÜMP½ÈéÎîàmÇ"
  b"\x16¿¶2p†Oœ²_Å´\x16¬‚H"
  b"\x17˜—i\x0EúEûµÉ=£•!Å\"
  b"\x18\x17ù??KNm·ðÄ{5\x01"
  b"\x19|\x1F§[¥FQ²¬ÙAë\x13¦œ"
  b"\x1Aá5\x10S¦OkÜÃ\x0FfáÉú¤"
  b"\x1CÜÇç$äK\r‘]#\x14ƒ¼,‚"
  b"\x1E\x1Aå\x1A}áE\x14…܇u‚lÞæ"
  b"!30\x08ÏãH.ˆ•»\x01 œW¢"
  b"!{YlàtH-ŽönE¡\x1E§\x0F"
  b"!¿A\hèOدm¯ÙˆÄ-Y"
  b"!§█░Ù±NUÉ╔ÓÖ¥o8æ"
  b""ˆŽRýoHF³>)AìG\x1D"
  b"#\x07o▄█/L\eüÈ\x01\x08┤Í?╗"
  b"$ƒI”eoAÍ…øµ[\x04j°µ"
  b"%YØn*\x05OÎ╣)t¢/ùh╗"
  b"&$Ÿ\x1C®!Ki¿ê\e\x02øíâ±"
  b")•\x04'U\x11Eþ‚èó¶w‰.]"
  b"*_cWq–Cë¨Ì¹”=,šh"
  b"*à04|¸Gr±®QeN!h="
  b"-v¸g·\x03O¶”ë\x16ÄæßÛG"
  b"1\x04\x10;·íA?üFÝ╩\x10\x01="
  b"""
    3ÄŸ«\n
    ‘H›¸wÒAjZ=†
    """
  b"4»)Ð pB²â\x7F{ÉP&[~"
  b"5*cº!wM…·â\x14ò‚\x19"
  b"6`†sþqAo–+<]¶$öà"
  b"8+ŒvU…C\x08¢8*ýc\x03Ú÷"
  b"8×æÃˆâA\x175—n¹\x0F"
  b";;U░\t0O\tì#\x02┼I.ø\x0F"
  b"=\"nNAIÒí4┼Å╚\x1EÑ¿"
  b"=a6e UN\rŽaÀö(œ\x02"
  b"=Åzþ\x1D¿IÏ▓ÿ¨À¢\x18\x01f"
  b"?\x13á:hàJ“¡c»\v£íñd"
  b"?}šnÖSAX¡È\x17Ñ~5\x1EO"
  b"@£AE}àEš¡’ç´L(Då"
  b"A\x04\x16!\x04\x12E¨çá¼õ\x05ĵü"
  b"A\x16┤╗5ÑBUÉu\x07Ë╔r0\f"
  b"A\x18À™E\x06Dž±$Ü_N°ð¬"
  b"Ai@╔é6Nh¬$▀ìÝ?·´"
  b"\x01;gÖM:’·¢uÚŠôA"
  b"E±U÷–$K˜”\x1F\x00¦h""
  b"\x07\x199\x15C═¼07■Éê2¤"
  b"G«ð#\x05ÄO┌½\x7FÅB×@\f"
  b"H—ñ‚QáE\x01šÓÍÚHBky"
  b"HÓ„ÞΰK®»6ø–½¯¯\x1D"
  b"I5¡o{\x0EE|˜ ,\x117ßæ”"
  b"I¿Ò\x07ùûOë®^n$¼\v‰£"
  b"Kig·X&J\x1Dº§\x046°†ßÜ"
  b"MCG-ÛtIŸŒU]p£,]¬"
  b"Mt\x1AÃ┤╬I««Øy╝┌ô7\x13"
  b"N¢╩Ñ?\vF#ì\x06\x02¢÷«Ö▄"
  b"""
    P\x17\x7FqGY´hÉ\n
    \x1Dã>Ë
    """
  b"P±ÓB7ñHašd³dœ&Û\e"
  b"Qs$5\x04ÜI“¤4\x10p­š\x15\x02"
  b"QäR\x1C‘‚I…ŒÀ»âódˆd"
  b"R­R¡·›NÛ²©ŠhQDÈI"
  b"""
    SYË\n
    ±Å@ÍÖõUîy¦ ]
    """
  b"SÕ†\x08G2N¦‡Kø\–ãu·"
  b"T\x14v’ËûCAšm\x11âl­DÜ"
  b"T\x1F×2éQM(ôìÒ\x16+©┘&"
  b"Up7+?»@щ_\x05{>Ì„G"
  b"UÛ|]®=LËŽ$†[Ã)-ƒ"
  b"\x04ZLbFß”@\x04\x7FI_\x06\r"
  b"W8³X╩«@ƒöƒ%Èì1ÛË"
  b"XÁ¡rT M┌ï▒BÖsì¹Æ"
  b"Z@j«êÆE5ù)üt×╔ú{"
  b"ZOŠ[4nG9‹qa)[j×\e"
  b"\t░¢\x19╩D═Øâ§âf‗&f"
  b"""
    \“´VÜÀC\n
    £\x1DñÏ7i\r{
    """
  b"\f\x7FiwO\x17§y¾R\x1D›°e"
  b"_œ/»ÀÔAá°à d?ε2"
  b"`–Ð2$$FD£ªû~• ßî"
  b"b•f\x03](M®•Zîò/&ÔV"
  b"c¼3SÕmJ$çyÉÞºÇ╔f"
  b"cõ/³znCÖšI$1³zþ\x0F"
  b"dB┴┬ ²GøüfÍú-+èV"
  b"eØþ\e)ÑKûïoX;2eÃ┼"
  b"""
    g!b\n
    ÅÑC ŸT\x0E\x1D\x1D\x0F\x08d
    """
  b"\rD*lH¬Š-èÈxÖ\eˆ"
  b"iíõü^\x00JÝé\x07ø}█G¡q"
  b"kè>wTÖOà \x19Kª1n\x13"
  b"lz4Ò¿ðEƆè*};ª¥Ú"
  b"\x00íu¹D¯‘ÿyº,!,_"
  b"m'ì7YÅIúúèßDÙ]D"
  b"o~\x1E„hqLÐ…\x07ÎWî\x16\x06T"
  b"o‹õ!Ì9Kƒ±Žø%ßY¦F"
  b"oÊ┌┐üä@ÄÑ,\x14Yx\x1D?g"
  b"p!f+ÉÆCŒ”gšJÜ\x15¯¹"
  b"p¨ƒ€yûC5‘$„1ƒ)*\x1A"
  b"\x05sL,B┴ïvÔÑ_¥Å3"
  b"q3Rü\x18PGç¸ØÜË…ñ\x00"
  b"q┘ì«?¾M\tÄ\x18´o:^F¾"
  b"""
    v…\f­^\n
    K–†¶Ä•´™Æ\x10
    """
  b"w(C?Ø\x15N▄║â╝QÃ)¢n"
  b"x\x19’ÀiÒLΠՕ‚Mkn\v"
  b"ynªOì¹yKÓ\x1EL\x15~"
  b"zªûx÷,J,…IÔåϺ(_"
  b"{^ÌUÙLI¸®ÖÝ\x19Tþ­ƒ"
  b"|\x03\f╠GaAµûßZÔ~ì\x13º"
  b"|‗#¡ÅeMàèðÛæ┤À▒ÿ"
  b"|þ£½¸HMU¬\x06í1\x15™¢Ë"
  b"}'›\v.nGÞ¦µ>b#¸'Ý"
  b"~ a¦ƒ²F^ŽÏ8²ªJq×"
  b"~ƒÎ¨j¹K<˜Ã\x1Aœó­ÊÅ"
  b"\x7FÌ¢'ØÒN'Ç╚¢;ø[ÍM"
  b"\x7F▀MÓ5òOxÅÔ`Ø\tÞ\eù"
  b"€;~¸p\x1AF‰—'*8\x1A‡¶ã"
  b"""
    ü\n
    2NÕÅH.ü´+\x105o@ä
    """
  b"üÑ.D)yB3Æ╗ô©ÆÒ :"
  b"ü®Ú\x01+½M\eöðã䤿░\f"
  b"üÈF®q?D\rêó»gÂÐ9ô"
  b"é¬ë¡½┘IßÅÃ5\x07\x7F="
  b"éı=Þf©N├ÉÅ®·=²Ó¦"
  b"ƒßw\x7FxoKE¥)4wfÿ'Í"
  b"„OÓ\x1EÞ¥BɲƒšßOÀ—U"
  b"…H¹v‚\x1CHì»ÍÖ²[:êœ"
  b"…Þ•M\x13ÅB šk,[›d(¹"
  b"‡`×Uj<L?£Í°æ‡ë\x16É"
  b"ê÷0\x1D£\x12LºØ\x02OCB\v"
  b"‹a?Ï–\x10Oú‹•ëçæ-Ç~"
  b"Œ‹\f“¸~KZ©\x18Õ\x00Û/‘e"
  b"ìç¬\x01KûO═á#\x00\x1AV4<­"
  b"ŽÍ\e¬X\x19C(¸1ÍvšÙ’‡"
  b"É.\x04I╠■Cy¡CêPi╩ùk"
  b"Éß3ôð\x18Jlñûÿ2\ez1Á"
  b"‘Ç\x04óè2Iœ¨\x06\x08¹„ë$8"
  b"’ÀÙ¥X\x02JlŒRáH5\x1F\x120"
  b"“;ò\x08¢ŽM)ˆº\x01ß\f)QU"
  b"û¥╚y\vP@*│<ùÿØ▒úÜ"
  b"–Ê¡Lâ\x01MÔ•Òk=•ÿ\x06J"
  b"ùýD<ÕxB«Äs█ÁjTØõ"
  b"˜HÑD2æM?šàÖ\x15þŽ´a"
  b"Ö*╠V┐\x1DN\x1AìZ\x10\x05þèT\x19"
  b"ø└Æû·\x17FÁÑ:ÅäTôóî"
  b"›Ø¬ …\x07J…“D\x00)\v”Ðg"
  b"œ>í\x05Ë(I;§bš¦¸Zí>"
  b"Ø}¾nAcLZѧÁ­┬øÕ\x1E"
  b"ØÅïéâ!B¦Ä¦~\x05²ó├▓"
  b"ئ\x1CÐk─N╬¿ôb¿÷ùA|"
  b"ž\x1E‡ñ1YKÙ¼ŒÐ±ëŽ„Æ"
  b"ƒcF:q▄L¯ƒìqPj7ø\x00"
  b"ƒÑùP²DA7É¡z▓ü6"¿"
  b"ñ\x0E\x1A\x15@9Çý"[`Wb\x13"
  b"¤m\x042R&@¨¾¹f þ8,ê"
  b"ñ˧┴ 0NĽ0╬ØøÙ\x08Í"
  b"¥/—\x00myCé‚aWyŽ1kV"
  b"¥½é?,\x0FFï®ä¸þA\x00§Ó"
  b"º\x1F║ñ\x18ÊD\x14îAüÛë`ıë"
  b"§z§\x05y!B\x04§Nqn¯\Ú»"
  b"§×eC\x15\x12EL¡îj‰AÁÄ\x01"
  b"«Äßµ‚¸G‰—öZ!\x1D²ñ\"
  b"­S]\vHœFýº¡[ë3íg¬"
  b"¡ùhU<ËF:▓Ã\x19Jµü;Ó"
  b"¯Znا“ML²_µcr‹Ò>"
  b"°n¬\e\x7FÈCYŒ4)fŠ£Í "
  b"""
    ░¢øQjÖA▀ì&è\n
    õ[3G
    """
  b"³å_``\v@€”jJwa¼%©"
  b"µ"iä%›D?‘­BÈ#^Vú"
  b"ÂíqÑm\x1AJ¢ÁPØAnÆ,e"
  b"""
    ¸tSŠ\x1DGK8¿\x16\n
    Q7=Hy
    """
  b"º\x07NÒ†ÒDè’¼¶„ŒÏI\"
  b"""
    ╝ãíÄ\x10\n
    BÌáy▒úÅ\x01qT
    """
  b"½jhó\x11ÓI\x15³5’i’Çú3"
  b"½ÌÞtˆ8DèËÀá¨s\x02>"
  b"À'a\x15²ÖOÅ¥ÿÂŽ¦\x19"
  b"Á\x0FQ-·3A\‘oÌÈ\x05!~›"
  b"Â\x19‡®æ(F¼…÷\r‚¿\x06"
  b"\x0EÚ╩\x0EUB░üÐ┼ Ur\x1Fr"
  b"Äì\Ø©\x1CI1»Õ9Ç\x00ö!š"
  b"ÆÌ­t9ÜAû«åÊ\x1E;‹ÎÝ"
  b"╚%ü\x05Y╗B¢│\x1A\rõÎ9"
  b"╚3V\fS0Kiül┼­=°%╗"
  b"Ê;u^ÖÝE\x00ªw\x0FbÓÂB\x17"
  b"ËíóöôWFnж\v\x16˜j^n"
  b"ÌÝ„ì"xF–•Ø#Ò,\x04X:"
  b"ÍE:Šf0JØ›¬6»¶,‘Š"
  b"╬%░ÙeýB\x06©èÙ3+ØÃ┘"
  b"ð▓ÛYZ\tBÊØ0╚\x03´\e┘╗"
  b"Óú£h\tuIÌ‘$ÕFßæ7m"
  b"Õ\vË—0"C\x17½r°+\x12Vöü"
  b"Õ±òd«öG\x1C¡\x1Dãö³e[¥"
  b"Í1ÖLàıI,Á\x1Dè■þßnü"
  b"Ö™UNµ×E\x10œzŒZÉ|šû"
  b"Öá\x00\x16@H‰\x16Â'Üõ8""
  b"×,\tœ˜>Oè–\x1C~\x11Qò*#"
  b"ÎQ̪¹õBüØÑüÓ\x1CFSå"
  b"ÎTù`¥\x0E@ê¿÷┐üá­Í\t"
  b"×Á2:GÒM šKN×S-\x1DË"
  b"┘Ô »▓üMI¼╩ü\x1E\x08╦·■"
  b"ÛAb,á4G•ƒV\x02\x1Dñ9þ\x16"
  b"ÛC3ß\x05ÂM”—ó\x11p1­\l"
  b"ÛvÇÛ}‚J@Ÿ~ÑTÐó\t«"
  b"Û†*j\tPIU½\x02Õ°e\x10*1"
  b"█│£Â&ñOí¼ìî;hT¼\x12"
  b"Û¶5-ž®D\x06•X\rïðºE{"
  b"Þdh\x1CÙ:H«¹!Øcâ«:%"
  b"Ìs╗É▄▀H\x13£ã°\íªØ;"
  b"Þ¼¢j\˜@6“7¶Ôj ̲"
  b"Þú\x003Ó”B­†Á]ƒõªs“"
  b"ß\x06TBûpOä€À<oñtƉ"
  b"ߣÌ\x1Eùó@…¶\eÐ5Q@¤3"
  b"á\x1AÔ³\£N˃դ“yÿÏL"
  b"ãŽ\x03S\x18ÊO\x10…œ\x16\x7F\x11Î-â"
  b"ä³\x01lÄÐE\t¶¼I¼ð;TÖ"
  b"æ(§%óùMÀ¨6qO\x11e’\x13"
  b"ç\x01¤\x1D¥<J—“¿&\vÁŒ?\f"
  b"þ┐L┘│\x13JõæÃè°Å$═¾"
  b"ÞZf_¹HJDÉ\x11¡‗a¨\x7Fj"
  b"ÚÊͱ[Å@÷┤]Ͳ║âܧ"
  b"Û\x1Fâ\x04rÉC═À]c▄xßy'"
  b"êQž¯Ôó@1¼AâZ–v\x19»"
  b"ê¢äa½ÄHl¿@O2©o¿P"
  b"êÔo`\x1F·I[¥\x04Ýh£ã\x0Fx"
  b"ìðŒ\tZkAµ«ŽØ\x05n\x17Áa"
  b"Ý~l'\x12ÅNiº\x7Fo\x17¬ç°C"
  b"Ý└╔K\x03ÉFÖä\x11hiJ╬ä\x03"
  b"íÓ\x1E÷\x06\x10Jr§i\er\x7Fß'["
  b"E/èL/­\e8¹@µ\x172"
  b"ó\têÕÒT@J¿ƒ™½’\x7F`™"
  b"ô\x0Eƒ·Ô:Aç·Z\eêg\x06\x0E\x14"
  b"""
    ô\x12\x15©\x0EüOw¢Ÿ¹\n
    \x01Hb"
    """
  b"¶Áäì¢ÆA_óôZNSÇÇ;"
  b"õCË m£Kk“ÿÒú \fì#"
  b"õpÂèõtO—¼Ëj\x16ÁÁ\x18"
  b"öRœÁ0|Gc£å\x12\x14é\x0Fûo"
  b"°xÛJ¨²C└ì~ó ]5*▄"
  b"ù½\r”††OÄ™mWìI§„×"
  b"¨╠BÅD═I.®┴▓\x12.[\x03ï"
  b"ùýü㩳H]»„ïÚ ]‰ä"
  b"·Fí«µpLòØ╣ÈÐW*\x1Ex"
  b"ûXÄ\x04éðF_¤P\eËMšé\x14"
  b"¹h┘2w\x01@\r│¡ç\x14■ìip"
  b"ûÆ\x02çà£Jt›\v1ÚÒ\x13é\x19"
  b"û×¥\x0E”ëGKš‚\x1F©òå§½"
  b"ûð®Î³¿B\x13ˆ«$1ÙN¼Ö"
  b"³/7ûwßB\x12ç+×o\x05ì2À"
  b"ý–†àœâJ\x19°uí¹5(^Ê"
  b"ýêHêR­A[‘…\v\e\x00ý=º"
  b" uìH╩ÿOIª\x0E¢ü¾Ý­«"
]
93 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
]
94 0.03 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:
[]
95 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:
[]
96 0.03 ms
SELECT `name`, `path`, `author`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
97 0.03 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:
[]
98 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"
]
99 0.41 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"
]
100 0.04 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:
[]
101 0.02 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
102 0.02 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters:
[
  b"íç/pšHK[Š“Oîn$\x1A_"
]
103 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½Èí"
]
104 0.03 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
105 0.02 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
106 0.01 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
107 0.03 ms
SELECT translation_key, value FROM snippet WHERE snippet_set_id = ?
Parameters:
[
  b"íç/pšHK[Š“Oîn$\x1A_"
]
108 0.08 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"f»~\x14#ðF\x06¨C–96Ó#Í"
  b"\x03‡[½‹TB\x08¥Lµ\x047ä-“"
]
109 2.05 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/03875bbd8b544208a54cb50437e42d93"
  "/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/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/e3288045328d4c08a0cb8920f89c402a"
  "/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/005eaca5e6e341859b0866a3218daddb"
  "/detail/01918f23421c7224a517698555a3cbb6"
  "/detail/01918f2586fd71578f65ce35e3c2d586"
  "/detail/01918f4ffc567316a504264233f2d4ff"
  "/detail/01918f50abe4722a842e7eb3eefd7197"
  "/detail/01918f5185bc73ed8f80e9d826ab1194"
  "/detail/01918f545c0670b6b3853e24b9cd0ef5"
  "/detail/01918f554c0d701aa65b26c97587e22d"
  "/detail/01918f55e6c673159cba03398f0b7c1c"
  "/detail/01918f22900d72459d6e427cab2115c5"
  "/detail/01918f24d57772ee9f2d908bd938d089"
  "/detail/01918f465f437264b5189d4a5032e3fe"
  "/detail/01918f49b1697372b8aa4e4adab4bafb"
  "/detail/01918f4a4db9716fbcbe17decc1f9d09"
  "/detail/01918f4aa48b7337ba3d45483c8f5495"
  "/detail/01918f4b2467706ea1bc246efb3c4e00"
  "/detail/01918f4bdad6711795049a70720f346a"
  "/detail/01918f10477c72378211b85288d8fa18"
  "/detail/01918f19597971ad8ddd4e4df21ec244"
  "/detail/01918f1a0fab73deb011b5a72df3b975"
  "/detail/01918f1b0ece731181070dc675868991"
  "/detail/01918f1b9840709c903e549ad7ec0a55"
  "/detail/01918f1c11cd72449df4b46632113ede"
  "/detail/01918f1c79777372bbe6c2154bd7ed23"
  "/navigation/3443b791bf4d44148cb7774704ce3ec7"
  "/navigation/561543341c1a482c9ba6dd9e2bb94570"
  "/navigation/743f0d2271ab4a6780b79087764f5ea7"
  "/navigation/1faa477bdf884cb688d5439460d5943f"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"inÚ´\tª@\x0EŸvéTq½Èí"
]
110 0.08 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~"
]
111 0.05 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.