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

Query Metrics

110 Database Queries
84 Different statements
76.95 ms Query time

Queries

Group similar statements

# Time Info
1 3.90 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
2 2.46 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.08 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.09 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.06 ms
SELECT CONCAT(TRIM(TRAILING '/' FROM domain.url), '/') `key`, CONCAT(TRIM(TRAILING '/' FROM domain.url), '/') url, LOWER(HEX(domain.id)) id, LOWER(HEX(sales_channel.id)) salesChannelId, LOWER(HEX(sales_channel.type_id)) typeId, LOWER(HEX(domain.snippet_set_id)) snippetSetId, LOWER(HEX(domain.currency_id)) currencyId, LOWER(HEX(domain.language_id)) languageId, LOWER(HEX(theme.id)) themeId, sales_channel.maintenance maintenance, sales_channel.maintenance_ip_whitelist maintenanceIpWhitelist, snippet_set.iso AS locale, theme.technical_name AS themeName, parentTheme.technical_name AS parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain.sales_channel_id = sales_channel.id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel.id = theme_sales_channel.sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set.id = domain.snippet_set_id LEFT JOIN theme theme ON theme_sales_channel.theme_id = theme.id LEFT JOIN theme parentTheme ON theme.parent_theme_id = parentTheme.id WHERE (sales_channel.type_id = UNHEX(?)) AND (sales_channel.active)
Parameters:
[
  "8a243080f92e4c719546314b577cf82b"
]
6 0.39 ms
# seo-url::resolve
SELECT id, path_info pathInfo, is_canonical isCanonical, sales_channel_id salesChannelId FROM seo_url WHERE (language_id = ?) AND ((sales_channel_id = ? OR sales_channel_id IS NULL)) AND (seo_path_info = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"inÚ´\tª@\x0EŸvéTq½Èí"
  "Bekleidung/Herrenbekleidung/Hemden-T-Shirts/"
]
7 0.07 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[]
8 0.09 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"inÚ´\tª@\x0EŸvéTq½Èí"
  "RNKQg6eGHUalGHrpRtsM6j2UhidBCpDf"
]
9 0.03 ms
# context-factory::base-context

        SELECT
          sales_channel.id AS sales_channel_id,
          sales_channel.language_id AS sales_channel_default_language_id,
          sales_channel.currency_id AS sales_channel_currency_id,
          currency.factor AS sales_channel_currency_factor,
          GROUP_CONCAT(LOWER(HEX(sales_channel_language.language_id))) AS sales_channel_language_ids
        FROM sales_channel
            INNER JOIN currency
                ON sales_channel.currency_id = currency.id
            LEFT JOIN sales_channel_language
                ON sales_channel_language.sales_channel_id = sales_channel.id
        WHERE sales_channel.id = ?
        GROUP BY sales_channel.id, sales_channel.language_id, sales_channel.currency_id, currency.factor
Parameters:
[
  b"inÚ´\tª@\x0EŸvéTq½Èí"
]
10 0.14 ms
# base-context-factory::sales-channel::read
SELECT `sales_channel`.`id` AS `sales_channel.id`, `sales_channel`.`type_id` AS `sales_channel.typeId`, `sales_channel`.`language_id` AS `sales_channel.languageId`, `sales_channel`.`customer_group_id` AS `sales_channel.customerGroupId`, `sales_channel`.`currency_id` AS `sales_channel.currencyId`, `sales_channel`.`payment_method_id` AS `sales_channel.paymentMethodId`, `sales_channel`.`shipping_method_id` AS `sales_channel.shippingMethodId`, `sales_channel`.`country_id` AS `sales_channel.countryId`, `sales_channel`.`analytics_id` AS `sales_channel.analyticsId`, `sales_channel`.`navigation_category_id` AS `sales_channel.navigationCategoryId`, `sales_channel`.`navigation_category_version_id` AS `sales_channel.navigationCategoryVersionId`, `sales_channel`.`navigation_category_depth` AS `sales_channel.navigationCategoryDepth`, `sales_channel`.`footer_category_id` AS `sales_channel.footerCategoryId`, `sales_channel`.`footer_category_version_id` AS `sales_channel.footerCategoryVersionId`, `sales_channel`.`service_category_id` AS `sales_channel.serviceCategoryId`, `sales_channel`.`service_category_version_id` AS `sales_channel.serviceCategoryVersionId`, `sales_channel`.`mail_header_footer_id` AS `sales_channel.mailHeaderFooterId`, `sales_channel`.`hreflang_default_domain_id` AS `sales_channel.hreflangDefaultDomainId`, `sales_channel`.`short_name` AS `sales_channel.shortName`, `sales_channel`.`tax_calculation_type` AS `sales_channel.taxCalculationType`, `sales_channel`.`access_key` AS `sales_channel.accessKey`, `sales_channel`.`configuration` AS `sales_channel.configuration`, `sales_channel`.`active` AS `sales_channel.active`, `sales_channel`.`hreflang_active` AS `sales_channel.hreflangActive`, `sales_channel`.`maintenance` AS `sales_channel.maintenance`, `sales_channel`.`maintenance_ip_whitelist` AS `sales_channel.maintenanceIpWhitelist`, `sales_channel`.`payment_method_ids` AS `sales_channel.paymentMethodIds`, `sales_channel`.`home_cms_page_id` AS `sales_channel.homeCmsPageId`, `sales_channel`.`home_cms_page_version_id` AS `sales_channel.homeCmsPageVersionId`, `sales_channel.analytics`.`id` AS `sales_channel.analytics.id`, `sales_channel.analytics`.`tracking_id` AS `sales_channel.analytics.trackingId`, `sales_channel.analytics`.`active` AS `sales_channel.analytics.active`, `sales_channel.analytics`.`track_orders` AS `sales_channel.analytics.trackOrders`, `sales_channel.analytics`.`anonymize_ip` AS `sales_channel.analytics.anonymizeIp`, `sales_channel.analytics`.`created_at` AS `sales_channel.analytics.createdAt`, `sales_channel.analytics`.`updated_at` AS `sales_channel.analytics.updatedAt`, `sales_channel`.`created_at` AS `sales_channel.createdAt`, `sales_channel`.`updated_at` AS `sales_channel.updatedAt`, `sales_channel.currency`.`id` AS `sales_channel.currency.id`, `sales_channel.currency`.`factor` AS `sales_channel.currency.factor`, `sales_channel.currency`.`symbol` AS `sales_channel.currency.symbol`, `sales_channel.currency`.`iso_code` AS `sales_channel.currency.isoCode`, `sales_channel.currency`.`position` AS `sales_channel.currency.position`, `sales_channel.currency`.`tax_free_from` AS `sales_channel.currency.taxFreeFrom`, `sales_channel.currency`.`item_rounding` AS `sales_channel.currency.itemRounding`, `sales_channel.currency`.`total_rounding` AS `sales_channel.currency.totalRounding`, `sales_channel.currency`.`created_at` AS `sales_channel.currency.createdAt`, `sales_channel.currency`.`updated_at` AS `sales_channel.currency.updatedAt`, `sales_channel.currency.translation.shortName`, COALESCE(`sales_channel.currency.translation.shortName`,`sales_channel.currency.translation.shortName`) AS `sales_channel.currency.shortName`, `sales_channel.currency.translation.name`, COALESCE(`sales_channel.currency.translation.name`,`sales_channel.currency.translation.name`) AS `sales_channel.currency.name`, `sales_channel.currency.translation.customFields`, COALESCE(`sales_channel.currency.translation.customFields`,`sales_channel.currency.translation.customFields`) AS `sales_channel.currency.customFields`, `sales_channel.currency.translation.createdAt`, `sales_channel.currency.translation.updatedAt`, `sales_channel.currency.translation.currencyId`, `sales_channel.currency.translation.languageId`, `sales_channel.translation.name`, COALESCE(`sales_channel.translation.name`,`sales_channel.translation.name`) AS `sales_channel.name`, `sales_channel.translation.homeSlotConfig`, COALESCE(`sales_channel.translation.homeSlotConfig`,`sales_channel.translation.homeSlotConfig`) AS `sales_channel.homeSlotConfig`, `sales_channel.translation.homeEnabled`, COALESCE(`sales_channel.translation.homeEnabled`,`sales_channel.translation.homeEnabled`) AS `sales_channel.homeEnabled`, `sales_channel.translation.homeName`, COALESCE(`sales_channel.translation.homeName`,`sales_channel.translation.homeName`) AS `sales_channel.homeName`, `sales_channel.translation.homeMetaTitle`, COALESCE(`sales_channel.translation.homeMetaTitle`,`sales_channel.translation.homeMetaTitle`) AS `sales_channel.homeMetaTitle`, `sales_channel.translation.homeMetaDescription`, COALESCE(`sales_channel.translation.homeMetaDescription`,`sales_channel.translation.homeMetaDescription`) AS `sales_channel.homeMetaDescription`, `sales_channel.translation.homeKeywords`, COALESCE(`sales_channel.translation.homeKeywords`,`sales_channel.translation.homeKeywords`) AS `sales_channel.homeKeywords`, `sales_channel.translation.customFields`, COALESCE(`sales_channel.translation.customFields`,`sales_channel.translation.customFields`) AS `sales_channel.customFields`, `sales_channel.translation.createdAt`, `sales_channel.translation.updatedAt`, `sales_channel.translation.salesChannelId`, `sales_channel.translation.languageId` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation`.sales_channel_id, `sales_channel.translation`.name AS `sales_channel.translation.name`, `sales_channel.translation`.home_slot_config AS `sales_channel.translation.homeSlotConfig`, `sales_channel.translation`.home_enabled AS `sales_channel.translation.homeEnabled`, `sales_channel.translation`.home_name AS `sales_channel.translation.homeName`, `sales_channel.translation`.home_meta_title AS `sales_channel.translation.homeMetaTitle`, `sales_channel.translation`.home_meta_description AS `sales_channel.translation.homeMetaDescription`, `sales_channel.translation`.home_keywords AS `sales_channel.translation.homeKeywords`, `sales_channel.translation`.custom_fields AS `sales_channel.translation.customFields`, `sales_channel.translation`.created_at AS `sales_channel.translation.createdAt`, `sales_channel.translation`.updated_at AS `sales_channel.translation.updatedAt`, `sales_channel.translation`.sales_channel_id AS `sales_channel.translation.salesChannelId`, `sales_channel.translation`.language_id AS `sales_channel.translation.languageId` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation`.language_id = ?) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation`.`sales_channel_id` = `sales_channel`.`id` LEFT JOIN `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel`.`analytics_id` = `sales_channel.analytics`.`id` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel`.`currency_id` = `sales_channel.currency`.`id` LEFT JOIN (SELECT `sales_channel.currency.translation`.currency_id, `sales_channel.currency.translation`.short_name AS `sales_channel.currency.translation.shortName`, `sales_channel.currency.translation`.name AS `sales_channel.currency.translation.name`, `sales_channel.currency.translation`.custom_fields AS `sales_channel.currency.translation.customFields`, `sales_channel.currency.translation`.created_at AS `sales_channel.currency.translation.createdAt`, `sales_channel.currency.translation`.updated_at AS `sales_channel.currency.translation.updatedAt`, `sales_channel.currency.translation`.currency_id AS `sales_channel.currency.translation.currencyId`, `sales_channel.currency.translation`.language_id AS `sales_channel.currency.translation.languageId` FROM `currency_translation` `sales_channel.currency.translation` WHERE `sales_channel.currency.translation`.language_id = ?) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation`.`currency_id` = `sales_channel.currency`.`id` WHERE `sales_channel`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"inÚ´\tª@\x0EŸvéTq½Èí"
]
11 0.09 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.06 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.22 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.07 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.06 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.08 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.13 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.13 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.07 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.47 ms
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE ?
Parameters:
[
  "payload"
]
21 0.03 ms
#cart-persister::load
                SELECT `cart`.`cart` AS payload, `cart`.`rule_ids`, 0 AS `compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "RNKQg6eGHUalGHrpRtsM6j2UhidBCpDf"
]
22 0.09 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.08 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.11 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.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:
[]
26 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:
[]
27 0.07 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.16 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.04 ms
SELECT LOWER(HEX(`script`.`app_id`)) AS `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
30 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:
[]
31 0.12 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.07 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.08 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.07 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.26 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.06 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
37 0.08 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.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`.`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.08 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.05 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.09 ms
# header::navigation::read
SELECT `category`.`id` AS `category.id`, `category`.`version_id` AS `category.versionId`, `category`.`parent_id` AS `category.parentId`, `category`.`parent_version_id` AS `category.parentVersionId`, `category`.`after_category_id` AS `category.afterCategoryId`, `category`.`after_category_version_id` AS `category.afterCategoryVersionId`, `category`.`media_id` AS `category.mediaId`, `category`.`display_nested_products` AS `category.displayNestedProducts`, `category`.`auto_increment` AS `category.autoIncrement`, `category`.`level` AS `category.level`, `category`.`path` AS `category.path`, `category`.`child_count` AS `category.childCount`, `category`.`type` AS `category.type`, `category`.`product_assignment_type` AS `category.productAssignmentType`, `category`.`visible` AS `category.visible`, `category`.`active` AS `category.active`, `category`.`cms_page_id` AS `category.cmsPageId`, `category`.`cms_page_version_id` AS `category.cmsPageVersionId`, `category`.`product_stream_id` AS `category.productStreamId`, `category`.`custom_entity_type_id` AS `category.customEntityTypeId`, `category`.`created_at` AS `category.createdAt`, `category`.`updated_at` AS `category.updatedAt`, `category.media`.`id` AS `category.media.id`, `category.media`.`user_id` AS `category.media.userId`, `category.media`.`media_folder_id` AS `category.media.mediaFolderId`, `category.media`.`mime_type` AS `category.media.mimeType`, `category.media`.`file_extension` AS `category.media.fileExtension`, `category.media`.`uploaded_at` AS `category.media.uploadedAt`, `category.media`.`file_name` AS `category.media.fileName`, `category.media`.`file_size` AS `category.media.fileSize`, `category.media`.`media_type` AS `category.media.mediaTypeRaw`, `category.media`.`meta_data` AS `category.media.metaData`, `category.media`.`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.04 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.09 ms
# header::navigation::read
SELECT `category`.`id` AS `category.id`, `category`.`version_id` AS `category.versionId`, `category`.`parent_id` AS `category.parentId`, `category`.`parent_version_id` AS `category.parentVersionId`, `category`.`after_category_id` AS `category.afterCategoryId`, `category`.`after_category_version_id` AS `category.afterCategoryVersionId`, `category`.`media_id` AS `category.mediaId`, `category`.`display_nested_products` AS `category.displayNestedProducts`, `category`.`auto_increment` AS `category.autoIncrement`, `category`.`level` AS `category.level`, `category`.`path` AS `category.path`, `category`.`child_count` AS `category.childCount`, `category`.`type` AS `category.type`, `category`.`product_assignment_type` AS `category.productAssignmentType`, `category`.`visible` AS `category.visible`, `category`.`active` AS `category.active`, `category`.`cms_page_id` AS `category.cmsPageId`, `category`.`cms_page_version_id` AS `category.cmsPageVersionId`, `category`.`product_stream_id` AS `category.productStreamId`, `category`.`custom_entity_type_id` AS `category.customEntityTypeId`, `category`.`created_at` AS `category.createdAt`, `category`.`updated_at` AS `category.updatedAt`, `category.media`.`id` AS `category.media.id`, `category.media`.`user_id` AS `category.media.userId`, `category.media`.`media_folder_id` AS `category.media.mediaFolderId`, `category.media`.`mime_type` AS `category.media.mimeType`, `category.media`.`file_extension` AS `category.media.fileExtension`, `category.media`.`uploaded_at` AS `category.media.uploadedAt`, `category.media`.`file_name` AS `category.media.fileName`, `category.media`.`file_size` AS `category.media.fileSize`, `category.media`.`media_type` AS `category.media.mediaTypeRaw`, `category.media`.`meta_data` AS `category.media.metaData`, `category.media`.`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.04 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.14 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.07 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.09 ms
# header::navigation::read
SELECT `category`.`id` AS `category.id`, `category`.`version_id` AS `category.versionId`, `category`.`parent_id` AS `category.parentId`, `category`.`parent_version_id` AS `category.parentVersionId`, `category`.`after_category_id` AS `category.afterCategoryId`, `category`.`after_category_version_id` AS `category.afterCategoryVersionId`, `category`.`media_id` AS `category.mediaId`, `category`.`display_nested_products` AS `category.displayNestedProducts`, `category`.`auto_increment` AS `category.autoIncrement`, `category`.`level` AS `category.level`, `category`.`path` AS `category.path`, `category`.`child_count` AS `category.childCount`, `category`.`type` AS `category.type`, `category`.`product_assignment_type` AS `category.productAssignmentType`, `category`.`visible` AS `category.visible`, `category`.`active` AS `category.active`, `category`.`cms_page_id` AS `category.cmsPageId`, `category`.`cms_page_version_id` AS `category.cmsPageVersionId`, `category`.`product_stream_id` AS `category.productStreamId`, `category`.`custom_entity_type_id` AS `category.customEntityTypeId`, `category`.`created_at` AS `category.createdAt`, `category`.`updated_at` AS `category.updatedAt`, `category.media`.`id` AS `category.media.id`, `category.media`.`user_id` AS `category.media.userId`, `category.media`.`media_folder_id` AS `category.media.mediaFolderId`, `category.media`.`mime_type` AS `category.media.mimeType`, `category.media`.`file_extension` AS `category.media.fileExtension`, `category.media`.`uploaded_at` AS `category.media.uploadedAt`, `category.media`.`file_name` AS `category.media.fileName`, `category.media`.`file_size` AS `category.media.fileSize`, `category.media`.`media_type` AS `category.media.mediaTypeRaw`, `category.media`.`meta_data` AS `category.media.metaData`, `category.media`.`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.32 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"Á¥æ¶ªüLëì‗oË\x01Ö!É"
  b"Á¥æ¶ªüLëì‗oË\x01Ö!É"
  b"¤èœ¬§¹Mרû/þTâàð"
]
50 0.84 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"Á¥æ¶ªüLëì‗oË\x01Ö!É"
  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.10 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.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
]
54 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:
[]
55 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:
[]
56 0.04 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.08 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.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
]
59 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:
[]
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.74 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"Á¥æ¶ªüLëì‗oË\x01Ö!É"
]
62 0.05 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.07 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.06 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.05 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.03 ms
# product-listing::load-sortings::search-ids
SELECT `product_sorting`.`id` FROM `product_sorting` WHERE (`product_sorting`.`active` = ?) ORDER BY `product_sorting`.`priority` DESC
Parameters:
[
  true
]
67 0.04 ms
# product-listing::load-sortings::read
SELECT `product_sorting`.`id` AS `product_sorting.id`, `product_sorting`.`locked` AS `product_sorting.locked`, `product_sorting`.`url_key` AS `product_sorting.key`, `product_sorting`.`priority` AS `product_sorting.priority`, `product_sorting`.`active` AS `product_sorting.active`, `product_sorting`.`fields` AS `product_sorting.fields`, `product_sorting`.`created_at` AS `product_sorting.createdAt`, `product_sorting`.`updated_at` AS `product_sorting.updatedAt`, `product_sorting.translation.label`, COALESCE(`product_sorting.translation.label`,`product_sorting.translation.label`) AS `product_sorting.label`, `product_sorting.translation.createdAt`, `product_sorting.translation.updatedAt`, `product_sorting.translation.productSortingId`, `product_sorting.translation.languageId` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation`.product_sorting_id, `product_sorting.translation`.label AS `product_sorting.translation.label`, `product_sorting.translation`.created_at AS `product_sorting.translation.createdAt`, `product_sorting.translation`.updated_at AS `product_sorting.translation.updatedAt`, `product_sorting.translation`.product_sorting_id AS `product_sorting.translation.productSortingId`, `product_sorting.translation`.language_id AS `product_sorting.translation.languageId` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation`.language_id = ?) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation`.`product_sorting_id` = `product_sorting`.`id` WHERE `product_sorting`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\t\x1DuÜK\f¡UYuì\x1E1D"
  b"Ã<g"‹@C\x16¾ƒKï•\rH""
  b"¸,Ø\ruV@7žÔRMZ½U\x08"
  b"\x01É\x06óÙC}ûÖ¶┬'\r.;`"
  b"\x01É\x06ñ\x00 s\x04ôfí┌¿Zup"
  b"9’K\x0E\x11@¬„õ\x17L\t$‰”"
  b"-Þu\x1DÚ¸IþÉN\x0Fqåù²S"
  b"|ÝbæÞJìˆL#‰dÆÞ}"
]
68 0.17 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"Á¥æ¶ªüLëì‗oË\x01Ö!É"
]
69 0.09 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"Á¥æ¶ªüLëì‗oË\x01Ö!É"
]
70 5.21 ms
# product-listing-route::loading::search-ids
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?))) GROUP BY `product`.`display_group` ORDER BY MAX(IFNULL(`product`.`release_date`, `product.parent`.`release_date`)) DESC, MIN(`product`.`id`) ASC LIMIT 24
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"inÚ´\tª@\x0EŸvéTq½Èí"
  true
  b"Á¥æ¶ªüLëì‗oË\x01Ö!É"
  null
]
71 5.39 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"Á¥æ¶ªüLëì‗oË\x01Ö!É"
  null
]
72 4.38 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"Á¥æ¶ªüLëì‗oË\x01Ö!É"
  null
]
73 0.33 ms
# manufacturer-aggregation::read
SELECT `product_manufacturer`.`id` AS `product_manufacturer.id`, `product_manufacturer`.`version_id` AS `product_manufacturer.versionId`, `product_manufacturer`.`media_id` AS `product_manufacturer.mediaId`, `product_manufacturer`.`link` AS `product_manufacturer.link`, `product_manufacturer`.`created_at` AS `product_manufacturer.createdAt`, `product_manufacturer`.`updated_at` AS `product_manufacturer.updatedAt`, `product_manufacturer.translation.name`, COALESCE(`product_manufacturer.translation.name`,`product_manufacturer.translation.name`) AS `product_manufacturer.name`, `product_manufacturer.translation.description`, COALESCE(`product_manufacturer.translation.description`,`product_manufacturer.translation.description`) AS `product_manufacturer.description`, `product_manufacturer.translation.customFields`, COALESCE(`product_manufacturer.translation.customFields`,`product_manufacturer.translation.customFields`) AS `product_manufacturer.customFields`, `product_manufacturer.translation.createdAt`, `product_manufacturer.translation.updatedAt`, `product_manufacturer.translation.productManufacturerId`, `product_manufacturer.translation.languageId`, `product_manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer` LEFT JOIN (SELECT `product_manufacturer.translation`.product_manufacturer_id, `product_manufacturer.translation`.product_manufacturer_version_id, `product_manufacturer.translation`.name AS `product_manufacturer.translation.name`, `product_manufacturer.translation`.description AS `product_manufacturer.translation.description`, `product_manufacturer.translation`.custom_fields AS `product_manufacturer.translation.customFields`, `product_manufacturer.translation`.created_at AS `product_manufacturer.translation.createdAt`, `product_manufacturer.translation`.updated_at AS `product_manufacturer.translation.updatedAt`, `product_manufacturer.translation`.product_manufacturer_id AS `product_manufacturer.translation.productManufacturerId`, `product_manufacturer.translation`.language_id AS `product_manufacturer.translation.languageId`, `product_manufacturer.translation`.product_manufacturer_version_id AS `product_manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation`.language_id = ?) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product_manufacturer`.`id` AND `product_manufacturer.product_manufacturer_translation`.product_manufacturer_version_id = `product_manufacturer`.version_id WHERE (`product_manufacturer`.`version_id` = ?) AND (`product_manufacturer`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01É:\x10Õ.s-Ø(&[═░³å"
  b"\x01É┐*¬îs\x07ÀÚ=p┘².G"
  b"\x01É┐*█8pm£5 Û¨8A"
  b"\x01É┐+$³pwñ´Cbgöj%"
  b"BI…PðèHÎŒ•z+½A±¥"
  b"Q€ºÇ\x17ÛAO²{Z³ÅÝqâ"
  b"b¯Ôrf\x16D‡ µ¶·>4\x17à"
  b"i,ï9¬ÍBt˜¥¬ásÏ¡X"
  b"’—Þ\x00ü\x18D*šjò0¶n\x12¼"
  b"ÌÂsñl¡F<ŸÓ_bËf&U"
  b"Îâèè\x03ÃMËüyî"eûíÛ"
  b"àÀÆ}^äC\x1E£ÀŠ“ð\x1D"
  b"ó„…Š?ÀI\x16¾Ç|ÃÊ3–6"
]
74 14.18 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"Á¥æ¶ªüLëì‗oË\x01Ö!É"
  null
]
75 4.10 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"Á¥æ¶ªüLëì‗oË\x01Ö!É"
  null
  0
]
76 4.05 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"Á¥æ¶ªüLëì‗oË\x01Ö!É"
  null
  true
]
77 4.49 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"Á¥æ¶ªüLëì‗oË\x01Ö!É"
  null
]
78 6.16 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"Á¥æ¶ªüLëì‗oË\x01Ö!É"
  null
]
79 0.37 ms
# product-listing-loader::resolve-previews
            SELECT
                parent.variant_listing_config AS variantListingConfig,
                LOWER(HEX(child.id)) AS id,
                LOWER(HEX(parent.id)) AS parentId
             FROM product AS child
                INNER JOIN product AS parent
                    ON parent.id = child.parent_id
                    AND parent.version_id = child.version_id
             WHERE child.version_id = ?
             AND child.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01•®\x06aÌr'Žjnh.Ó½\x1E"
  b"\x01–Ôd€¡pòØT)é:R†"
  b"\x05ÐÇb¡ìC,¯–`ˆ ¼ˆ!"
  b"\x07áò╚Ð\x7FFwÅ%0ìnæ­¢"
  b"\x10\x00}¿ópF„ ¿çhú|§P"
  b"\x15›å\x18ŽÕJއñ\x0E8+‹éæ"
  b"\x15Ûú\x11ß\x1AIÊ™Ž\x1DÂÝ’Wü"
  b"0Õè-ö\x00OÒª|╗í▄1ü\x14"
  b"E\x07p=cSI(˜­Ž—{+\x00y"
  b"ed©jÎ\x03O§†Dï¡}V\f6"
  b"vY2vT½@åó\x03K┴-E\x1DÅ"
  b"\x00Ú\t\t9oO.»îüGò\x0ETT"
  b"\x01Å=wõ\x17q&ó»\x03å╚¬ûd"
  b"\x01Å=z\x13¹qá\x10ôÞ{úÁC"
  b"\x01Å=|\x0F°r¶ÄÝF3¶¾å'"
  b"\x01Å=«­¶q╦©╦¥░&iW\x14"
  b"\x01Å=▒òLs[®ä.{╬ø4 "
  b"\x01Å=▓ý▀r©¢·Î\x01┌ß^Ú"
  b"\x01Å=┤n¶p*ØÍå[╩Î8Õ"
  b"\x01Å=Â>äp¸â5I╝/LàC"
  b"""
    \x01Å=©Tƒry¢▒\x0E\n
    \x11╝Vp
    """
  b"\x01Å=║n\x0EsÍ╣jD.ÛÃáÎ"
  b"\x01Å=╗æ¡rQ╣¸ûöû\x0E\x1D]"
  b"\x01Å=╝ðêpG©│┴s▒┘+╩"
]
80 0.41 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Å=t7▓pOû└\x00Τ‗█õ"
  b"\x01Å=z\x11┼r¸ìN{j;ñð|"
  b"\x01Å=|\x0E^qDáH]EºP#Z"
  b"\x01Å=«¯·s«é`ïÒG°C¿"
  b"\x01Å=▒ô®qö¡\x0FMÛ£┬F\x11"
  b"\x01Å=▓ÛÕqqƒæ\x16Í×þÐ┘"
  b"\x01Å=┤j³p¼ò┬).W\x01Är"
  b"\x01Å=Â<├p\x14╝úqs\x08Vé▒"
  b"\x01Å=©R\x00q©º│)Íÿñô░"
  b"\x01Å=║l\x7FsØü:\x01ã\x06\x15""
  b"\x01Å=╗ÅÞs§¥ƒÐ\x1AHoz║"
  b"\x01Å=╝╬ªqÚà█ç3\x1E:ó³"
  b"bPƒ0ûÉG‘«ÑrMp‘‰º"
  b"*\x1019\x0F¢Op§7S\x13Žc\v\x06"
  b"}Éà/\x10ÂD|ú*O\x16\x1E¯│:"
  b"-¡8šÑ\x06HJºÆ$ÅÁê…³"
  b"\x1C¤ÂÝYH~¤¶ˆñòƒÃH"
  b"àCJüÂAO\x17åùÔ'ÒXÕ°"
  b"|ânÀå˜@ßš\x06Ÿ/÷ÿ÷‹"
  b"‡µ›(\x19­MÏŸ Ì\x07¬{‚\x06"
  b"E\x07p=cSI(˜­Ž—{+\x00y"
  b"║ƒê©¨ıBàì\x04âlVþy\t"
  b"­Á6ŠôÞEX©”¤c/\x0F"
]
81 0.41 ms
# product-listing-route::loading::search-ids
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id 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"\x01•®\x06aÌr'Žjnh.Ó½\x1E"
  b"\x01–Ôd€¡pòØT)é:R†"
  b"}Éà/\x10ÂD|ú*O\x16\x1E¯│:"
  b"-¡8šÑ\x06HJºÆ$ÅÁê…³"
  b"\x1C¤ÂÝYH~¤¶ˆñòƒÃH"
  b"\x15›å\x18ŽÕJއñ\x0E8+‹éæ"
  b"|ânÀå˜@ßš\x06Ÿ/÷ÿ÷‹"
  b"0Õè-ö\x00OÒª|╗í▄1ü\x14"
  b"E\x07p=cSI(˜­Ž—{+\x00y"
  b"║ƒê©¨ıBàì\x04âlVþy\t"
  b"­Á6ŠôÞEX©”¤c/\x0F"
  b"\x00Ú\t\t9oO.»îüGò\x0ETT"
  b"\x01Å=t7▓pOû└\x00Τ‗█õ"
  b"\x01Å=z\x11┼r¸ìN{j;ñð|"
  b"\x01Å=|\x0E^qDáH]EºP#Z"
  b"\x01Å=«¯·s«é`ïÒG°C¿"
  b"\x01Å=▒ô®qö¡\x0FMÛ£┬F\x11"
  b"\x01Å=▓ÛÕqqƒæ\x16Í×þÐ┘"
  b"\x01Å=┤j³p¼ò┬).W\x01Är"
  b"\x01Å=Â<├p\x14╝úqs\x08Vé▒"
  b"\x01Å=©R\x00q©º│)Íÿñô░"
  b"\x01Å=║l\x7FsØü:\x01ã\x06\x15""
  b"\x01Å=╗ÅÞs§¥ƒÐ\x1AHoz║"
  b"\x01Å=╝╬ªqÚà█ç3\x1E:ó³"
]
82 2.17 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"\x01•®\x06aÌr'Žjnh.Ó½\x1E"
  b"\x01–Ôd€¡pòØT)é:R†"
  b"}Éà/\x10ÂD|ú*O\x16\x1E¯│:"
  b"-¡8šÑ\x06HJºÆ$ÅÁê…³"
  b"\x1C¤ÂÝYH~¤¶ˆñòƒÃH"
  b"\x15›å\x18ŽÕJއñ\x0E8+‹éæ"
  b"|ânÀå˜@ßš\x06Ÿ/÷ÿ÷‹"
  b"0Õè-ö\x00OÒª|╗í▄1ü\x14"
  b"E\x07p=cSI(˜­Ž—{+\x00y"
  b"║ƒê©¨ıBàì\x04âlVþy\t"
  b"­Á6ŠôÞEX©”¤c/\x0F"
  b"\x00Ú\t\t9oO.»îüGò\x0ETT"
  b"\x01Å=t7▓pOû└\x00Τ‗█õ"
  b"\x01Å=z\x11┼r¸ìN{j;ñð|"
  b"\x01Å=|\x0E^qDáH]EºP#Z"
  b"\x01Å=«¯·s«é`ïÒG°C¿"
  b"\x01Å=▒ô®qö¡\x0FMÛ£┬F\x11"
  b"\x01Å=▓ÛÕqqƒæ\x16Í×þÐ┘"
  b"\x01Å=┤j³p¼ò┬).W\x01Är"
  b"\x01Å=Â<├p\x14╝úqs\x08Vé▒"
  b"\x01Å=©R\x00q©º│)Íÿñô░"
  b"\x01Å=║l\x7FsØü:\x01ã\x06\x15""
  b"\x01Å=╗ÅÞs§¥ƒÐ\x1AHoz║"
  b"\x01Å=╝╬ªqÚà█ç3\x1E:ó³"
]
83 0.49 ms
# product-listing-route::loading::association::options::read
SELECT `property_group_option`.`id` AS `property_group_option.id`, `property_group_option`.`property_group_id` AS `property_group_option.groupId`, `property_group_option`.`color_hex_code` AS `property_group_option.colorHexCode`, `property_group_option`.`media_id` AS `property_group_option.mediaId`, `property_group_option`.`created_at` AS `property_group_option.createdAt`, `property_group_option`.`updated_at` AS `property_group_option.updatedAt`, `property_group_option.group`.`id` AS `property_group_option.group.id`, `property_group_option.group`.`display_type` AS `property_group_option.group.displayType`, `property_group_option.group`.`sorting_type` AS `property_group_option.group.sortingType`, `property_group_option.group`.`filterable` AS `property_group_option.group.filterable`, `property_group_option.group`.`visible_on_product_detail_page` AS `property_group_option.group.visibleOnProductDetailPage`, `property_group_option.group`.`created_at` AS `property_group_option.group.createdAt`, `property_group_option.group`.`updated_at` AS `property_group_option.group.updatedAt`, `property_group_option.group.translation.name`, COALESCE(`property_group_option.group.translation.name`,`property_group_option.group.translation.name`) AS `property_group_option.group.name`, `property_group_option.group.translation.description`, COALESCE(`property_group_option.group.translation.description`,`property_group_option.group.translation.description`) AS `property_group_option.group.description`, `property_group_option.group.translation.position`, COALESCE(`property_group_option.group.translation.position`,`property_group_option.group.translation.position`) AS `property_group_option.group.position`, `property_group_option.group.translation.customFields`, COALESCE(`property_group_option.group.translation.customFields`,`property_group_option.group.translation.customFields`) AS `property_group_option.group.customFields`, `property_group_option.group.translation.createdAt`, `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation.languageId`, `property_group_option.translation.name`, COALESCE(`property_group_option.translation.name`,`property_group_option.translation.name`) AS `property_group_option.name`, `property_group_option.translation.position`, COALESCE(`property_group_option.translation.position`,`property_group_option.translation.position`) AS `property_group_option.position`, `property_group_option.translation.customFields`, COALESCE(`property_group_option.translation.customFields`,`property_group_option.translation.customFields`) AS `property_group_option.customFields`, `property_group_option.translation.createdAt`, `property_group_option.translation.updatedAt`, `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation.languageId` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.translation`.property_group_option_id, `property_group_option.translation`.name AS `property_group_option.translation.name`, `property_group_option.translation`.position AS `property_group_option.translation.position`, `property_group_option.translation`.custom_fields AS `property_group_option.translation.customFields`, `property_group_option.translation`.created_at AS `property_group_option.translation.createdAt`, `property_group_option.translation`.updated_at AS `property_group_option.translation.updatedAt`, `property_group_option.translation`.property_group_option_id AS `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation`.language_id AS `property_group_option.translation.languageId` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation`.language_id = ?) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation`.`property_group_option_id` = `property_group_option`.`id` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN (SELECT `property_group_option.group.translation`.property_group_id, `property_group_option.group.translation`.name AS `property_group_option.group.translation.name`, `property_group_option.group.translation`.description AS `property_group_option.group.translation.description`, `property_group_option.group.translation`.position AS `property_group_option.group.translation.position`, `property_group_option.group.translation`.custom_fields AS `property_group_option.group.translation.customFields`, `property_group_option.group.translation`.created_at AS `property_group_option.group.translation.createdAt`, `property_group_option.group.translation`.updated_at AS `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation`.property_group_id AS `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation`.language_id AS `property_group_option.group.translation.languageId` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation`.language_id = ?) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation`.`property_group_id` = `property_group_option.group`.`id` WHERE `property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"0EÂÅœ\tIHº&ã˼Þ`Ù"
  b"(=&L&7IC£Í\x1F{U\x19\x1CŠ"
  b"T\x14v’ËûCAšm\x11âl­DÜ"
  b"\x01;gÖM:’·¢uÚŠôA"
  b"Y—Ù\x1DÀxI—½ïhßÅ ‰\x12"
  b"Y—Ù\x1DÀxI—½ïhßÅ ‰\x12"
  b"Y—Ù\x1DÀxI—½ïhßÅ ‰\x12"
  b"Y—Ù\x1DÀxI—½ïhßÅ ‰\x12"
  b"¬ýu†Ð(Hñ¬€\x1FGvï¤\x14"
  b"Y—Ù\x1DÀxI—½ïhßÅ ‰\x12"
  b"Y—Ù\x1DÀxI—½ïhßÅ ‰\x12"
  b"¬ýu†Ð(Hñ¬€\x1FGvï¤\x14"
]
84 0.23 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Ú\t\t9oO.»îüGò\x0ETT"
  b"\x01Å=t7▓pOû└\x00Τ‗█õ"
  b"\x01Å=z\x11┼r¸ìN{j;ñð|"
  b"\x01Å=|\x0E^qDáH]EºP#Z"
  b"\x01Å=«¯·s«é`ïÒG°C¿"
  b"\x01Å=▒ô®qö¡\x0FMÛ£┬F\x11"
  b"\x01Å=▓ÛÕqqƒæ\x16Í×þÐ┘"
  b"\x01Å=┤j³p¼ò┬).W\x01Är"
  b"\x01Å=Â<├p\x14╝úqs\x08Vé▒"
  b"\x01Å=©R\x00q©º│)Íÿñô░"
  b"\x01Å=║l\x7FsØü:\x01ã\x06\x15""
  b"\x01Å=╗ÅÞs§¥ƒÐ\x1AHoz║"
  b"\x01Å=╝╬ªqÚà█ç3\x1E:ó³"
  b"\x01•®\x06aÌr'Žjnh.Ó½\x1E"
  b"\x01–Ôd€¡pòØT)é:R†"
  b"\x15›å\x18ŽÕJއñ\x0E8+‹éæ"
  b"-¡8šÑ\x06HJºÆ$ÅÁê…³"
  b"0Õè-ö\x00OÒª|╗í▄1ü\x14"
  b"E\x07p=cSI(˜­Ž—{+\x00y"
  b"|ânÀå˜@ßš\x06Ÿ/÷ÿ÷‹"
  b"}Éà/\x10ÂD|ú*O\x16\x1E¯│:"
  b"\x1C¤ÂÝYH~¤¶ˆñòƒÃH"
  b"­Á6ŠôÞEX©”¤c/\x0F"
  b"║ƒê©¨ıBàì\x04âlVþy\t"
  b"É">ùÐëG–ƒÆ‡<R£µp"
  b"¸\x0FwE®}G—®¯­ew\x05"
  b"©àØ4\x1DDHL•\x08Ȇ8žBÛ"
  b"úÛ\x01z‗ÉLd░ÁÔ0ß\x1C"
  b"O/ ïYÄDp¬ÅÒ‰Q“ F"
  b"┤z8qvüI¯£D│þK├\të"
  b"1\x14‘ì£GJ@‰M¨u!e•ð"
  b"™DòçB»I=’jî»u¿¤R"
  b"ñM¯ùV▄M5Én!F¥8'┼"
  b"\r\e6qzE\x13\x13óß –FI"
  b"\x16¡Ø\x043rN»±¡Éj~Ñu¥"
  b"<¯/k€"E3“3Ü\x16ÓÚáÞ"
]
85 0.07 ms
# product-price-calculator::units::read
SELECT `unit`.`id` AS `unit.id`, `unit`.`created_at` AS `unit.createdAt`, `unit`.`updated_at` AS `unit.updatedAt`, `unit.translation.shortCode`, COALESCE(`unit.translation.shortCode`,`unit.translation.shortCode`) AS `unit.shortCode`, `unit.translation.name`, COALESCE(`unit.translation.name`,`unit.translation.name`) AS `unit.name`, `unit.translation.customFields`, COALESCE(`unit.translation.customFields`,`unit.translation.customFields`) AS `unit.customFields`, `unit.translation.createdAt`, `unit.translation.updatedAt`, `unit.translation.unitId`, `unit.translation.languageId` FROM `unit` LEFT JOIN (SELECT `unit.translation`.unit_id, `unit.translation`.short_code AS `unit.translation.shortCode`, `unit.translation`.name AS `unit.translation.name`, `unit.translation`.custom_fields AS `unit.translation.customFields`, `unit.translation`.created_at AS `unit.translation.createdAt`, `unit.translation`.updated_at AS `unit.translation.updatedAt`, `unit.translation`.unit_id AS `unit.translation.unitId`, `unit.translation`.language_id AS `unit.translation.languageId` FROM `unit_translation` `unit.translation` WHERE `unit.translation`.language_id = ?) `unit.unit_translation` ON `unit.unit_translation`.`unit_id` = `unit`.`id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
86 0.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
]
87 0.02 ms
SELECT LOWER(HEX(`script`.`app_id`)) AS `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
88 0.01 ms
SELECT LOWER(HEX(`script`.`app_id`)) AS `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
89 1.27 ms
# product-listing::property-filter::search-ids
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` WHERE ((`property_group_option.group`.`filterable` = ?)) AND (`property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) ORDER BY `property_group_option`.`id` ASC LIMIT 500
Parameters:
[
  true
  b"\x01Å├ýï\fyòÁw2]\x7F\r"
  b"\x01Å├ý┼Þq‗ü*À¹¡\r2!"
  b"\x01Å├ Ô╚tßá.¢\x04\x1Cq¡e"
  b"\x01É┐\vÅ»p¿ƒãq©[8n¦"
  b"\x01É┐*║zr6ª─,╦Îý \x02"
  b"\x01É┐*║êp\x18è\r¸▀ûGì)"
  b"\x01É┐*║ôs╚¼Fú'vÂ9õ"
  b"\x01É┐*║×p"ä╗.▄ý>xÚ"
  b"\x01É┐*║¼q▒»\x18═âÿùbä"
  b"\x01É┐*║╣rź%C?R-ÉB"
  b"\x01É┐*║┼sÙ╣µ\r\x15╣¾▀á"
  b"\x01É┐*║ÐqCñ─G╚┬º!Ê"
  b"\x01É┐*║¦qàåª\f¬càT┐"
  b"\x01É┐*║Úra░@~;┘VQ\x1D"
  b"\x01É┐*║§q\x14▒<■É║.ÿW"
  b"\x01É┐*╗\x01p/¥qªÙ úÊ┐"
  b"\x01É┐*╗\fr¢Ç\x12¿\x1AÝ.\x14D"
  b"\x01É┐*╗\x18p¡Ü\x16H÷zÀ║╝"
  b"\x01É┐*╗#pJØ8n▄T\t╩ä"
  b"\x01É┐*¢\x00rºƒP\x001-¹Ï¶"
  b"\x01É┐*¢\vreØWþÞ`«>$"
  b"\x01É┐*¢\x15p$╗\t¤\x13‗4C╣"
  b"\x01É┐*¢\x1FsÚÀ<\x02å½\x02'╠"
  b"\x01É┐*¢*pyøé%¢£a¬Ú"
  b"\x01É┐*¢4r╦äeÞƒü%Ñl"
  b"\x01É┐*¢?p\ü;\e\x13\x04V`"
  b"\x01É┐*¢Jp±øâ$ùæo;0"
  b"\x01É┐*¢Up|Á´{2ƒÐD\x13"
  b"\x01É┐*¢`qDÀ─§8\x105^«"
  b"\x01É┐*¢lqçâ§▓\x19└Ä\x18ù"
  b"\x01É┐*¢wpMûÇ¢á■M\x05®"
  b"\x01É┐*¢ép`ê┘ßôãÓ$¸"
  b"\x01É┐*¢ìpÝ©Kk&ƒðy\x16"
  b"\x01É┐*¢ùs\x00┤z~àð2\x14"
  b"\x01É┐*¢óphÉâ>;\r=\x18"
  b"\x01É┐*¢¡ró­'7╔m£N"
  b"\x01É┐*¢Àq~▓y~Öu\x08"
  b"\x01É┐*¢├q»¢!,BƒWç┼"
  b"\x01É┐*¢═rÃëàHí¿.q!"
  b"\x01É┐*¢Ïq╠ù▀ůî%\x14."
  b"\x01É┐*¢Ôs°┤z░)║-┬þ"
  b"\x01É┐*¢ýp§ª?x¥åoø!"
  b"\x01É┐*¢¸s-ÁÆ\x07=\x14\eE╔"
  b"\x01É┐*¥\x01s^ü─ki‗┘gA"
  b"\x01É┐*┐Àq&▓£¾┘Xat\x07"
  b"\x01É┐*┐├q6«5\x0E¡\x1A-\x1Dú"
  b"\x01É┐*┐╬qDɧî+▒x4R"
  b"\x01É┐*┐┌q9ò]ý\vé¾2\x13"
  b"\x01É┐*┐þr±Å\e$t`▒´ð"
  b"\x01É┐*┐¶r×║>╣ÙÎðiä"
  b"\x01É┐*└\x01r}¥INȧ%×/"
  b"\x01É┐*└\rp\x7F\x02╬qñÏ\x06"
  b"\x01É┐*└\x18s┤öX>æaúÁ\t"
  b"\x01É┐*└&rSëV\x05\x7Foö╠û"
  b"\x01É┐*└5q±æd¢M\x06¥:j"
  b"\x01É┐*└Aslê[=\t\x06V\x04"
  b"\x01É┐*└Mrýì╔Û\x7F│Ê▄ç"
  b"\x01É┐*└YsZÉ╣\x1D«\x16ð¬Â"
  b"\x01É┐*└gs├ê7\x18Û!S┼\x00"
  b"\x01É┐*└tp¶Äï\x17█╬ê7?"
  b"\x01É┐*└üp`®si!º¿IÒ"
  b"\x01É┐*└îq\tñr\x1F\x08¬§\x10M"
  b"\x01É┐*└ÿp2ɳßh\x1FÔ╚Z"
  b"\x01É┐*└úq0æÔ╦.Õ0ÌQ"
  b"\x01É┐*└»q\x00▓Âxv\x0Fè\x14\x04"
  b"\x01É┐*└╝rËÖðOzva_>"
  b"\x01É┐*└╔sGùô&I5¤°O"
  b"\x01É┐*└█r»å\x04Ñ╠@┌î╠"
  b"\x01É┐*└Ýq\x1A¼ ¦?ò\x1F\x7F%"
  b"\x01É┐*└¨q¿╝¯ó!£p½Ë"
  b"\x01É┐*┴\x06s\x1EíV\x1F¥V\x1F\x14""
  b"\x01É┐*┴\x12sùó┼ \x109«Cí"
  b"\x01É┐*┴\x1FpͺÛå¶├\x1D├?"
  b"\x01É┐*┴+s¯Çâ+Yû<?i"
  b"\x01É┐+\x04~r\tø7\x03wt\x18Õ£"
  b"\x01É┐+\x04êr¸¢╣«ãÃo\r/"
  b"\x01É┐+\x04ôróáÌ╩Ý\x17¡╔┌"
  b"\x01É┐+\x04Ørr©ÿ¬+6ã╣d"
  b"\x01É┐+6öqÅ│º─<\x1D?\x06\x1E"
  b"\x01É┐+6ƒq«║WƒL7╬\e#"
  b"\x01É┐+6¼sr×bè─ðHM\x02"
  b"\x01É┐+6©p³╣dyÃ_'D""
  b"\x01É┐+6├r~û\tåJM\x02ÿ8"
  b"\x01É┐+6¤rӼإM¢SwC"
  b"\x01É┐+6█pÛ¼\x1CÛ┘*s\x16)"
  b"\x01É┐+6µs¥ª\x00│PWR¸Ú"
  b"\x01É┐+6±skÁ­!ÑhB\x1D\x10"
  b"\x01É┐+6³s_▓Êa´Ï«qê"
  b"\x01É┐+7\tr·ÿl÷Uõña>"
  b"\x01É┐+7\x16q\x03á╣\x04Âèºq<"
  b"\x01É┐+7!r½©Ê\vÁ▒TØ▓"
  b"\x01É┐+7,p£©:YQ(¤1©"
  b"\x01É┐+78sóúRo Ù║Û│"
  b"\x01É┐+7CrC╗ï¹ÐÖ<\x15\"
  b"\x01É┐+7Nrj»Å█\x03\x15B‗^"
  b"\x01É┐+8 rÚ©[Á^ì©ÀÜ"
  b"\x01É┐+9\vr\x0E╣Á=ì7ãHù"
  b"\x01É┐+9\x17rûÅ)*\x01c£Á+"
  b"\x01É┐+9"síí┤­P¢\x05U="
  b"\x01É┐+9-rRû¶Ø▀9q÷\x08"
  b"\x01É┐+99r(ô\x05!uº!MØ"
  b"\x01É┐+9Ds~ô▓¾F\x7FA§¯"
  b"""
    \x01É┐+9Ora»x\n
    S×▒úT
    """
  b"\x01É┐+9Zr\x1Dò ╔¸µ@Ér"
  b"\x01É┐+9erD¥_â─ï[┌Û"
  b"\x01É┐+;ès\x1AƒÊÒÀ1¯#░"
  b"\x01É┐+;ûrúæ\x06`EQ^×@"
  b"\x01É┐+;írR½Lý\x17\x1D╦(È"
  b"\x01É┐+;¡r6âJÔ\x1Eµ.Ù\v"
  b"\x01É┐+;©p\f▓╠║\x13ƒP6'"
  b"\x01É┐+;─s╝»ËÞ\x01\x12\x02®"
  b"\x01É┐+; sKíÿÎ9ÛY}╣"
  b"""
    \x01É┐+<\n
    p\x0E¿\x10üøO\x03
    """
  b"\x01É┐+<\x15qï¥xz╬)ò1h"
  b"\x01É┐+< qìØà┤ÎÅ(╦6"
  b"\x01É┐+<+r╝£Gµ6`\x11×ê"
  b"\x01É┐+<7qÈêf╗}±ª▒T"
  b"\x01É┐+<CqgØùb@÷╦Ë´"
  b"\x01É┐+<Nq³║×õ¬‗\x08\x08á"
  b"\x01É┐+<Zr«Ü█├¨ó\x15Ë÷"
  b"\x01É┐+<es\tåñ15gd\x15£"
  b"\x01É┐+<qpÐà@æßýÖ\x08-"
  b"\x01É┐+<}r╚êK\x05\x10gWº"
  b"\x01É┐+<èr³ëßLÔö┘e\x08"
  b"\x01É┐+<ûpÆúVæê/Þ'»"
  b"\x01É┐+<ópåéı»0\tò©~"
  b"\x01É┐+<¡pªè£|ú\x01ö╔ð"
  b"\x01É┐+<©p¬øQ\x1CÞS«Öª"
  b"\x01É┐+<─rR×ö´═\x10\x1E─i"
  b"\x01É┐+<¤såíò\x15»\x18┬ò´"
  b"\x01É┐+<┌sUîãÂ\x04Q\x01"K"
  b"\x01É┐+<Õr)öÉ9\x08ë@sU"
  b"\x01É┐+<±p\x03ü\x19Ü_4å}╬"
  b"\x01É┐+<³r\x7FíªX├|Û¥\f"
  b"\x01É┐+=\x07rÞôxyå{¨7\x03"
  b"\x01É┐+=\x12sÓñá¡\x08ýa×;"
  b"\x01É┐+=\x1DsGê¬>:¢ÒWE"
  b"\x01É┐+=)p░àià'è³╬F"
  b"\x01É┐+=5qÕÉ┘\x11)çá°¦"
  b"\x01É┐+=BsÃÿG¦§E╝\v\x1F"
  b"\x01É┐+=Np±│Yç'\x7F¥▀ð"
  b"\x01É┐+=YqK╝Y]#â&M/"
  b"\x01É┐+=dqAƒtu9r\x15µµ"
  b"\x01É┐+?nqR╣>ý¼½#├à"
  b"\x01É┐+?ysüøó_1╝e]\x08"
  b"\x01É┐+?äs[çq7Pm±─<"
  b"\x01É┐+?Äp\x16Çóà}ê½O╠"
  b"\x01É┐+?Öq »╬\x08w╝Ò╔p"
  b"\x01É┐+?ús3å@Ï\x10ÖÎRâ"
  b"\x01É┐+?«sF¡UG"Hw\rº"
  b"\x01É┐+?©s%¬I├s°ýuÄ"
  b"\x01É┐+?├q½ö·øl\x7F¬│Ç"
  b"\x01É┐+?═s\x04ï░{Ø9│═¾"
  b"\x01É┐+?Ïr,Ñ®┼Y▒*¤Ã"
  b"\x01É┐+?Òp┌½¶\vé¢Zıt"
  b"\x01É┐+?´s├å[ƒFîDVz"
  b"\x01É┐+?·r\x12Ѳª,®Î6."
  b"\x01É┐+@\x05q¼ëPGÐÚe█É"
  b"\x01É┐+@\x11päñH┤\x152lcÅ"
  b"\x01É┐+@\x1Fréù²¿ıXúÀ6"
  b"\x01É┐+@,qû║DèQ°▀d¾"
  b"\x01É┐+@9r²ê+─lkå\x05é"
  b"\x01É┐+@Gq ┐l▒uýùk«"
  b"\x01É┐+@TqFêÊ■öRÈ:ï"
  b"\x01É┐+@aqÆùà\x07ë\x10L&»"
  b"\x01É┐+@orߣÐ(\x05ñb\x19&"
  b"\x01É┐+@|p_©îÀ½GÆá└"
  b"\x01É┐+@┼q~áxf\x15L\x1C\x01{"
  b"\x01É┐+@Ðrûÿ]¸ÏðÚd\x1C"
  b"\x01É┐+@Ìqj¡@═I▄¾\x14Õ"
  b"\x01É┐+@ÙsoÜ­]63\tƒ¦"
  b"\x01É┐+@°sV┐c\x14ÑÂô\x15("
  b"\x01É┐+A\x07s.▒0ob\x18r╣à"
  b"\x01É┐+A\x13qé╝Ý÷#¿\x17"
  b"\x01É┐+A\x1FrU×bRÉk╩5ï"
  b"\x01É┐+A,r}ó{T\x15Êeh\x08"
  b"\x01É┐+A9põ¿Ia?\x1CE%A"
  b"\x01É┐+AJsUÑ÷Já³\x13"
  b"\x01É┐+AhrdÁýy'Æ┤?╝"
  b"\x01É┐+A~r!òo©æ║µ69"
  b"\x01É┐+Aòr╝®ëar?─\x03\x1F"
  b"\x01É┐+AñrSçµ\tº`█║W"
  b"\x01É┐+A│r┘×è°\x01Î\x17dh"
  b"\x01É┐+Dêr®Ä:¼\x01f>Zƒ"
  b"\x01É┐+D×pÖø8á\x0E¿\x18"
  b"\x01É┐+DÁsìë÷µ7ÿ·Â$"
  b"\x01É┐+D╚qä©,º¼┌Ûj«"
  b"\x01É┐+DÎp}¼┼j\x08\x13Ë{│"
  b"\x01É┐+DÕrËÜÓFÀÉ\e"
  b"\x01É┐+D°p%â!\í\x19è╠½"
  b"\x01É┐+E\x07rNºL3$T<\x18¡"
  b"\x01É┐+E\x17q▄Áq┼─ó4ë▒"
  b"\x01É┐+E'r@©\x14ùé\x1Aæ9Î"
  b"\x01É┐+E>róÄ_h\x05z\x06à:"
  b"\x01É┐+EUp#º2éH^39╦"
  b"\x01É┐+Elq¼ó)Þ®lÜ¿¤"
  b"\x01É┐+EépÕƒ▄╬ª\x19¸(ì"
  b"\x01É┐+EÖsäÖ╝¯hRm¹è"
  b"\x01É┐+E»qã¢M\x06ûÎÚEÜ"
  b"\x01É┐+E─p7ªî$¬\e6Ö¢"
  b"\x01É┐+EÎr^è6W│L¸═E"
  b"\x01É┐+EÝs5æß_┌ëñ¸╚"
  b"\x01É┐+F\x02q[º(E═ÂÜ\x08G"
  b"\x01É┐+F\x18p╬ç¶ÕÆ\x10ÿ·ê"
  b"\x01É┐+F0p®ÆPƒî╗å`L"
  b"\x01É┐+FEr╝½aØð\x06ź╔"
  b"\x01É┐+F[s¿Ö°╚ÕréUù"
  b"\x01É┐+FnpZä░\x1C+\Yns"
  b"\x01É┐+Fàp\x07ÖÂ-v\x0EbØq"
  b"\x01É┐+FøpRú½\t¡'║─Ç"
  b"\x01É┐+F░pôö┤«.\x05╚ªm"
  b"\x01É┐+F├r\x7FÂÎxÉ▄@/P"
  b"\x01É┐+FÈq2å}ÀÆNãªí"
  b"\x01É┐+FßrzÆ\x01ØôéJX¡"
  b"\x01É┐+Ius\x16ö\x11Ô\x0FÞƒƒx"
  b"\x01É┐+IépØ®7NI¡W\x00Ê"
  b"\x01É┐+IÅqå¬+ƒö­ùÂ¥"
  b"\x01É┐+IƒqèçÞ┼\x18ò\x17▒>"
  b"\x01É┐+I»sÓø·¶L\x186\fú"
  b"\x01É┐+I└p┼│Å\x17UO█HÌ"
  b"\x01É┐+I═s6øÜf\LÞ©'"
  b"\x01É┐+I┘sÏÆ█¸\x16+\x1Cb+"
  b"\x01É┐+IÕq©ÆW½oC\tùÜ"
  b"\x01É┐+I‗pc┤^^S\x12ÆÃ "
  b"""
    \x01É┐+J\x03s\n
    ó1¹©ÐØð§
    """
  b"\x01É┐+J\x13r`ø¬­j\x0Eů¨"
  b"\x01É┐+J\x1FsÖÉÄ@dßçF╚"
  b"\x01É┐+J,qQ╗¼WwV×\x03ä"
  b"\x01É┐+J:qùçs§ÓÕàüv"
  b"\x01É┐+JIqhú▒Kâѽãy"
  b"\x01É┐+J[qMÀ¿{t\fIÞp"
  b"\x01É┐+Jjr\eÀ§ÌAdcè6"
  b"\x01É┐+Jyq║Ä ½Óü\x0E\x03ò"
  b"\x01É┐+Jçsàƒ╗▒wÂ÷­õ"
  b"\x01É┐+Jÿrú×\t═põªÈK"
  b"\x01É┐+J¬p\x1DôÄëc|÷─¶"
  b"\x01É┐+J╝r"▒­┼\x03‗ â5"
  b"\x01É┐+J¤r¹┐ÿ¸'¶ñT­"
  b"\x01É┐+J¦s¯╗\x1D¿ô~¦\x1E²"
  b"\x01É┐+JÛqáƒÕ£¥:\x1Fá│"
  b"\x01É┐+J°rûî';±ðE®"
  b"\x01É┐+K\x06s▓ï¦ÀÑûo¹\t"
  b"\x01É┐+K\x13pýüÕù\x00&6È\x0F"
  b"\x01É┐+M2pñûX■Â\x06iÅÞ"
  b"\x01É┐+M>rÂæ>={é4■¯"
  b"\x01É┐+MJpá¼VXnp,^█"
  b"\x01É┐+MUp8¬v4²î¶¦À"
  b"\x01É┐+Masß▒ü÷ȺÓÑá"
  b"\x01É┐+Mmp¹¿vYª@\x01\x0FÎ"
  b"\x01É┐+Mxp╝¢▓dµ█÷\x00º"
  b"\x01É┐+Mäq#É╦ÞåÅ╝\x19È"
  b"\x01É┐+MÄre©\x17<q└K[é"
  b"\x01É┐+MÖsýâxø,@\x19þ¿"
  b"\x01É┐+Mñs¢««╗uÖ+¢ı"
  b"\x01É┐+M»r°åÕÞX╩ö{B"
  b"\x01É┐+M³r·╗z>ıÝ\x12s("
  b"\x01É┐+N\x0ErDì\x15\x15½ráþ""
  b"\x01É┐+N\x1DpÄ░ÈI8┤a¨¤"
  b"\x01É┐+N0rïùhíz\x03§aE"
  b"\x01É┐+N>sþ╝\x04■(QÙ@Ø"
  b"\x01É┐+NLs\x08ñ\x1A¤gçH<y"
  b"\x01É┐+NZp«│V╩/\x06f╦╬"
  b"\x01É┐+Nfp¼│\x14╩Ä®\x0E\x0E¨"
  b"\x01É┐+Nrq%ƒ▀>=Tf² "
  b"\x01É┐+N~sYù╔┬øúW\x1F¸"
  b"\x01É┐+NïpMÉ╝ÇöY3Ï\x07"
  b"\x01É┐+NÿpHáÕOx&´═┤"
  b"\x01É┐+Nñq¿©\x16?7÷E\x17£"
  b"\x01É┐+N▒q0æ║ò╗ÉϺ+"
  b"\x01É┐+U╗qyÂ├\(o@b0"
  b"\x01É┐+UÛrQ¢£=çÇI\x11r"
  b"\x01É┐+U§qdóÛ«\x12▄Þ°\x05"
  b"\x01É┐+V\x00pQ½\r×&2îÌü"
  b"\x01É┐+V\vsïƒÇ¿┴8ÃdÍ"
  b"\x01É┐+V\x17r\x1E╣É\x1Fñ"Õ<ú"
  b"\x01É┐+V"qB╝\x00║@564\x1F"
  b"\x01É┐+V1q▄Á\x0EÈÃ&‗╗å"
  b"\x01É┐+V>r2©═IÜpòR¢"
  b"\x01É┐+VKsÊÜ▒-07X(u"
  b"\x01É┐+VYpY×´®^Ö<÷ÿ"
  b"\x01É┐+VgrL¥haôv$I/"
  b"\x01É┐+VuqI┐═\v!▓*ÙK"
  b"\x01É┐+Väq׿Ò║£\x08­tñ"
  b"\x01É┐+Væsb¬╝2D¯ây\x08"
  b"\x01É┐+VØs»êÍ\x00K®7jÂ"
  b"\x01É┐+V¬p<┐Pv¦g¸\x12q"
  b"\x01É┐+VÀp$«ÌN/\Ü1ë"
  b"\x01É┐+V┼pá¬ï╣»[¡ì_"
  b"\x01É┐+VÊsÂâQ¶0Í6ûJ"
  b"\x01É┐+VÓp█âB\x06o\x02¤┐E"
  b"""
    \x01É┐+V´q¤¥~ö┌\n
    ³þÍ
    """
  b"\x01É┐+V³q\x15║£Ý\t\x10RºÆ"
  b"\x01É┐+W\x08pஃV<ët¼Å"
  b"\x01É┐+W\x14pcçgô\v3.´¾"
  b"\x01É┐+W!smî7µ\x16P,Zå"
  b"\x01É┐+W.sÐâ=i╬Å8UÙ"
  b"\x01É┐+W:pû¨\x1D½,╝╚└"
  b"\x01É┐+WQp­»D\tex¬ãÂ"
  b"\x01É┐+WgsxüA─Ü*ÎEÑ"
  b"\x01É┐+Wvs}ÿFÍù/\x14ãÔ"
  b"\x01É┐+Wäq¬Ø£{it\x1DÝ‗"
  b"\x01É┐+Wôs¿9\x00&p!▓Ú"
  b"\x01É┐+Wís┼¢,8®QX\e"
  b"\x01É┐+W«p\x0FöËÌ!I█ÑT"
  b"\x01É┐+W║rÕ«ye!J\x04"
  b"""
    \x01É┐+WÃsñäBÃ\n
    \x10[╝¶
    """
  b"\x01É┐+WÈpÎú^T└Vı\x1Dý"
  b"\x01É┐+WßpéÀ\x03ß)n\x07ù4"
  b"\x01É┐+W¯p\x1D▓ɨ~;8ÉU"
  b"\x01É┐+W·p═┐│³#╗{É;"
  b"\x01É┐+X\x06s{ûá\x01zÇd«│"
  b"\x01É┐+X\x14s\x1Fá`\x15qlæù\x1C"
  b"\x01É┐+X!r¤ìXçÒ§#T£"
  b"\x01É┐+X.qVÄ\x1EâË┐ã3Ï"
  b"\x01É┐+X:qeª╝ÀË}|óù"
  b"\x01É┐+Xúrkƒæ.8EIq\x14"
  b"\x01É┐+X░rcíî┴óTòa\t"
  b"\x01É┐+X¢rDØN▀c\x11\x1F1^"
  b"\x01É┐+X╔p\x01╣Å÷╗ı\x0Fq*"
  b"\x01É┐+Xıq~â\x10═ÌÊßÿY"
  b"\x01É┐+XÔr!▓\x16ý3©└┘\x11"
  b"\x01É┐+X´qþÜXë[Tä8─"
  b"\x01É┐+X³rÁù,Oe>║ó╔"
  b"\x01É┐+YÄqΣú╗2\x12ÿ╦\f"
  b"\x01É┐+YørÛÄ\x0E_Wû═╔w"
  b"\x01É┐+Y¬s\x00ûañòê\x13î6"
  b"\x01É┐+Y¥pð¥╬¤áµ\x06*\x08"
  b"\x01É┐+YÊq§ô▀\x1E.\x1DY;╬"
  b"\x01É┐+YÒr0Å[úy┤ ?\x05"
  b"\x01É┐+Y´s└ì¼╚Ç~\x16╗░"
  b"\x01É┐+Y³sO¡jìi>╩h¸"
  b"\x01É┐+Z\x08qÆ¢e\x00ö.Ä>o"
  b"\x01É┐+Z\x14q9ø)ͳ\x19\x19Fc"
  b"\x01É┐+Z r┴À>\x15\e»À░\x02"
  b"\x01É┐+Z,rUèZ%PtÇî8"
  b"\x01É┐+Z:q<¡üW×ûıjþ"
  b"\x01É┐+ZPs~¬Qëùé‗vº"
  b"\x01É┐+Z^rAñÞ\x1A:dzýu"
  b"\x01É┐+ZlrÄ║═ôOUÒû:"
  b"\x01É┐+Zzpkêü├╚■M├µ"
  b"\x01É┐+ZêrÄÇ\x14>fñ?%\t"
  b"\x01É┐+Zûqºö²¢\x0E1╚¾""
  b"\x01É┐+Zúp¸î\x18■þ£\rç┬"
  b"\x01É┐+Z▒r\x19ü&\x12▄¿íô¼"
  b"\x01É┐+Z└qµñ¿6│┌\x07\x02:"
  b"\x01É┐+Z╬q#òÙw╚N@\x08Ý"
  b"\x01É┐+ZÕqÞ▓~Ã\x12\fiÃ0"
  b"\x01É┐+]\x1Fp\x1Aé!ü░æ.NÜ"
  b"\x01É┐+],r\x10æ\váUw±Ê¢"
  b"""
    \x01É┐+]9qÉ║└{╣\x1E\n
    Üÿ
    """
  b"\x01É┐+]ErgÜæÇ└┤ÒY="
  b"\x01É┐+]Qr║ñOa╩╚ðQÛ"
  b"\x01É┐+]_pð▒@®ø,Óy\x03"
  b"\x01É┐+]lq\x0F┤t|\t\x17Kµþ"
  b"\x01É┐+]yq¸æöf¿\x1Aå¤└"
  b"\x01É┐+]ås╗çÏ\x15ò\x7Fª┘7"
  b"\x01É┐+]öq{Ö%º\e}ðıë"
  b"\x01É┐+]ór ÖX│Å\f\x1F"
  b"\x01É┐+]»pÌØ5ÁA¢úªÚ"
  b"\x01É┐+]¥s4Ä▓Ä\x00\x13¡ÌQ"
  b"""
    \x01É┐+]ðq\x15Ü|╣\n
    8ÔHá
    """
  b"\x01É┐+]▀s\æ!UÅ\x16=ZÆ"
  b"\x01É┐+]ÝpÚ│@┴\x02\x02Åk║"
  b"\x01É┐+^\x00sêëþ\x1F%ÐSq,"
  b"\x01É┐+^\x15pêò_Y6är/k"
  b"\x01É┐+^*p|╗»6Á£\x04%;"
  b"\x01É┐+^8sDÁ߯È5×µ\x05"
  b"\x01É┐+^Fp\x15ír`eƒSÉÆ"
  b"\x01É┐+^Tq\fúäVÝÛsô¤"
  b"\x01É┐+^arÜ╣TÓüÇG.\x01"
  b"\x01É┐+^nr°ª-úGá_r\x1E"
  b"\x01É┐+^zq:øjo3ƒ¦Ê╩"
  b"\x01É┐+^çs┤ü\x1Aà¿8\x114]"
  b"\x01É┐+^öp­¢#Þ\x1FzqÖ\v"
  b"\x01É┐+^írM×H>╗³ ╝t"
  b"\x01É┐+^¡r\x13É-╚)S&\┴"
  b"\x01É┐+^║riö─äÜ«ıY°"
  b"\x01É┐+^ãq1│ô\r®É╔¸\x17"
  b"\x01É┐+^Ëq­®/╔HòDÕ┤"
  b"\x01É┐+│ÕrËá┘2¢▒Ó\x06V"
  b"\x01É┐+│‗rSÅ\f£Ç,^'\x15"
  b"\x01É┐+│■pýäÿ╔Ó\x07╝ÈÞ"
  b"\x01É┐+┤\vr‗£\x00Uþ2Þ\x08¾"
  b"\x01É┐+┤\x18q╔▓N\x19³È\x1AÿH"
  b"\x01É┐+┤$p?®ıık╣ݬa"
  b"\x01É┐+┤0p\x1E╗ëã"░Ì­┼"
  b"\x01É┐+┤<rké6\x1F\x19ı]0\x03"
  b"\x01É┐+┤Hq\x03┐ÖÖC±¾\x17\x08"
  b"\x01É┐+┤Ts£ä<:\x7Fƒı$┤"
  b"\x01É┐+┤`q\rÜÀ╬g║ws^"
  b"\x01É┐+┤lrGÁI±▒\x15╣╗\x06"
  b"\x01É┐+┤wsÍö│Ó┐Ff>Í"
  b"\x01É┐+┤âqÓ×Ìõw×┤Âç"
  b"\x01É┐+ÂÝqÃüÁCÎEY┼\x0F"
  b"\x01É┐+·r~ÑN©À\x19┬ÈÖ"
  b"\x01É┐+À\x07sëÖÑ\x14èÖ"\x04|"
  b"\x01É┐+À\x14p,│´Ì"g-k\x02"
  b"\x01É┐+À"sd¿¥¾\x1C\x01\v"
  b"\x01É┐+À0q╠Éñ¾ò\x14i2["
  b"\x01É┐+À=pãÄ¢└4╬â¢\x02"
  b"\x01É┐+¢!q\x11½Ãà\x11"Íó¥"
  b"\x01É┐+¢.pô¬ÓI\x02¦Þ- "
  b"\x01É┐+¢;q@ò3±Ó\x17Ï+®"
  b"\x01É┐+¢Hr\tà╔#´\x1D\r"
  b"\x01É┐+¢Tqûëÿ9ñÔ,þ¢"
  b"\x01É┐+¢`r╝║håÓ\x03uzÀ"
  b"\x01É┐+¢mq╚éÐ└©Ì'┐\x07"
  b"\x01É┐+¢yq±ºÈUÌ6å~!"
  b"\x01É┐+¢àpÝÆ¨Tß-Ûù}"
  b"\x01É┐+¢Ær<è 5|■´UË"
  b"\x01É┐+¢×q¾ä¢4╬V`\x1F¿"
  b"\x01É┐+¢½s·äÁ¤õ·ÕBC"
  b"""
    \x01É┐+¢ÀqFÀg\n
    ¨>Î╬j
    """
  b"\x01É┐+¢─p=Á\x03\x0F;\x013_s"
  b"\x01É┐+¢ðpaçJ\x13▄I┌ÕA"
  b"\x01É┐+¢▄rdë(55ú¦╩'"
  b"\x01É┐+¢Úsjî¾y³¤{÷╣"
  b"\x01É┐+¢§qZº(]½║õ\Ç"
  b"\x01É┐+┴7qf×ã=*\fÆ\x0F*"
  b"\x01É┐+┴DsÌçY׺\x1E■:0"
  b"\x01É┐+┴Pr?║nÄ\eÿ╣¬\n"
  b"\x01É┐+┴\s©À\x10┼┌­¨\x14Ü"
  b"\x01É┐+┴jsvƒ\x07Ò¥\x1F\x1D┴û"
  b"\x01É┐+┴xqlÆBv϶░¸Ø"
  b"\x01É┐+┼Ps\x18Å9-åFt]X"
  b"\x01É┐+┼]r\r«P_\x1FÂ|OW"
  b"\x01É▄áÍÛr!Æm╗\x03\x07Y\x17\x1E"
  b"\x01É▄áÎAr┴ëå\\x04r!"Ò"
  b"\x01É▄áÎøp.ó┤ç┘9?f6"
  b"\x01É▄áÎ‗s\x1A\x0F\x02▄├K\x0E"
  b"\x01É▄áÏGpBº âû\x1E┼ì"
  b"\x01É▄áÏøs\x0Eï\x07Iæ╩ZÖ¿"
  b"\x01É▄áϯr█ñ¶>┬¯`Ñ}"
  b"\x01É▄á┘Ap┴å4\tDèÓ\x1Dý"
  b"\x01É▄á┘òr?Ñ)\tñ\x01è├N"
  b"\x01É▄á┘Õp^Á'³7mÙ┌C"
  b"\x01É▄á┌6s8ƒ`*¯ãýÇ*"
  b"\x01É▄á┌ëpëà┼ÓøÛb\v»"
  b"\x01É▄á┌▄pÞô~┼Ç7åDm"
  b"""
    \x01É▄á█/r÷érî▄\n
    ÂıÅ
    """
  b"\x01É▄á█ürUà÷p╣\x0FÂ\e\x1F"
  b"\x01É▄á█Ëqõ®\x19╗├½1mN"
  b"\x01É▄á▄sp\x13¥Èa<iq$Á"
  b"\x01É▄á¦\x14r\x1AîÇ\x06(N_▀▓"
  b"\x01É▄á¦▓sxøP│Ù¨ápl"
  b"""
    \x01É▄áÌMp\x11ö=òÑé\n
    È­
    """
  b"\x01É▄áÌÞq┌ÂxðÔ\rê¥\x18"
  b"\x01É▄á▀êpIôÐùõ½┌{¡"
  b"\x01É▄áÓ'rC▒²û¦_▓╣Ä"
  b"\x01É▄áÓ┬pÖáÓ▄B\x16─ßÍ"
  b"\x02?ðó½ZK2ØYì\x01ÐhÖÉ"
  b"""
    \n
    \x03<Ý£└AÅ▓ìõé¸\x1E¤U
    """
  b"!ãA€AóGÍ–|žHúºÑG"
  b"(=&L&7IC£Í\x1F{U\x19\x1CŠ"
  b"\x05*taGŸ…ÿÔÏ\x1CÆf}"
  b"0EÂÅœ\tIHº&ã˼Þ`Ù"
  b"2õöÔð$Gœ­\x1FnC<”ïl"
  b"6„Œ%#\x13F)«D¿è18‘1"
  b"=ü¨ý{\x01CñÁϺ#Zç\eH"
  b"\x01;gÖM:’·¢uÚŠôA"
  b"QX\x1Du†àH\v\x1A«µ°…½Ì"
  b"T\x14v’ËûCAšm\x11âl­DÜ"
  b"\v¯0BD,¥2»èSl Õ"
  b"Y—Ù\x1DÀxI—½ïhßÅ ‰\x12"
  b"]êé>èãH©ÿÐ\è\x7FA{ü"
  b"e•×%\x00,A ‹oÜßüòGí"
  b"™ô aC+N]¼\x12\x0Fþyºâ\e"
  b"¬ýu†Ð(Hñ¬€\x1FGvï¤\x14"
  b"ê;žúîáJ¶ŠÆBO\x06z}š"
  b"¨ìY╝|ÄK╩║K\x04P¿¸ëª"
  b"üAW\x18\x7FçG’°~*‹sôÿ^"
]
90 2.50 ms
# product-listing::property-filter::read
SELECT `property_group_option`.`id` AS `property_group_option.id`, `property_group_option`.`property_group_id` AS `property_group_option.groupId`, `property_group_option`.`color_hex_code` AS `property_group_option.colorHexCode`, `property_group_option`.`media_id` AS `property_group_option.mediaId`, `property_group_option`.`created_at` AS `property_group_option.createdAt`, `property_group_option`.`updated_at` AS `property_group_option.updatedAt`, `property_group_option.group`.`id` AS `property_group_option.group.id`, `property_group_option.group`.`display_type` AS `property_group_option.group.displayType`, `property_group_option.group`.`sorting_type` AS `property_group_option.group.sortingType`, `property_group_option.group`.`filterable` AS `property_group_option.group.filterable`, `property_group_option.group`.`visible_on_product_detail_page` AS `property_group_option.group.visibleOnProductDetailPage`, `property_group_option.group`.`created_at` AS `property_group_option.group.createdAt`, `property_group_option.group`.`updated_at` AS `property_group_option.group.updatedAt`, `property_group_option.group.translation.name`, COALESCE(`property_group_option.group.translation.name`,`property_group_option.group.translation.name`) AS `property_group_option.group.name`, `property_group_option.group.translation.description`, COALESCE(`property_group_option.group.translation.description`,`property_group_option.group.translation.description`) AS `property_group_option.group.description`, `property_group_option.group.translation.position`, COALESCE(`property_group_option.group.translation.position`,`property_group_option.group.translation.position`) AS `property_group_option.group.position`, `property_group_option.group.translation.customFields`, COALESCE(`property_group_option.group.translation.customFields`,`property_group_option.group.translation.customFields`) AS `property_group_option.group.customFields`, `property_group_option.group.translation.createdAt`, `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation.languageId`, `property_group_option.media`.`id` AS `property_group_option.media.id`, `property_group_option.media`.`user_id` AS `property_group_option.media.userId`, `property_group_option.media`.`media_folder_id` AS `property_group_option.media.mediaFolderId`, `property_group_option.media`.`mime_type` AS `property_group_option.media.mimeType`, `property_group_option.media`.`file_extension` AS `property_group_option.media.fileExtension`, `property_group_option.media`.`uploaded_at` AS `property_group_option.media.uploadedAt`, `property_group_option.media`.`file_name` AS `property_group_option.media.fileName`, `property_group_option.media`.`file_size` AS `property_group_option.media.fileSize`, `property_group_option.media`.`media_type` AS `property_group_option.media.mediaTypeRaw`, `property_group_option.media`.`meta_data` AS `property_group_option.media.metaData`, `property_group_option.media`.`config` AS `property_group_option.media.config`, `property_group_option.media`.`path` AS `property_group_option.media.path`, `property_group_option.media`.`private` AS `property_group_option.media.private`, `property_group_option.media`.`thumbnails_ro` AS `property_group_option.media.thumbnailsRo`, `property_group_option.media`.`created_at` AS `property_group_option.media.createdAt`, `property_group_option.media`.`updated_at` AS `property_group_option.media.updatedAt`, `property_group_option.media.translation.title`, COALESCE(`property_group_option.media.translation.title`,`property_group_option.media.translation.title`) AS `property_group_option.media.title`, `property_group_option.media.translation.alt`, COALESCE(`property_group_option.media.translation.alt`,`property_group_option.media.translation.alt`) AS `property_group_option.media.alt`, `property_group_option.media.translation.customFields`, COALESCE(`property_group_option.media.translation.customFields`,`property_group_option.media.translation.customFields`) AS `property_group_option.media.customFields`, `property_group_option.media.translation.createdAt`, `property_group_option.media.translation.updatedAt`, `property_group_option.media.translation.mediaId`, `property_group_option.media.translation.languageId`, `property_group_option.translation.name`, COALESCE(`property_group_option.translation.name`,`property_group_option.translation.name`) AS `property_group_option.name`, `property_group_option.translation.position`, COALESCE(`property_group_option.translation.position`,`property_group_option.translation.position`) AS `property_group_option.position`, `property_group_option.translation.customFields`, COALESCE(`property_group_option.translation.customFields`,`property_group_option.translation.customFields`) AS `property_group_option.customFields`, `property_group_option.translation.createdAt`, `property_group_option.translation.updatedAt`, `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation.languageId` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.translation`.property_group_option_id, `property_group_option.translation`.name AS `property_group_option.translation.name`, `property_group_option.translation`.position AS `property_group_option.translation.position`, `property_group_option.translation`.custom_fields AS `property_group_option.translation.customFields`, `property_group_option.translation`.created_at AS `property_group_option.translation.createdAt`, `property_group_option.translation`.updated_at AS `property_group_option.translation.updatedAt`, `property_group_option.translation`.property_group_option_id AS `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation`.language_id AS `property_group_option.translation.languageId` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation`.language_id = ?) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation`.`property_group_option_id` = `property_group_option`.`id` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option`.`media_id` = `property_group_option.media`.`id` LEFT JOIN (SELECT `property_group_option.group.translation`.property_group_id, `property_group_option.group.translation`.name AS `property_group_option.group.translation.name`, `property_group_option.group.translation`.description AS `property_group_option.group.translation.description`, `property_group_option.group.translation`.position AS `property_group_option.group.translation.position`, `property_group_option.group.translation`.custom_fields AS `property_group_option.group.translation.customFields`, `property_group_option.group.translation`.created_at AS `property_group_option.group.translation.createdAt`, `property_group_option.group.translation`.updated_at AS `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation`.property_group_id AS `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation`.language_id AS `property_group_option.group.translation.languageId` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation`.language_id = ?) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN (SELECT `property_group_option.media.translation`.media_id, `property_group_option.media.translation`.title AS `property_group_option.media.translation.title`, `property_group_option.media.translation`.alt AS `property_group_option.media.translation.alt`, `property_group_option.media.translation`.custom_fields AS `property_group_option.media.translation.customFields`, `property_group_option.media.translation`.created_at AS `property_group_option.media.translation.createdAt`, `property_group_option.media.translation`.updated_at AS `property_group_option.media.translation.updatedAt`, `property_group_option.media.translation`.media_id AS `property_group_option.media.translation.mediaId`, `property_group_option.media.translation`.language_id AS `property_group_option.media.translation.languageId` FROM `media_translation` `property_group_option.media.translation` WHERE `property_group_option.media.translation`.language_id = ?) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation`.`media_id` = `property_group_option.media`.`id` WHERE `property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01Å├ýï\fyòÁw2]\x7F\r"
  b"\x01Å├ý┼Þq‗ü*À¹¡\r2!"
  b"\x01Å├ Ô╚tßá.¢\x04\x1Cq¡e"
  b"\x01É┐\vÅ»p¿ƒãq©[8n¦"
  b"\x01É┐*║zr6ª─,╦Îý \x02"
  b"\x01É┐*║êp\x18è\r¸▀ûGì)"
  b"\x01É┐*║ôs╚¼Fú'vÂ9õ"
  b"\x01É┐*║×p"ä╗.▄ý>xÚ"
  b"\x01É┐*║¼q▒»\x18═âÿùbä"
  b"\x01É┐*║╣rź%C?R-ÉB"
  b"\x01É┐*║┼sÙ╣µ\r\x15╣¾▀á"
  b"\x01É┐*║ÐqCñ─G╚┬º!Ê"
  b"\x01É┐*║¦qàåª\f¬càT┐"
  b"\x01É┐*║Úra░@~;┘VQ\x1D"
  b"\x01É┐*║§q\x14▒<■É║.ÿW"
  b"\x01É┐*╗\x01p/¥qªÙ úÊ┐"
  b"\x01É┐*╗\fr¢Ç\x12¿\x1AÝ.\x14D"
  b"\x01É┐*╗\x18p¡Ü\x16H÷zÀ║╝"
  b"\x01É┐*╗#pJØ8n▄T\t╩ä"
  b"\x01É┐*¢\x00rºƒP\x001-¹Ï¶"
  b"\x01É┐*¢\vreØWþÞ`«>$"
  b"\x01É┐*¢\x15p$╗\t¤\x13‗4C╣"
  b"\x01É┐*¢\x1FsÚÀ<\x02å½\x02'╠"
  b"\x01É┐*¢*pyøé%¢£a¬Ú"
  b"\x01É┐*¢4r╦äeÞƒü%Ñl"
  b"\x01É┐*¢?p\ü;\e\x13\x04V`"
  b"\x01É┐*¢Jp±øâ$ùæo;0"
  b"\x01É┐*¢Up|Á´{2ƒÐD\x13"
  b"\x01É┐*¢`qDÀ─§8\x105^«"
  b"\x01É┐*¢lqçâ§▓\x19└Ä\x18ù"
  b"\x01É┐*¢wpMûÇ¢á■M\x05®"
  b"\x01É┐*¢ép`ê┘ßôãÓ$¸"
  b"\x01É┐*¢ìpÝ©Kk&ƒðy\x16"
  b"\x01É┐*¢ùs\x00┤z~àð2\x14"
  b"\x01É┐*¢óphÉâ>;\r=\x18"
  b"\x01É┐*¢¡ró­'7╔m£N"
  b"\x01É┐*¢Àq~▓y~Öu\x08"
  b"\x01É┐*¢├q»¢!,BƒWç┼"
  b"\x01É┐*¢═rÃëàHí¿.q!"
  b"\x01É┐*¢Ïq╠ù▀ůî%\x14."
  b"\x01É┐*¢Ôs°┤z░)║-┬þ"
  b"\x01É┐*¢ýp§ª?x¥åoø!"
  b"\x01É┐*¢¸s-ÁÆ\x07=\x14\eE╔"
  b"\x01É┐*¥\x01s^ü─ki‗┘gA"
  b"\x01É┐*┐Àq&▓£¾┘Xat\x07"
  b"\x01É┐*┐├q6«5\x0E¡\x1A-\x1Dú"
  b"\x01É┐*┐╬qDɧî+▒x4R"
  b"\x01É┐*┐┌q9ò]ý\vé¾2\x13"
  b"\x01É┐*┐þr±Å\e$t`▒´ð"
  b"\x01É┐*┐¶r×║>╣ÙÎðiä"
  b"\x01É┐*└\x01r}¥INȧ%×/"
  b"\x01É┐*└\rp\x7F\x02╬qñÏ\x06"
  b"\x01É┐*└\x18s┤öX>æaúÁ\t"
  b"\x01É┐*└&rSëV\x05\x7Foö╠û"
  b"\x01É┐*└5q±æd¢M\x06¥:j"
  b"\x01É┐*└Aslê[=\t\x06V\x04"
  b"\x01É┐*└Mrýì╔Û\x7F│Ê▄ç"
  b"\x01É┐*└YsZÉ╣\x1D«\x16ð¬Â"
  b"\x01É┐*└gs├ê7\x18Û!S┼\x00"
  b"\x01É┐*└tp¶Äï\x17█╬ê7?"
  b"\x01É┐*└üp`®si!º¿IÒ"
  b"\x01É┐*└îq\tñr\x1F\x08¬§\x10M"
  b"\x01É┐*└ÿp2ɳßh\x1FÔ╚Z"
  b"\x01É┐*└úq0æÔ╦.Õ0ÌQ"
  b"\x01É┐*└»q\x00▓Âxv\x0Fè\x14\x04"
  b"\x01É┐*└╝rËÖðOzva_>"
  b"\x01É┐*└╔sGùô&I5¤°O"
  b"\x01É┐*└█r»å\x04Ñ╠@┌î╠"
  b"\x01É┐*└Ýq\x1A¼ ¦?ò\x1F\x7F%"
  b"\x01É┐*└¨q¿╝¯ó!£p½Ë"
  b"\x01É┐*┴\x06s\x1EíV\x1F¥V\x1F\x14""
  b"\x01É┐*┴\x12sùó┼ \x109«Cí"
  b"\x01É┐*┴\x1FpͺÛå¶├\x1D├?"
  b"\x01É┐*┴+s¯Çâ+Yû<?i"
  b"\x01É┐+\x04~r\tø7\x03wt\x18Õ£"
  b"\x01É┐+\x04êr¸¢╣«ãÃo\r/"
  b"\x01É┐+\x04ôróáÌ╩Ý\x17¡╔┌"
  b"\x01É┐+\x04Ørr©ÿ¬+6ã╣d"
  b"\x01É┐+6öqÅ│º─<\x1D?\x06\x1E"
  b"\x01É┐+6ƒq«║WƒL7╬\e#"
  b"\x01É┐+6¼sr×bè─ðHM\x02"
  b"\x01É┐+6©p³╣dyÃ_'D""
  b"\x01É┐+6├r~û\tåJM\x02ÿ8"
  b"\x01É┐+6¤rӼإM¢SwC"
  b"\x01É┐+6█pÛ¼\x1CÛ┘*s\x16)"
  b"\x01É┐+6µs¥ª\x00│PWR¸Ú"
  b"\x01É┐+6±skÁ­!ÑhB\x1D\x10"
  b"\x01É┐+6³s_▓Êa´Ï«qê"
  b"\x01É┐+7\tr·ÿl÷Uõña>"
  b"\x01É┐+7\x16q\x03á╣\x04Âèºq<"
  b"\x01É┐+7!r½©Ê\vÁ▒TØ▓"
  b"\x01É┐+7,p£©:YQ(¤1©"
  b"\x01É┐+78sóúRo Ù║Û│"
  b"\x01É┐+7CrC╗ï¹ÐÖ<\x15\"
  b"\x01É┐+7Nrj»Å█\x03\x15B‗^"
  b"\x01É┐+8 rÚ©[Á^ì©ÀÜ"
  b"\x01É┐+9\vr\x0E╣Á=ì7ãHù"
  b"\x01É┐+9\x17rûÅ)*\x01c£Á+"
  b"\x01É┐+9"síí┤­P¢\x05U="
  b"\x01É┐+9-rRû¶Ø▀9q÷\x08"
  b"\x01É┐+99r(ô\x05!uº!MØ"
  b"\x01É┐+9Ds~ô▓¾F\x7FA§¯"
  b"""
    \x01É┐+9Ora»x\n
    S×▒úT
    """
  b"\x01É┐+9Zr\x1Dò ╔¸µ@Ér"
  b"\x01É┐+9erD¥_â─ï[┌Û"
  b"\x01É┐+;ès\x1AƒÊÒÀ1¯#░"
  b"\x01É┐+;ûrúæ\x06`EQ^×@"
  b"\x01É┐+;írR½Lý\x17\x1D╦(È"
  b"\x01É┐+;¡r6âJÔ\x1Eµ.Ù\v"
  b"\x01É┐+;©p\f▓╠║\x13ƒP6'"
  b"\x01É┐+;─s╝»ËÞ\x01\x12\x02®"
  b"\x01É┐+; sKíÿÎ9ÛY}╣"
  b"""
    \x01É┐+<\n
    p\x0E¿\x10üøO\x03
    """
  b"\x01É┐+<\x15qï¥xz╬)ò1h"
  b"\x01É┐+< qìØà┤ÎÅ(╦6"
  b"\x01É┐+<+r╝£Gµ6`\x11×ê"
  b"\x01É┐+<7qÈêf╗}±ª▒T"
  b"\x01É┐+<CqgØùb@÷╦Ë´"
  b"\x01É┐+<Nq³║×õ¬‗\x08\x08á"
  b"\x01É┐+<Zr«Ü█├¨ó\x15Ë÷"
  b"\x01É┐+<es\tåñ15gd\x15£"
  b"\x01É┐+<qpÐà@æßýÖ\x08-"
  b"\x01É┐+<}r╚êK\x05\x10gWº"
  b"\x01É┐+<èr³ëßLÔö┘e\x08"
  b"\x01É┐+<ûpÆúVæê/Þ'»"
  b"\x01É┐+<ópåéı»0\tò©~"
  b"\x01É┐+<¡pªè£|ú\x01ö╔ð"
  b"\x01É┐+<©p¬øQ\x1CÞS«Öª"
  b"\x01É┐+<─rR×ö´═\x10\x1E─i"
  b"\x01É┐+<¤såíò\x15»\x18┬ò´"
  b"\x01É┐+<┌sUîãÂ\x04Q\x01"K"
  b"\x01É┐+<Õr)öÉ9\x08ë@sU"
  b"\x01É┐+<±p\x03ü\x19Ü_4å}╬"
  b"\x01É┐+<³r\x7FíªX├|Û¥\f"
  b"\x01É┐+=\x07rÞôxyå{¨7\x03"
  b"\x01É┐+=\x12sÓñá¡\x08ýa×;"
  b"\x01É┐+=\x1DsGê¬>:¢ÒWE"
  b"\x01É┐+=)p░àià'è³╬F"
  b"\x01É┐+=5qÕÉ┘\x11)çá°¦"
  b"\x01É┐+=BsÃÿG¦§E╝\v\x1F"
  b"\x01É┐+=Np±│Yç'\x7F¥▀ð"
  b"\x01É┐+=YqK╝Y]#â&M/"
  b"\x01É┐+=dqAƒtu9r\x15µµ"
  b"\x01É┐+?nqR╣>ý¼½#├à"
  b"\x01É┐+?ysüøó_1╝e]\x08"
  b"\x01É┐+?äs[çq7Pm±─<"
  b"\x01É┐+?Äp\x16Çóà}ê½O╠"
  b"\x01É┐+?Öq »╬\x08w╝Ò╔p"
  b"\x01É┐+?ús3å@Ï\x10ÖÎRâ"
  b"\x01É┐+?«sF¡UG"Hw\rº"
  b"\x01É┐+?©s%¬I├s°ýuÄ"
  b"\x01É┐+?├q½ö·øl\x7F¬│Ç"
  b"\x01É┐+?═s\x04ï░{Ø9│═¾"
  b"\x01É┐+?Ïr,Ñ®┼Y▒*¤Ã"
  b"\x01É┐+?Òp┌½¶\vé¢Zıt"
  b"\x01É┐+?´s├å[ƒFîDVz"
  b"\x01É┐+?·r\x12Ѳª,®Î6."
  b"\x01É┐+@\x05q¼ëPGÐÚe█É"
  b"\x01É┐+@\x11päñH┤\x152lcÅ"
  b"\x01É┐+@\x1Fréù²¿ıXúÀ6"
  b"\x01É┐+@,qû║DèQ°▀d¾"
  b"\x01É┐+@9r²ê+─lkå\x05é"
  b"\x01É┐+@Gq ┐l▒uýùk«"
  b"\x01É┐+@TqFêÊ■öRÈ:ï"
  b"\x01É┐+@aqÆùà\x07ë\x10L&»"
  b"\x01É┐+@orߣÐ(\x05ñb\x19&"
  b"\x01É┐+@|p_©îÀ½GÆá└"
  b"\x01É┐+@┼q~áxf\x15L\x1C\x01{"
  b"\x01É┐+@Ðrûÿ]¸ÏðÚd\x1C"
  b"\x01É┐+@Ìqj¡@═I▄¾\x14Õ"
  b"\x01É┐+@ÙsoÜ­]63\tƒ¦"
  b"\x01É┐+@°sV┐c\x14ÑÂô\x15("
  b"\x01É┐+A\x07s.▒0ob\x18r╣à"
  b"\x01É┐+A\x13qé╝Ý÷#¿\x17"
  b"\x01É┐+A\x1FrU×bRÉk╩5ï"
  b"\x01É┐+A,r}ó{T\x15Êeh\x08"
  b"\x01É┐+A9põ¿Ia?\x1CE%A"
  b"\x01É┐+AJsUÑ÷Já³\x13"
  b"\x01É┐+AhrdÁýy'Æ┤?╝"
  b"\x01É┐+A~r!òo©æ║µ69"
  b"\x01É┐+Aòr╝®ëar?─\x03\x1F"
  b"\x01É┐+AñrSçµ\tº`█║W"
  b"\x01É┐+A│r┘×è°\x01Î\x17dh"
  b"\x01É┐+Dêr®Ä:¼\x01f>Zƒ"
  b"\x01É┐+D×pÖø8á\x0E¿\x18"
  b"\x01É┐+DÁsìë÷µ7ÿ·Â$"
  b"\x01É┐+D╚qä©,º¼┌Ûj«"
  b"\x01É┐+DÎp}¼┼j\x08\x13Ë{│"
  b"\x01É┐+DÕrËÜÓFÀÉ\e"
  b"\x01É┐+D°p%â!\í\x19è╠½"
  b"\x01É┐+E\x07rNºL3$T<\x18¡"
  b"\x01É┐+E\x17q▄Áq┼─ó4ë▒"
  b"\x01É┐+E'r@©\x14ùé\x1Aæ9Î"
  b"\x01É┐+E>róÄ_h\x05z\x06à:"
  b"\x01É┐+EUp#º2éH^39╦"
  b"\x01É┐+Elq¼ó)Þ®lÜ¿¤"
  b"\x01É┐+EépÕƒ▄╬ª\x19¸(ì"
  b"\x01É┐+EÖsäÖ╝¯hRm¹è"
  b"\x01É┐+E»qã¢M\x06ûÎÚEÜ"
  b"\x01É┐+E─p7ªî$¬\e6Ö¢"
  b"\x01É┐+EÎr^è6W│L¸═E"
  b"\x01É┐+EÝs5æß_┌ëñ¸╚"
  b"\x01É┐+F\x02q[º(E═ÂÜ\x08G"
  b"\x01É┐+F\x18p╬ç¶ÕÆ\x10ÿ·ê"
  b"\x01É┐+F0p®ÆPƒî╗å`L"
  b"\x01É┐+FEr╝½aØð\x06ź╔"
  b"\x01É┐+F[s¿Ö°╚ÕréUù"
  b"\x01É┐+FnpZä░\x1C+\Yns"
  b"\x01É┐+Fàp\x07ÖÂ-v\x0EbØq"
  b"\x01É┐+FøpRú½\t¡'║─Ç"
  b"\x01É┐+F░pôö┤«.\x05╚ªm"
  b"\x01É┐+F├r\x7FÂÎxÉ▄@/P"
  b"\x01É┐+FÈq2å}ÀÆNãªí"
  b"\x01É┐+FßrzÆ\x01ØôéJX¡"
  b"\x01É┐+Ius\x16ö\x11Ô\x0FÞƒƒx"
  b"\x01É┐+IépØ®7NI¡W\x00Ê"
  b"\x01É┐+IÅqå¬+ƒö­ùÂ¥"
  b"\x01É┐+IƒqèçÞ┼\x18ò\x17▒>"
  b"\x01É┐+I»sÓø·¶L\x186\fú"
  b"\x01É┐+I└p┼│Å\x17UO█HÌ"
  b"\x01É┐+I═s6øÜf\LÞ©'"
  b"\x01É┐+I┘sÏÆ█¸\x16+\x1Cb+"
  b"\x01É┐+IÕq©ÆW½oC\tùÜ"
  b"\x01É┐+I‗pc┤^^S\x12ÆÃ "
  b"""
    \x01É┐+J\x03s\n
    ó1¹©ÐØð§
    """
  b"\x01É┐+J\x13r`ø¬­j\x0Eů¨"
  b"\x01É┐+J\x1FsÖÉÄ@dßçF╚"
  b"\x01É┐+J,qQ╗¼WwV×\x03ä"
  b"\x01É┐+J:qùçs§ÓÕàüv"
  b"\x01É┐+JIqhú▒Kâѽãy"
  b"\x01É┐+J[qMÀ¿{t\fIÞp"
  b"\x01É┐+Jjr\eÀ§ÌAdcè6"
  b"\x01É┐+Jyq║Ä ½Óü\x0E\x03ò"
  b"\x01É┐+Jçsàƒ╗▒wÂ÷­õ"
  b"\x01É┐+Jÿrú×\t═põªÈK"
  b"\x01É┐+J¬p\x1DôÄëc|÷─¶"
  b"\x01É┐+J╝r"▒­┼\x03‗ â5"
  b"\x01É┐+J¤r¹┐ÿ¸'¶ñT­"
  b"\x01É┐+J¦s¯╗\x1D¿ô~¦\x1E²"
  b"\x01É┐+JÛqáƒÕ£¥:\x1Fá│"
  b"\x01É┐+J°rûî';±ðE®"
  b"\x01É┐+K\x06s▓ï¦ÀÑûo¹\t"
  b"\x01É┐+K\x13pýüÕù\x00&6È\x0F"
  b"\x01É┐+M2pñûX■Â\x06iÅÞ"
  b"\x01É┐+M>rÂæ>={é4■¯"
  b"\x01É┐+MJpá¼VXnp,^█"
  b"\x01É┐+MUp8¬v4²î¶¦À"
  b"\x01É┐+Masß▒ü÷ȺÓÑá"
  b"\x01É┐+Mmp¹¿vYª@\x01\x0FÎ"
  b"\x01É┐+Mxp╝¢▓dµ█÷\x00º"
  b"\x01É┐+Mäq#É╦ÞåÅ╝\x19È"
  b"\x01É┐+MÄre©\x17<q└K[é"
  b"\x01É┐+MÖsýâxø,@\x19þ¿"
  b"\x01É┐+Mñs¢««╗uÖ+¢ı"
  b"\x01É┐+M»r°åÕÞX╩ö{B"
  b"\x01É┐+M³r·╗z>ıÝ\x12s("
  b"\x01É┐+N\x0ErDì\x15\x15½ráþ""
  b"\x01É┐+N\x1DpÄ░ÈI8┤a¨¤"
  b"\x01É┐+N0rïùhíz\x03§aE"
  b"\x01É┐+N>sþ╝\x04■(QÙ@Ø"
  b"\x01É┐+NLs\x08ñ\x1A¤gçH<y"
  b"\x01É┐+NZp«│V╩/\x06f╦╬"
  b"\x01É┐+Nfp¼│\x14╩Ä®\x0E\x0E¨"
  b"\x01É┐+Nrq%ƒ▀>=Tf² "
  b"\x01É┐+N~sYù╔┬øúW\x1F¸"
  b"\x01É┐+NïpMÉ╝ÇöY3Ï\x07"
  b"\x01É┐+NÿpHáÕOx&´═┤"
  b"\x01É┐+Nñq¿©\x16?7÷E\x17£"
  b"\x01É┐+N▒q0æ║ò╗ÉϺ+"
  b"\x01É┐+U╗qyÂ├\(o@b0"
  b"\x01É┐+UÛrQ¢£=çÇI\x11r"
  b"\x01É┐+U§qdóÛ«\x12▄Þ°\x05"
  b"\x01É┐+V\x00pQ½\r×&2îÌü"
  b"\x01É┐+V\vsïƒÇ¿┴8ÃdÍ"
  b"\x01É┐+V\x17r\x1E╣É\x1Fñ"Õ<ú"
  b"\x01É┐+V"qB╝\x00║@564\x1F"
  b"\x01É┐+V1q▄Á\x0EÈÃ&‗╗å"
  b"\x01É┐+V>r2©═IÜpòR¢"
  b"\x01É┐+VKsÊÜ▒-07X(u"
  b"\x01É┐+VYpY×´®^Ö<÷ÿ"
  b"\x01É┐+VgrL¥haôv$I/"
  b"\x01É┐+VuqI┐═\v!▓*ÙK"
  b"\x01É┐+Väq׿Ò║£\x08­tñ"
  b"\x01É┐+Væsb¬╝2D¯ây\x08"
  b"\x01É┐+VØs»êÍ\x00K®7jÂ"
  b"\x01É┐+V¬p<┐Pv¦g¸\x12q"
  b"\x01É┐+VÀp$«ÌN/\Ü1ë"
  b"\x01É┐+V┼pá¬ï╣»[¡ì_"
  b"\x01É┐+VÊsÂâQ¶0Í6ûJ"
  b"\x01É┐+VÓp█âB\x06o\x02¤┐E"
  b"""
    \x01É┐+V´q¤¥~ö┌\n
    ³þÍ
    """
  b"\x01É┐+V³q\x15║£Ý\t\x10RºÆ"
  b"\x01É┐+W\x08pஃV<ët¼Å"
  b"\x01É┐+W\x14pcçgô\v3.´¾"
  b"\x01É┐+W!smî7µ\x16P,Zå"
  b"\x01É┐+W.sÐâ=i╬Å8UÙ"
  b"\x01É┐+W:pû¨\x1D½,╝╚└"
  b"\x01É┐+WQp­»D\tex¬ãÂ"
  b"\x01É┐+WgsxüA─Ü*ÎEÑ"
  b"\x01É┐+Wvs}ÿFÍù/\x14ãÔ"
  b"\x01É┐+Wäq¬Ø£{it\x1DÝ‗"
  b"\x01É┐+Wôs¿9\x00&p!▓Ú"
  b"\x01É┐+Wís┼¢,8®QX\e"
  b"\x01É┐+W«p\x0FöËÌ!I█ÑT"
  b"\x01É┐+W║rÕ«ye!J\x04"
  b"""
    \x01É┐+WÃsñäBÃ\n
    \x10[╝¶
    """
  b"\x01É┐+WÈpÎú^T└Vı\x1Dý"
  b"\x01É┐+WßpéÀ\x03ß)n\x07ù4"
  b"\x01É┐+W¯p\x1D▓ɨ~;8ÉU"
  b"\x01É┐+W·p═┐│³#╗{É;"
  b"\x01É┐+X\x06s{ûá\x01zÇd«│"
  b"\x01É┐+X\x14s\x1Fá`\x15qlæù\x1C"
  b"\x01É┐+X!r¤ìXçÒ§#T£"
  b"\x01É┐+X.qVÄ\x1EâË┐ã3Ï"
  b"\x01É┐+X:qeª╝ÀË}|óù"
  b"\x01É┐+Xúrkƒæ.8EIq\x14"
  b"\x01É┐+X░rcíî┴óTòa\t"
  b"\x01É┐+X¢rDØN▀c\x11\x1F1^"
  b"\x01É┐+X╔p\x01╣Å÷╗ı\x0Fq*"
  b"\x01É┐+Xıq~â\x10═ÌÊßÿY"
  b"\x01É┐+XÔr!▓\x16ý3©└┘\x11"
  b"\x01É┐+X´qþÜXë[Tä8─"
  b"\x01É┐+X³rÁù,Oe>║ó╔"
  b"\x01É┐+YÄqΣú╗2\x12ÿ╦\f"
  b"\x01É┐+YørÛÄ\x0E_Wû═╔w"
  b"\x01É┐+Y¬s\x00ûañòê\x13î6"
  b"\x01É┐+Y¥pð¥╬¤áµ\x06*\x08"
  b"\x01É┐+YÊq§ô▀\x1E.\x1DY;╬"
  b"\x01É┐+YÒr0Å[úy┤ ?\x05"
  b"\x01É┐+Y´s└ì¼╚Ç~\x16╗░"
  b"\x01É┐+Y³sO¡jìi>╩h¸"
  b"\x01É┐+Z\x08qÆ¢e\x00ö.Ä>o"
  b"\x01É┐+Z\x14q9ø)ͳ\x19\x19Fc"
  b"\x01É┐+Z r┴À>\x15\e»À░\x02"
  b"\x01É┐+Z,rUèZ%PtÇî8"
  b"\x01É┐+Z:q<¡üW×ûıjþ"
  b"\x01É┐+ZPs~¬Qëùé‗vº"
  b"\x01É┐+Z^rAñÞ\x1A:dzýu"
  b"\x01É┐+ZlrÄ║═ôOUÒû:"
  b"\x01É┐+Zzpkêü├╚■M├µ"
  b"\x01É┐+ZêrÄÇ\x14>fñ?%\t"
  b"\x01É┐+Zûqºö²¢\x0E1╚¾""
  b"\x01É┐+Zúp¸î\x18■þ£\rç┬"
  b"\x01É┐+Z▒r\x19ü&\x12▄¿íô¼"
  b"\x01É┐+Z└qµñ¿6│┌\x07\x02:"
  b"\x01É┐+Z╬q#òÙw╚N@\x08Ý"
  b"\x01É┐+ZÕqÞ▓~Ã\x12\fiÃ0"
  b"\x01É┐+]\x1Fp\x1Aé!ü░æ.NÜ"
  b"\x01É┐+],r\x10æ\váUw±Ê¢"
  b"""
    \x01É┐+]9qÉ║└{╣\x1E\n
    Üÿ
    """
  b"\x01É┐+]ErgÜæÇ└┤ÒY="
  b"\x01É┐+]Qr║ñOa╩╚ðQÛ"
  b"\x01É┐+]_pð▒@®ø,Óy\x03"
  b"\x01É┐+]lq\x0F┤t|\t\x17Kµþ"
  b"\x01É┐+]yq¸æöf¿\x1Aå¤└"
  b"\x01É┐+]ås╗çÏ\x15ò\x7Fª┘7"
  b"\x01É┐+]öq{Ö%º\e}ðıë"
  b"\x01É┐+]ór ÖX│Å\f\x1F"
  b"\x01É┐+]»pÌØ5ÁA¢úªÚ"
  b"\x01É┐+]¥s4Ä▓Ä\x00\x13¡ÌQ"
  b"""
    \x01É┐+]ðq\x15Ü|╣\n
    8ÔHá
    """
  b"\x01É┐+]▀s\æ!UÅ\x16=ZÆ"
  b"\x01É┐+]ÝpÚ│@┴\x02\x02Åk║"
  b"\x01É┐+^\x00sêëþ\x1F%ÐSq,"
  b"\x01É┐+^\x15pêò_Y6är/k"
  b"\x01É┐+^*p|╗»6Á£\x04%;"
  b"\x01É┐+^8sDÁ߯È5×µ\x05"
  b"\x01É┐+^Fp\x15ír`eƒSÉÆ"
  b"\x01É┐+^Tq\fúäVÝÛsô¤"
  b"\x01É┐+^arÜ╣TÓüÇG.\x01"
  b"\x01É┐+^nr°ª-úGá_r\x1E"
  b"\x01É┐+^zq:øjo3ƒ¦Ê╩"
  b"\x01É┐+^çs┤ü\x1Aà¿8\x114]"
  b"\x01É┐+^öp­¢#Þ\x1FzqÖ\v"
  b"\x01É┐+^írM×H>╗³ ╝t"
  b"\x01É┐+^¡r\x13É-╚)S&\┴"
  b"\x01É┐+^║riö─äÜ«ıY°"
  b"\x01É┐+^ãq1│ô\r®É╔¸\x17"
  b"\x01É┐+^Ëq­®/╔HòDÕ┤"
  b"\x01É┐+│ÕrËá┘2¢▒Ó\x06V"
  b"\x01É┐+│‗rSÅ\f£Ç,^'\x15"
  b"\x01É┐+│■pýäÿ╔Ó\x07╝ÈÞ"
  b"\x01É┐+┤\vr‗£\x00Uþ2Þ\x08¾"
  b"\x01É┐+┤\x18q╔▓N\x19³È\x1AÿH"
  b"\x01É┐+┤$p?®ıık╣ݬa"
  b"\x01É┐+┤0p\x1E╗ëã"░Ì­┼"
  b"\x01É┐+┤<rké6\x1F\x19ı]0\x03"
  b"\x01É┐+┤Hq\x03┐ÖÖC±¾\x17\x08"
  b"\x01É┐+┤Ts£ä<:\x7Fƒı$┤"
  b"\x01É┐+┤`q\rÜÀ╬g║ws^"
  b"\x01É┐+┤lrGÁI±▒\x15╣╗\x06"
  b"\x01É┐+┤wsÍö│Ó┐Ff>Í"
  b"\x01É┐+┤âqÓ×Ìõw×┤Âç"
  b"\x01É┐+ÂÝqÃüÁCÎEY┼\x0F"
  b"\x01É┐+·r~ÑN©À\x19┬ÈÖ"
  b"\x01É┐+À\x07sëÖÑ\x14èÖ"\x04|"
  b"\x01É┐+À\x14p,│´Ì"g-k\x02"
  b"\x01É┐+À"sd¿¥¾\x1C\x01\v"
  b"\x01É┐+À0q╠Éñ¾ò\x14i2["
  b"\x01É┐+À=pãÄ¢└4╬â¢\x02"
  b"\x01É┐+¢!q\x11½Ãà\x11"Íó¥"
  b"\x01É┐+¢.pô¬ÓI\x02¦Þ- "
  b"\x01É┐+¢;q@ò3±Ó\x17Ï+®"
  b"\x01É┐+¢Hr\tà╔#´\x1D\r"
  b"\x01É┐+¢Tqûëÿ9ñÔ,þ¢"
  b"\x01É┐+¢`r╝║håÓ\x03uzÀ"
  b"\x01É┐+¢mq╚éÐ└©Ì'┐\x07"
  b"\x01É┐+¢yq±ºÈUÌ6å~!"
  b"\x01É┐+¢àpÝÆ¨Tß-Ûù}"
  b"\x01É┐+¢Ær<è 5|■´UË"
  b"\x01É┐+¢×q¾ä¢4╬V`\x1F¿"
  b"\x01É┐+¢½s·äÁ¤õ·ÕBC"
  b"""
    \x01É┐+¢ÀqFÀg\n
    ¨>Î╬j
    """
  b"\x01É┐+¢─p=Á\x03\x0F;\x013_s"
  b"\x01É┐+¢ðpaçJ\x13▄I┌ÕA"
  b"\x01É┐+¢▄rdë(55ú¦╩'"
  b"\x01É┐+¢Úsjî¾y³¤{÷╣"
  b"\x01É┐+¢§qZº(]½║õ\Ç"
  b"\x01É┐+┴7qf×ã=*\fÆ\x0F*"
  b"\x01É┐+┴DsÌçY׺\x1E■:0"
  b"\x01É┐+┴Pr?║nÄ\eÿ╣¬\n"
  b"\x01É┐+┴\s©À\x10┼┌­¨\x14Ü"
  b"\x01É┐+┴jsvƒ\x07Ò¥\x1F\x1D┴û"
  b"\x01É┐+┴xqlÆBv϶░¸Ø"
  b"\x01É┐+┼Ps\x18Å9-åFt]X"
  b"\x01É┐+┼]r\r«P_\x1FÂ|OW"
  b"\x01É▄áÍÛr!Æm╗\x03\x07Y\x17\x1E"
  b"\x01É▄áÎAr┴ëå\\x04r!"Ò"
  b"\x01É▄áÎøp.ó┤ç┘9?f6"
  b"\x01É▄áÎ‗s\x1A\x0F\x02▄├K\x0E"
  b"\x01É▄áÏGpBº âû\x1E┼ì"
  b"\x01É▄áÏøs\x0Eï\x07Iæ╩ZÖ¿"
  b"\x01É▄áϯr█ñ¶>┬¯`Ñ}"
  b"\x01É▄á┘Ap┴å4\tDèÓ\x1Dý"
  b"\x01É▄á┘òr?Ñ)\tñ\x01è├N"
  b"\x01É▄á┘Õp^Á'³7mÙ┌C"
  b"\x01É▄á┌6s8ƒ`*¯ãýÇ*"
  b"\x01É▄á┌ëpëà┼ÓøÛb\v»"
  b"\x01É▄á┌▄pÞô~┼Ç7åDm"
  b"""
    \x01É▄á█/r÷érî▄\n
    ÂıÅ
    """
  b"\x01É▄á█ürUà÷p╣\x0FÂ\e\x1F"
  b"\x01É▄á█Ëqõ®\x19╗├½1mN"
  b"\x01É▄á▄sp\x13¥Èa<iq$Á"
  b"\x01É▄á¦\x14r\x1AîÇ\x06(N_▀▓"
  b"\x01É▄á¦▓sxøP│Ù¨ápl"
  b"""
    \x01É▄áÌMp\x11ö=òÑé\n
    È­
    """
  b"\x01É▄áÌÞq┌ÂxðÔ\rê¥\x18"
  b"\x01É▄á▀êpIôÐùõ½┌{¡"
  b"\x01É▄áÓ'rC▒²û¦_▓╣Ä"
  b"\x01É▄áÓ┬pÖáÓ▄B\x16─ßÍ"
  b"\x02?ðó½ZK2ØYì\x01ÐhÖÉ"
  b"""
    \n
    \x03<Ý£└AÅ▓ìõé¸\x1E¤U
    """
  b"!ãA€AóGÍ–|žHúºÑG"
  b"(=&L&7IC£Í\x1F{U\x19\x1CŠ"
  b"\x05*taGŸ…ÿÔÏ\x1CÆf}"
  b"0EÂÅœ\tIHº&ã˼Þ`Ù"
  b"2õöÔð$Gœ­\x1FnC<”ïl"
  b"6„Œ%#\x13F)«D¿è18‘1"
  b"=ü¨ý{\x01CñÁϺ#Zç\eH"
  b"\x01;gÖM:’·¢uÚŠôA"
  b"QX\x1Du†àH\v\x1A«µ°…½Ì"
  b"T\x14v’ËûCAšm\x11âl­DÜ"
  b"\v¯0BD,¥2»èSl Õ"
  b"Y—Ù\x1DÀxI—½ïhßÅ ‰\x12"
  b"]êé>èãH©ÿÐ\è\x7FA{ü"
  b"e•×%\x00,A ‹oÜßüòGí"
  b"™ô aC+N]¼\x12\x0Fþyºâ\e"
  b"¬ýu†Ð(Hñ¬€\x1FGvï¤\x14"
  b"ê;žúîáJ¶ŠÆBO\x06z}š"
  b"¨ìY╝|ÄK╩║K\x04P¿¸ëª"
  b"üAW\x18\x7FçG’°~*‹sôÿ^"
]
91 1.23 ms
# product-listing::property-filter::search-ids
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` WHERE ((`property_group_option.group`.`filterable` = ?)) AND (`property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) ORDER BY `property_group_option`.`id` ASC LIMIT 500 OFFSET 500
Parameters:
[
  true
  b"\x01Å├ýï\fyòÁw2]\x7F\r"
  b"\x01Å├ý┼Þq‗ü*À¹¡\r2!"
  b"\x01Å├ Ô╚tßá.¢\x04\x1Cq¡e"
  b"\x01É┐\vÅ»p¿ƒãq©[8n¦"
  b"\x01É┐*║zr6ª─,╦Îý \x02"
  b"\x01É┐*║êp\x18è\r¸▀ûGì)"
  b"\x01É┐*║ôs╚¼Fú'vÂ9õ"
  b"\x01É┐*║×p"ä╗.▄ý>xÚ"
  b"\x01É┐*║¼q▒»\x18═âÿùbä"
  b"\x01É┐*║╣rź%C?R-ÉB"
  b"\x01É┐*║┼sÙ╣µ\r\x15╣¾▀á"
  b"\x01É┐*║ÐqCñ─G╚┬º!Ê"
  b"\x01É┐*║¦qàåª\f¬càT┐"
  b"\x01É┐*║Úra░@~;┘VQ\x1D"
  b"\x01É┐*║§q\x14▒<■É║.ÿW"
  b"\x01É┐*╗\x01p/¥qªÙ úÊ┐"
  b"\x01É┐*╗\fr¢Ç\x12¿\x1AÝ.\x14D"
  b"\x01É┐*╗\x18p¡Ü\x16H÷zÀ║╝"
  b"\x01É┐*╗#pJØ8n▄T\t╩ä"
  b"\x01É┐*¢\x00rºƒP\x001-¹Ï¶"
  b"\x01É┐*¢\vreØWþÞ`«>$"
  b"\x01É┐*¢\x15p$╗\t¤\x13‗4C╣"
  b"\x01É┐*¢\x1FsÚÀ<\x02å½\x02'╠"
  b"\x01É┐*¢*pyøé%¢£a¬Ú"
  b"\x01É┐*¢4r╦äeÞƒü%Ñl"
  b"\x01É┐*¢?p\ü;\e\x13\x04V`"
  b"\x01É┐*¢Jp±øâ$ùæo;0"
  b"\x01É┐*¢Up|Á´{2ƒÐD\x13"
  b"\x01É┐*¢`qDÀ─§8\x105^«"
  b"\x01É┐*¢lqçâ§▓\x19└Ä\x18ù"
  b"\x01É┐*¢wpMûÇ¢á■M\x05®"
  b"\x01É┐*¢ép`ê┘ßôãÓ$¸"
  b"\x01É┐*¢ìpÝ©Kk&ƒðy\x16"
  b"\x01É┐*¢ùs\x00┤z~àð2\x14"
  b"\x01É┐*¢óphÉâ>;\r=\x18"
  b"\x01É┐*¢¡ró­'7╔m£N"
  b"\x01É┐*¢Àq~▓y~Öu\x08"
  b"\x01É┐*¢├q»¢!,BƒWç┼"
  b"\x01É┐*¢═rÃëàHí¿.q!"
  b"\x01É┐*¢Ïq╠ù▀ůî%\x14."
  b"\x01É┐*¢Ôs°┤z░)║-┬þ"
  b"\x01É┐*¢ýp§ª?x¥åoø!"
  b"\x01É┐*¢¸s-ÁÆ\x07=\x14\eE╔"
  b"\x01É┐*¥\x01s^ü─ki‗┘gA"
  b"\x01É┐*┐Àq&▓£¾┘Xat\x07"
  b"\x01É┐*┐├q6«5\x0E¡\x1A-\x1Dú"
  b"\x01É┐*┐╬qDɧî+▒x4R"
  b"\x01É┐*┐┌q9ò]ý\vé¾2\x13"
  b"\x01É┐*┐þr±Å\e$t`▒´ð"
  b"\x01É┐*┐¶r×║>╣ÙÎðiä"
  b"\x01É┐*└\x01r}¥INȧ%×/"
  b"\x01É┐*└\rp\x7F\x02╬qñÏ\x06"
  b"\x01É┐*└\x18s┤öX>æaúÁ\t"
  b"\x01É┐*└&rSëV\x05\x7Foö╠û"
  b"\x01É┐*└5q±æd¢M\x06¥:j"
  b"\x01É┐*└Aslê[=\t\x06V\x04"
  b"\x01É┐*└Mrýì╔Û\x7F│Ê▄ç"
  b"\x01É┐*└YsZÉ╣\x1D«\x16ð¬Â"
  b"\x01É┐*└gs├ê7\x18Û!S┼\x00"
  b"\x01É┐*└tp¶Äï\x17█╬ê7?"
  b"\x01É┐*└üp`®si!º¿IÒ"
  b"\x01É┐*└îq\tñr\x1F\x08¬§\x10M"
  b"\x01É┐*└ÿp2ɳßh\x1FÔ╚Z"
  b"\x01É┐*└úq0æÔ╦.Õ0ÌQ"
  b"\x01É┐*└»q\x00▓Âxv\x0Fè\x14\x04"
  b"\x01É┐*└╝rËÖðOzva_>"
  b"\x01É┐*└╔sGùô&I5¤°O"
  b"\x01É┐*└█r»å\x04Ñ╠@┌î╠"
  b"\x01É┐*└Ýq\x1A¼ ¦?ò\x1F\x7F%"
  b"\x01É┐*└¨q¿╝¯ó!£p½Ë"
  b"\x01É┐*┴\x06s\x1EíV\x1F¥V\x1F\x14""
  b"\x01É┐*┴\x12sùó┼ \x109«Cí"
  b"\x01É┐*┴\x1FpͺÛå¶├\x1D├?"
  b"\x01É┐*┴+s¯Çâ+Yû<?i"
  b"\x01É┐+\x04~r\tø7\x03wt\x18Õ£"
  b"\x01É┐+\x04êr¸¢╣«ãÃo\r/"
  b"\x01É┐+\x04ôróáÌ╩Ý\x17¡╔┌"
  b"\x01É┐+\x04Ørr©ÿ¬+6ã╣d"
  b"\x01É┐+6öqÅ│º─<\x1D?\x06\x1E"
  b"\x01É┐+6ƒq«║WƒL7╬\e#"
  b"\x01É┐+6¼sr×bè─ðHM\x02"
  b"\x01É┐+6©p³╣dyÃ_'D""
  b"\x01É┐+6├r~û\tåJM\x02ÿ8"
  b"\x01É┐+6¤rӼإM¢SwC"
  b"\x01É┐+6█pÛ¼\x1CÛ┘*s\x16)"
  b"\x01É┐+6µs¥ª\x00│PWR¸Ú"
  b"\x01É┐+6±skÁ­!ÑhB\x1D\x10"
  b"\x01É┐+6³s_▓Êa´Ï«qê"
  b"\x01É┐+7\tr·ÿl÷Uõña>"
  b"\x01É┐+7\x16q\x03á╣\x04Âèºq<"
  b"\x01É┐+7!r½©Ê\vÁ▒TØ▓"
  b"\x01É┐+7,p£©:YQ(¤1©"
  b"\x01É┐+78sóúRo Ù║Û│"
  b"\x01É┐+7CrC╗ï¹ÐÖ<\x15\"
  b"\x01É┐+7Nrj»Å█\x03\x15B‗^"
  b"\x01É┐+8 rÚ©[Á^ì©ÀÜ"
  b"\x01É┐+9\vr\x0E╣Á=ì7ãHù"
  b"\x01É┐+9\x17rûÅ)*\x01c£Á+"
  b"\x01É┐+9"síí┤­P¢\x05U="
  b"\x01É┐+9-rRû¶Ø▀9q÷\x08"
  b"\x01É┐+99r(ô\x05!uº!MØ"
  b"\x01É┐+9Ds~ô▓¾F\x7FA§¯"
  b"""
    \x01É┐+9Ora»x\n
    S×▒úT
    """
  b"\x01É┐+9Zr\x1Dò ╔¸µ@Ér"
  b"\x01É┐+9erD¥_â─ï[┌Û"
  b"\x01É┐+;ès\x1AƒÊÒÀ1¯#░"
  b"\x01É┐+;ûrúæ\x06`EQ^×@"
  b"\x01É┐+;írR½Lý\x17\x1D╦(È"
  b"\x01É┐+;¡r6âJÔ\x1Eµ.Ù\v"
  b"\x01É┐+;©p\f▓╠║\x13ƒP6'"
  b"\x01É┐+;─s╝»ËÞ\x01\x12\x02®"
  b"\x01É┐+; sKíÿÎ9ÛY}╣"
  b"""
    \x01É┐+<\n
    p\x0E¿\x10üøO\x03
    """
  b"\x01É┐+<\x15qï¥xz╬)ò1h"
  b"\x01É┐+< qìØà┤ÎÅ(╦6"
  b"\x01É┐+<+r╝£Gµ6`\x11×ê"
  b"\x01É┐+<7qÈêf╗}±ª▒T"
  b"\x01É┐+<CqgØùb@÷╦Ë´"
  b"\x01É┐+<Nq³║×õ¬‗\x08\x08á"
  b"\x01É┐+<Zr«Ü█├¨ó\x15Ë÷"
  b"\x01É┐+<es\tåñ15gd\x15£"
  b"\x01É┐+<qpÐà@æßýÖ\x08-"
  b"\x01É┐+<}r╚êK\x05\x10gWº"
  b"\x01É┐+<èr³ëßLÔö┘e\x08"
  b"\x01É┐+<ûpÆúVæê/Þ'»"
  b"\x01É┐+<ópåéı»0\tò©~"
  b"\x01É┐+<¡pªè£|ú\x01ö╔ð"
  b"\x01É┐+<©p¬øQ\x1CÞS«Öª"
  b"\x01É┐+<─rR×ö´═\x10\x1E─i"
  b"\x01É┐+<¤såíò\x15»\x18┬ò´"
  b"\x01É┐+<┌sUîãÂ\x04Q\x01"K"
  b"\x01É┐+<Õr)öÉ9\x08ë@sU"
  b"\x01É┐+<±p\x03ü\x19Ü_4å}╬"
  b"\x01É┐+<³r\x7FíªX├|Û¥\f"
  b"\x01É┐+=\x07rÞôxyå{¨7\x03"
  b"\x01É┐+=\x12sÓñá¡\x08ýa×;"
  b"\x01É┐+=\x1DsGê¬>:¢ÒWE"
  b"\x01É┐+=)p░àià'è³╬F"
  b"\x01É┐+=5qÕÉ┘\x11)çá°¦"
  b"\x01É┐+=BsÃÿG¦§E╝\v\x1F"
  b"\x01É┐+=Np±│Yç'\x7F¥▀ð"
  b"\x01É┐+=YqK╝Y]#â&M/"
  b"\x01É┐+=dqAƒtu9r\x15µµ"
  b"\x01É┐+?nqR╣>ý¼½#├à"
  b"\x01É┐+?ysüøó_1╝e]\x08"
  b"\x01É┐+?äs[çq7Pm±─<"
  b"\x01É┐+?Äp\x16Çóà}ê½O╠"
  b"\x01É┐+?Öq »╬\x08w╝Ò╔p"
  b"\x01É┐+?ús3å@Ï\x10ÖÎRâ"
  b"\x01É┐+?«sF¡UG"Hw\rº"
  b"\x01É┐+?©s%¬I├s°ýuÄ"
  b"\x01É┐+?├q½ö·øl\x7F¬│Ç"
  b"\x01É┐+?═s\x04ï░{Ø9│═¾"
  b"\x01É┐+?Ïr,Ñ®┼Y▒*¤Ã"
  b"\x01É┐+?Òp┌½¶\vé¢Zıt"
  b"\x01É┐+?´s├å[ƒFîDVz"
  b"\x01É┐+?·r\x12Ѳª,®Î6."
  b"\x01É┐+@\x05q¼ëPGÐÚe█É"
  b"\x01É┐+@\x11päñH┤\x152lcÅ"
  b"\x01É┐+@\x1Fréù²¿ıXúÀ6"
  b"\x01É┐+@,qû║DèQ°▀d¾"
  b"\x01É┐+@9r²ê+─lkå\x05é"
  b"\x01É┐+@Gq ┐l▒uýùk«"
  b"\x01É┐+@TqFêÊ■öRÈ:ï"
  b"\x01É┐+@aqÆùà\x07ë\x10L&»"
  b"\x01É┐+@orߣÐ(\x05ñb\x19&"
  b"\x01É┐+@|p_©îÀ½GÆá└"
  b"\x01É┐+@┼q~áxf\x15L\x1C\x01{"
  b"\x01É┐+@Ðrûÿ]¸ÏðÚd\x1C"
  b"\x01É┐+@Ìqj¡@═I▄¾\x14Õ"
  b"\x01É┐+@ÙsoÜ­]63\tƒ¦"
  b"\x01É┐+@°sV┐c\x14ÑÂô\x15("
  b"\x01É┐+A\x07s.▒0ob\x18r╣à"
  b"\x01É┐+A\x13qé╝Ý÷#¿\x17"
  b"\x01É┐+A\x1FrU×bRÉk╩5ï"
  b"\x01É┐+A,r}ó{T\x15Êeh\x08"
  b"\x01É┐+A9põ¿Ia?\x1CE%A"
  b"\x01É┐+AJsUÑ÷Já³\x13"
  b"\x01É┐+AhrdÁýy'Æ┤?╝"
  b"\x01É┐+A~r!òo©æ║µ69"
  b"\x01É┐+Aòr╝®ëar?─\x03\x1F"
  b"\x01É┐+AñrSçµ\tº`█║W"
  b"\x01É┐+A│r┘×è°\x01Î\x17dh"
  b"\x01É┐+Dêr®Ä:¼\x01f>Zƒ"
  b"\x01É┐+D×pÖø8á\x0E¿\x18"
  b"\x01É┐+DÁsìë÷µ7ÿ·Â$"
  b"\x01É┐+D╚qä©,º¼┌Ûj«"
  b"\x01É┐+DÎp}¼┼j\x08\x13Ë{│"
  b"\x01É┐+DÕrËÜÓFÀÉ\e"
  b"\x01É┐+D°p%â!\í\x19è╠½"
  b"\x01É┐+E\x07rNºL3$T<\x18¡"
  b"\x01É┐+E\x17q▄Áq┼─ó4ë▒"
  b"\x01É┐+E'r@©\x14ùé\x1Aæ9Î"
  b"\x01É┐+E>róÄ_h\x05z\x06à:"
  b"\x01É┐+EUp#º2éH^39╦"
  b"\x01É┐+Elq¼ó)Þ®lÜ¿¤"
  b"\x01É┐+EépÕƒ▄╬ª\x19¸(ì"
  b"\x01É┐+EÖsäÖ╝¯hRm¹è"
  b"\x01É┐+E»qã¢M\x06ûÎÚEÜ"
  b"\x01É┐+E─p7ªî$¬\e6Ö¢"
  b"\x01É┐+EÎr^è6W│L¸═E"
  b"\x01É┐+EÝs5æß_┌ëñ¸╚"
  b"\x01É┐+F\x02q[º(E═ÂÜ\x08G"
  b"\x01É┐+F\x18p╬ç¶ÕÆ\x10ÿ·ê"
  b"\x01É┐+F0p®ÆPƒî╗å`L"
  b"\x01É┐+FEr╝½aØð\x06ź╔"
  b"\x01É┐+F[s¿Ö°╚ÕréUù"
  b"\x01É┐+FnpZä░\x1C+\Yns"
  b"\x01É┐+Fàp\x07ÖÂ-v\x0EbØq"
  b"\x01É┐+FøpRú½\t¡'║─Ç"
  b"\x01É┐+F░pôö┤«.\x05╚ªm"
  b"\x01É┐+F├r\x7FÂÎxÉ▄@/P"
  b"\x01É┐+FÈq2å}ÀÆNãªí"
  b"\x01É┐+FßrzÆ\x01ØôéJX¡"
  b"\x01É┐+Ius\x16ö\x11Ô\x0FÞƒƒx"
  b"\x01É┐+IépØ®7NI¡W\x00Ê"
  b"\x01É┐+IÅqå¬+ƒö­ùÂ¥"
  b"\x01É┐+IƒqèçÞ┼\x18ò\x17▒>"
  b"\x01É┐+I»sÓø·¶L\x186\fú"
  b"\x01É┐+I└p┼│Å\x17UO█HÌ"
  b"\x01É┐+I═s6øÜf\LÞ©'"
  b"\x01É┐+I┘sÏÆ█¸\x16+\x1Cb+"
  b"\x01É┐+IÕq©ÆW½oC\tùÜ"
  b"\x01É┐+I‗pc┤^^S\x12ÆÃ "
  b"""
    \x01É┐+J\x03s\n
    ó1¹©ÐØð§
    """
  b"\x01É┐+J\x13r`ø¬­j\x0Eů¨"
  b"\x01É┐+J\x1FsÖÉÄ@dßçF╚"
  b"\x01É┐+J,qQ╗¼WwV×\x03ä"
  b"\x01É┐+J:qùçs§ÓÕàüv"
  b"\x01É┐+JIqhú▒Kâѽãy"
  b"\x01É┐+J[qMÀ¿{t\fIÞp"
  b"\x01É┐+Jjr\eÀ§ÌAdcè6"
  b"\x01É┐+Jyq║Ä ½Óü\x0E\x03ò"
  b"\x01É┐+Jçsàƒ╗▒wÂ÷­õ"
  b"\x01É┐+Jÿrú×\t═põªÈK"
  b"\x01É┐+J¬p\x1DôÄëc|÷─¶"
  b"\x01É┐+J╝r"▒­┼\x03‗ â5"
  b"\x01É┐+J¤r¹┐ÿ¸'¶ñT­"
  b"\x01É┐+J¦s¯╗\x1D¿ô~¦\x1E²"
  b"\x01É┐+JÛqáƒÕ£¥:\x1Fá│"
  b"\x01É┐+J°rûî';±ðE®"
  b"\x01É┐+K\x06s▓ï¦ÀÑûo¹\t"
  b"\x01É┐+K\x13pýüÕù\x00&6È\x0F"
  b"\x01É┐+M2pñûX■Â\x06iÅÞ"
  b"\x01É┐+M>rÂæ>={é4■¯"
  b"\x01É┐+MJpá¼VXnp,^█"
  b"\x01É┐+MUp8¬v4²î¶¦À"
  b"\x01É┐+Masß▒ü÷ȺÓÑá"
  b"\x01É┐+Mmp¹¿vYª@\x01\x0FÎ"
  b"\x01É┐+Mxp╝¢▓dµ█÷\x00º"
  b"\x01É┐+Mäq#É╦ÞåÅ╝\x19È"
  b"\x01É┐+MÄre©\x17<q└K[é"
  b"\x01É┐+MÖsýâxø,@\x19þ¿"
  b"\x01É┐+Mñs¢««╗uÖ+¢ı"
  b"\x01É┐+M»r°åÕÞX╩ö{B"
  b"\x01É┐+M³r·╗z>ıÝ\x12s("
  b"\x01É┐+N\x0ErDì\x15\x15½ráþ""
  b"\x01É┐+N\x1DpÄ░ÈI8┤a¨¤"
  b"\x01É┐+N0rïùhíz\x03§aE"
  b"\x01É┐+N>sþ╝\x04■(QÙ@Ø"
  b"\x01É┐+NLs\x08ñ\x1A¤gçH<y"
  b"\x01É┐+NZp«│V╩/\x06f╦╬"
  b"\x01É┐+Nfp¼│\x14╩Ä®\x0E\x0E¨"
  b"\x01É┐+Nrq%ƒ▀>=Tf² "
  b"\x01É┐+N~sYù╔┬øúW\x1F¸"
  b"\x01É┐+NïpMÉ╝ÇöY3Ï\x07"
  b"\x01É┐+NÿpHáÕOx&´═┤"
  b"\x01É┐+Nñq¿©\x16?7÷E\x17£"
  b"\x01É┐+N▒q0æ║ò╗ÉϺ+"
  b"\x01É┐+U╗qyÂ├\(o@b0"
  b"\x01É┐+UÛrQ¢£=çÇI\x11r"
  b"\x01É┐+U§qdóÛ«\x12▄Þ°\x05"
  b"\x01É┐+V\x00pQ½\r×&2îÌü"
  b"\x01É┐+V\vsïƒÇ¿┴8ÃdÍ"
  b"\x01É┐+V\x17r\x1E╣É\x1Fñ"Õ<ú"
  b"\x01É┐+V"qB╝\x00║@564\x1F"
  b"\x01É┐+V1q▄Á\x0EÈÃ&‗╗å"
  b"\x01É┐+V>r2©═IÜpòR¢"
  b"\x01É┐+VKsÊÜ▒-07X(u"
  b"\x01É┐+VYpY×´®^Ö<÷ÿ"
  b"\x01É┐+VgrL¥haôv$I/"
  b"\x01É┐+VuqI┐═\v!▓*ÙK"
  b"\x01É┐+Väq׿Ò║£\x08­tñ"
  b"\x01É┐+Væsb¬╝2D¯ây\x08"
  b"\x01É┐+VØs»êÍ\x00K®7jÂ"
  b"\x01É┐+V¬p<┐Pv¦g¸\x12q"
  b"\x01É┐+VÀp$«ÌN/\Ü1ë"
  b"\x01É┐+V┼pá¬ï╣»[¡ì_"
  b"\x01É┐+VÊsÂâQ¶0Í6ûJ"
  b"\x01É┐+VÓp█âB\x06o\x02¤┐E"
  b"""
    \x01É┐+V´q¤¥~ö┌\n
    ³þÍ
    """
  b"\x01É┐+V³q\x15║£Ý\t\x10RºÆ"
  b"\x01É┐+W\x08pஃV<ët¼Å"
  b"\x01É┐+W\x14pcçgô\v3.´¾"
  b"\x01É┐+W!smî7µ\x16P,Zå"
  b"\x01É┐+W.sÐâ=i╬Å8UÙ"
  b"\x01É┐+W:pû¨\x1D½,╝╚└"
  b"\x01É┐+WQp­»D\tex¬ãÂ"
  b"\x01É┐+WgsxüA─Ü*ÎEÑ"
  b"\x01É┐+Wvs}ÿFÍù/\x14ãÔ"
  b"\x01É┐+Wäq¬Ø£{it\x1DÝ‗"
  b"\x01É┐+Wôs¿9\x00&p!▓Ú"
  b"\x01É┐+Wís┼¢,8®QX\e"
  b"\x01É┐+W«p\x0FöËÌ!I█ÑT"
  b"\x01É┐+W║rÕ«ye!J\x04"
  b"""
    \x01É┐+WÃsñäBÃ\n
    \x10[╝¶
    """
  b"\x01É┐+WÈpÎú^T└Vı\x1Dý"
  b"\x01É┐+WßpéÀ\x03ß)n\x07ù4"
  b"\x01É┐+W¯p\x1D▓ɨ~;8ÉU"
  b"\x01É┐+W·p═┐│³#╗{É;"
  b"\x01É┐+X\x06s{ûá\x01zÇd«│"
  b"\x01É┐+X\x14s\x1Fá`\x15qlæù\x1C"
  b"\x01É┐+X!r¤ìXçÒ§#T£"
  b"\x01É┐+X.qVÄ\x1EâË┐ã3Ï"
  b"\x01É┐+X:qeª╝ÀË}|óù"
  b"\x01É┐+Xúrkƒæ.8EIq\x14"
  b"\x01É┐+X░rcíî┴óTòa\t"
  b"\x01É┐+X¢rDØN▀c\x11\x1F1^"
  b"\x01É┐+X╔p\x01╣Å÷╗ı\x0Fq*"
  b"\x01É┐+Xıq~â\x10═ÌÊßÿY"
  b"\x01É┐+XÔr!▓\x16ý3©└┘\x11"
  b"\x01É┐+X´qþÜXë[Tä8─"
  b"\x01É┐+X³rÁù,Oe>║ó╔"
  b"\x01É┐+YÄqΣú╗2\x12ÿ╦\f"
  b"\x01É┐+YørÛÄ\x0E_Wû═╔w"
  b"\x01É┐+Y¬s\x00ûañòê\x13î6"
  b"\x01É┐+Y¥pð¥╬¤áµ\x06*\x08"
  b"\x01É┐+YÊq§ô▀\x1E.\x1DY;╬"
  b"\x01É┐+YÒr0Å[úy┤ ?\x05"
  b"\x01É┐+Y´s└ì¼╚Ç~\x16╗░"
  b"\x01É┐+Y³sO¡jìi>╩h¸"
  b"\x01É┐+Z\x08qÆ¢e\x00ö.Ä>o"
  b"\x01É┐+Z\x14q9ø)ͳ\x19\x19Fc"
  b"\x01É┐+Z r┴À>\x15\e»À░\x02"
  b"\x01É┐+Z,rUèZ%PtÇî8"
  b"\x01É┐+Z:q<¡üW×ûıjþ"
  b"\x01É┐+ZPs~¬Qëùé‗vº"
  b"\x01É┐+Z^rAñÞ\x1A:dzýu"
  b"\x01É┐+ZlrÄ║═ôOUÒû:"
  b"\x01É┐+Zzpkêü├╚■M├µ"
  b"\x01É┐+ZêrÄÇ\x14>fñ?%\t"
  b"\x01É┐+Zûqºö²¢\x0E1╚¾""
  b"\x01É┐+Zúp¸î\x18■þ£\rç┬"
  b"\x01É┐+Z▒r\x19ü&\x12▄¿íô¼"
  b"\x01É┐+Z└qµñ¿6│┌\x07\x02:"
  b"\x01É┐+Z╬q#òÙw╚N@\x08Ý"
  b"\x01É┐+ZÕqÞ▓~Ã\x12\fiÃ0"
  b"\x01É┐+]\x1Fp\x1Aé!ü░æ.NÜ"
  b"\x01É┐+],r\x10æ\váUw±Ê¢"
  b"""
    \x01É┐+]9qÉ║└{╣\x1E\n
    Üÿ
    """
  b"\x01É┐+]ErgÜæÇ└┤ÒY="
  b"\x01É┐+]Qr║ñOa╩╚ðQÛ"
  b"\x01É┐+]_pð▒@®ø,Óy\x03"
  b"\x01É┐+]lq\x0F┤t|\t\x17Kµþ"
  b"\x01É┐+]yq¸æöf¿\x1Aå¤└"
  b"\x01É┐+]ås╗çÏ\x15ò\x7Fª┘7"
  b"\x01É┐+]öq{Ö%º\e}ðıë"
  b"\x01É┐+]ór ÖX│Å\f\x1F"
  b"\x01É┐+]»pÌØ5ÁA¢úªÚ"
  b"\x01É┐+]¥s4Ä▓Ä\x00\x13¡ÌQ"
  b"""
    \x01É┐+]ðq\x15Ü|╣\n
    8ÔHá
    """
  b"\x01É┐+]▀s\æ!UÅ\x16=ZÆ"
  b"\x01É┐+]ÝpÚ│@┴\x02\x02Åk║"
  b"\x01É┐+^\x00sêëþ\x1F%ÐSq,"
  b"\x01É┐+^\x15pêò_Y6är/k"
  b"\x01É┐+^*p|╗»6Á£\x04%;"
  b"\x01É┐+^8sDÁ߯È5×µ\x05"
  b"\x01É┐+^Fp\x15ír`eƒSÉÆ"
  b"\x01É┐+^Tq\fúäVÝÛsô¤"
  b"\x01É┐+^arÜ╣TÓüÇG.\x01"
  b"\x01É┐+^nr°ª-úGá_r\x1E"
  b"\x01É┐+^zq:øjo3ƒ¦Ê╩"
  b"\x01É┐+^çs┤ü\x1Aà¿8\x114]"
  b"\x01É┐+^öp­¢#Þ\x1FzqÖ\v"
  b"\x01É┐+^írM×H>╗³ ╝t"
  b"\x01É┐+^¡r\x13É-╚)S&\┴"
  b"\x01É┐+^║riö─äÜ«ıY°"
  b"\x01É┐+^ãq1│ô\r®É╔¸\x17"
  b"\x01É┐+^Ëq­®/╔HòDÕ┤"
  b"\x01É┐+│ÕrËá┘2¢▒Ó\x06V"
  b"\x01É┐+│‗rSÅ\f£Ç,^'\x15"
  b"\x01É┐+│■pýäÿ╔Ó\x07╝ÈÞ"
  b"\x01É┐+┤\vr‗£\x00Uþ2Þ\x08¾"
  b"\x01É┐+┤\x18q╔▓N\x19³È\x1AÿH"
  b"\x01É┐+┤$p?®ıık╣ݬa"
  b"\x01É┐+┤0p\x1E╗ëã"░Ì­┼"
  b"\x01É┐+┤<rké6\x1F\x19ı]0\x03"
  b"\x01É┐+┤Hq\x03┐ÖÖC±¾\x17\x08"
  b"\x01É┐+┤Ts£ä<:\x7Fƒı$┤"
  b"\x01É┐+┤`q\rÜÀ╬g║ws^"
  b"\x01É┐+┤lrGÁI±▒\x15╣╗\x06"
  b"\x01É┐+┤wsÍö│Ó┐Ff>Í"
  b"\x01É┐+┤âqÓ×Ìõw×┤Âç"
  b"\x01É┐+ÂÝqÃüÁCÎEY┼\x0F"
  b"\x01É┐+·r~ÑN©À\x19┬ÈÖ"
  b"\x01É┐+À\x07sëÖÑ\x14èÖ"\x04|"
  b"\x01É┐+À\x14p,│´Ì"g-k\x02"
  b"\x01É┐+À"sd¿¥¾\x1C\x01\v"
  b"\x01É┐+À0q╠Éñ¾ò\x14i2["
  b"\x01É┐+À=pãÄ¢└4╬â¢\x02"
  b"\x01É┐+¢!q\x11½Ãà\x11"Íó¥"
  b"\x01É┐+¢.pô¬ÓI\x02¦Þ- "
  b"\x01É┐+¢;q@ò3±Ó\x17Ï+®"
  b"\x01É┐+¢Hr\tà╔#´\x1D\r"
  b"\x01É┐+¢Tqûëÿ9ñÔ,þ¢"
  b"\x01É┐+¢`r╝║håÓ\x03uzÀ"
  b"\x01É┐+¢mq╚éÐ└©Ì'┐\x07"
  b"\x01É┐+¢yq±ºÈUÌ6å~!"
  b"\x01É┐+¢àpÝÆ¨Tß-Ûù}"
  b"\x01É┐+¢Ær<è 5|■´UË"
  b"\x01É┐+¢×q¾ä¢4╬V`\x1F¿"
  b"\x01É┐+¢½s·äÁ¤õ·ÕBC"
  b"""
    \x01É┐+¢ÀqFÀg\n
    ¨>Î╬j
    """
  b"\x01É┐+¢─p=Á\x03\x0F;\x013_s"
  b"\x01É┐+¢ðpaçJ\x13▄I┌ÕA"
  b"\x01É┐+¢▄rdë(55ú¦╩'"
  b"\x01É┐+¢Úsjî¾y³¤{÷╣"
  b"\x01É┐+¢§qZº(]½║õ\Ç"
  b"\x01É┐+┴7qf×ã=*\fÆ\x0F*"
  b"\x01É┐+┴DsÌçY׺\x1E■:0"
  b"\x01É┐+┴Pr?║nÄ\eÿ╣¬\n"
  b"\x01É┐+┴\s©À\x10┼┌­¨\x14Ü"
  b"\x01É┐+┴jsvƒ\x07Ò¥\x1F\x1D┴û"
  b"\x01É┐+┴xqlÆBv϶░¸Ø"
  b"\x01É┐+┼Ps\x18Å9-åFt]X"
  b"\x01É┐+┼]r\r«P_\x1FÂ|OW"
  b"\x01É▄áÍÛr!Æm╗\x03\x07Y\x17\x1E"
  b"\x01É▄áÎAr┴ëå\\x04r!"Ò"
  b"\x01É▄áÎøp.ó┤ç┘9?f6"
  b"\x01É▄áÎ‗s\x1A\x0F\x02▄├K\x0E"
  b"\x01É▄áÏGpBº âû\x1E┼ì"
  b"\x01É▄áÏøs\x0Eï\x07Iæ╩ZÖ¿"
  b"\x01É▄áϯr█ñ¶>┬¯`Ñ}"
  b"\x01É▄á┘Ap┴å4\tDèÓ\x1Dý"
  b"\x01É▄á┘òr?Ñ)\tñ\x01è├N"
  b"\x01É▄á┘Õp^Á'³7mÙ┌C"
  b"\x01É▄á┌6s8ƒ`*¯ãýÇ*"
  b"\x01É▄á┌ëpëà┼ÓøÛb\v»"
  b"\x01É▄á┌▄pÞô~┼Ç7åDm"
  b"""
    \x01É▄á█/r÷érî▄\n
    ÂıÅ
    """
  b"\x01É▄á█ürUà÷p╣\x0FÂ\e\x1F"
  b"\x01É▄á█Ëqõ®\x19╗├½1mN"
  b"\x01É▄á▄sp\x13¥Èa<iq$Á"
  b"\x01É▄á¦\x14r\x1AîÇ\x06(N_▀▓"
  b"\x01É▄á¦▓sxøP│Ù¨ápl"
  b"""
    \x01É▄áÌMp\x11ö=òÑé\n
    È­
    """
  b"\x01É▄áÌÞq┌ÂxðÔ\rê¥\x18"
  b"\x01É▄á▀êpIôÐùõ½┌{¡"
  b"\x01É▄áÓ'rC▒²û¦_▓╣Ä"
  b"\x01É▄áÓ┬pÖáÓ▄B\x16─ßÍ"
  b"\x02?ðó½ZK2ØYì\x01ÐhÖÉ"
  b"""
    \n
    \x03<Ý£└AÅ▓ìõé¸\x1E¤U
    """
  b"!ãA€AóGÍ–|žHúºÑG"
  b"(=&L&7IC£Í\x1F{U\x19\x1CŠ"
  b"\x05*taGŸ…ÿÔÏ\x1CÆf}"
  b"0EÂÅœ\tIHº&ã˼Þ`Ù"
  b"2õöÔð$Gœ­\x1FnC<”ïl"
  b"6„Œ%#\x13F)«D¿è18‘1"
  b"=ü¨ý{\x01CñÁϺ#Zç\eH"
  b"\x01;gÖM:’·¢uÚŠôA"
  b"QX\x1Du†àH\v\x1A«µ°…½Ì"
  b"T\x14v’ËûCAšm\x11âl­DÜ"
  b"\v¯0BD,¥2»èSl Õ"
  b"Y—Ù\x1DÀxI—½ïhßÅ ‰\x12"
  b"]êé>èãH©ÿÐ\è\x7FA{ü"
  b"e•×%\x00,A ‹oÜßüòGí"
  b"™ô aC+N]¼\x12\x0Fþyºâ\e"
  b"¬ýu†Ð(Hñ¬€\x1FGvï¤\x14"
  b"ê;žúîáJ¶ŠÆBO\x06z}š"
  b"¨ìY╝|ÄK╩║K\x04P¿¸ëª"
  b"üAW\x18\x7FçG’°~*‹sôÿ^"
]
92 0.13 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
]
93 0.08 ms
SELECT LOWER(HEX(`script`.`app_id`)) AS `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
94 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:
[]
95 0.07 ms
SELECT `name`, `path`, `author`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
96 0.04 ms
SELECT `app`.`name`, `app`.`version`, `app`.`template_load_priority`
             FROM `app`
             INNER JOIN `app_template` ON `app_template`.`app_id` = `app`.`id`
             WHERE `app`.`active` = 1 AND `app_template`.`active` = 1
Parameters:
[]
97 2.00 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"
]
98 0.45 ms
# theme-service::resolve-media::read
SELECT `media`.`id` AS `media.id`, `media`.`user_id` AS `media.userId`, `media`.`media_folder_id` AS `media.mediaFolderId`, `media`.`mime_type` AS `media.mimeType`, `media`.`file_extension` AS `media.fileExtension`, `media`.`uploaded_at` AS `media.uploadedAt`, `media`.`file_name` AS `media.fileName`, `media`.`file_size` AS `media.fileSize`, `media`.`media_type` AS `media.mediaTypeRaw`, `media`.`meta_data` AS `media.metaData`, `media`.`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"
]
99 0.06 ms
SELECT LOWER(HEX(language.id)) AS array_key, LOWER(HEX(language.id)) AS id, locale.code, LOWER(HEX(language.parent_id)) parentId FROM language LEFT JOIN locale locale ON language.translation_code_id = locale.id
Parameters:
[]
100 0.02 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
101 0.03 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters:
[
  b"íç/pšHK[Š“Oîn$\x1A_"
]
102 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½Èí"
]
103 0.03 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
104 0.03 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
105 0.01 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
106 0.03 ms
SELECT translation_key, value FROM snippet WHERE snippet_set_id = ?
Parameters:
[
  b"íç/pšHK[Š“Oîn$\x1A_"
]
107 0.47 ms
# breadcrumb-extension::read
SELECT `category`.`id` AS `category.id`, `category`.`version_id` AS `category.versionId`, `category`.`parent_id` AS `category.parentId`, `category`.`parent_version_id` AS `category.parentVersionId`, `category`.`after_category_id` AS `category.afterCategoryId`, `category`.`after_category_version_id` AS `category.afterCategoryVersionId`, `category`.`media_id` AS `category.mediaId`, `category`.`display_nested_products` AS `category.displayNestedProducts`, `category`.`auto_increment` AS `category.autoIncrement`, `category`.`level` AS `category.level`, `category`.`path` AS `category.path`, `category`.`child_count` AS `category.childCount`, `category`.`type` AS `category.type`, `category`.`product_assignment_type` AS `category.productAssignmentType`, `category`.`visible` AS `category.visible`, `category`.`active` AS `category.active`, `category`.`cms_page_id` AS `category.cmsPageId`, `category`.`cms_page_version_id` AS `category.cmsPageVersionId`, `category`.`product_stream_id` AS `category.productStreamId`, `category`.`custom_entity_type_id` AS `category.customEntityTypeId`, `category`.`created_at` AS `category.createdAt`, `category`.`updated_at` AS `category.updatedAt`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) AS `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) AS `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) AS `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) AS `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) AS `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) AS `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) AS `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) AS `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) AS `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) AS `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) AS `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) AS `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name AS `category.translation.name`, `category.translation`.breadcrumb AS `category.translation.breadcrumb`, `category.translation`.slot_config AS `category.translation.slotConfig`, `category.translation`.link_type AS `category.translation.linkType`, `category.translation`.internal_link AS `category.translation.internalLink`, `category.translation`.external_link AS `category.translation.externalLink`, `category.translation`.link_new_tab AS `category.translation.linkNewTab`, `category.translation`.description AS `category.translation.description`, `category.translation`.meta_title AS `category.translation.metaTitle`, `category.translation`.meta_description AS `category.translation.metaDescription`, `category.translation`.keywords AS `category.translation.keywords`, `category.translation`.custom_fields AS `category.translation.customFields`, `category.translation`.created_at AS `category.translation.createdAt`, `category.translation`.updated_at AS `category.translation.updatedAt`, `category.translation`.category_id AS `category.translation.categoryId`, `category.translation`.language_id AS `category.translation.languageId`, `category.translation`.category_version_id AS `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x11ª¢─▀6B£ò┬Ä2 +üÙ"
  b"às\x08.²ØH\x15ío}┘vMw░"
  b"Á¥æ¶ªüLëì‗oË\x01Ö!É"
]
108 1.95 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/b5be91f4a6814c898df26fd301992190"
  "/navigation/66bb7e1423f04606a843963936d323cd"
  "/navigation/11a6bdc4df36429c95c28e32ff2b81eb"
  "/navigation/28db7cef061a43b580f7a6ddf008fff3"
  "/navigation/83fca119538b4a6c9c53dcdff06196f5"
  "/navigation/009bc3ed590d4eacb7c9f5a6ee97d771"
  "/navigation/57412f8db0964cf885fb627c534afa8f"
  "/navigation/01930bc8df8b7cc7916c5471d56b2501"
  "/navigation/01981945418b735f9fe06eca3b16e20c"
  "/navigation/766dd30d40fb458f9ba1e7cf9d3e1b03"
  "/navigation/ea645a7ec20f492e9a064f75a2da26f8"
  "/navigation/727ee2ff77c44c07a3d3e29b3b28116d"
  "/navigation/adf7b123c6024becaeb3364f1f8b2738"
  "/navigation/ecee44fbb1034868bfe0efb7bebc424d"
  "/navigation/c1b4916ab9eb43eeb802dc035e673f3f"
  "/navigation/039c98f3d1c14966aaa7df857679e274"
  "/navigation/61b7af63acca4e91b7c429f7ae427336"
  "/navigation/0c5613e1b7144898a08fc2c75af46665"
  "/navigation/0588b7c2ef114dc08664bfad9e7917d9"
  "/navigation/aa45865554784841b059e0a81c82110d"
  "/navigation/77ca20eb96dd41868186c42a5ca89423"
  "/navigation/8198e729cf0d4b59a6122d5e25fad868"
  "/navigation/b8b279339b9b42bbae60ef16271eedfc"
  "/navigation/e95560be55054590b46b0e3a72c00914"
  "/navigation/2622e1915489489a9f30b6545784da77"
  "/navigation/f2e2a9e9d95146ee974a6a8bbb740cf8"
  "/navigation/89d3ed2bca8c4389bb9479c3ed7ae187"
  "/navigation/03875bbd8b544208a54cb50437e42d93"
  "/navigation/80cb8d3d1ed94bb9a64db18e4b62e62a"
  "/navigation/4dc264e389734cb091d0445bb60458d5"
  "/navigation/cf64c23c04204cc6b94ec837add56335"
  "/navigation/1d34a242102b4e44887b5fbb9f9c1835"
  "/navigation/81196dccdb2b45a5a7a5a11b3508834d"
  "/navigation/a1b847f7b0414d88b1e3b8cd48318800"
  "/navigation/de5216e992e441dc8ff671b15fc9c5ff"
  "/navigation/84d4aac81bea4cf49c7847573926d49e"
  "/navigation/f67c0cd9a3ad426d95195090d810eb20"
  "/navigation/34a0e166637049da90fa74f68c4ee93d"
  "/navigation/dc9c7dcc3a7c4f31a789f943222157b2"
  "/navigation/2f87159b95cc4abb940f01ec8b19106f"
  "/navigation/50b8961e5051438da1655ef67e8e27f6"
  "/navigation/19e5450256eb4abfba206e719215883c"
  "/navigation/3d13f25c006b48be899cdbbb8aa03902"
  "/navigation/dd7be982f53c497fa8d1e50d54e76815"
  "/navigation/42f02599a7774baea48805dcc4b07d53"
  "/navigation/480dbfe3094d462ab79aec581ac48a86"
  "/navigation/4aadcd46861c446a89b7be133b317ba4"
  "/navigation/f76285725672416fa45bc23f92cdc459"
  "/navigation/848d97d5135741bd8cf85d6bde6438af"
  "/navigation/db26adc68cbb44fdb67419d0856927cf"
  "/navigation/1037804c9bdb4cb6a87bd7970d32e9ff"
  "/navigation/0e3f49c85029452e92ab5ade904fbf8a"
  "/navigation/d3b1c7e8149a4cec9e7f931b566438af"
  "/navigation/abe80db769ed43f49475c0ab0d93b2a4"
  "/navigation/e3b7cd862c3f4d75b0130593d8aa70b3"
  "/navigation/890bb04b982a4892aafbe1622d8f395a"
  "/navigation/0190bf0c92357302861463a9ab13af80"
  "/navigation/0190bf050404707a8e11e718e1a023cb"
  "/navigation/8573082efd9d4815a16f7dd9764d77b0"
  "/navigation/e3288045328d4c08a0cb8920f89c402a"
  "/navigation/0a6b331c5d3245818bfd71e20fe97fac"
  "/navigation/cd8101e4cca6493bb2ae94359c46a1d2"
  "/navigation/8c461e6528cc4d85ba33950ad0229258"
  "/navigation/abaa1571dc254447a05525058a28a349"
  "/navigation/962fc684e5664befb8c492a0d066e32b"
  "/navigation/864b327cf769448e85ef1ace9d5bfb58"
  "/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/0195ae0661cc72278e6a6e682ed3bd1e"
  "/detail/0196d46480a170c3b2d85429e93a5286"
  "/detail/7d90852f10b6447ca32a4f161eeeb33a"
  "/detail/2da1389ad106484abac624c5c1ea85b3"
  "/detail/9b1ca4c2dd59487ea4b688f1f283c348"
  "/detail/159be5188ed54a8e87f10e382b8be9e6"
  "/detail/7ce26ec0e59840df9a069f2ff7fff78b"
  "/detail/30e58a2d94004fe3a67cbba1dc318114"
  "/detail/4507703d6353492898ad8e977b2b0079"
  "/detail/ba9f88b8f9d542858d04836c56e77909"
  "/detail/adc1368af4de4558a994a4632f0f68d1"
  "/detail/00da0909396f4f2ebbeefc47f20e5454"
  "/detail/018f3d7437b2704f96c000d7cff2dbe4"
  "/detail/018f3d7a11c572f78d4e7b6a3ba4d07c"
  "/detail/018f3d7c0e5e7144a0485d45a750235a"
  "/detail/018f3daeeefa73ae82608be347f843a8"
  "/detail/018f3db193a97194ad0f4dea9cc24611"
  "/detail/018f3db2eae571719f9116d69ee7d1d9"
  "/detail/018f3db46afc70ac95c2292e57018e72"
  "/detail/018f3db63cc37014bca37173085682b1"
  "/detail/018f3db8520071b8a7b329d698a493b0"
  "/detail/018f3dba6c7f739d813a01c606fe1522"
  "/detail/018f3dbb8fe873f5be9fd11a486f7aba"
  "/detail/018f3dbccea671e985db87331e3aa2fc"
  "/navigation/3443b791bf4d44148cb7774704ce3ec7"
  "/navigation/561543341c1a482c9ba6dd9e2bb94570"
  "/navigation/743f0d2271ab4a6780b79087764f5ea7"
  "/navigation/1faa477bdf884cb688d5439460d5943f"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"inÚ´\tª@\x0EŸvéTq½Èí"
]
109 0.06 ms
SELECT `rule`.`id` AS `rule.id`, `rule`.`name` AS `rule.name`, `rule`.`priority` AS `rule.priority`, `rule`.`description` AS `rule.description`, `rule`.`payload` AS `rule.payload`, `rule`.`invalid` AS `rule.invalid`, `rule`.`areas` AS `rule.areas`, `rule`.`custom_fields` AS `rule.customFields`, `rule`.`module_types` AS `rule.moduleTypes`, `rule`.`created_at` AS `rule.createdAt`, `rule`.`updated_at` AS `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\f\x19\\x00åËG\x06œ\x05_\x12*jÀÔ"
  b"8X•p\x16dMä®HÀP\vóÌÈ"
  b"ƒˆÙõú‰OŠŸNpLQ1+9"
  b"ß7ìÀÇèGÅæ×\rt\r]l\x1A"
  b"\x01æëü\x04Ts\x06Ø#be9F!®"
  b"$\x17V]*VE\x7FüË╗U½╣®½"
  b"\x1D´0@N©¡¶äÛ¡>\x07Ç"
  b"o}61f«@7–\x01áâPW0~"
]
110 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.