GET https://shopware-6.showcase-wallee.com/

Query Metrics

80 Database Queries
79 Different statements
524.67 ms Query time

Queries

Group similar statements

# Time Info
1 0.36 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
2 4.54 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.33 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
4 0.50 ms
SELECT custom_entity.name, custom_entity.fields, custom_entity.flags
                FROM custom_entity
                    LEFT JOIN app ON app.id = custom_entity.app_id
                WHERE (custom_entity.app_id IS NULL OR app.active = 1) AND custom_entity.deleted_at IS NULL;
Parameters:
[]
5 0.23 ms
SET @@group_concat_max_len = CAST(IF(@@group_concat_max_len > 320000, @@group_concat_max_len, 320000) AS UNSIGNED);SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''))
Parameters:
[]
6 0.71 ms
SELECT CONCAT(TRIM(TRAILING '/' FROM domain.url), '/') `key`, CONCAT(TRIM(TRAILING '/' FROM domain.url), '/') url, LOWER(HEX(domain.id)) id, LOWER(HEX(sales_channel.id)) salesChannelId, LOWER(HEX(sales_channel.type_id)) typeId, LOWER(HEX(domain.snippet_set_id)) snippetSetId, LOWER(HEX(domain.currency_id)) currencyId, LOWER(HEX(domain.language_id)) languageId, LOWER(HEX(theme.id)) themeId, sales_channel.maintenance maintenance, sales_channel.maintenance_ip_whitelist maintenanceIpWhitelist, snippet_set.iso as locale, theme.technical_name as themeName, parentTheme.technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain.sales_channel_id = sales_channel.id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel.id = theme_sales_channel.sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set.id = domain.snippet_set_id LEFT JOIN theme theme ON theme_sales_channel.theme_id = theme.id LEFT JOIN theme parentTheme ON theme.parent_theme_id = parentTheme.id WHERE (sales_channel.type_id = UNHEX(?)) AND (sales_channel.active)
Parameters:
[
  "8a243080f92e4c719546314b577cf82b"
]
7 0.52 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[]
8 0.72 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"\x01Æ▓\x01X-s·┤\x14p█ØdF1"
  "r307SyBMC62TLtCFOjUEtunOWSoFLNjU"
]
9 0.72 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"\x01Æ▓\x01X-s·┤\x14p█ØdF1"
]
10 1.52 ms
# base-context-factory::sales-channel::read
SELECT `sales_channel`.`id` as `sales_channel.id`, `sales_channel`.`type_id` as `sales_channel.typeId`, `sales_channel`.`language_id` as `sales_channel.languageId`, `sales_channel`.`customer_group_id` as `sales_channel.customerGroupId`, `sales_channel`.`currency_id` as `sales_channel.currencyId`, `sales_channel`.`payment_method_id` as `sales_channel.paymentMethodId`, `sales_channel`.`shipping_method_id` as `sales_channel.shippingMethodId`, `sales_channel`.`country_id` as `sales_channel.countryId`, `sales_channel`.`analytics_id` as `sales_channel.analyticsId`, `sales_channel`.`navigation_category_id` as `sales_channel.navigationCategoryId`, `sales_channel`.`navigation_category_version_id` as `sales_channel.navigationCategoryVersionId`, `sales_channel`.`navigation_category_depth` as `sales_channel.navigationCategoryDepth`, `sales_channel`.`footer_category_id` as `sales_channel.footerCategoryId`, `sales_channel`.`footer_category_version_id` as `sales_channel.footerCategoryVersionId`, `sales_channel`.`service_category_id` as `sales_channel.serviceCategoryId`, `sales_channel`.`service_category_version_id` as `sales_channel.serviceCategoryVersionId`, `sales_channel`.`mail_header_footer_id` as `sales_channel.mailHeaderFooterId`, `sales_channel`.`hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId`, `sales_channel`.`short_name` as `sales_channel.shortName`, `sales_channel`.`tax_calculation_type` as `sales_channel.taxCalculationType`, `sales_channel`.`access_key` as `sales_channel.accessKey`, `sales_channel`.`configuration` as `sales_channel.configuration`, `sales_channel`.`active` as `sales_channel.active`, `sales_channel`.`hreflang_active` as `sales_channel.hreflangActive`, `sales_channel`.`maintenance` as `sales_channel.maintenance`, `sales_channel`.`maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist`, `sales_channel`.`payment_method_ids` as `sales_channel.paymentMethodIds`, `sales_channel`.`home_cms_page_id` as `sales_channel.homeCmsPageId`, `sales_channel`.`home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId`, `sales_channel`.`created_at` as `sales_channel.createdAt`, `sales_channel`.`updated_at` as `sales_channel.updatedAt`, `sales_channel.currency`.`id` as `sales_channel.currency.id`, `sales_channel.currency`.`factor` as `sales_channel.currency.factor`, `sales_channel.currency`.`symbol` as `sales_channel.currency.symbol`, `sales_channel.currency`.`iso_code` as `sales_channel.currency.isoCode`, `sales_channel.currency`.`position` as `sales_channel.currency.position`, `sales_channel.currency`.`tax_free_from` as `sales_channel.currency.taxFreeFrom`, `sales_channel.currency`.`item_rounding` as `sales_channel.currency.itemRounding`, `sales_channel.currency`.`total_rounding` as `sales_channel.currency.totalRounding`, `sales_channel.currency`.`created_at` as `sales_channel.currency.createdAt`, `sales_channel.currency`.`updated_at` as `sales_channel.currency.updatedAt`, `sales_channel.currency.translation.shortName`, COALESCE(`sales_channel.currency.translation.shortName`,`sales_channel.currency.translation.shortName`) as `sales_channel.currency.shortName`, `sales_channel.currency.translation.name`, COALESCE(`sales_channel.currency.translation.name`,`sales_channel.currency.translation.name`) as `sales_channel.currency.name`, `sales_channel.currency.translation.customFields`, COALESCE(`sales_channel.currency.translation.customFields`,`sales_channel.currency.translation.customFields`) as `sales_channel.currency.customFields`, `sales_channel.currency.translation.createdAt`, `sales_channel.currency.translation.updatedAt`, `sales_channel.currency.translation.currencyId`, `sales_channel.currency.translation.languageId`, `sales_channel.translation.name`, COALESCE(`sales_channel.translation.name`,`sales_channel.translation.name`) as `sales_channel.name`, `sales_channel.translation.homeSlotConfig`, COALESCE(`sales_channel.translation.homeSlotConfig`,`sales_channel.translation.homeSlotConfig`) as `sales_channel.homeSlotConfig`, `sales_channel.translation.homeEnabled`, COALESCE(`sales_channel.translation.homeEnabled`,`sales_channel.translation.homeEnabled`) as `sales_channel.homeEnabled`, `sales_channel.translation.homeName`, COALESCE(`sales_channel.translation.homeName`,`sales_channel.translation.homeName`) as `sales_channel.homeName`, `sales_channel.translation.homeMetaTitle`, COALESCE(`sales_channel.translation.homeMetaTitle`,`sales_channel.translation.homeMetaTitle`) as `sales_channel.homeMetaTitle`, `sales_channel.translation.homeMetaDescription`, COALESCE(`sales_channel.translation.homeMetaDescription`,`sales_channel.translation.homeMetaDescription`) as `sales_channel.homeMetaDescription`, `sales_channel.translation.homeKeywords`, COALESCE(`sales_channel.translation.homeKeywords`,`sales_channel.translation.homeKeywords`) as `sales_channel.homeKeywords`, `sales_channel.translation.customFields`, COALESCE(`sales_channel.translation.customFields`,`sales_channel.translation.customFields`) as `sales_channel.customFields`, `sales_channel.translation.createdAt`, `sales_channel.translation.updatedAt`, `sales_channel.translation.salesChannelId`, `sales_channel.translation.languageId` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation`.sales_channel_id, `sales_channel.translation`.name as `sales_channel.translation.name`, `sales_channel.translation`.home_slot_config as `sales_channel.translation.homeSlotConfig`, `sales_channel.translation`.home_enabled as `sales_channel.translation.homeEnabled`, `sales_channel.translation`.home_name as `sales_channel.translation.homeName`, `sales_channel.translation`.home_meta_title as `sales_channel.translation.homeMetaTitle`, `sales_channel.translation`.home_meta_description as `sales_channel.translation.homeMetaDescription`, `sales_channel.translation`.home_keywords as `sales_channel.translation.homeKeywords`, `sales_channel.translation`.custom_fields as `sales_channel.translation.customFields`, `sales_channel.translation`.created_at as `sales_channel.translation.createdAt`, `sales_channel.translation`.updated_at as `sales_channel.translation.updatedAt`, `sales_channel.translation`.sales_channel_id as `sales_channel.translation.salesChannelId`, `sales_channel.translation`.language_id as `sales_channel.translation.languageId` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation`.language_id = ?) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation`.`sales_channel_id` = `sales_channel`.`id` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel`.`currency_id` = `sales_channel.currency`.`id` LEFT JOIN (SELECT `sales_channel.currency.translation`.currency_id, `sales_channel.currency.translation`.short_name as `sales_channel.currency.translation.shortName`, `sales_channel.currency.translation`.name as `sales_channel.currency.translation.name`, `sales_channel.currency.translation`.custom_fields as `sales_channel.currency.translation.customFields`, `sales_channel.currency.translation`.created_at as `sales_channel.currency.translation.createdAt`, `sales_channel.currency.translation`.updated_at as `sales_channel.currency.translation.updatedAt`, `sales_channel.currency.translation`.currency_id as `sales_channel.currency.translation.currencyId`, `sales_channel.currency.translation`.language_id as `sales_channel.currency.translation.languageId` FROM `currency_translation` `sales_channel.currency.translation` WHERE `sales_channel.currency.translation`.language_id = ?) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation`.`currency_id` = `sales_channel.currency`.`id` WHERE `sales_channel`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01Æ▓\x01X-s·┤\x14p█ØdF1"
]
11 0.44 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"\x01Æ▓\x01X-s·┤\x14p█ØdF1"
]
12 0.60 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.50 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"\x01’²\x00³ƒs§„Ô-;h·ºÆ"
]
14 0.61 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.21 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.67 ms
# base-context-factory::taxes::association::rules::read
SELECT `tax_rule`.`id` as `tax_rule.id`, `tax_rule`.`tax_rule_type_id` as `tax_rule.taxRuleTypeId`, `tax_rule`.`country_id` as `tax_rule.countryId`, `tax_rule`.`tax_rate` as `tax_rule.taxRate`, `tax_rule`.`data` as `tax_rule.data`, `tax_rule`.`tax_id` as `tax_rule.taxId`, `tax_rule`.`active_from` as `tax_rule.activeFrom`, `tax_rule`.`created_at` as `tax_rule.createdAt`, `tax_rule`.`updated_at` as `tax_rule.updatedAt`, `tax_rule.type`.`id` as `tax_rule.type.id`, `tax_rule.type`.`technical_name` as `tax_rule.type.technicalName`, `tax_rule.type`.`position` as `tax_rule.type.position`, `tax_rule.type`.`created_at` as `tax_rule.type.createdAt`, `tax_rule.type`.`updated_at` as `tax_rule.type.updatedAt`, `tax_rule.type.translation.typeName`, COALESCE(`tax_rule.type.translation.typeName`,`tax_rule.type.translation.typeName`) as `tax_rule.type.typeName`, `tax_rule.type.translation.createdAt`, `tax_rule.type.translation.updatedAt`, `tax_rule.type.translation.taxRuleTypeId`, `tax_rule.type.translation.languageId` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule`.`tax_rule_type_id` = `tax_rule.type`.`id` LEFT JOIN (SELECT `tax_rule.type.translation`.tax_rule_type_id, `tax_rule.type.translation`.type_name as `tax_rule.type.translation.typeName`, `tax_rule.type.translation`.created_at as `tax_rule.type.translation.createdAt`, `tax_rule.type.translation`.updated_at as `tax_rule.type.translation.updatedAt`, `tax_rule.type.translation`.tax_rule_type_id as `tax_rule.type.translation.taxRuleTypeId`, `tax_rule.type.translation`.language_id as `tax_rule.type.translation.languageId` FROM `tax_rule_type_translation` `tax_rule.type.translation` WHERE `tax_rule.type.translation`.language_id = ?) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation`.`tax_rule_type_id` = `tax_rule.type`.`id` WHERE (`tax_rule`.`tax_id` IN (?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01’²\x00¸Ûs‡º'M\x02\x0E\x04"
  b"\x01’²\x00¸Ûs‡º'M\x02\x0E–æL"
  b"\x01Æ▓\x00┘¨sYñt\f<¡°_ì"
]
17 0.84 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"\x01’²\x07.cqô³`§í\x0E.¥‰"
]
18 1.23 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"\x01Æ▓\x00©Ãr║¿ ÂðmÅqQ"
]
19 0.36 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"\x01’²\x00³ƒs§„Ô-;h·ºÆ"
]
20 0.37 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "r307SyBMC62TLtCFOjUEtunOWSoFLNjU"
]
21 0.35 ms
# cart-rule-loader::load-rules::search-ids
SELECT `rule`.`id` FROM `rule` WHERE (`rule`.`invalid` = ?) ORDER BY `rule`.`priority` DESC, `rule`.`id` ASC LIMIT 500
Parameters:
[
  false
]
22 0.43 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’²\x00¸“p«„ü\x18ó9x-\x08"
  b"\x01’²\x00¸Çrº¨ÿ¶Ðo)\x01÷"
  b"\x01’²\x00¹8s¿šÉ†ÆÉÒÅL"
  b"\x01’²\x00ÏFsy¥¢g‰>ò¤\f"
  b"\x01Æ▓\x00╣1sùÅhtÓ\x16Ý8─"
  b"\x01Æ▓\x00╣4p═ÖËìÇèxgó"
  b"\x01’²\x01\x17£q½±hZ\t\x0F'‡\x10"
]
23 0.92 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:
[]
24 0.31 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:
[]
25 0.26 ms
SELECT `sales_channel_country`.`sales_channel_id`, `sales_channel_country`.`country_id` FROM `sales_channel_country` WHERE (`sales_channel_country`.`sales_channel_id` = ? AND `sales_channel_country`.`country_id` = ?)
Parameters:
[
  b"\x01Æ▓\x01X-s·┤\x14p█ØdF1"
  b"\x01’²\x00³ƒs§„Ô-;h·ºÆ"
]
26 0.42 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"\x01Æ▓\x01X-s·┤\x14p█ØdF1"
]
27 0.48 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"\x01Æ▓\x01X-s·┤\x14p█ØdF1"
  b"\x01Æ▓\x01X-s·┤\x14p█ØdF1"
]
28 0.55 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"
]
29 0.36 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"\x01’²\x00¸ßs<ƒç\x0E\x06\x0E“¢"
  b"\x01’²\x00¸ßs<ƒç\x0E\x06\x0E“¢"
  b"\x01’²\x00¸ßs<ƒç\x0E\x06\x0E“¢"
]
30 26.07 ms
# header::navigation::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, COALESCE(`category.media.translation.title`,`category.media.translation.title`) as `category.media.title`, `category.media.translation.alt`, COALESCE(`category.media.translation.alt`,`category.media.translation.alt`) as `category.media.alt`, `category.media.translation.customFields`, COALESCE(`category.media.translation.customFields`,`category.media.translation.customFields`) as `category.media.customFields`, `category.media.translation.createdAt`, `category.media.translation.updatedAt`, `category.media.translation.mediaId`, `category.media.translation.languageId`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title as `category.media.translation.title`, `category.media.translation`.alt as `category.media.translation.alt`, `category.media.translation`.custom_fields as `category.media.translation.customFields`, `category.media.translation`.created_at as `category.media.translation.createdAt`, `category.media.translation`.updated_at as `category.media.translation.updatedAt`, `category.media.translation`.media_id as `category.media.translation.mediaId`, `category.media.translation`.language_id as `category.media.translation.languageId` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.language_id = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND (`category`.`level` > ? AND `category`.`level` <= ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|0192b200b8df733c83e70e06950e93a2|%"
  1
  5
]
31 1.83 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%"
  "%|0192b200b8df733c83e70e06950e93a2|%"
  5
  true
  true
]
32 0.86 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"\x01’²\x00¸ßs<ƒç\x0E\x06\x0E“¢"
]
33 0.58 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"\x01Æ▓\x01X-s·┤\x14p█ØdF1"
]
34 1.34 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"\x01’²\x00¸zsä¤Ç<ç\x18©í-"
  b"\x01’²\x00¸zsä¤Ç<ç\x19¨"Î"
  b"\x01’²\x00Ê\x0Fs¨–'O÷Ù®õ9"
  b"\x01Æ▓\x00\x16p6é\f§`Ø╬\G"
  b"\x01’²\x00Ê\esD»hV¦æ\x12\x15Â"
  b"\x01’²\x00Ê!qX¥\x11Î˹ewº"
  b"\x01’²\x00Ê'q¹™1X˵\x07£Ç"
  b"\x01Æ▓\x00¦9reì ═┐ô¤╗×"
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
35 0.65 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"\x01Æ▓\x01X-s·┤\x14p█ØdF1"
]
36 2.39 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"\x01’²\x00¸Çrº¨ÿ¶Ðn:­^"
  b"\x01Æ▓\x00©Ãr║¿ ÂðmÅqQ"
]
37 0.97 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"\x01Æ▓\x01X-s·┤\x14p█ØdF1"
]
38 1.09 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"\x01’²\x07!²q•¬‰ÛzÃêY/"
  b"\x01’²\x07#ör\x0E®$¶\x1A\x19÷’\x1C"
  b"\x01’²\x07%Gr¥‚\x1F\x06Ä\x1AH\x0FD"
  b"\x01’²\x07&Ípÿ„!åúrX÷C"
  b"\x01’²\x07(—rœ¤\x00\x19\x18Ú§(“"
  b"\x01’²\x07)äs€´ õ%#_ÒM"
  b"\x01’²\x07+tp7¬\x1ET!¿ñ¹p"
  b"\x01Æ▓\x07,õq\x1FáåìP\x1C×╩&"
  b"\x01’²\x07.cqô³`§í\x0E.¥‰"
]
39 2.10 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"\x01’²\x00¸ßs<ƒç\x0E\x06\x0E“¢"
]
40 0.65 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’²\x00»(p\x0E\vâ;ñL\x16ê"
]
41 0.71 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’²\x00»(p\x0E\vâ;ñL\x16ê"
]
42 0.61 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’²\x00°põ¬Ô»GÜvž§"
]
43 0.55 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’²\x00»/r\x07°BX·\e}òw"
  b"\x01’²\x00»/r\x07°BX·\x1C4c\x7F"
  b"\x01’²\x00Ã÷r\x12„|ŸÎ\x0F=}x"
]
44 0.63 ms
SELECT `product_sorting`.`id` as `product_sorting.id`, `product_sorting`.`locked` as `product_sorting.locked`, `product_sorting`.`url_key` as `product_sorting.key`, `product_sorting`.`priority` as `product_sorting.priority`, `product_sorting`.`active` as `product_sorting.active`, `product_sorting`.`fields` as `product_sorting.fields`, `product_sorting`.`created_at` as `product_sorting.createdAt`, `product_sorting`.`updated_at` as `product_sorting.updatedAt`, `product_sorting.translation.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"\x01’²\x00á´p«™t\fçÊ-\nî"
]
45 0.28 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
]
46 0.53 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"\x01’²\x00á´p«™t\fçÊ-\nî"
  b"\x01’²\x00á´p«™t\fçÊÁž<"
  b"\x01’²\x00á´p«™t\fçË\x10ÌP"
  b"\x01’²\x00á´p«™t\fçˈ%¡"
  b"\x01’²\x00á´p«™t\fçÌ-ÅÏ"
  b"\x01’²\x00ì4sV‡G‚é<ÔoH"
]
47 0.26 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"\x01’²\x00¸ßs<ƒç\x0E\x06\x0E“¢"
]
48 0.96 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"\x01’²\x00¸ßs<ƒç\x0E\x06\x0E“¢"
]
49 42.74 ms
# product-listing-route::loading::search-ids
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN (SELECT `product.translation`.product_id, `product.translation`.product_version_id, `product.translation`.meta_description as `product.translation.metaDescription`, `product.translation`.name as `product.translation.name`, `product.translation`.keywords as `product.translation.keywords`, `product.translation`.description as `product.translation.description`, `product.translation`.meta_title as `product.translation.metaTitle`, `product.translation`.pack_unit as `product.translation.packUnit`, `product.translation`.pack_unit_plural as `product.translation.packUnitPlural`, `product.translation`.custom_search_keywords as `product.translation.customSearchKeywords`, `product.translation`.slot_config as `product.translation.slotConfig`, `product.translation`.custom_fields as `product.translation.customFields`, `product.translation`.created_at as `product.translation.createdAt`, `product.translation`.updated_at as `product.translation.updatedAt`, `product.translation`.product_id as `product.translation.productId`, `product.translation`.language_id as `product.translation.languageId`, `product.translation`.product_version_id as `product.translation.productVersionId` 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 `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?))) GROUP BY `product`.`display_group` ORDER BY MIN(COALESCE(`product.translation.name`,`product.parent.translation.name`)) ASC, MIN(`product`.`id`) ASC LIMIT 24
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"\x01Æ▓\x01X-s·┤\x14p█ØdF1"
  true
  b"\x01’²\x00¸ßs<ƒç\x0E\x06\x0E“¢"
  null
]
50 28.04 ms
SELECT COUNT(*) FROM (# product-listing-route::loading::search-ids
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN (SELECT `product.translation`.product_id, `product.translation`.product_version_id, `product.translation`.meta_description as `product.translation.metaDescription`, `product.translation`.name as `product.translation.name`, `product.translation`.keywords as `product.translation.keywords`, `product.translation`.description as `product.translation.description`, `product.translation`.meta_title as `product.translation.metaTitle`, `product.translation`.pack_unit as `product.translation.packUnit`, `product.translation`.pack_unit_plural as `product.translation.packUnitPlural`, `product.translation`.custom_search_keywords as `product.translation.customSearchKeywords`, `product.translation`.slot_config as `product.translation.slotConfig`, `product.translation`.custom_fields as `product.translation.customFields`, `product.translation`.created_at as `product.translation.createdAt`, `product.translation`.updated_at as `product.translation.updatedAt`, `product.translation`.product_id as `product.translation.productId`, `product.translation`.language_id as `product.translation.languageId`, `product.translation`.product_version_id as `product.translation.productVersionId` 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 `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"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"\x01Æ▓\x01X-s·┤\x14p█ØdF1"
  true
  b"\x01’²\x00¸ßs<ƒç\x0E\x06\x0E“¢"
  null
]
51 17.05 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"\x01Æ▓\x01X-s·┤\x14p█ØdF1"
  true
  b"\x01’²\x00¸ßs<ƒç\x0E\x06\x0E“¢"
  null
]
52 0.97 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’²\x01°Œs¯¬\x00i¥çB©#"
  b"\x01’²\x01°Œs¯¬\x00i¥áò+K"
  b"\x01’²\x01°Œs¯¬\x00i¥æ¸\x1Có"
  b"\x01’²\x01°Œs¯¬\x00i¥öèóo"
  b"\x01’²\x01°Œs¯¬\x00i¥ìh¨-"
  b"\x01’²\x01°Œs¯¬\x00i¥ñþG¦"
  b"\x01’²\x01°Œs¯¬\x00i¥á!2ß"
  b"\x01Æ▓\x01░îs»¼\x00iÑþzÖì"
  b"\x01’²\x01°Œs¯¬\x00i¥õ\vëì"
  b"\x01’²\x01°Œs¯¬\x00i¥íàéL"
  b"\x01’²\x01°Œs¯¬\x00i¥ñK\nc"
  b"\x01’²\x01°Œs¯¬\x00i¥Ýñ>>"
  b"\x01’²\x01°Œs¯¬\x00i¥ÞK*„"
  b"\x01’²\x01°Œs¯¬\x00i¥ê\x7FØ\x1A"
  b"\x01’²\x01°Œs¯¬\x00i¥Þy%º"
  b"\x01’²\x01°Œs¯¬\x00i¥æ\tŸÈ"
  b"\x01’²\x01°Œs¯¬\x00i¥ë\t¯i"
  b"\x01’²\x01°Œs¯¬\x00i¥àLÍ©"
  b"\x01’²\x01°Œs¯¬\x00i¥ß\n@""
  b"\x01’²\x01°Œs¯¬\x00i¥ø•¿e"
  b"\x01’²\x01°Œs¯¬\x00i¥ù:\x1Ce"
  b"\x01’²\x01°Œs¯¬\x00i¥å\x13`{"
  b"\x01’²\x01°Œs¯¬\x00i¥øPà1"
  b"\x01’²\x01°Œs¯¬\x00i¥óœ¿Ó"
  b"\x01’²\x01°Œs¯¬\x00i¥ò\eص"
  b"\x01’²\x01°Œs¯¬\x00i¥ö\x04L\x06"
  b"\x01’²\x01°Œs¯¬\x00i¥ëa™\v"
  b"\x01’²\x01°‹qO€à½GºÿÚ`"
  b"\x01’²\x01°Œs¯¬\x00i¥âà—¿"
  b"\x01’²\x01°Œs¯¬\x00i¥ó(€\x0E"
  b"\x01’²\x01°Œs¯¬\x00i¥í5¥J"
  b"\x01’²\x01°Œs¯¬\x00i¥ã¸ÃË"
  b"\x01’²\x01°Œs¯¬\x00i¥èüHõ"
  b"\x01’²\x01°Œs¯¬\x00i¥ä\võ­"
  b"\x01’²\x01°Œs¯¬\x00i¥ß¼Ø\x1C"
  b"\x01Æ▓\x01░îs»¼\x00iѵ└Ø\r"
  b"\x01’²\x01°Œs¯¬\x00i¥îSá²"
  b"\x01’²\x01°Œs¯¬\x00i¥õâšû"
  b"\x01Æ▓\x01░ìs½À'èÔñ0.c"
  b"\x01Æ▓\x01░îs»¼\x00iÑÙçüÐ"
  b"\x01’²\x01°Œs¯¬\x00i¥ï\r"
  b"\x01’²\x01°Œs¯¬\x00i¥ïfŒQ"
  b"\x01’²\x01°Œs¯¬\x00i¥ô9ÜŽ"
  b"\x01’²\x01°Œs¯¬\x00i¥ðV?v"
  b"\x01Æ▓\x01░ïqOÇÓ¢G║\x15ì9"
  b"\x01’²\x01°Œs¯¬\x00i¥ïV]ì"
  b"\x01’²\x00¹\x15p§ª\x1E\x16é¸ïT\x0E"
  b"\x01’²\x01°Œs¯¬\x00i¥éÚÄý"
  b"\x01’²\x01°Œs¯¬\x00i¥ç¢áà"
  b"\x01’²\x01°Œs¯¬\x00i¥æ\x02ˆ9"
  b"\x01Æ▓\x01░îs»¼\x00iѾ\x17"
  b"\x01’²\x01°Œs¯¬\x00i¥ï\x05\x1D"
  b"\x01’²\x01°Œs¯¬\x00i¥ä\x1F,""
  b"\x01’²\x01°Œs¯¬\x00i¥øðùÑ"
  b"\x01Æ▓\x01░îs»¼\x00iÑ°¾Øl"
  b"\x01’²\x01°‹qO€à½Gºw"J"
  b"\x01’²\x01°Œs¯¬\x00i¥õ‚?Ó"
  b"\x01’²\x01°Œs¯¬\x00i¥÷qY\x0F"
  b"\x01’²\x01°Œs¯¬\x00i¥í4Ù‚"
  b"\x01’²\x01°Œs¯¬\x00i¥ù·©\e"
  b"\x01’²\x01°Œs¯¬\x00i¥è •Û"
]
53 97.01 ms
# product-listing-route::loading::aggregation::price
SELECT MIN(IFNULL(COALESCE((ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule0192b200b89370ab84fc18f339782d08.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule0192b200b8c772baa8ffb6d06f2901f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule0192b200cf467379a5a267893ef2a40c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule0192b200b93470cd99d38d808a7867a2.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`, "$.rule0192b200b89370ab84fc18f339782d08.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule0192b200b8c772baa8ffb6d06f2901f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule0192b200cf467379a5a267893ef2a40c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule0192b200b93470cd99d38d808a7867a2.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`, "$.rule0192b200b89370ab84fc18f339782d08.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule0192b200b8c772baa8ffb6d06f2901f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule0192b200cf467379a5a267893ef2a40c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule0192b200b93470cd99d38d808a7867a2.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`, "$.rule0192b200b89370ab84fc18f339782d08.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule0192b200b8c772baa8ffb6d06f2901f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule0192b200cf467379a5a267893ef2a40c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule0192b200b93470cd99d38d808a7867a2.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"\x01Æ▓\x01X-s·┤\x14p█ØdF1"
  true
  b"\x01’²\x00¸ßs<ƒç\x0E\x06\x0E“¢"
  null
]
54 18.95 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"\x01Æ▓\x01X-s·┤\x14p█ØdF1"
  true
  b"\x01’²\x00¸ßs<ƒç\x0E\x06\x0E“¢"
  null
  0
]
55 18.77 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"\x01Æ▓\x01X-s·┤\x14p█ØdF1"
  true
  b"\x01’²\x00¸ßs<ƒç\x0E\x06\x0E“¢"
  null
  true
]
56 49.15 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"\x01Æ▓\x01X-s·┤\x14p█ØdF1"
  true
  b"\x01’²\x00¸ßs<ƒç\x0E\x06\x0E“¢"
  null
]
57 30.31 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"\x01Æ▓\x01X-s·┤\x14p█ØdF1"
  true
  b"\x01’²\x00¸ßs<ƒç\x0E\x06\x0E“¢"
  null
]
58 0.67 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’²\x01ÏmrôŠ\e\x11¾\x1FÆo}"
  b"\x01Æ▓\x01Õ1p-ª\x08¥╦\fÅ­@"
  b"\x01’²\x01¹Ãp\f«ŒÞ50ž#\x05"
  b"\x01’²\x01ð\x1Cq–¶±)¸ÐŸ¨\x10"
  b"\x01Æ▓\x01┴·p\x1CÉ©Ö¦K\x1Cïý"
  b"\x01’²\x01ûFs¢¸t™¢v\f"
  b"\x01’²\x01Ï]sâ¿\x18\x12'\x07]0;"
  b"\x01’²\x01ÇÞs‚¡3‚sÞSÕ\x08"
  b"\x01’²\x02\x00=r‹¼F­Yýд•"
  b"\x01Æ▓\x01ÈQs»ùt┘Ä╠Ø╔þ"
  b"\x01’²\x01»\x04q\x04”Ä^)Á6\tL"
  b"\x01’²\x01Ó\x07q‘›µå§ÏÚ¨Œ"
  b"\x01’²\x01þ×rÖ”U$xÀ¡<ü"
  b"\x01’²\x01ø9sᎹÓaÌ\x02¸]"
  b"\x01’²\x01ê¹q’™R¬Åc\x0E"
  b"\x01’²\x01Ô5p½¯èªQìZLz"
  b"\x01’²\x01É\x16rMºv]̲'\x1Cs"
  b"\x01’²\x01å\x15p£¦ì‚Ç\x1D¯¶~"
  b"\x01’²\x01Ì r\x06ŽkIülàòð"
  b"\x01’²\x01ëðqŒƒ}\x1Aòµ¾l\x1C"
  b"\x01Æ▓\x01\tr╔Ä\x15.╣ªØ░Ñ"
  b"\x01’²\x01ýÈpI¿R\e\x19ó¡"
  b"\x01’²\x01å$q÷» \x01?ÆÆ–Ð"
  b"\x01’²\x01ülqh­ ÷E°\x0EbJ"
]
59 1.07 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"\x01Æ▓\x01X-s·┤\x14p█ØdF1"
  true
  b"\x01’²\x01ÏmrôŠ\e\x11¾\x1FÆo}"
  b"\x01Æ▓\x01Õ1p-ª\x08¥╦\fÅ­@"
  b"\x01’²\x01¹Ãp\f«ŒÞ50ž#\x05"
  b"\x01’²\x01ð\x1Cq–¶±)¸ÐŸ¨\x10"
  b"\x01Æ▓\x01┴·p\x1CÉ©Ö¦K\x1Cïý"
  b"\x01’²\x01ûFs¢¸t™¢v\f"
  b"\x01’²\x01Ï]sâ¿\x18\x12'\x07]0;"
  b"\x01’²\x01ÇÞs‚¡3‚sÞSÕ\x08"
  b"\x01’²\x02\x00=r‹¼F­Yýд•"
  b"\x01Æ▓\x01ÈQs»ùt┘Ä╠Ø╔þ"
  b"\x01’²\x01»\x04q\x04”Ä^)Á6\tL"
  b"\x01’²\x01Ó\x07q‘›µå§ÏÚ¨Œ"
  b"\x01’²\x01þ×rÖ”U$xÀ¡<ü"
  b"\x01’²\x01ø9sᎹÓaÌ\x02¸]"
  b"\x01’²\x01ê¹q’™R¬Åc\x0E"
  b"\x01’²\x01Ô5p½¯èªQìZLz"
  b"\x01’²\x01É\x16rMºv]̲'\x1Cs"
  b"\x01’²\x01å\x15p£¦ì‚Ç\x1D¯¶~"
  b"\x01’²\x01Ì r\x06ŽkIülàòð"
  b"\x01’²\x01ëðqŒƒ}\x1Aòµ¾l\x1C"
  b"\x01Æ▓\x01\tr╔Ä\x15.╣ªØ░Ñ"
  b"\x01’²\x01ýÈpI¿R\e\x19ó¡"
  b"\x01’²\x01å$q÷» \x01?ÆÆ–Ð"
  b"\x01’²\x01ülqh­ ÷E°\x0EbJ"
]
60 4.54 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`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product.parent`.`cheapest_price` as `product.cheapestPrice.inherited`, COALESCE(`product`.`cheapest_price`, `product.parent`.`cheapest_price`) as `product.cheapestPrice`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, `product.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’²\x01ÏmrôŠ\e\x11¾\x1FÆo}"
  b"\x01Æ▓\x01Õ1p-ª\x08¥╦\fÅ­@"
  b"\x01’²\x01¹Ãp\f«ŒÞ50ž#\x05"
  b"\x01’²\x01ð\x1Cq–¶±)¸ÐŸ¨\x10"
  b"\x01Æ▓\x01┴·p\x1CÉ©Ö¦K\x1Cïý"
  b"\x01’²\x01ûFs¢¸t™¢v\f"
  b"\x01’²\x01Ï]sâ¿\x18\x12'\x07]0;"
  b"\x01’²\x01ÇÞs‚¡3‚sÞSÕ\x08"
  b"\x01’²\x02\x00=r‹¼F­Yýд•"
  b"\x01Æ▓\x01ÈQs»ùt┘Ä╠Ø╔þ"
  b"\x01’²\x01»\x04q\x04”Ä^)Á6\tL"
  b"\x01’²\x01Ó\x07q‘›µå§ÏÚ¨Œ"
  b"\x01’²\x01þ×rÖ”U$xÀ¡<ü"
  b"\x01’²\x01ø9sᎹÓaÌ\x02¸]"
  b"\x01’²\x01ê¹q’™R¬Åc\x0E"
  b"\x01’²\x01Ô5p½¯èªQìZLz"
  b"\x01’²\x01É\x16rMºv]̲'\x1Cs"
  b"\x01’²\x01å\x15p£¦ì‚Ç\x1D¯¶~"
  b"\x01’²\x01Ì r\x06ŽkIülàòð"
  b"\x01’²\x01ëðqŒƒ}\x1Aòµ¾l\x1C"
  b"\x01Æ▓\x01\tr╔Ä\x15.╣ªØ░Ñ"
  b"\x01’²\x01ýÈpI¿R\e\x19ó¡"
  b"\x01’²\x01å$q÷» \x01?ÆÆ–Ð"
  b"\x01’²\x01ülqh­ ÷E°\x0EbJ"
]
61 1.05 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"\x01’²\x01¥™r„¾Š­#e†Ká"
  b"\x01’²\x01¥ïq\x1A¿7@Áé¿Åc"
  b"\x01’²\x01§Epyƒû5gx‘oö"
  b"\x01’²\x01§\p\x1C˜‚=ÅDˆÒ "
]
62 2.09 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"\x01Æ▓\x01\tr╔Ä\x15.╣ªØ░Ñ"
  b"\x01’²\x01¹Ãp\f«ŒÞ50ž#\x05"
  b"\x01’²\x01»\x04q\x04”Ä^)Á6\tL"
  b"\x01Æ▓\x01┴·p\x1CÉ©Ö¦K\x1Cïý"
  b"\x01’²\x01ÇÞs‚¡3‚sÞSÕ\x08"
  b"\x01’²\x01É\x16rMºv]̲'\x1Cs"
  b"\x01’²\x01Ì r\x06ŽkIülàòð"
  b"\x01’²\x01Ï]sâ¿\x18\x12'\x07]0;"
  b"\x01’²\x01ÏmrôŠ\e\x11¾\x1FÆo}"
  b"\x01’²\x01Ó\x07q‘›µå§ÏÚ¨Œ"
  b"\x01’²\x01Ô5p½¯èªQìZLz"
  b"\x01Æ▓\x01ÈQs»ùt┘Ä╠Ø╔þ"
  b"\x01’²\x01å\x15p£¦ì‚Ç\x1D¯¶~"
  b"\x01’²\x01å$q÷» \x01?ÆÆ–Ð"
  b"\x01Æ▓\x01Õ1p-ª\x08¥╦\fÅ­@"
  b"\x01’²\x01ê¹q’™R¬Åc\x0E"
  b"\x01’²\x01ëðqŒƒ}\x1Aòµ¾l\x1C"
  b"\x01’²\x01ð\x1Cq–¶±)¸ÐŸ¨\x10"
  b"\x01’²\x01ø9sᎹÓaÌ\x02¸]"
  b"\x01’²\x01ûFs¢¸t™¢v\f"
  b"\x01’²\x01ülqh­ ÷E°\x0EbJ"
  b"\x01’²\x01ýÈpI¿R\e\x19ó¡"
  b"\x01’²\x01þ×rÖ”U$xÀ¡<ü"
  b"\x01’²\x02\x00=r‹¼F­Yýд•"
  b"\x01Æ▓\x01\x14q3¥\ts\x1C\eÅým"
]
63 0.48 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"
]
64 2.91 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Æ▓\x01º\x07qÅØß\x0F³ª\x13\x11"
  b"\x01’²\x01§.sĹN\x1A÷§\x1Dµê"
  b"\x01’²\x01§\p\x1C˜‚=ÅFž†\x17"
  b"\x01Æ▓\x01º\x07qÅØß\x0F³¿ëàC"
  b"\x01Æ▓\x01º\x07qÅØß\x0F³®ÍPö"
  b"\x01’²\x01§.sĹN\x1A÷§ø–e"
  b"\x01’²\x01§\p\x1C˜‚=ÅN+£ "
  b"\x01’²\x01§\p\x1C˜‚=ÅRra’"
  b"\x01Æ▓\x01º\p\x1Cÿé=┼E³Éƒ"
  b"\x01’²\x01¥ïq\x1A¿7@ÁþÂøé"
  b"\x01’²\x01¦Jrã® ˜gƒÂ\x1Dj"
  b"\x01’²\x01§\x1Fp±žh\l’OR3"
  b"\x01Æ▓\x01ªJrÒ« ÿgrì§\t"
  b"\x01’²\x01¦Jrã® ˜gŒ^;V"
  b"\x01’²\x01§\x1Fp±žh\lœ‹\x1F´"
  b"\x01’²\x01¥ïq\x1A¿7@Áã!‰£"
  b"\x01’²\x01¦­sošw«.¥®ãî"
  b"\x01Æ▓\x01ºDq æ\x1AÓÜì%@¬"
  b"\x01’²\x01§\p\x1C˜‚=ÅJÏÃm"
  b"\x01’²\x01§vq¢³„œ±wî’‚"
  b"\x01’²\x01§vq¢³„œ±wê\x07("
  b"\x01Æ▓\x01ºDq æ\x1AÓÜÉ?ùu"
  b"\x01’²\x01§Dq ‘\x1Aàš‘ß\x19\x1E"
  b"\x01’²\x01¦­sošw«.²\x7F"
  b"\x01’²\x01¦­sošw«.¤\x18°S"
  b"\x01’²\x01§\p\x1C˜‚=ÅE3¾’"
  b"\x01’²\x01§\p\x1C˜‚=ÅM\+¾"
  b"\x01’²\x01§\p\x1C˜‚=ÅP„w°"
  b"\x01Æ▓\x01ºDq æ\x1AÓÜŪ¹}"
  b"\x01’²\x01§Dq ‘\x1Aàš™dEŠ"
  b"\x01’²\x01§Dq ‘\x1Aàš˜i3·"
  b"\x01’²\x01§\p\x1C˜‚=ÅIGƒ¦"
  b"\x01’²\x01¥™r„¾Š­#E™@í"
  b"\x01’²\x01¦Jrã® ˜gj9\x01"
  b"\x01’²\x01§5sOªŠ¬“ðÃx}"
  b"""
    \x01’²\x01¦Jrã® ˜ga\n
    ÷\x01
    """
  b"\x01’²\x01§5sOªŠ¬“ìi¶*"
  b"\x01’²\x01¥™r„¾Š­#H€z°"
  b"\x01’²\x01¥™r„¾Š­#e†Ká"
  b"\x01’²\x01¥ïq\x1A¿7@Áé¿Åc"
  b"\x01’²\x01§Epyƒû5gx‘oö"
  b"\x01’²\x01§\p\x1C˜‚=ÅDˆÒ "
  b"\x01’²\x01§Dq ‘\x1Aàš—@qŒ"
  b"\x01’²\x01§Dq ‘\x1AàšŽädÐ"
  b"\x01’²\x01§\p\x1C˜‚=ÅHzzˆ"
  b"\x01’²\x01§\p\x1C˜‚=ÅQ‹nœ"
  b"\x01’²\x01¥™r„¾Š­#mÌó¡"
  b"\x01’²\x01¥™r„¾Š­#V÷ÿz"
  b"\x01’²\x01¥ïq\x1A¿7@ÁêP\x00\v"
  b"\x01’²\x01¥ðp\x14²<¹À\x15¡½„"
  b"\x01’²\x01¦Jrã® ˜gž²{e"
  b"\x01Æ▓\x01º\x07qÅØß\x0F³Ñ╦VÊ"
  b"\x01Æ▓\x01º\x07qÅØß\x0F³ó·¸à"
  b"\x01’²\x01¦Jrã® ˜gf”€ä"
  b"\x01’²\x01¦Jrã® ˜g†(8Ð"
  b"\x01’²\x01¦Jrã® ˜gUß&d"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÜàJ\x06"
  b"\x01’²\x01¥ïq\x1A¿7@Áç5t;"
  b"\x01’²\x01¥ðp\x14²<¹À\x11Ïûg"
  b"\x01’²\x01§\x1Fp±žh\l–g\x182"
  b"\x01’²\x01§\x1Fp±žh\l•*Þœ"
  b"\x01’²\x01§vq¢³„œ±n\x0FâÃ"
  b"\x01’²\x01§vq¢³„œ±z´,¸"
  b"\x01’²\x01¥™r„¾Š­#Níçí"
  b"\x01Æ▓\x01º\x07qÅØß\x0F³ªb¹²"
  b"\x01’²\x01§5sOªŠ¬“ôÐ-v"
  b"\x01Æ▓\x01º\x07qÅØß\x0F³¿WwË"
  b"\x01’²\x01¥™r„¾Š­#fíEÔ"
  b"\x01’²\x01¥™r„¾Š­#7yáH"
  b"\x01’²\x01¥™r„¾Š­#C9f®"
  b"\x01’²\x01§5sOªŠ¬“ìû9«"
  b"\x01’²\x01§5sOªŠ¬“ëî±À"
  b"\x01’²\x01§\p\x1C˜‚=ÅQË“F"
  b"\x01’²\x01§\p\x1C˜‚=ÅQ\eË<"
  b"\x01’²\x01§\p\x1C˜‚=ÅP\x06÷\x1C"
  b"\x01’²\x01¦Jrã® ˜g ëÏ›"
  b"\x01’²\x01§5sOªŠ¬“óûYu"
  b"\x01’²\x01§5sOªŠ¬“õ¨¿W"
  b"\x01’²\x01§5sOªŠ¬“ô?Gõ"
  b"\x01Æ▓\x01º\x07qÅØß\x0F³ª«\x104"
  b"\x01Æ▓\x01º\x07qÅØß\x0F³ó:¾ƒ"
  b"\x01Æ▓\x01º\x07qÅØß\x0F³®;▓F"
  b"\x01’²\x01¦Jrã® ˜g‚\fZu"
  b"\x01’²\x01¦Jrã® ˜gVl¬Í"
  b"\x01’²\x01¦­sošw«.†Ýn‡"
  b"\x01’²\x01¦­sošw«.i8‚ª"
  b"\x01’²\x01§.sĹN\x1A÷¨òU_"
  b"\x01’²\x01§5sOªŠ¬“ì\x05‘%"
  b"\x01’²\x01§5sOªŠ¬“íb_ "
  b"\x01’²\x01§5sOªŠ¬“ëK$½"
  b"\x01’²\x01§.sĹN\x1A÷§JÑ^"
  b"\x01’²\x01§.sĹN\x1A÷©"hõ"
  b"\x01’²\x01¥™r„¾Š­#D\x1FQ1"
  b"\x01’²\x01¥™r„¾Š­#E\x16"
  b"\x01’²\x01¥™r„¾Š­#T\x06Ð’"
  b"\x01’²\x01¥™r„¾Š­#b²7"
  b"\x01’²\x01¥ïq\x1A¿7@Áñ’Ñv"
  b"\x01’²\x01¥ïq\x1A¿7@Â\rÚ…\x15"
  b"\x01’²\x01¥ðp\x14²<¹À\x15\fó´"
  b"\x01’²\x01¦Jrã® ˜gW­\x02û"
  b"\x01’²\x01¥™r„¾Š­#L8³\x17"
  b"\x01’²\x01¥™r„¾Š­#YÙ[d"
  b"\x01’²\x01¥ïq\x1A¿7@Áæ6wì"
  b"\x01’²\x01¥ðp\x14²<¹À\x17È™æ"
  b"\x01’²\x01¥ðp\x14²<¹À\x18>~s"
  b"\x01’²\x01¦Jrã® ˜gŠZ!6"
  b"\x01’²\x01¦Jrã® ˜g”M/›"
  b"\x01’²\x01¥™r„¾Š­#/*\x14\x03"
  b"\x01’²\x01¥™r„¾Š­#RVÕÜ"
  b"\x01’²\x01¥™r„¾Š­#o\x05™Ï"
  b"""
    \x01’²\x01¥ïq\x1A¿7@Áß\n
    
    """
  b"\x01’²\x01¥ïq\x1A¿7@Áðúñä"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x08’¦å"
  b"\x01Æ▓\x01ªJrÒ« ÿgp ìË"
  b"\x01’²\x01¦Jrã® ˜gpvDA"
  b"\x01’²\x01¦Jrã® ˜gŠµ–$"
  b"\x01’²\x01¥™r„¾Š­#<•\x05q"
  b"\x01Æ▓\x01ÑÖrä¥è¡#>É─\f"
  b"\x01’²\x01¥™r„¾Š­#cÑ)«"
  b"\x01’²\x01¥ïq\x1A¿7@Áü\x1EÐæ"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x02ØÈx"
  b"""
    \x01’²\x01¥ðp\x14²<¹À\x13j\n
    }
    """
  b"\x01’²\x01¦Jrã® ˜g‡ã6è"
  b"\x01’²\x01¥™r„¾Š­#O@Cõ"
  b"\x01’²\x01¥™r„¾Š­#[\x13"
  b"\x01’²\x01¥ïq\x1A¿7@ÁàÛÍ5"
  b"\x01’²\x01¥ïq\x1A¿7@Áðe\x19Î"
  b"\x01’²\x01¥™r„¾Š­#_2ï\x05"
  b"\x01’²\x01¥™r„¾Š­#b\x17"
  b"\x01’²\x01¥™r„¾Š­#s"Q="
  b"\x01’²\x01¥ïq\x1A¿7@ÁÏ\x15\_"
  b"\x01’²\x01¥ïq\x1A¿7@Áè]\x1D~"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x00¸¤f"
  b"\x01’²\x01¦Jrã® ˜gjÍ‹å"
  b"\x01’²\x01¦Jrã® ˜gn—É­"
  b"\x01Æ▓\x01ªJrÒ« ÿgøüº¶"
  b"\x01’²\x01¥™r„¾Š­#Z["è"
  b"\x01’²\x01¥™r„¾Š­#]-ãu"
  b"\x01’²\x01¥ïq\x1A¿7@Áÿ:2X"
  b"\x01’²\x01¦Jrã® ˜g^¿ø¡"
  b"\x01’²\x01¦Jrã® ˜g•UÖÜ"
  b"""
    \x01’²\x01¥™r„¾Š­#?\x11\n
    q
    """
  b"\x01’²\x01¥™r„¾Š­#f\v¼\x1D"
  b"\x01Æ▓\x01Ñ´q\x1A┐7@┴┌Åñ'"
  b"\x01’²\x01¥ïq\x1A¿7@ÁëU¬ª"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x05\x7Fçþ"
  b"\x01’²\x01¦Jrã® ˜gn\x04½\x1E"
  b"\x01’²\x01¦Jrã® ˜g~›ô"
  b"\x01’²\x01¥™r„¾Š­#Lÿ#×"
  b"\x01’²\x01¥™r„¾Š­#sX›Î"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÒEÃI"
  b"\x01’²\x01¥™r„¾Š­#4\x01ÿ÷"
  b"\x01’²\x01¥ïq\x1A¿7@Áå›î\x16"
  b"\x01’²\x01¥ïq\x1A¿7@Áù\ï•"
  b"\x01’²\x01¦Jrã® ˜gŸv'\x0F"
  b"\x01’²\x01¥™r„¾Š­#R2cÙ"
  b"\x01’²\x01¥™r„¾Š­#a\e\x10Z"
  b"\x01’²\x01¥™r„¾Š­#jA‘\f"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÙ„¬E"
  b"\x01’²\x01¥ïq\x1A¿7@Áè\x00O\x1E"
  b"\x01’²\x01¥ïq\x1A¿7@Â\v×éA"
  b"\x01’²\x01¥™r„¾Š­#9éX‹"
  b"\x01Æ▓\x01ÑÖrä¥è¡#h{ì&"
  b"\x01’²\x01¥™r„¾Š­#>\x05\x048"
  b"\x01’²\x01¥™r„¾Š­#V7úÐ"
  b"\x01’²\x01¥™r„¾Š­#eãS\x04"
  b"\x01’²\x01¥ïq\x1A¿7@Áçô\x04\x0F"
  b"\x01’²\x01¥ïq\x1A¿7@Áý¥í’"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x02¹dà"
  b"\x01’²\x01¦Jrã® ˜g„Ó Á"
  b"\x01’²\x01¦Jrã® ˜g‘ð†Ã"
  b"\x01’²\x01¦Jrã® ˜g•JÓ3"
  b"\x01’²\x01¦­sošw«.•’oš"
  b"\x01’²\x01¥™r„¾Š­#`2ð""
  b"\x01’²\x01¥ïq\x1A¿7@ÁÿÎœ""
  b"\x01’²\x01¥ïq\x1A¿7@Â\x10XÔl"
  b"\x01’²\x01¦Jrã® ˜gdÝ^\x1A"
  b"\x01’²\x01¦Jrã® ˜g‘\x0E\x1Eö"
  b"\x01Æ▓\x01ÑÖrä¥è¡#1╠Øá"
  b"\x01’²\x01¥ïq\x1A¿7@Á׊³Ý"
  b"\x01’²\x01¥ïq\x1A¿7@Áü9\x1C¹"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x0F~Ž›"
  b"\x01Æ▓\x01ªJrÒ« ÿgÅa\x1D\x14"
  b"\x01’²\x01¦Jrã® ˜gž¸•m"
  b"\x01’²\x01¦­sošw«.w\x02"
  b"\x01’²\x01¥™r„¾Š­#Edží"
  b"\x01’²\x01¥ïq\x1A¿7@Áí”(Ñ"
  b"\x01’²\x01¥ðp\x14²<¹À\x10œs¾"
  b"\x01’²\x01¥™r„¾Š­#W¸œ\x07"
  b"\x01’²\x01¥™r„¾Š­#[ÔG%"
  b"\x01’²\x01¥™r„¾Š­#_½Lg"
  b"\x01’²\x01¥ïq\x1A¿7@Áô2\x19ú"
  b"\x01’²\x01¥ïq\x1A¿7@Áþ\x17\x14M"
  b"\x01’²\x01¦Jrã® ˜ghLóq"
  b"\x01’²\x01¦Jrã® ˜g|\x07Ûþ"
  b"\x01’²\x01¦Jrã® ˜gˆ¢ÒÉ"
  b"\x01’²\x01¦­sošw«.eÞ\x12T"
  b"\x01’²\x01¥™r„¾Š­#J©\x15û"
  b"\x01Æ▓\x01ÑÖrä¥è¡#NÉ\\"
  b"\x01’²\x01¥™r„¾Š­#hö×ý"
  b"\x01’²\x01¥ïq\x1A¿7@Áå—‘@"
  b"\x01’²\x01¥ïq\x1A¿7@Áê\x11¼`"
  b"\x01’²\x01¥ïq\x1A¿7@Áøtý‰"
  b"\x01Æ▓\x01ªJrÒ« ÿgbÚ¿ì"
  b"\x01’²\x01¦Jrã® ˜geÈcõ"
  b"\x01’²\x01¦Jrã® ˜gošç,"
  b"\x01’²\x01¦­sošw«.t"Š\x19"
  b"\x01’²\x01¥™r„¾Š­#I£ù\x7F"
  b"\x01’²\x01¥™r„¾Š­#[ƒ,g"
  b"\x01’²\x01¥™r„¾Š­#\suH"
  b"\x01’²\x01¥ïq\x1A¿7@Áå\x01\x0Eû"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x04V¤o"
  b"\x01’²\x01¦Jrã® ˜g M½Ã"
  b"\x01’²\x01¥™r„¾Š­#?ûÔË"
  b"\x01’²\x01¥™r„¾Š­#gÄõ\x12"
  b"\x01’²\x01¥ïq\x1A¿7@Áò%ÚÉ"
  b"\x01’²\x01¥™r„¾Š­#n‰uÛ"
  b"\x01’²\x01¥ïq\x1A¿7@ÁïÚ•ß"
  b"\x01’²\x01¥™r„¾Š­#<\x12"
  b"\x01Æ▓\x01ÑÖrä¥è¡#I\7É"
  b"\x01’²\x01¥™r„¾Š­#,8!&"
  b"\x01’²\x01¥™r„¾Š­#]Áï:"
  b"\x01’²\x01¥ïq\x1A¿7@Áâ‰S""
  b"\x01’²\x01¥ïq\x1A¿7@Áþ\x12ÛÖ"
  b"\x01’²\x01¦Jrã® ˜g^#Ÿƒ"
  b"\x01’²\x01¦Jrã® ˜g{L5 "
  b"\x01’²\x01¦­sošw«.¶¹æR"
  b"\x01Æ▓\x01ÑÖrä¥è¡#4Ø\x1Dõ"
  b"\x01’²\x01¥ïq\x1A¿7@Áõ!ñ,"
  b"\x01’²\x01¥ïq\x1A¿7@Â\v¥\x06~"
  b"\x01’²\x01¦Jrã® ˜gtúiæ"
  b"\x01’²\x01¦Jrã® ˜gy~µ-"
  b"\x01’²\x01¦­sošw«.›Pwé"
  b"\x01’²\x01¥™r„¾Š­#Rîi6"
  b"\x01’²\x01¥™r„¾Š­#TÎ{Í"
  b"\x01’²\x01¥™r„¾Š­#U\x7F"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x05¾ÄÌ"
  b"""
    \x01’²\x01¥ïq\x1A¿7@Â\x06\n
    \x10)
    """
  b"\x01’²\x01¦Jrã® ˜g[Çgª"
  b"\x01’²\x01¦Jrã® ˜gŽ‘@2"
  b"""
    \x01’²\x01¦Jrã® ˜g—\n
    Z\x1A
    """
  b"\x01’²\x01¦­sošw«.¯Ð\x13ß"
  b"\x01’²\x01¥™r„¾Š­#=nÀt"
  b"\x01Æ▓\x01ÑÖrä¥è¡#T®Å‗"
  b"\x01’²\x01¥™r„¾Š­#\¿nÜ"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÒÒ\x02Â"
  b"\x01’²\x01¥ïq\x1A¿7@Áú=žc"
  b"\x01’²\x01¦Jrã® ˜grù2°"
  b"\x01’²\x01¥™r„¾Š­#C½ò6"
  b"\x01’²\x01¥™r„¾Š­#G<Ù\x19"
  b"\x01’²\x01¥™r„¾Š­#KñE×"
  b"\x01’²\x01¥ïq\x1A¿7@ÁöÆ·^"
  b"\x01’²\x01¦Jrã® ˜gfN Û"
  b"\x01’²\x01¦Jrã® ˜g‚æ¬\e"
  b"\x01’²\x01¥™r„¾Š­#=çwU"
  b"\x01’²\x01¥ïq\x1A¿7@Áð¯ó."
  b"\x01’²\x01¥ïq\x1A¿7@Áû9\x13E"
  b"\x01Æ▓\x01ÑÖrä¥è¡#<\e"
  b"\x01’²\x01¥™r„¾Š­#c§ä§"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÝÈEÍ"
  b"\x01’²\x01¥ðp\x14²<¹À\x17\x08þ "
  b"\x01’²\x01¥™r„¾Š­#Aýû "
  b"\x01’²\x01¥™r„¾Š­#XwÁE"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÞzDÂ"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x06Œ\x03ü"
  b"\x01’²\x01¥™r„¾Š­#På}Ã"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x10¡¦ì"
  b"\x01’²\x01¦Jrã® ˜gxoBI"
  b"\x01’²\x01¦Jrã® ˜g|\x19Éa"
  b"\x01’²\x01¦Jrã® ˜g¢|W,"
  b"\x01Æ▓\x01ª¡soÜw½.ì¿╗}"
  b"\x01’²\x01¥™r„¾Š­#5ç.\x16"
  b"\x01’²\x01¥ïq\x1A¿7@ÁùìU\x16"
  b"\x01Æ▓\x01Ñ´q\x1A┐7@┬\x00Å#N"
  b"""
    \x01’²\x01¥ïq\x1A¿7@Â\n
    Æ&X
    """
  b"\x01’²\x01¦Jrã® ˜gzŒu\x06"
  b"\x01’²\x01¥™r„¾Š­#A\x0F"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÓè¨\x11"
  b"\x01’²\x01¥ðp\x14²<¹À\x14s\x1DÔ"
  b"\x01’²\x01¦Jrã® ˜g[§ly"
  b"\x01’²\x01¦Jrã® ˜g˜õDÝ"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÕâÆz"
  b"\x01’²\x01¦Jrã® ˜gU„Ôz"
  b"\x01’²\x01¥™r„¾Š­#^‹.Ý"
  b"\x01’²\x01¥ðp\x14²<¹À\x15ð\v¯"
  b"\x01’²\x01¥™r„¾Š­#RMFŸ"
  b"\x01Æ▓\x01Ñ´q\x1A┐7@┴═lØ\x14"
  b"\x01’²\x01¥™r„¾Š­#*»GÚ"
  b"\x01’²\x01¥™r„¾Š­#+w\x1EI"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x0Eèp\t"
  b"\x01’²\x01¦Jrã® ˜ga8\x11m"
  b"\x01’²\x01¦­sošw«.„ÞN\x11"
  b"\x01’²\x01¥™r„¾Š­#IÏ0/"
  b"\x01’²\x01¥™r„¾Š­#f×dÚ"
  b"\x01’²\x01¥ïq\x1A¿7@Áî\x00\nš"
  b"\x01’²\x01¥™r„¾Š­#/ÆY¬"
  b"\x01’²\x01¥™r„¾Š­#R…w="
  b"\x01Æ▓\x01ÑÖrä¥è¡#pÅ©ä"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÜ0Ñ·"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x0E\x04r_"
  b"\x01’²\x01¥™r„¾Š­#Y\x0E\x1E:"
  b"\x01Æ▓\x01ÑÖrä¥è¡#]ô0Å"
  b"\x01’²\x01¥ïq\x1A¿7@Áÿƒ£Ö"
  b"\x01’²\x01¦Jrã® ˜gŸm\fŠ"
  b"\x01’²\x01¥™r„¾Š­#Kä\x1D§"
  b"\x01’²\x01¥™r„¾Š­#^ ƒn"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÍ\x17߬"
  b"\x01Æ▓\x01ªJrÒ« ÿgìÂ\x0ES"
  b"\x01’²\x01¦Jrã® ˜g’/×2"
  b"\x01Æ▓\x01ÑÖrä¥è¡#9ì÷\"
  b"\x01’²\x01¥ïq\x1A¿7@Â\tÜ8\x04"
  b"\x01’²\x01¦Jrã® ˜g\›¦("
  b"\x01Æ▓\x01ªJrÒ« ÿgsì┌]"
  b"\x01’²\x01¦­sošw«.ƒHõ\x1E"
  b"\x01’²\x01¥™r„¾Š­#aU.b"
  b"\x01’²\x01¥™r„¾Š­#0Î\x16T"
  b"\x01’²\x01¥ïq\x1A¿7@Â\tuÚÜ"
  b"\x01’²\x01¥™r„¾Š­#K\x01"
  b"\x01’²\x01¥™r„¾Š­#qbkì"
  b"\x01’²\x01¥ïq\x1A¿7@ÁîñDÞ"
  b"\x01’²\x01¥™r„¾Š­#BtÐl"
  b"\x01’²\x01¥ïq\x1A¿7@ÁØò\x1A\x07"
  b"\x01’²\x01¥™r„¾Š­#:“‹o"
  b"\x01’²\x01¥™r„¾Š­#K\r"
  b"\x01’²\x01¥™r„¾Š­#rÙ:9"
  b"\x01’²\x01¥ðp\x14²<¹À\x1Ac`­"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x08ù œ"
  b"\x01’²\x01¦Jrã® ˜gŽ/ão"
  b"\x01’²\x01¥™r„¾Š­#0ç H"
  b"\x01’²\x01¥™r„¾Š­#kC.û"
  b"\x01’²\x01¥ïq\x1A¿7@Áà³È\t"
  b"\x01’²\x01¥™r„¾Š­#S˜¤ã"
  b"\x01’²\x01¥™r„¾Š­#hšö—"
  b"\x01’²\x01¥ðp\x14²<¹À\x19áè'"
  b"\x01’²\x01¥™r„¾Š­#lש'"
  b"\x01Æ▓\x01ªJrÒ« ÿgiÉ\x7F"
  b"\x01’²\x01¥™r„¾Š­#EÌ}–"
  b"\x01’²\x01¥™r„¾Š­#Z'p\x1D"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x08P·Ÿ"
  b"\x01’²\x01¥™r„¾Š­#LšXk"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÎ\x18Îj"
  b"\x01’²\x01¦Jrã® ˜g|¦\tõ"
  b"\x01’²\x01¦Jrã® ˜g‹™Ð‹"
  b"""
    \x01’²\x01¥™r„¾Š­#A\x1F\n
    §
    """
  b"\x01Æ▓\x01ÑÖrä¥è¡#oËwÅ"
  b"\x01’²\x01¦Jrã® ˜g\x7F]È-"
  b"\x01’²\x01¦Jrã® ˜g˜kÒ<"
  b"\x01’²\x01¥™r„¾Š­#JÅ¡d"
  b"\x01’²\x01¦Jrã® ˜g\8¬Å"
  b"\x01’²\x01¥ïq\x1A¿7@ÁëËuØ"
  b"\x01’²\x01¥ïq\x1A¿7@Â\t“¥y"
  b"\x01’²\x01¦Jrã® ˜g€d\x14\v"
  b"\x01’²\x01¦Jrã® ˜g¡ŸÛ@"
  b"\x01’²\x01¥ïq\x1A¿7@Áô\f"
  b"\x01’²\x01¥ïq\x1A¿7@Áó\x00©Ö"
  b"\x01’²\x01¥ðp\x14²<¹À\x18ûºÏ"
  b"""
    \x01’²\x01¦Jrã® ˜g“v\n
    î
    """
  b"\x01’²\x01¦Jrã® ˜g˜¯“M"
  b"\x01’²\x01¥™r„¾Š­#,Ö{)"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x02\x1DÍ¢"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x0F–,°"
  b"\x01’²\x01¦Jrã® ˜gX“—\x06"
  b"\x01’²\x01¦Jrã® ˜gcG\x12\x07"
  b"\x01’²\x01¦Jrã® ˜gp¨š="
  b"\x01’²\x01¦­sošw«.ˆ“Ž\f"
  b"\x01’²\x01¦Jrã® ˜g_\x15€Ê"
  b"\x01’²\x01¥™r„¾Š­#C1æâ"
  b"\x01’²\x01¥™r„¾Š­#Hj† "
  b"""
    \x01’²\x01¥ïq\x1A¿7@Â\n
    !'\f
    """
  b"\x01’²\x01¥™r„¾Š­#Xªut"
  b"\x01Æ▓\x01Ñ´q\x1A┐7@┴¸ü5Æ"
  b"\x01’²\x01¥™r„¾Š­#X‹\t¡"
  b"\x01’²\x01¥ïq\x1A¿7@Áà\¨0"
  b"\x01’²\x01¥ïq\x1A¿7@ÁúUÀ¾"
  b"\x01’²\x01¥™r„¾Š­#Bh»µ"
  b"\x01’²\x01¦Jrã® ˜g›#•ï"
  b"\x01’²\x01¥™r„¾Š­#Yc\x17"
  b"\x01’²\x01¥™r„¾Š­#4FŸ+"
  b"\x01’²\x01¥ïq\x1A¿7@Áó\x1Eñx"
  b"\x01’²\x01¥ïq\x1A¿7@Áê’Ë×"
  b"\x01’²\x01¦Jrã® ˜g—|šI"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÖÙ‘Ï"
  b"\x01’²\x01¥ïq\x1A¿7@Áô¿í²"
  b"\x01’²\x01¦Jrã® ˜g\x7F\x08"
  b"\x01’²\x01¦Jrã® ˜gŽšÂÔ"
  b"\x01’²\x01¥™r„¾Š­#*ÿ“ "
  b"\x01’²\x01¥™r„¾Š­#H"çÙ"
  b"\x01’²\x01¥™r„¾Š­#@ÊÑÂ"
  b"\x01’²\x01¥™r„¾Š­#j\x06E|"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÔh^^"
  b"\x01’²\x01¥ïq\x1A¿7@Áâ´ Ó"
  b"\x01’²\x01¦Jrã® ˜gt\x11¿‡"
  b"\x01’²\x01¦Jrã® ˜g{²\x05N"
  b"\x01’²\x01¦Jrã® ˜gœbÉø"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x03Yæ1"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÖ\x00\vu"
  b"\x01’²\x01¥ðp\x14²<¹À\x173"\v"
  b"\x01Æ▓\x01ªJrÒ« ÿgqØ:;"
  b"""
    \x01’²\x01¥™r„¾Š­#r\n
    œ»
    """
  b"\x01’²\x01¥ïq\x1A¿7@ÁÏââQ"
  b"""
    \x01’²\x01¥™r„¾Š­#Që\n
    Ð
    """
  b"\x01’²\x01¥ïq\x1A¿7@ÁÞXµ†"
  b"\x01’²\x01¥™r„¾Š­#0’ó°"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÚ\x11"
  b"\x01’²\x01¥ðp\x14²<¹À\x18\x0F\eN"
  b"\x01’²\x01¦Jrã® ˜g^š»D"
  b"\x01’²\x01¥™r„¾Š­#.0jä"
  b"\x01’²\x01¥™r„¾Š­#6œÙ'"
  b"\x01’²\x01¥™r„¾Š­#@Û\tþ"
  b"\x01’²\x01¥ïq\x1A¿7@ÁèÏxþ"
  b"\x01’²\x01¦Jrã® ˜gk¼•{"
  b"\x01’²\x01¥™r„¾Š­#2;>Q"
  b"\x01’²\x01¥™r„¾Š­#61\x15µ"
  b"\x01’²\x01¥ðp\x14²<¹À\x16uØÞ"
  b"\x01’²\x01¦Jrã® ˜g“Ö²c"
  b"\x01Æ▓\x01ª¡soÜw½.Ø$DÅ"
  b"\x01’²\x01¥™r„¾Š­#,`¯y"
  b"\x01’²\x01¥ðp\x14²<¹À\x0FîQÃ"
  b"\x01’²\x01¦Jrã® ˜g™oÁÙ"
  b"\x01’²\x01¦­sošw«.§-nR"
  b"\x01Æ▓\x01Ñ´q\x1A┐7@┴ßÅ\x08\x15"
  b"\x01’²\x01¦Jrã® ˜g}¤M„"
  b"\x01’²\x01¦Jrã® ˜g‚EäM"
  b"\x01’²\x01¦Jrã® ˜g—°þÌ"
  b"\x01Æ▓\x01ª¡soÜw½.ï³\x02Ø"
  b"\x01’²\x01¥ïq\x1A¿7@Áõà=Ç"
  b"\x01’²\x01¥™r„¾Š­#<Rª·"
  b"\x01’²\x01¥ïq\x1A¿7@Áúµã&"
  b"""
    \x01’²\x01¥™r„¾Š­#8¯\n
    ®
    """
  b"\x01’²\x01¦Jrã® ˜g ²õ\x16"
  b"\x01’²\x01¥™r„¾Š­#M±ö\x03"
  b"\x01’²\x01¥™r„¾Š­#l\x0F~c"
  b"\x01’²\x01¥ïq\x1A¿7@Â\f‹¥é"
  b"\x01’²\x01¦Jrã® ˜gqþCØ"
  b"\x01’²\x01¥™r„¾Š­#5\x1AkN"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÒé0}"
  b"\x01’²\x01¥™r„¾Š­#,éfÞ"
  b"\x01’²\x01¥™r„¾Š­#Fq+ˆ"
  b"\x01’²\x01¥™r„¾Š­#39Û{"
  b"\x01Æ▓\x01Ñ´q\x1A┐7@┴Ï\x1CÅä"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÖâ7Ø"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x07ì˜7"
  b"\x01’²\x01¦Jrã® ˜glL*|"
  b"\x01Æ▓\x01ªJrÒ« ÿgxÓøü"
  b"\x01’²\x01¦Jrã® ˜gd\x19éµ"
  b"\x01’²\x01¥™r„¾Š­#BªV@"
  b"\x01’²\x01¥™r„¾Š­#jT[x"
  b"\x01’²\x01¦Jrã® ˜g^hCç"
  b"\x01’²\x01¦Jrã® ˜g‘1ð-"
  b"\x01’²\x01¦Jrã® ˜gŸáz\x06"
  b"\x01’²\x01¦­sošw«.s8Lj"
  b"\x01Æ▓\x01ªJrÒ« ÿgÅN,\x18"
  b"\x01’²\x01¦­sošw«.¥).ç"
  b"\x01’²\x01¦Jrã® ˜gŠ¥°•"
  b"\x01’²\x01¦­sošw«.¡Ú ["
  b"\x01’²\x01¥™r„¾Š­#KŠn;"
  b"\x01’²\x01¥ïq\x1A¿7@Áä\x15q\x14"
  b"\x01’²\x01¦Jrã® ˜gš‘$Ô"
  b"\x01’²\x01¥™r„¾Š­#dˆ=°"
  b"\x01’²\x01¥ïq\x1A¿7@ÁêOµ""
  b"\x01’²\x01¥ïq\x1A¿7@Â\fêš|"
  b"\x01’²\x01¦Jrã® ˜gwœc8"
  b"\x01Æ▓\x01Ñ­p\x14▓<╣└\x14`§Å"
  b"\x01’²\x01¥ïq\x1A¿7@Áе\eÀ"
  b"\x01’²\x01¦Jrã® ˜gnÿþ§"
  b"\x01’²\x01¦Jrã® ˜g–ŒœÒ"
  b"\x01Æ▓\x01ªJrÒ« ÿgüõH\n"
  b"\x01’²\x01¦Jrã® ˜gž\vG["
  b"\x01’²\x01¥ïq\x1A¿7@Áìœ\x1Dš"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x02=kÅ"
  b"\x01’²\x01¦Jrã® ˜g_v Q"
  b"\x01’²\x01¦­sošw«.‡—kG"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÔö7;"
  b"\x01’²\x01¥™r„¾Š­#P)e,"
  b"\x01’²\x01¥ïq\x1A¿7@ÁϹú\x0E"
  b"\x01’²\x01¥™r„¾Š­#A—´€"
  b"\x01’²\x01¦Jrã® ˜gWaëð"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÚ­Dß"
  b"\x01’²\x01¦Jrã® ˜g‡‡º\x10"
  b"\x01’²\x01¥ðp\x14²<¹À\x11#–·"
  b"\x01’²\x01¦Jrã® ˜gpʳê"
  b"\x01’²\x01¦Jrã® ˜ggq`j"
  b"\x01’²\x01¦­sošw«.®zK\r"
  b"\x01’²\x01¥ïq\x1A¿7@Áô\x0Eê""
  b"\x01’²\x01¦Jrã® ˜g†ýt\r"
  b"\x01’²\x01¥ðp\x14²<¹À\x10\x07}„"
  b"\x01’²\x01¦Jrã® ˜gvê£\x08"
  b"\x01Æ▓\x01ªJrÒ« ÿgüÁ╗8"
  b"\x01’²\x01¦­sošw«.—S\x06\f"
  b"\x01’²\x01¥ðp\x14²<¹À\x0FyýY"
  b"\x01’²\x01¥™r„¾Š­#+¶–ˆ"
  b"\x01’²\x01¥ðp\x14²<¹À\x12ª\x12\x0E"
  b"\x01’²\x01¥™r„¾Š­#d\x15˜,"
  b"\x01’²\x01¥™r„¾Š­#iÀ§\e"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x05\x18\x1AÁ"
  b"\x01’²\x01¦­sošw«.¬LqÄ"
  b"\x01Æ▓\x01ÑÖrä¥è¡#Q¢É█"
  b"\x01’²\x01¦Jrã® ˜gv;\x01È"
  b"\x01’²\x01¦Jrã® ˜ga?\x1C>"
  b"\x01’²\x01¦Jrã® ˜g“ì\x02Õ"
  b"\x01’²\x01¥ïq\x1A¿7@Áè\t÷#"
  b"\x01Æ▓\x01ªJrÒ« ÿgÉ\x17‗ò"
  b"\x01’²\x01¦­sošw«.n\x1F\x1FÉ"
  b"\x01’²\x01¥ïq\x1A¿7@Áü®_e"
  b"\x01’²\x01¦Jrã® ˜gul­a"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x10/¾÷"
  b"\x01’²\x01¦Jrã® ˜gvDLµ"
  b"\x01Æ▓\x01ªJrÒ« ÿgد¸Ù"
  b"\x01’²\x01¥™r„¾Š­#F\v"
  b"\x01’²\x01¦Jrã® ˜gY=É\x08"
  b"\x01’²\x01¥™r„¾Š­#8\x15é±"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÖ¤J="
  b"\x01’²\x01¦­sošw«.´tô\x05"
  b"\x01’²\x01¦­sošw«.š×7\x1C"
  b"\x01Æ▓\x01ªJrÒ« ÿgì\x16\x0F\x03"
  b"\x01’²\x01¦Jrã® ˜gcI\x06ê"
  b"\x01’²\x01¦Jrã® ˜g…NHW"
  b"\x01’²\x01¥ïq\x1A¿7@Áß“™Ý"
  b"\x01’²\x01¦Jrã® ˜g€ð$h"
  b"\x01Æ▓\x01ª¡soÜw½.Ø1Æ\x00"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x00\x18Ý!"
  b"\x01’²\x01¦Jrã® ˜g„\x11ð{"
  b"\x01’²\x01¥ïq\x1A¿7@Áè›…L"
  b"\x01’²\x01¥™r„¾Š­#]\x18Л"
  b"\x01’²\x01¦Jrã® ˜g’©‘C"
  b"\x01’²\x01¥™r„¾Š­#-q¤\x1A"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÑœ/ê"
  b"\x01’²\x01¦Jrã® ˜g}-\x18h"
  b"\x01’²\x01¥™r„¾Š­#;|ÿÂ"
  b"\x01’²\x01¦Jrã® ˜gjbºM"
  b"\x01’²\x01¦Jrã® ˜g€+*\x0F"
  b"\x01’²\x01¦Jrã® ˜gk\vo\x1E"
  b"\x01’²\x01¦­sošw«.i¡š\x1A"
  b"\x01’²\x01¥™r„¾Š­#`{ðæ"
  b"\x01’²\x01¥™r„¾Š­#j£Ç”"
  b"\x01’²\x01¦Jrã® ˜gaxU6"
  b"\x01’²\x01¦Jrã® ˜g™ÃüÉ"
  b"\x01’²\x01¦Jrã® ˜gˆ+°\x15"
  b"\x01’²\x01¦­sošw«.¯™´¿"
  b"\x01’²\x01¦­sošw«.¡Î\x12N"
  b"\x01’²\x01¥ðp\x14²<¹À\x1AÌS@"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÛ‹+þ"
  b"\x01’²\x01¦Jrã® ˜gb\x14©Ë"
  b"\x01’²\x01¦­sošw«.nóÕÂ"
  b"\x01’²\x01¦Jrã® ˜gyèõÅ"
  b"\x01’²\x01¦Jrã® ˜g`<YÁ"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x01aK["
  b"\x01Æ▓\x01ª¡soÜw½.ÄÌ®Å"
  b"\x01’²\x01¦Jrã® ˜g~™´O"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x07\x18˹"
  b"\x01’²\x01¥™r„¾Š­#9\x00\x007"
  b"\x01’²\x01¦­sošw«.wmJE"
  b"\x01’²\x01¦­sošw«.s¦¦Ó"
  b"\x01’²\x01¦­sošw«.¦A\x05ª"
  b"\x01’²\x01¦Jrã® ˜gZ)µ2"
  b"\x01’²\x01¦Jrã® ˜g–\x12Àº"
  b"\x01’²\x01¦Jrã® ˜gšíúE"
  b"\x01’²\x01¦­sošw«.~tè\x16"
  b"\x01’²\x01¦Jrã® ˜gm\v¸¢"
  b"\x01’²\x01¦Jrã® ˜g]&§="
  b"\x01’²\x01¦Jrã® ˜ga\x13\x0EÎ"
  b"\x01’²\x01¦­sošw«.”ë„!"
  b"\x01’²\x01¥ïq\x1A¿7@ÁùJB/"
  b"\x01’²\x01¦Jrã® ˜g•f®—"
  b"\x01Æ▓\x01ª¡soÜw½.Å║×\f"
  b"\x01’²\x01¦­sošw«.¤Ò÷t"
  b"\x01Æ▓\x01ªJrÒ« ÿgvëØ1"
  b"\x01’²\x01¦Jrã® ˜g‘ynÉ"
  b"\x01’²\x01¦­sošw«.oðãK"
  b"\x01Æ▓\x01ª¡soÜw½.ü╩\x19Ë"
  b"\x01’²\x01¦­sošw«.·]¢\x1C"
  b"\x01’²\x01¦­sošw«.|;S^"
  b"\x01’²\x01¦Jrã® ˜g[\r”]"
  b"\x01’²\x01¦Jrã® ˜g‰h×å"
  b"\x01’²\x01¦­sošw«.¶¿ij"
  b"\x01’²\x01¦­sošw«.§Š”Ù"
  b"\x01’²\x01¦­sošw«.k\f"
  b"\x01’²\x01¦­sošw«.°©e™"
  b"\x01’²\x01¦Jrã® ˜gW\t•ž"
  b"\x01’²\x01¦Jrã® ˜gqJP‹"
  b"\x01’²\x01¦­sošw«.sÇ\rŠ"
  b"\x01’²\x01¦­sošw«.¨”\x14Þ"
  b"\x01’²\x01¦­sošw«.³|(7"
  b"\x01’²\x01¦­sošw«.™f“§"
  b"\x01’²\x01¦­sošw«.šXÅ%"
  b"\x01’²\x01¦Jrã® ˜gh¸®Û"
  b"\x01Æ▓\x01ªJrÒ« ÿgØ_Bç"
  b"\x01’²\x01¦­sošw«.©e}&"
  b"\x01’²\x01¦­sošw«.’`ÃŒ"
  b"\x01’²\x01¦­sošw«.u=•—"
  b"\x01’²\x01¦­sošw«.}Ë\vä"
  b"\x01Æ▓\x01ª¡soÜw½.î\tü·"
  b"\x01’²\x01¦­sošw«.šÌ Ú"
  b"\x01’²\x01¦­sošw«.­ÒÔ‰"
  b"\x01’²\x01¦­sošw«.ŽŸf\x08"
  b"\x01’²\x01¦­sošw«.hO\x13'"
  b"\x01Æ▓\x01ª¡soÜw½.Â?ØO"
  b"\x01’²\x01¦­sošw«.|¤áë"
  b"\x01’²\x01¦­sošw«.uØù}"
  b"\x01’²\x01¦­sošw«.r86i"
  b"\x01Æ▓\x01ª¡soÜw½.ÂÍÅ?"
  b"\x01’²\x01¦­sošw«.ká/„"
  b"\x01’²\x01¦­sošw«.tu™\x14"
  b"\x01’²\x01¦­sošw«.¥Ak\x1D"
  b"\x01Æ▓\x01ª¡soÜw½.Ø╠C|"
  b"\x01’²\x01¦­sošw«.œ5æÜ"
  b"\x01’²\x01¦­sošw«.o¯\t­"
  b"\x01’²\x01¦­sošw«.­\x1E\x0F`"
  b"\x01Æ▓\x01ª¡soÜw½.×Éü▄"
  b"\x01’²\x01¦­sošw«.““UŸ"
  b"\x01Æ▓\x01ª¡soÜw½.É█\x18"
  b"\x01’²\x01¦­sošw«.£Û$n"
  b"\x01Æ▓\x01ª¡soÜw½.wäìV"
  b"\x01’²\x01¦­sošw«.‹:\x02Ù"
  b"\x01’²\x01¦­sošw«.{Y,û"
  b"\x01Æ▓\x01ª¡soÜw½.üp\x1D\x05"
  b"\x01’²\x01¦­sošw«.˜\x03åÅ"
  b"\x01’²\x01¦­sošw«.nuzú"
  b"\x01’²\x01¦­sošw«.Ÿ‰Ÿ\"
  b"\x01Æ▓\x01ª¡soÜw½.{¹ì\x02"
  b"\x01’²\x01¦­sošw«.†:’E"
  b"\x01’²\x01¦­sošw«.‘¬f¸"
  b"\x01’²\x01¦­sošw«.‚J\fæ"
  b"\x01’²\x01¦­sošw«.Œ¾ia"
  b"\x01’²\x01¦­sošw«.„\x07RU"
  b"\x01Æ▓\x01ª¡soÜw½.á\x16"
  b"\x01’²\x01¦­sošw«.±b³Ð"
  b"\x01’²\x01¦­sošw«.–où\x06"
]
65 5.44 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’²\x01¥™r„¾Š­#*»GÚ"
  b"\x01’²\x01¥™r„¾Š­#*ÿ“ "
  b"\x01’²\x01¥™r„¾Š­#+w\x1EI"
  b"\x01’²\x01¥™r„¾Š­#+¶–ˆ"
  b"\x01’²\x01¥™r„¾Š­#,8!&"
  b"\x01’²\x01¥™r„¾Š­#,`¯y"
  b"\x01’²\x01¥™r„¾Š­#,Ö{)"
  b"\x01’²\x01¥™r„¾Š­#,éfÞ"
  b"\x01’²\x01¥™r„¾Š­#-q¤\x1A"
  b"\x01’²\x01¥™r„¾Š­#.0jä"
  b"\x01’²\x01¥™r„¾Š­#/*\x14\x03"
  b"\x01’²\x01¥™r„¾Š­#/ÆY¬"
  b"\x01’²\x01¥™r„¾Š­#0’ó°"
  b"\x01’²\x01¥™r„¾Š­#0Î\x16T"
  b"\x01’²\x01¥™r„¾Š­#0ç H"
  b"\x01Æ▓\x01ÑÖrä¥è¡#1╠Øá"
  b"\x01’²\x01¥™r„¾Š­#2;>Q"
  b"\x01’²\x01¥™r„¾Š­#39Û{"
  b"\x01’²\x01¥™r„¾Š­#4\x01ÿ÷"
  b"\x01’²\x01¥™r„¾Š­#4FŸ+"
  b"\x01Æ▓\x01ÑÖrä¥è¡#4Ø\x1Dõ"
  b"\x01’²\x01¥™r„¾Š­#5\x1AkN"
  b"\x01’²\x01¥™r„¾Š­#5ç.\x16"
  b"\x01’²\x01¥™r„¾Š­#61\x15µ"
  b"\x01’²\x01¥™r„¾Š­#6œÙ'"
  b"\x01’²\x01¥™r„¾Š­#7yáH"
  b"\x01’²\x01¥™r„¾Š­#8\x15é±"
  b"""
    \x01’²\x01¥™r„¾Š­#8¯\n
    ®
    """
  b"\x01’²\x01¥™r„¾Š­#9\x00\x007"
  b"\x01Æ▓\x01ÑÖrä¥è¡#9ì÷\"
  b"\x01’²\x01¥™r„¾Š­#9éX‹"
  b"\x01’²\x01¥™r„¾Š­#:“‹o"
  b"\x01’²\x01¥™r„¾Š­#;|ÿÂ"
  b"\x01’²\x01¥™r„¾Š­#<\x12"
  b"\x01Æ▓\x01ÑÖrä¥è¡#<\e"
  b"\x01’²\x01¥™r„¾Š­#<Rª·"
  b"\x01’²\x01¥™r„¾Š­#<•\x05q"
  b"\x01’²\x01¥™r„¾Š­#=nÀt"
  b"\x01’²\x01¥™r„¾Š­#=çwU"
  b"\x01’²\x01¥™r„¾Š­#>\x05\x048"
  b"\x01Æ▓\x01ÑÖrä¥è¡#>É─\f"
  b"""
    \x01’²\x01¥™r„¾Š­#?\x11\n
    q
    """
  b"\x01’²\x01¥™r„¾Š­#?ûÔË"
  b"\x01’²\x01¥™r„¾Š­#@ÊÑÂ"
  b"\x01’²\x01¥™r„¾Š­#@Û\tþ"
  b"\x01’²\x01¥™r„¾Š­#A\x0F"
  b"""
    \x01’²\x01¥™r„¾Š­#A\x1F\n
    §
    """
  b"\x01’²\x01¥™r„¾Š­#A—´€"
  b"\x01’²\x01¥™r„¾Š­#Aýû "
  b"\x01’²\x01¥™r„¾Š­#Bh»µ"
  b"\x01’²\x01¥™r„¾Š­#BtÐl"
  b"\x01’²\x01¥™r„¾Š­#BªV@"
  b"\x01’²\x01¥™r„¾Š­#C1æâ"
  b"\x01’²\x01¥™r„¾Š­#C9f®"
  b"\x01’²\x01¥™r„¾Š­#C½ò6"
  b"\x01’²\x01¥™r„¾Š­#D\x1FQ1"
  b"\x01’²\x01¥™r„¾Š­#E\x16"
  b"\x01’²\x01¥™r„¾Š­#E™@í"
  b"\x01’²\x01¥™r„¾Š­#Edží"
  b"\x01’²\x01¥™r„¾Š­#EÌ}–"
  b"\x01’²\x01¥™r„¾Š­#F\v"
  b"\x01’²\x01¥™r„¾Š­#Fq+ˆ"
  b"\x01’²\x01¥™r„¾Š­#G<Ù\x19"
  b"\x01’²\x01¥™r„¾Š­#H"çÙ"
  b"\x01’²\x01¥™r„¾Š­#Hj† "
  b"\x01’²\x01¥™r„¾Š­#H€z°"
  b"\x01Æ▓\x01ÑÖrä¥è¡#I\7É"
  b"\x01’²\x01¥™r„¾Š­#I£ù\x7F"
  b"\x01’²\x01¥™r„¾Š­#IÏ0/"
  b"\x01’²\x01¥™r„¾Š­#J©\x15û"
  b"\x01’²\x01¥™r„¾Š­#JÅ¡d"
  b"\x01’²\x01¥™r„¾Š­#K\x01"
  b"\x01’²\x01¥™r„¾Š­#K\r"
  b"\x01’²\x01¥™r„¾Š­#KŠn;"
  b"\x01’²\x01¥™r„¾Š­#Kä\x1D§"
  b"\x01’²\x01¥™r„¾Š­#KñE×"
  b"\x01’²\x01¥™r„¾Š­#L8³\x17"
  b"\x01’²\x01¥™r„¾Š­#LšXk"
  b"\x01’²\x01¥™r„¾Š­#Lÿ#×"
  b"\x01’²\x01¥™r„¾Š­#M±ö\x03"
  b"\x01Æ▓\x01ÑÖrä¥è¡#NÉ\\"
  b"\x01’²\x01¥™r„¾Š­#Níçí"
  b"\x01’²\x01¥™r„¾Š­#O@Cõ"
  b"\x01’²\x01¥™r„¾Š­#P)e,"
  b"\x01’²\x01¥™r„¾Š­#På}Ã"
  b"\x01Æ▓\x01ÑÖrä¥è¡#Q¢É█"
  b"""
    \x01’²\x01¥™r„¾Š­#Që\n
    Ð
    """
  b"\x01’²\x01¥™r„¾Š­#R2cÙ"
  b"\x01’²\x01¥™r„¾Š­#RMFŸ"
  b"\x01’²\x01¥™r„¾Š­#RVÕÜ"
  b"\x01’²\x01¥™r„¾Š­#R…w="
  b"\x01’²\x01¥™r„¾Š­#Rîi6"
  b"\x01’²\x01¥™r„¾Š­#S˜¤ã"
  b"\x01’²\x01¥™r„¾Š­#T\x06Ð’"
  b"\x01Æ▓\x01ÑÖrä¥è¡#T®Å‗"
  b"\x01’²\x01¥™r„¾Š­#TÎ{Í"
  b"\x01’²\x01¥™r„¾Š­#U\x7F"
  b"\x01’²\x01¥™r„¾Š­#V7úÐ"
  b"\x01’²\x01¥™r„¾Š­#V÷ÿz"
  b"\x01’²\x01¥™r„¾Š­#W¸œ\x07"
  b"\x01’²\x01¥™r„¾Š­#XwÁE"
  b"\x01’²\x01¥™r„¾Š­#X‹\t¡"
  b"\x01’²\x01¥™r„¾Š­#Xªut"
  b"\x01’²\x01¥™r„¾Š­#Y\x0E\x1E:"
  b"\x01’²\x01¥™r„¾Š­#Yc\x17"
  b"\x01’²\x01¥™r„¾Š­#YÙ[d"
  b"\x01’²\x01¥™r„¾Š­#Z'p\x1D"
  b"\x01’²\x01¥™r„¾Š­#Z["è"
  b"\x01’²\x01¥™r„¾Š­#[\x13"
  b"\x01’²\x01¥™r„¾Š­#[ƒ,g"
  b"\x01’²\x01¥™r„¾Š­#[ÔG%"
  b"\x01’²\x01¥™r„¾Š­#\suH"
  b"\x01’²\x01¥™r„¾Š­#\¿nÜ"
  b"\x01’²\x01¥™r„¾Š­#]\x18Л"
  b"\x01’²\x01¥™r„¾Š­#]-ãu"
  b"\x01Æ▓\x01ÑÖrä¥è¡#]ô0Å"
  b"\x01’²\x01¥™r„¾Š­#]Áï:"
  b"\x01’²\x01¥™r„¾Š­#^‹.Ý"
  b"\x01’²\x01¥™r„¾Š­#^ ƒn"
  b"\x01’²\x01¥™r„¾Š­#_2ï\x05"
  b"\x01’²\x01¥™r„¾Š­#_½Lg"
  b"\x01’²\x01¥™r„¾Š­#`2ð""
  b"\x01’²\x01¥™r„¾Š­#`{ðæ"
  b"\x01’²\x01¥™r„¾Š­#a\e\x10Z"
  b"\x01’²\x01¥™r„¾Š­#aU.b"
  b"\x01’²\x01¥™r„¾Š­#b\x17"
  b"\x01’²\x01¥™r„¾Š­#b²7"
  b"\x01’²\x01¥™r„¾Š­#c§ä§"
  b"\x01’²\x01¥™r„¾Š­#cÑ)«"
  b"\x01’²\x01¥™r„¾Š­#d\x15˜,"
  b"\x01’²\x01¥™r„¾Š­#dˆ=°"
  b"\x01’²\x01¥™r„¾Š­#e†Ká"
  b"\x01’²\x01¥™r„¾Š­#eãS\x04"
  b"\x01’²\x01¥™r„¾Š­#f\v¼\x1D"
  b"\x01’²\x01¥™r„¾Š­#f×dÚ"
  b"\x01’²\x01¥™r„¾Š­#fíEÔ"
  b"\x01’²\x01¥™r„¾Š­#gÄõ\x12"
  b"\x01Æ▓\x01ÑÖrä¥è¡#h{ì&"
  b"\x01’²\x01¥™r„¾Š­#hšö—"
  b"\x01’²\x01¥™r„¾Š­#hö×ý"
  b"\x01’²\x01¥™r„¾Š­#iÀ§\e"
  b"\x01’²\x01¥™r„¾Š­#j\x06E|"
  b"\x01’²\x01¥™r„¾Š­#jA‘\f"
  b"\x01’²\x01¥™r„¾Š­#jT[x"
  b"\x01’²\x01¥™r„¾Š­#j£Ç”"
  b"\x01’²\x01¥™r„¾Š­#kC.û"
  b"\x01’²\x01¥™r„¾Š­#l\x0F~c"
  b"\x01’²\x01¥™r„¾Š­#lש'"
  b"\x01’²\x01¥™r„¾Š­#mÌó¡"
  b"\x01’²\x01¥™r„¾Š­#n‰uÛ"
  b"\x01’²\x01¥™r„¾Š­#o\x05™Ï"
  b"\x01Æ▓\x01ÑÖrä¥è¡#oËwÅ"
  b"\x01Æ▓\x01ÑÖrä¥è¡#pÅ©ä"
  b"\x01’²\x01¥™r„¾Š­#qbkì"
  b"""
    \x01’²\x01¥™r„¾Š­#r\n
    œ»
    """
  b"\x01’²\x01¥™r„¾Š­#rÙ:9"
  b"\x01’²\x01¥™r„¾Š­#s"Q="
  b"\x01’²\x01¥™r„¾Š­#sX›Î"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÍ\x17߬"
  b"\x01Æ▓\x01Ñ´q\x1A┐7@┴═lØ\x14"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÎ\x18Îj"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÏ\x15\_"
  b"\x01’²\x01¥ïq\x1A¿7@ÁϹú\x0E"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÏââQ"
  b"\x01’²\x01¥ïq\x1A¿7@Áе\eÀ"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÑœ/ê"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÒEÃI"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÒÒ\x02Â"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÒé0}"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÓè¨\x11"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÔh^^"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÔö7;"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÕâÆz"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÖ\x00\vu"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÖ¤J="
  b"\x01’²\x01¥ïq\x1A¿7@ÁÖÙ‘Ï"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÖâ7Ø"
  b"\x01’²\x01¥ïq\x1A¿7@Á׊³Ý"
  b"\x01Æ▓\x01Ñ´q\x1A┐7@┴Ï\x1CÅä"
  b"\x01’²\x01¥ïq\x1A¿7@ÁØò\x1A\x07"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÙ„¬E"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÚ\x11"
  b"\x01Æ▓\x01Ñ´q\x1A┐7@┴┌Åñ'"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÚ­Dß"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÛ‹+þ"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÜ0Ñ·"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÜàJ\x06"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÝÈEÍ"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÞXµ†"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÞzDÂ"
  b"""
    \x01’²\x01¥ïq\x1A¿7@Áß\n
    
    """
  b"\x01’²\x01¥ïq\x1A¿7@Áß“™Ý"
  b"\x01’²\x01¥ïq\x1A¿7@Áà\¨0"
  b"\x01’²\x01¥ïq\x1A¿7@Áà³È\t"
  b"\x01’²\x01¥ïq\x1A¿7@ÁàÛÍ5"
  b"\x01Æ▓\x01Ñ´q\x1A┐7@┴ßÅ\x08\x15"
  b"\x01’²\x01¥ïq\x1A¿7@Áâ‰S""
  b"\x01’²\x01¥ïq\x1A¿7@Áâ´ Ó"
  b"\x01’²\x01¥ïq\x1A¿7@Áã!‰£"
  b"\x01’²\x01¥ïq\x1A¿7@Áä\x15q\x14"
  b"\x01’²\x01¥ïq\x1A¿7@Áå\x01\x0Eû"
  b"\x01’²\x01¥ïq\x1A¿7@Áå—‘@"
  b"\x01’²\x01¥ïq\x1A¿7@Áå›î\x16"
  b"\x01’²\x01¥ïq\x1A¿7@Áæ6wì"
  b"\x01’²\x01¥ïq\x1A¿7@Áç5t;"
  b"\x01’²\x01¥ïq\x1A¿7@Áçô\x04\x0F"
  b"\x01’²\x01¥ïq\x1A¿7@Áè\x00O\x1E"
  b"\x01’²\x01¥ïq\x1A¿7@Áè\t÷#"
  b"\x01’²\x01¥ïq\x1A¿7@Áè]\x1D~"
  b"\x01’²\x01¥ïq\x1A¿7@Áè›…L"
  b"\x01’²\x01¥ïq\x1A¿7@ÁèÏxþ"
  b"\x01’²\x01¥ïq\x1A¿7@Áé¿Åc"
  b"\x01’²\x01¥ïq\x1A¿7@Áê\x11¼`"
  b"\x01’²\x01¥ïq\x1A¿7@ÁêOµ""
  b"\x01’²\x01¥ïq\x1A¿7@ÁêP\x00\v"
  b"\x01’²\x01¥ïq\x1A¿7@Áê’Ë×"
  b"\x01’²\x01¥ïq\x1A¿7@ÁëU¬ª"
  b"\x01’²\x01¥ïq\x1A¿7@ÁëËuØ"
  b"\x01’²\x01¥ïq\x1A¿7@Áìœ\x1Dš"
  b"\x01’²\x01¥ïq\x1A¿7@Áí”(Ñ"
  b"\x01’²\x01¥ïq\x1A¿7@Áî\x00\nš"
  b"\x01’²\x01¥ïq\x1A¿7@ÁîñDÞ"
  b"\x01’²\x01¥ïq\x1A¿7@ÁïÚ•ß"
  b"\x01’²\x01¥ïq\x1A¿7@Áðe\x19Î"
  b"\x01’²\x01¥ïq\x1A¿7@Áð¯ó."
  b"\x01’²\x01¥ïq\x1A¿7@Áðúñä"
  b"\x01’²\x01¥ïq\x1A¿7@Áñ’Ñv"
  b"\x01’²\x01¥ïq\x1A¿7@Áò%ÚÉ"
  b"\x01’²\x01¥ïq\x1A¿7@Áó\x00©Ö"
  b"\x01’²\x01¥ïq\x1A¿7@Áó\x1Eñx"
  b"\x01’²\x01¥ïq\x1A¿7@Áô\f"
  b"\x01’²\x01¥ïq\x1A¿7@Áô\x0Eê""
  b"\x01’²\x01¥ïq\x1A¿7@Áô2\x19ú"
  b"\x01’²\x01¥ïq\x1A¿7@Áô¿í²"
  b"\x01’²\x01¥ïq\x1A¿7@Áõ!ñ,"
  b"\x01’²\x01¥ïq\x1A¿7@Áõà=Ç"
  b"\x01’²\x01¥ïq\x1A¿7@ÁöÆ·^"
  b"\x01Æ▓\x01Ñ´q\x1A┐7@┴¸ü5Æ"
  b"\x01’²\x01¥ïq\x1A¿7@Áøtý‰"
  b"\x01’²\x01¥ïq\x1A¿7@ÁùJB/"
  b"\x01’²\x01¥ïq\x1A¿7@Áù\ï•"
  b"\x01’²\x01¥ïq\x1A¿7@ÁùìU\x16"
  b"\x01’²\x01¥ïq\x1A¿7@Áú=žc"
  b"\x01’²\x01¥ïq\x1A¿7@ÁúUÀ¾"
  b"\x01’²\x01¥ïq\x1A¿7@Áúµã&"
  b"\x01’²\x01¥ïq\x1A¿7@Áû9\x13E"
  b"\x01’²\x01¥ïq\x1A¿7@Áü\x1EÐæ"
  b"\x01’²\x01¥ïq\x1A¿7@Áü9\x1C¹"
  b"\x01’²\x01¥ïq\x1A¿7@Áü®_e"
  b"\x01’²\x01¥ïq\x1A¿7@Áý¥í’"
  b"\x01’²\x01¥ïq\x1A¿7@Áþ\x12ÛÖ"
  b"\x01’²\x01¥ïq\x1A¿7@Áþ\x17\x14M"
  b"\x01’²\x01¥ïq\x1A¿7@ÁþÂøé"
  b"\x01’²\x01¥ïq\x1A¿7@Áÿ:2X"
  b"\x01’²\x01¥ïq\x1A¿7@Áÿƒ£Ö"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÿÎœ""
  b"\x01’²\x01¥ïq\x1A¿7@Â\x00\x18Ý!"
  b"\x01Æ▓\x01Ñ´q\x1A┐7@┬\x00Å#N"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x00¸¤f"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x01aK["
  b"\x01’²\x01¥ïq\x1A¿7@Â\x02\x1DÍ¢"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x02=kÅ"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x02¹dà"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x02ØÈx"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x03Yæ1"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x04V¤o"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x05\x18\x1AÁ"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x05\x7Fçþ"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x05¾ÄÌ"
  b"""
    \x01’²\x01¥ïq\x1A¿7@Â\x06\n
    \x10)
    """
  b"\x01’²\x01¥ïq\x1A¿7@Â\x06Œ\x03ü"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x07\x18˹"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x07ì˜7"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x08P·Ÿ"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x08’¦å"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x08ù œ"
  b"\x01’²\x01¥ïq\x1A¿7@Â\tuÚÜ"
  b"\x01’²\x01¥ïq\x1A¿7@Â\t“¥y"
  b"\x01’²\x01¥ïq\x1A¿7@Â\tÜ8\x04"
  b"""
    \x01’²\x01¥ïq\x1A¿7@Â\n
    !'\f
    """
  b"""
    \x01’²\x01¥ïq\x1A¿7@Â\n
    Æ&X
    """
  b"\x01’²\x01¥ïq\x1A¿7@Â\v¥\x06~"
  b"\x01’²\x01¥ïq\x1A¿7@Â\v×éA"
  b"\x01’²\x01¥ïq\x1A¿7@Â\f‹¥é"
  b"\x01’²\x01¥ïq\x1A¿7@Â\fêš|"
  b"\x01’²\x01¥ïq\x1A¿7@Â\rÚ…\x15"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x0E\x04r_"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x0Eèp\t"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x0F~Ž›"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x0F–,°"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x10/¾÷"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x10XÔl"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x10¡¦ì"
  b"\x01’²\x01¥ðp\x14²<¹À\x0FyýY"
  b"\x01’²\x01¥ðp\x14²<¹À\x0FîQÃ"
  b"\x01’²\x01¥ðp\x14²<¹À\x10\x07}„"
  b"\x01’²\x01¥ðp\x14²<¹À\x10œs¾"
  b"\x01’²\x01¥ðp\x14²<¹À\x11#–·"
  b"\x01’²\x01¥ðp\x14²<¹À\x11Ïûg"
  b"\x01’²\x01¥ðp\x14²<¹À\x12ª\x12\x0E"
  b"""
    \x01’²\x01¥ðp\x14²<¹À\x13j\n
    }
    """
  b"\x01Æ▓\x01Ñ­p\x14▓<╣└\x14`§Å"
  b"\x01’²\x01¥ðp\x14²<¹À\x14s\x1DÔ"
  b"\x01’²\x01¥ðp\x14²<¹À\x15\fó´"
  b"\x01’²\x01¥ðp\x14²<¹À\x15¡½„"
  b"\x01’²\x01¥ðp\x14²<¹À\x15ð\v¯"
  b"\x01’²\x01¥ðp\x14²<¹À\x16uØÞ"
  b"\x01’²\x01¥ðp\x14²<¹À\x17\x08þ "
  b"\x01’²\x01¥ðp\x14²<¹À\x173"\v"
  b"\x01’²\x01¥ðp\x14²<¹À\x17È™æ"
  b"\x01’²\x01¥ðp\x14²<¹À\x18\x0F\eN"
  b"\x01’²\x01¥ðp\x14²<¹À\x18>~s"
  b"\x01’²\x01¥ðp\x14²<¹À\x18ûºÏ"
  b"\x01’²\x01¥ðp\x14²<¹À\x19áè'"
  b"\x01’²\x01¥ðp\x14²<¹À\x1Ac`­"
  b"\x01’²\x01¥ðp\x14²<¹À\x1AÌS@"
  b"\x01’²\x01¦Jrã® ˜gU„Ôz"
  b"\x01’²\x01¦Jrã® ˜gUß&d"
  b"\x01’²\x01¦Jrã® ˜gVl¬Í"
  b"\x01’²\x01¦Jrã® ˜gW\t•ž"
  b"\x01’²\x01¦Jrã® ˜gWaëð"
  b"\x01’²\x01¦Jrã® ˜gW­\x02û"
  b"\x01’²\x01¦Jrã® ˜gX“—\x06"
  b"\x01’²\x01¦Jrã® ˜gY=É\x08"
  b"\x01’²\x01¦Jrã® ˜gZ)µ2"
  b"\x01’²\x01¦Jrã® ˜g[\r”]"
  b"\x01’²\x01¦Jrã® ˜g[§ly"
  b"\x01’²\x01¦Jrã® ˜g[Çgª"
  b"\x01’²\x01¦Jrã® ˜g\8¬Å"
  b"\x01’²\x01¦Jrã® ˜g\›¦("
  b"\x01’²\x01¦Jrã® ˜g]&§="
  b"\x01’²\x01¦Jrã® ˜g^#Ÿƒ"
  b"\x01’²\x01¦Jrã® ˜g^hCç"
  b"\x01’²\x01¦Jrã® ˜g^š»D"
  b"\x01’²\x01¦Jrã® ˜g^¿ø¡"
  b"\x01’²\x01¦Jrã® ˜g_\x15€Ê"
  b"\x01’²\x01¦Jrã® ˜g_v Q"
  b"\x01’²\x01¦Jrã® ˜g`<YÁ"
  b"""
    \x01’²\x01¦Jrã® ˜ga\n
    ÷\x01
    """
  b"\x01’²\x01¦Jrã® ˜ga\x13\x0EÎ"
  b"\x01’²\x01¦Jrã® ˜ga8\x11m"
  b"\x01’²\x01¦Jrã® ˜ga?\x1C>"
  b"\x01’²\x01¦Jrã® ˜gaxU6"
  b"\x01’²\x01¦Jrã® ˜gb\x14©Ë"
  b"\x01Æ▓\x01ªJrÒ« ÿgbÚ¿ì"
  b"\x01’²\x01¦Jrã® ˜gcG\x12\x07"
  b"\x01’²\x01¦Jrã® ˜gcI\x06ê"
  b"\x01’²\x01¦Jrã® ˜gd\x19éµ"
  b"\x01’²\x01¦Jrã® ˜gdÝ^\x1A"
  b"\x01’²\x01¦Jrã® ˜geÈcõ"
  b"\x01’²\x01¦Jrã® ˜gfN Û"
  b"\x01’²\x01¦Jrã® ˜gf”€ä"
  b"\x01’²\x01¦Jrã® ˜ggq`j"
  b"\x01’²\x01¦Jrã® ˜ghLóq"
  b"\x01’²\x01¦Jrã® ˜gh¸®Û"
  b"\x01Æ▓\x01ªJrÒ« ÿgiÉ\x7F"
  b"\x01’²\x01¦Jrã® ˜gj9\x01"
  b"\x01’²\x01¦Jrã® ˜gjbºM"
  b"\x01’²\x01¦Jrã® ˜gjÍ‹å"
  b"\x01’²\x01¦Jrã® ˜gk\vo\x1E"
  b"\x01’²\x01¦Jrã® ˜gk¼•{"
  b"\x01’²\x01¦Jrã® ˜glL*|"
  b"\x01’²\x01¦Jrã® ˜gm\v¸¢"
  b"\x01’²\x01¦Jrã® ˜gn\x04½\x1E"
  b"\x01’²\x01¦Jrã® ˜gn—É­"
  b"\x01’²\x01¦Jrã® ˜gnÿþ§"
  b"\x01’²\x01¦Jrã® ˜gošç,"
  b"\x01Æ▓\x01ªJrÒ« ÿgp ìË"
  b"\x01’²\x01¦Jrã® ˜gpvDA"
  b"\x01’²\x01¦Jrã® ˜gp¨š="
  b"\x01’²\x01¦Jrã® ˜gpʳê"
  b"\x01’²\x01¦Jrã® ˜gqJP‹"
  b"\x01Æ▓\x01ªJrÒ« ÿgqØ:;"
  b"\x01’²\x01¦Jrã® ˜gqþCØ"
  b"\x01Æ▓\x01ªJrÒ« ÿgrì§\t"
  b"\x01’²\x01¦Jrã® ˜grù2°"
  b"\x01Æ▓\x01ªJrÒ« ÿgsì┌]"
  b"\x01’²\x01¦Jrã® ˜gt\x11¿‡"
  b"\x01’²\x01¦Jrã® ˜gtúiæ"
  b"\x01’²\x01¦Jrã® ˜gul­a"
  b"\x01’²\x01¦Jrã® ˜gv;\x01È"
  b"\x01’²\x01¦Jrã® ˜gvDLµ"
  b"\x01Æ▓\x01ªJrÒ« ÿgvëØ1"
  b"\x01’²\x01¦Jrã® ˜gvê£\x08"
  b"\x01’²\x01¦Jrã® ˜gwœc8"
  b"\x01’²\x01¦Jrã® ˜gxoBI"
  b"\x01Æ▓\x01ªJrÒ« ÿgxÓøü"
  b"\x01’²\x01¦Jrã® ˜gy~µ-"
  b"\x01’²\x01¦Jrã® ˜gyèõÅ"
  b"\x01’²\x01¦Jrã® ˜gzŒu\x06"
  b"\x01’²\x01¦Jrã® ˜g{L5 "
  b"\x01’²\x01¦Jrã® ˜g{²\x05N"
  b"\x01’²\x01¦Jrã® ˜g|\x07Ûþ"
  b"\x01’²\x01¦Jrã® ˜g|\x19Éa"
  b"\x01’²\x01¦Jrã® ˜g|¦\tõ"
  b"\x01’²\x01¦Jrã® ˜g}-\x18h"
  b"\x01’²\x01¦Jrã® ˜g}¤M„"
  b"\x01’²\x01¦Jrã® ˜g~™´O"
  b"\x01’²\x01¦Jrã® ˜g~›ô"
  b"\x01’²\x01¦Jrã® ˜g\x7F\x08"
  b"\x01’²\x01¦Jrã® ˜g\x7F]È-"
  b"\x01’²\x01¦Jrã® ˜g€+*\x0F"
  b"\x01’²\x01¦Jrã® ˜g€d\x14\v"
  b"\x01’²\x01¦Jrã® ˜g€ð$h"
  b"\x01Æ▓\x01ªJrÒ« ÿgüÁ╗8"
  b"\x01Æ▓\x01ªJrÒ« ÿgüõH\n"
  b"\x01’²\x01¦Jrã® ˜g‚\fZu"
  b"\x01’²\x01¦Jrã® ˜g‚EäM"
  b"\x01’²\x01¦Jrã® ˜g‚æ¬\e"
  b"\x01’²\x01¦Jrã® ˜gƒÂ\x1Dj"
  b"\x01’²\x01¦Jrã® ˜g„\x11ð{"
  b"\x01’²\x01¦Jrã® ˜g„Ó Á"
  b"\x01’²\x01¦Jrã® ˜g…NHW"
  b"\x01’²\x01¦Jrã® ˜g†(8Ð"
  b"\x01’²\x01¦Jrã® ˜g†ýt\r"
  b"\x01’²\x01¦Jrã® ˜g‡‡º\x10"
  b"\x01’²\x01¦Jrã® ˜g‡ã6è"
  b"\x01’²\x01¦Jrã® ˜gˆ+°\x15"
  b"\x01’²\x01¦Jrã® ˜gˆ¢ÒÉ"
  b"\x01’²\x01¦Jrã® ˜g‰h×å"
  b"\x01’²\x01¦Jrã® ˜gŠZ!6"
  b"\x01’²\x01¦Jrã® ˜gŠ¥°•"
  b"\x01’²\x01¦Jrã® ˜gŠµ–$"
  b"\x01’²\x01¦Jrã® ˜g‹™Ð‹"
  b"\x01’²\x01¦Jrã® ˜gŒ^;V"
  b"\x01Æ▓\x01ªJrÒ« ÿgì\x16\x0F\x03"
  b"\x01Æ▓\x01ªJrÒ« ÿgìÂ\x0ES"
  b"\x01’²\x01¦Jrã® ˜gŽ/ão"
  b"\x01’²\x01¦Jrã® ˜gŽ‘@2"
  b"\x01’²\x01¦Jrã® ˜gŽšÂÔ"
  b"\x01Æ▓\x01ªJrÒ« ÿgÅN,\x18"
  b"\x01Æ▓\x01ªJrÒ« ÿgÅa\x1D\x14"
  b"\x01Æ▓\x01ªJrÒ« ÿgÉ\x17‗ò"
  b"\x01’²\x01¦Jrã® ˜g‘\x0E\x1Eö"
  b"\x01’²\x01¦Jrã® ˜g‘1ð-"
  b"\x01’²\x01¦Jrã® ˜g‘ynÉ"
  b"\x01’²\x01¦Jrã® ˜g‘ð†Ã"
  b"\x01’²\x01¦Jrã® ˜g’/×2"
  b"\x01’²\x01¦Jrã® ˜g’©‘C"
  b"""
    \x01’²\x01¦Jrã® ˜g“v\n
    î
    """
  b"\x01’²\x01¦Jrã® ˜g“Ö²c"
  b"\x01’²\x01¦Jrã® ˜g“ì\x02Õ"
  b"\x01’²\x01¦Jrã® ˜g”M/›"
  b"\x01’²\x01¦Jrã® ˜g•JÓ3"
  b"\x01’²\x01¦Jrã® ˜g•UÖÜ"
  b"\x01’²\x01¦Jrã® ˜g•f®—"
  b"\x01’²\x01¦Jrã® ˜g–\x12Àº"
  b"\x01’²\x01¦Jrã® ˜g–ŒœÒ"
  b"""
    \x01’²\x01¦Jrã® ˜g—\n
    Z\x1A
    """
  b"\x01’²\x01¦Jrã® ˜g—|šI"
  b"\x01’²\x01¦Jrã® ˜g—°þÌ"
  b"\x01’²\x01¦Jrã® ˜g˜kÒ<"
  b"\x01’²\x01¦Jrã® ˜g˜¯“M"
  b"\x01’²\x01¦Jrã® ˜g˜õDÝ"
  b"\x01’²\x01¦Jrã® ˜g™oÁÙ"
  b"\x01’²\x01¦Jrã® ˜g™ÃüÉ"
  b"\x01’²\x01¦Jrã® ˜gš‘$Ô"
  b"\x01’²\x01¦Jrã® ˜gšíúE"
  b"\x01’²\x01¦Jrã® ˜g›#•ï"
  b"\x01Æ▓\x01ªJrÒ« ÿgøüº¶"
  b"\x01’²\x01¦Jrã® ˜gœbÉø"
  b"\x01Æ▓\x01ªJrÒ« ÿgØ_Bç"
  b"\x01Æ▓\x01ªJrÒ« ÿgد¸Ù"
  b"\x01’²\x01¦Jrã® ˜gž\vG["
  b"\x01’²\x01¦Jrã® ˜gž²{e"
  b"\x01’²\x01¦Jrã® ˜gž¸•m"
  b"\x01’²\x01¦Jrã® ˜gŸm\fŠ"
  b"\x01’²\x01¦Jrã® ˜gŸv'\x0F"
  b"\x01’²\x01¦Jrã® ˜gŸáz\x06"
  b"\x01’²\x01¦Jrã® ˜g M½Ã"
  b"\x01’²\x01¦Jrã® ˜g ²õ\x16"
  b"\x01’²\x01¦Jrã® ˜g ëÏ›"
  b"\x01’²\x01¦Jrã® ˜g¡ŸÛ@"
  b"\x01’²\x01¦Jrã® ˜g¢|W,"
  b"\x01’²\x01¦­sošw«.eÞ\x12T"
  b"\x01’²\x01¦­sošw«.hO\x13'"
  b"\x01’²\x01¦­sošw«.i8‚ª"
  b"\x01’²\x01¦­sošw«.i¡š\x1A"
  b"\x01’²\x01¦­sošw«.k\f"
  b"\x01’²\x01¦­sošw«.ká/„"
  b"\x01’²\x01¦­sošw«.n\x1F\x1FÉ"
  b"\x01’²\x01¦­sošw«.nuzú"
  b"\x01’²\x01¦­sošw«.nóÕÂ"
  b"\x01’²\x01¦­sošw«.o¯\t­"
  b"\x01’²\x01¦­sošw«.oðãK"
  b"\x01’²\x01¦­sošw«.r86i"
  b"\x01’²\x01¦­sošw«.s8Lj"
  b"\x01’²\x01¦­sošw«.s¦¦Ó"
  b"\x01’²\x01¦­sošw«.sÇ\rŠ"
  b"\x01’²\x01¦­sošw«.t"Š\x19"
  b"\x01’²\x01¦­sošw«.tu™\x14"
  b"\x01’²\x01¦­sošw«.u=•—"
  b"\x01’²\x01¦­sošw«.uØù}"
  b"\x01’²\x01¦­sošw«.w\x02"
  b"\x01’²\x01¦­sošw«.wmJE"
  b"\x01Æ▓\x01ª¡soÜw½.wäìV"
  b"\x01’²\x01¦­sošw«.{Y,û"
  b"\x01Æ▓\x01ª¡soÜw½.{¹ì\x02"
  b"\x01’²\x01¦­sošw«.|;S^"
  b"\x01’²\x01¦­sošw«.|¤áë"
]
66 3.19 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Æ▓\x01º\x07qÅØß\x0F³ª\x13\x11"
  b"\x01’²\x01§.sĹN\x1A÷§\x1Dµê"
  b"\x01’²\x01§\p\x1C˜‚=ÅFž†\x17"
  b"\x01Æ▓\x01º\x07qÅØß\x0F³¿ëàC"
  b"\x01Æ▓\x01º\x07qÅØß\x0F³®ÍPö"
  b"\x01’²\x01§.sĹN\x1A÷§ø–e"
  b"\x01’²\x01§\p\x1C˜‚=ÅN+£ "
  b"\x01’²\x01§\p\x1C˜‚=ÅRra’"
  b"\x01Æ▓\x01º\p\x1Cÿé=┼E³Éƒ"
  b"\x01’²\x01¥ïq\x1A¿7@ÁþÂøé"
  b"\x01’²\x01¦Jrã® ˜gƒÂ\x1Dj"
  b"\x01’²\x01§\x1Fp±žh\l’OR3"
  b"\x01Æ▓\x01ªJrÒ« ÿgrì§\t"
  b"\x01’²\x01¦Jrã® ˜gŒ^;V"
  b"\x01’²\x01§\x1Fp±žh\lœ‹\x1F´"
  b"\x01’²\x01¥ïq\x1A¿7@Áã!‰£"
  b"\x01’²\x01¦­sošw«.¥®ãî"
  b"\x01Æ▓\x01ºDq æ\x1AÓÜì%@¬"
  b"\x01’²\x01§\p\x1C˜‚=ÅJÏÃm"
  b"\x01’²\x01§vq¢³„œ±wî’‚"
  b"\x01’²\x01§vq¢³„œ±wê\x07("
  b"\x01Æ▓\x01ºDq æ\x1AÓÜÉ?ùu"
  b"\x01’²\x01§Dq ‘\x1Aàš‘ß\x19\x1E"
  b"\x01’²\x01¦­sošw«.²\x7F"
  b"\x01’²\x01¦­sošw«.¤\x18°S"
  b"\x01’²\x01§\p\x1C˜‚=ÅE3¾’"
  b"\x01’²\x01§\p\x1C˜‚=ÅM\+¾"
  b"\x01’²\x01§\p\x1C˜‚=ÅP„w°"
  b"\x01Æ▓\x01ºDq æ\x1AÓÜŪ¹}"
  b"\x01’²\x01§Dq ‘\x1Aàš™dEŠ"
  b"\x01’²\x01§Dq ‘\x1Aàš˜i3·"
  b"\x01’²\x01§\p\x1C˜‚=ÅIGƒ¦"
  b"\x01’²\x01¥™r„¾Š­#E™@í"
  b"\x01’²\x01¦Jrã® ˜gj9\x01"
  b"\x01’²\x01§5sOªŠ¬“ðÃx}"
  b"""
    \x01’²\x01¦Jrã® ˜ga\n
    ÷\x01
    """
  b"\x01’²\x01§5sOªŠ¬“ìi¶*"
  b"\x01’²\x01¥™r„¾Š­#H€z°"
  b"\x01’²\x01¥™r„¾Š­#e†Ká"
  b"\x01’²\x01¥ïq\x1A¿7@Áé¿Åc"
  b"\x01’²\x01§Epyƒû5gx‘oö"
  b"\x01’²\x01§\p\x1C˜‚=ÅDˆÒ "
  b"\x01’²\x01§Dq ‘\x1Aàš—@qŒ"
  b"\x01’²\x01§Dq ‘\x1AàšŽädÐ"
  b"\x01’²\x01§\p\x1C˜‚=ÅHzzˆ"
  b"\x01’²\x01§\p\x1C˜‚=ÅQ‹nœ"
  b"\x01’²\x01¥™r„¾Š­#mÌó¡"
  b"\x01’²\x01¥™r„¾Š­#V÷ÿz"
  b"\x01’²\x01¥ïq\x1A¿7@ÁêP\x00\v"
  b"\x01’²\x01¥ðp\x14²<¹À\x15¡½„"
  b"\x01’²\x01¦Jrã® ˜gž²{e"
  b"\x01Æ▓\x01º\x07qÅØß\x0F³Ñ╦VÊ"
  b"\x01Æ▓\x01º\x07qÅØß\x0F³ó·¸à"
  b"\x01’²\x01¦Jrã® ˜gf”€ä"
  b"\x01’²\x01¦Jrã® ˜g†(8Ð"
  b"\x01’²\x01¦Jrã® ˜gUß&d"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÜàJ\x06"
  b"\x01’²\x01¥ïq\x1A¿7@Áç5t;"
  b"\x01’²\x01¥ðp\x14²<¹À\x11Ïûg"
  b"\x01’²\x01§\x1Fp±žh\l–g\x182"
  b"\x01’²\x01§\x1Fp±žh\l•*Þœ"
  b"\x01’²\x01§vq¢³„œ±n\x0FâÃ"
  b"\x01’²\x01§vq¢³„œ±z´,¸"
  b"\x01’²\x01¥™r„¾Š­#Níçí"
  b"\x01Æ▓\x01º\x07qÅØß\x0F³ªb¹²"
  b"\x01’²\x01§5sOªŠ¬“ôÐ-v"
  b"\x01Æ▓\x01º\x07qÅØß\x0F³¿WwË"
  b"\x01’²\x01¥™r„¾Š­#fíEÔ"
  b"\x01’²\x01¥™r„¾Š­#7yáH"
  b"\x01’²\x01¥™r„¾Š­#C9f®"
  b"\x01’²\x01§5sOªŠ¬“ìû9«"
  b"\x01’²\x01§5sOªŠ¬“ëî±À"
  b"\x01’²\x01§\p\x1C˜‚=ÅQË“F"
  b"\x01’²\x01§\p\x1C˜‚=ÅQ\eË<"
  b"\x01’²\x01§\p\x1C˜‚=ÅP\x06÷\x1C"
  b"\x01’²\x01¦Jrã® ˜g ëÏ›"
  b"\x01’²\x01§5sOªŠ¬“óûYu"
  b"\x01’²\x01§5sOªŠ¬“õ¨¿W"
  b"\x01’²\x01§5sOªŠ¬“ô?Gõ"
  b"\x01Æ▓\x01º\x07qÅØß\x0F³ª«\x104"
  b"\x01Æ▓\x01º\x07qÅØß\x0F³ó:¾ƒ"
  b"\x01Æ▓\x01º\x07qÅØß\x0F³®;▓F"
  b"\x01’²\x01¦Jrã® ˜g‚\fZu"
  b"\x01’²\x01¦Jrã® ˜gVl¬Í"
  b"\x01’²\x01¦­sošw«.†Ýn‡"
  b"\x01’²\x01¦­sošw«.i8‚ª"
  b"\x01’²\x01§.sĹN\x1A÷¨òU_"
  b"\x01’²\x01§5sOªŠ¬“ì\x05‘%"
  b"\x01’²\x01§5sOªŠ¬“íb_ "
  b"\x01’²\x01§5sOªŠ¬“ëK$½"
  b"\x01’²\x01§.sĹN\x1A÷§JÑ^"
  b"\x01’²\x01§.sĹN\x1A÷©"hõ"
  b"\x01’²\x01¥™r„¾Š­#D\x1FQ1"
  b"\x01’²\x01¥™r„¾Š­#E\x16"
  b"\x01’²\x01¥™r„¾Š­#T\x06Ð’"
  b"\x01’²\x01¥™r„¾Š­#b²7"
  b"\x01’²\x01¥ïq\x1A¿7@Áñ’Ñv"
  b"\x01’²\x01¥ïq\x1A¿7@Â\rÚ…\x15"
  b"\x01’²\x01¥ðp\x14²<¹À\x15\fó´"
  b"\x01’²\x01¦Jrã® ˜gW­\x02û"
  b"\x01’²\x01¥™r„¾Š­#L8³\x17"
  b"\x01’²\x01¥™r„¾Š­#YÙ[d"
  b"\x01’²\x01¥ïq\x1A¿7@Áæ6wì"
  b"\x01’²\x01¥ðp\x14²<¹À\x17È™æ"
  b"\x01’²\x01¥ðp\x14²<¹À\x18>~s"
  b"\x01’²\x01¦Jrã® ˜gŠZ!6"
  b"\x01’²\x01¦Jrã® ˜g”M/›"
  b"\x01’²\x01¥™r„¾Š­#/*\x14\x03"
  b"\x01’²\x01¥™r„¾Š­#RVÕÜ"
  b"\x01’²\x01¥™r„¾Š­#o\x05™Ï"
  b"""
    \x01’²\x01¥ïq\x1A¿7@Áß\n
    
    """
  b"\x01’²\x01¥ïq\x1A¿7@Áðúñä"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x08’¦å"
  b"\x01Æ▓\x01ªJrÒ« ÿgp ìË"
  b"\x01’²\x01¦Jrã® ˜gpvDA"
  b"\x01’²\x01¦Jrã® ˜gŠµ–$"
  b"\x01’²\x01¥™r„¾Š­#<•\x05q"
  b"\x01Æ▓\x01ÑÖrä¥è¡#>É─\f"
  b"\x01’²\x01¥™r„¾Š­#cÑ)«"
  b"\x01’²\x01¥ïq\x1A¿7@Áü\x1EÐæ"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x02ØÈx"
  b"""
    \x01’²\x01¥ðp\x14²<¹À\x13j\n
    }
    """
  b"\x01’²\x01¦Jrã® ˜g‡ã6è"
  b"\x01’²\x01¥™r„¾Š­#O@Cõ"
  b"\x01’²\x01¥™r„¾Š­#[\x13"
  b"\x01’²\x01¥ïq\x1A¿7@ÁàÛÍ5"
  b"\x01’²\x01¥ïq\x1A¿7@Áðe\x19Î"
  b"\x01’²\x01¥™r„¾Š­#_2ï\x05"
  b"\x01’²\x01¥™r„¾Š­#b\x17"
  b"\x01’²\x01¥™r„¾Š­#s"Q="
  b"\x01’²\x01¥ïq\x1A¿7@ÁÏ\x15\_"
  b"\x01’²\x01¥ïq\x1A¿7@Áè]\x1D~"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x00¸¤f"
  b"\x01’²\x01¦Jrã® ˜gjÍ‹å"
  b"\x01’²\x01¦Jrã® ˜gn—É­"
  b"\x01Æ▓\x01ªJrÒ« ÿgøüº¶"
  b"\x01’²\x01¥™r„¾Š­#Z["è"
  b"\x01’²\x01¥™r„¾Š­#]-ãu"
  b"\x01’²\x01¥ïq\x1A¿7@Áÿ:2X"
  b"\x01’²\x01¦Jrã® ˜g^¿ø¡"
  b"\x01’²\x01¦Jrã® ˜g•UÖÜ"
  b"""
    \x01’²\x01¥™r„¾Š­#?\x11\n
    q
    """
  b"\x01’²\x01¥™r„¾Š­#f\v¼\x1D"
  b"\x01Æ▓\x01Ñ´q\x1A┐7@┴┌Åñ'"
  b"\x01’²\x01¥ïq\x1A¿7@ÁëU¬ª"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x05\x7Fçþ"
  b"\x01’²\x01¦Jrã® ˜gn\x04½\x1E"
  b"\x01’²\x01¦Jrã® ˜g~›ô"
  b"\x01’²\x01¥™r„¾Š­#Lÿ#×"
  b"\x01’²\x01¥™r„¾Š­#sX›Î"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÒEÃI"
  b"\x01’²\x01¥™r„¾Š­#4\x01ÿ÷"
  b"\x01’²\x01¥ïq\x1A¿7@Áå›î\x16"
  b"\x01’²\x01¥ïq\x1A¿7@Áù\ï•"
  b"\x01’²\x01¦Jrã® ˜gŸv'\x0F"
  b"\x01’²\x01¥™r„¾Š­#R2cÙ"
  b"\x01’²\x01¥™r„¾Š­#a\e\x10Z"
  b"\x01’²\x01¥™r„¾Š­#jA‘\f"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÙ„¬E"
  b"\x01’²\x01¥ïq\x1A¿7@Áè\x00O\x1E"
  b"\x01’²\x01¥ïq\x1A¿7@Â\v×éA"
  b"\x01’²\x01¥™r„¾Š­#9éX‹"
  b"\x01Æ▓\x01ÑÖrä¥è¡#h{ì&"
  b"\x01’²\x01¥™r„¾Š­#>\x05\x048"
  b"\x01’²\x01¥™r„¾Š­#V7úÐ"
  b"\x01’²\x01¥™r„¾Š­#eãS\x04"
  b"\x01’²\x01¥ïq\x1A¿7@Áçô\x04\x0F"
  b"\x01’²\x01¥ïq\x1A¿7@Áý¥í’"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x02¹dà"
  b"\x01’²\x01¦Jrã® ˜g„Ó Á"
  b"\x01’²\x01¦Jrã® ˜g‘ð†Ã"
  b"\x01’²\x01¦Jrã® ˜g•JÓ3"
  b"\x01’²\x01¦­sošw«.•’oš"
  b"\x01’²\x01¥™r„¾Š­#`2ð""
  b"\x01’²\x01¥ïq\x1A¿7@ÁÿÎœ""
  b"\x01’²\x01¥ïq\x1A¿7@Â\x10XÔl"
  b"\x01’²\x01¦Jrã® ˜gdÝ^\x1A"
  b"\x01’²\x01¦Jrã® ˜g‘\x0E\x1Eö"
  b"\x01Æ▓\x01ÑÖrä¥è¡#1╠Øá"
  b"\x01’²\x01¥ïq\x1A¿7@Á׊³Ý"
  b"\x01’²\x01¥ïq\x1A¿7@Áü9\x1C¹"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x0F~Ž›"
  b"\x01Æ▓\x01ªJrÒ« ÿgÅa\x1D\x14"
  b"\x01’²\x01¦Jrã® ˜gž¸•m"
  b"\x01’²\x01¦­sošw«.w\x02"
  b"\x01’²\x01¥™r„¾Š­#Edží"
  b"\x01’²\x01¥ïq\x1A¿7@Áí”(Ñ"
  b"\x01’²\x01¥ðp\x14²<¹À\x10œs¾"
  b"\x01’²\x01¥™r„¾Š­#W¸œ\x07"
  b"\x01’²\x01¥™r„¾Š­#[ÔG%"
  b"\x01’²\x01¥™r„¾Š­#_½Lg"
  b"\x01’²\x01¥ïq\x1A¿7@Áô2\x19ú"
  b"\x01’²\x01¥ïq\x1A¿7@Áþ\x17\x14M"
  b"\x01’²\x01¦Jrã® ˜ghLóq"
  b"\x01’²\x01¦Jrã® ˜g|\x07Ûþ"
  b"\x01’²\x01¦Jrã® ˜gˆ¢ÒÉ"
  b"\x01’²\x01¦­sošw«.eÞ\x12T"
  b"\x01’²\x01¥™r„¾Š­#J©\x15û"
  b"\x01Æ▓\x01ÑÖrä¥è¡#NÉ\\"
  b"\x01’²\x01¥™r„¾Š­#hö×ý"
  b"\x01’²\x01¥ïq\x1A¿7@Áå—‘@"
  b"\x01’²\x01¥ïq\x1A¿7@Áê\x11¼`"
  b"\x01’²\x01¥ïq\x1A¿7@Áøtý‰"
  b"\x01Æ▓\x01ªJrÒ« ÿgbÚ¿ì"
  b"\x01’²\x01¦Jrã® ˜geÈcõ"
  b"\x01’²\x01¦Jrã® ˜gošç,"
  b"\x01’²\x01¦­sošw«.t"Š\x19"
  b"\x01’²\x01¥™r„¾Š­#I£ù\x7F"
  b"\x01’²\x01¥™r„¾Š­#[ƒ,g"
  b"\x01’²\x01¥™r„¾Š­#\suH"
  b"\x01’²\x01¥ïq\x1A¿7@Áå\x01\x0Eû"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x04V¤o"
  b"\x01’²\x01¦Jrã® ˜g M½Ã"
  b"\x01’²\x01¥™r„¾Š­#?ûÔË"
  b"\x01’²\x01¥™r„¾Š­#gÄõ\x12"
  b"\x01’²\x01¥ïq\x1A¿7@Áò%ÚÉ"
  b"\x01’²\x01¥™r„¾Š­#n‰uÛ"
  b"\x01’²\x01¥ïq\x1A¿7@ÁïÚ•ß"
  b"\x01’²\x01¥™r„¾Š­#<\x12"
  b"\x01Æ▓\x01ÑÖrä¥è¡#I\7É"
  b"\x01’²\x01¥™r„¾Š­#,8!&"
  b"\x01’²\x01¥™r„¾Š­#]Áï:"
  b"\x01’²\x01¥ïq\x1A¿7@Áâ‰S""
  b"\x01’²\x01¥ïq\x1A¿7@Áþ\x12ÛÖ"
  b"\x01’²\x01¦Jrã® ˜g^#Ÿƒ"
  b"\x01’²\x01¦Jrã® ˜g{L5 "
  b"\x01’²\x01¦­sošw«.¶¹æR"
  b"\x01Æ▓\x01ÑÖrä¥è¡#4Ø\x1Dõ"
  b"\x01’²\x01¥ïq\x1A¿7@Áõ!ñ,"
  b"\x01’²\x01¥ïq\x1A¿7@Â\v¥\x06~"
  b"\x01’²\x01¦Jrã® ˜gtúiæ"
  b"\x01’²\x01¦Jrã® ˜gy~µ-"
  b"\x01’²\x01¦­sošw«.›Pwé"
  b"\x01’²\x01¥™r„¾Š­#Rîi6"
  b"\x01’²\x01¥™r„¾Š­#TÎ{Í"
  b"\x01’²\x01¥™r„¾Š­#U\x7F"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x05¾ÄÌ"
  b"""
    \x01’²\x01¥ïq\x1A¿7@Â\x06\n
    \x10)
    """
  b"\x01’²\x01¦Jrã® ˜g[Çgª"
  b"\x01’²\x01¦Jrã® ˜gŽ‘@2"
  b"""
    \x01’²\x01¦Jrã® ˜g—\n
    Z\x1A
    """
  b"\x01’²\x01¦­sošw«.¯Ð\x13ß"
  b"\x01’²\x01¥™r„¾Š­#=nÀt"
  b"\x01Æ▓\x01ÑÖrä¥è¡#T®Å‗"
  b"\x01’²\x01¥™r„¾Š­#\¿nÜ"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÒÒ\x02Â"
  b"\x01’²\x01¥ïq\x1A¿7@Áú=žc"
  b"\x01’²\x01¦Jrã® ˜grù2°"
  b"\x01’²\x01¥™r„¾Š­#C½ò6"
  b"\x01’²\x01¥™r„¾Š­#G<Ù\x19"
  b"\x01’²\x01¥™r„¾Š­#KñE×"
  b"\x01’²\x01¥ïq\x1A¿7@ÁöÆ·^"
  b"\x01’²\x01¦Jrã® ˜gfN Û"
  b"\x01’²\x01¦Jrã® ˜g‚æ¬\e"
  b"\x01’²\x01¥™r„¾Š­#=çwU"
  b"\x01’²\x01¥ïq\x1A¿7@Áð¯ó."
  b"\x01’²\x01¥ïq\x1A¿7@Áû9\x13E"
  b"\x01Æ▓\x01ÑÖrä¥è¡#<\e"
  b"\x01’²\x01¥™r„¾Š­#c§ä§"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÝÈEÍ"
  b"\x01’²\x01¥ðp\x14²<¹À\x17\x08þ "
  b"\x01’²\x01¥™r„¾Š­#Aýû "
  b"\x01’²\x01¥™r„¾Š­#XwÁE"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÞzDÂ"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x06Œ\x03ü"
  b"\x01’²\x01¥™r„¾Š­#På}Ã"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x10¡¦ì"
  b"\x01’²\x01¦Jrã® ˜gxoBI"
  b"\x01’²\x01¦Jrã® ˜g|\x19Éa"
  b"\x01’²\x01¦Jrã® ˜g¢|W,"
  b"\x01Æ▓\x01ª¡soÜw½.ì¿╗}"
  b"\x01’²\x01¥™r„¾Š­#5ç.\x16"
  b"\x01’²\x01¥ïq\x1A¿7@ÁùìU\x16"
  b"\x01Æ▓\x01Ñ´q\x1A┐7@┬\x00Å#N"
  b"""
    \x01’²\x01¥ïq\x1A¿7@Â\n
    Æ&X
    """
  b"\x01’²\x01¦Jrã® ˜gzŒu\x06"
  b"\x01’²\x01¥™r„¾Š­#A\x0F"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÓè¨\x11"
  b"\x01’²\x01¥ðp\x14²<¹À\x14s\x1DÔ"
  b"\x01’²\x01¦Jrã® ˜g[§ly"
  b"\x01’²\x01¦Jrã® ˜g˜õDÝ"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÕâÆz"
  b"\x01’²\x01¦Jrã® ˜gU„Ôz"
  b"\x01’²\x01¥™r„¾Š­#^‹.Ý"
  b"\x01’²\x01¥ðp\x14²<¹À\x15ð\v¯"
  b"\x01’²\x01¥™r„¾Š­#RMFŸ"
  b"\x01Æ▓\x01Ñ´q\x1A┐7@┴═lØ\x14"
  b"\x01’²\x01¥™r„¾Š­#*»GÚ"
  b"\x01’²\x01¥™r„¾Š­#+w\x1EI"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x0Eèp\t"
  b"\x01’²\x01¦Jrã® ˜ga8\x11m"
  b"\x01’²\x01¦­sošw«.„ÞN\x11"
  b"\x01’²\x01¥™r„¾Š­#IÏ0/"
  b"\x01’²\x01¥™r„¾Š­#f×dÚ"
  b"\x01’²\x01¥ïq\x1A¿7@Áî\x00\nš"
  b"\x01’²\x01¥™r„¾Š­#/ÆY¬"
  b"\x01’²\x01¥™r„¾Š­#R…w="
  b"\x01Æ▓\x01ÑÖrä¥è¡#pÅ©ä"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÜ0Ñ·"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x0E\x04r_"
  b"\x01’²\x01¥™r„¾Š­#Y\x0E\x1E:"
  b"\x01Æ▓\x01ÑÖrä¥è¡#]ô0Å"
  b"\x01’²\x01¥ïq\x1A¿7@Áÿƒ£Ö"
  b"\x01’²\x01¦Jrã® ˜gŸm\fŠ"
  b"\x01’²\x01¥™r„¾Š­#Kä\x1D§"
  b"\x01’²\x01¥™r„¾Š­#^ ƒn"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÍ\x17߬"
  b"\x01Æ▓\x01ªJrÒ« ÿgìÂ\x0ES"
  b"\x01’²\x01¦Jrã® ˜g’/×2"
  b"\x01Æ▓\x01ÑÖrä¥è¡#9ì÷\"
  b"\x01’²\x01¥ïq\x1A¿7@Â\tÜ8\x04"
  b"\x01’²\x01¦Jrã® ˜g\›¦("
  b"\x01Æ▓\x01ªJrÒ« ÿgsì┌]"
  b"\x01’²\x01¦­sošw«.ƒHõ\x1E"
  b"\x01’²\x01¥™r„¾Š­#aU.b"
  b"\x01’²\x01¥™r„¾Š­#0Î\x16T"
  b"\x01’²\x01¥ïq\x1A¿7@Â\tuÚÜ"
  b"\x01’²\x01¥™r„¾Š­#K\x01"
  b"\x01’²\x01¥™r„¾Š­#qbkì"
  b"\x01’²\x01¥ïq\x1A¿7@ÁîñDÞ"
  b"\x01’²\x01¥™r„¾Š­#BtÐl"
  b"\x01’²\x01¥ïq\x1A¿7@ÁØò\x1A\x07"
  b"\x01’²\x01¥™r„¾Š­#:“‹o"
  b"\x01’²\x01¥™r„¾Š­#K\r"
  b"\x01’²\x01¥™r„¾Š­#rÙ:9"
  b"\x01’²\x01¥ðp\x14²<¹À\x1Ac`­"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x08ù œ"
  b"\x01’²\x01¦Jrã® ˜gŽ/ão"
  b"\x01’²\x01¥™r„¾Š­#0ç H"
  b"\x01’²\x01¥™r„¾Š­#kC.û"
  b"\x01’²\x01¥ïq\x1A¿7@Áà³È\t"
  b"\x01’²\x01¥™r„¾Š­#S˜¤ã"
  b"\x01’²\x01¥™r„¾Š­#hšö—"
  b"\x01’²\x01¥ðp\x14²<¹À\x19áè'"
  b"\x01’²\x01¥™r„¾Š­#lש'"
  b"\x01Æ▓\x01ªJrÒ« ÿgiÉ\x7F"
  b"\x01’²\x01¥™r„¾Š­#EÌ}–"
  b"\x01’²\x01¥™r„¾Š­#Z'p\x1D"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x08P·Ÿ"
  b"\x01’²\x01¥™r„¾Š­#LšXk"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÎ\x18Îj"
  b"\x01’²\x01¦Jrã® ˜g|¦\tõ"
  b"\x01’²\x01¦Jrã® ˜g‹™Ð‹"
  b"""
    \x01’²\x01¥™r„¾Š­#A\x1F\n
    §
    """
  b"\x01Æ▓\x01ÑÖrä¥è¡#oËwÅ"
  b"\x01’²\x01¦Jrã® ˜g\x7F]È-"
  b"\x01’²\x01¦Jrã® ˜g˜kÒ<"
  b"\x01’²\x01¥™r„¾Š­#JÅ¡d"
  b"\x01’²\x01¦Jrã® ˜g\8¬Å"
  b"\x01’²\x01¥ïq\x1A¿7@ÁëËuØ"
  b"\x01’²\x01¥ïq\x1A¿7@Â\t“¥y"
  b"\x01’²\x01¦Jrã® ˜g€d\x14\v"
  b"\x01’²\x01¦Jrã® ˜g¡ŸÛ@"
  b"\x01’²\x01¥ïq\x1A¿7@Áô\f"
  b"\x01’²\x01¥ïq\x1A¿7@Áó\x00©Ö"
  b"\x01’²\x01¥ðp\x14²<¹À\x18ûºÏ"
  b"""
    \x01’²\x01¦Jrã® ˜g“v\n
    î
    """
  b"\x01’²\x01¦Jrã® ˜g˜¯“M"
  b"\x01’²\x01¥™r„¾Š­#,Ö{)"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x02\x1DÍ¢"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x0F–,°"
  b"\x01’²\x01¦Jrã® ˜gX“—\x06"
  b"\x01’²\x01¦Jrã® ˜gcG\x12\x07"
  b"\x01’²\x01¦Jrã® ˜gp¨š="
  b"\x01’²\x01¦­sošw«.ˆ“Ž\f"
  b"\x01’²\x01¦Jrã® ˜g_\x15€Ê"
  b"\x01’²\x01¥™r„¾Š­#C1æâ"
  b"\x01’²\x01¥™r„¾Š­#Hj† "
  b"""
    \x01’²\x01¥ïq\x1A¿7@Â\n
    !'\f
    """
  b"\x01’²\x01¥™r„¾Š­#Xªut"
  b"\x01Æ▓\x01Ñ´q\x1A┐7@┴¸ü5Æ"
  b"\x01’²\x01¥™r„¾Š­#X‹\t¡"
  b"\x01’²\x01¥ïq\x1A¿7@Áà\¨0"
  b"\x01’²\x01¥ïq\x1A¿7@ÁúUÀ¾"
  b"\x01’²\x01¥™r„¾Š­#Bh»µ"
  b"\x01’²\x01¦Jrã® ˜g›#•ï"
  b"\x01’²\x01¥™r„¾Š­#Yc\x17"
  b"\x01’²\x01¥™r„¾Š­#4FŸ+"
  b"\x01’²\x01¥ïq\x1A¿7@Áó\x1Eñx"
  b"\x01’²\x01¥ïq\x1A¿7@Áê’Ë×"
  b"\x01’²\x01¦Jrã® ˜g—|šI"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÖÙ‘Ï"
  b"\x01’²\x01¥ïq\x1A¿7@Áô¿í²"
  b"\x01’²\x01¦Jrã® ˜g\x7F\x08"
  b"\x01’²\x01¦Jrã® ˜gŽšÂÔ"
  b"\x01’²\x01¥™r„¾Š­#*ÿ“ "
  b"\x01’²\x01¥™r„¾Š­#H"çÙ"
  b"\x01’²\x01¥™r„¾Š­#@ÊÑÂ"
  b"\x01’²\x01¥™r„¾Š­#j\x06E|"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÔh^^"
  b"\x01’²\x01¥ïq\x1A¿7@Áâ´ Ó"
  b"\x01’²\x01¦Jrã® ˜gt\x11¿‡"
  b"\x01’²\x01¦Jrã® ˜g{²\x05N"
  b"\x01’²\x01¦Jrã® ˜gœbÉø"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x03Yæ1"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÖ\x00\vu"
  b"\x01’²\x01¥ðp\x14²<¹À\x173"\v"
  b"\x01Æ▓\x01ªJrÒ« ÿgqØ:;"
  b"""
    \x01’²\x01¥™r„¾Š­#r\n
    œ»
    """
  b"\x01’²\x01¥ïq\x1A¿7@ÁÏââQ"
  b"""
    \x01’²\x01¥™r„¾Š­#Që\n
    Ð
    """
  b"\x01’²\x01¥ïq\x1A¿7@ÁÞXµ†"
  b"\x01’²\x01¥™r„¾Š­#0’ó°"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÚ\x11"
  b"\x01’²\x01¥ðp\x14²<¹À\x18\x0F\eN"
  b"\x01’²\x01¦Jrã® ˜g^š»D"
  b"\x01’²\x01¥™r„¾Š­#.0jä"
  b"\x01’²\x01¥™r„¾Š­#6œÙ'"
  b"\x01’²\x01¥™r„¾Š­#@Û\tþ"
  b"\x01’²\x01¥ïq\x1A¿7@ÁèÏxþ"
  b"\x01’²\x01¦Jrã® ˜gk¼•{"
  b"\x01’²\x01¥™r„¾Š­#2;>Q"
  b"\x01’²\x01¥™r„¾Š­#61\x15µ"
  b"\x01’²\x01¥ðp\x14²<¹À\x16uØÞ"
  b"\x01’²\x01¦Jrã® ˜g“Ö²c"
  b"\x01Æ▓\x01ª¡soÜw½.Ø$DÅ"
  b"\x01’²\x01¥™r„¾Š­#,`¯y"
  b"\x01’²\x01¥ðp\x14²<¹À\x0FîQÃ"
  b"\x01’²\x01¦Jrã® ˜g™oÁÙ"
  b"\x01’²\x01¦­sošw«.§-nR"
  b"\x01Æ▓\x01Ñ´q\x1A┐7@┴ßÅ\x08\x15"
  b"\x01’²\x01¦Jrã® ˜g}¤M„"
  b"\x01’²\x01¦Jrã® ˜g‚EäM"
  b"\x01’²\x01¦Jrã® ˜g—°þÌ"
  b"\x01Æ▓\x01ª¡soÜw½.ï³\x02Ø"
  b"\x01’²\x01¥ïq\x1A¿7@Áõà=Ç"
  b"\x01’²\x01¥™r„¾Š­#<Rª·"
  b"\x01’²\x01¥ïq\x1A¿7@Áúµã&"
  b"""
    \x01’²\x01¥™r„¾Š­#8¯\n
    ®
    """
  b"\x01’²\x01¦Jrã® ˜g ²õ\x16"
  b"\x01’²\x01¥™r„¾Š­#M±ö\x03"
  b"\x01’²\x01¥™r„¾Š­#l\x0F~c"
  b"\x01’²\x01¥ïq\x1A¿7@Â\f‹¥é"
  b"\x01’²\x01¦Jrã® ˜gqþCØ"
  b"\x01’²\x01¥™r„¾Š­#5\x1AkN"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÒé0}"
  b"\x01’²\x01¥™r„¾Š­#,éfÞ"
  b"\x01’²\x01¥™r„¾Š­#Fq+ˆ"
  b"\x01’²\x01¥™r„¾Š­#39Û{"
  b"\x01Æ▓\x01Ñ´q\x1A┐7@┴Ï\x1CÅä"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÖâ7Ø"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x07ì˜7"
  b"\x01’²\x01¦Jrã® ˜glL*|"
  b"\x01Æ▓\x01ªJrÒ« ÿgxÓøü"
  b"\x01’²\x01¦Jrã® ˜gd\x19éµ"
  b"\x01’²\x01¥™r„¾Š­#BªV@"
  b"\x01’²\x01¥™r„¾Š­#jT[x"
  b"\x01’²\x01¦Jrã® ˜g^hCç"
  b"\x01’²\x01¦Jrã® ˜g‘1ð-"
  b"\x01’²\x01¦Jrã® ˜gŸáz\x06"
  b"\x01’²\x01¦­sošw«.s8Lj"
  b"\x01Æ▓\x01ªJrÒ« ÿgÅN,\x18"
  b"\x01’²\x01¦­sošw«.¥).ç"
  b"\x01’²\x01¦Jrã® ˜gŠ¥°•"
  b"\x01’²\x01¦­sošw«.¡Ú ["
  b"\x01’²\x01¥™r„¾Š­#KŠn;"
  b"\x01’²\x01¥ïq\x1A¿7@Áä\x15q\x14"
  b"\x01’²\x01¦Jrã® ˜gš‘$Ô"
  b"\x01’²\x01¥™r„¾Š­#dˆ=°"
  b"\x01’²\x01¥ïq\x1A¿7@ÁêOµ""
  b"\x01’²\x01¥ïq\x1A¿7@Â\fêš|"
  b"\x01’²\x01¦Jrã® ˜gwœc8"
  b"\x01Æ▓\x01Ñ­p\x14▓<╣└\x14`§Å"
  b"\x01’²\x01¥ïq\x1A¿7@Áе\eÀ"
  b"\x01’²\x01¦Jrã® ˜gnÿþ§"
  b"\x01’²\x01¦Jrã® ˜g–ŒœÒ"
  b"\x01Æ▓\x01ªJrÒ« ÿgüõH\n"
  b"\x01’²\x01¦Jrã® ˜gž\vG["
  b"\x01’²\x01¥ïq\x1A¿7@Áìœ\x1Dš"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x02=kÅ"
  b"\x01’²\x01¦Jrã® ˜g_v Q"
  b"\x01’²\x01¦­sošw«.‡—kG"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÔö7;"
  b"\x01’²\x01¥™r„¾Š­#P)e,"
  b"\x01’²\x01¥ïq\x1A¿7@ÁϹú\x0E"
  b"\x01’²\x01¥™r„¾Š­#A—´€"
  b"\x01’²\x01¦Jrã® ˜gWaëð"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÚ­Dß"
  b"\x01’²\x01¦Jrã® ˜g‡‡º\x10"
  b"\x01’²\x01¥ðp\x14²<¹À\x11#–·"
  b"\x01’²\x01¦Jrã® ˜gpʳê"
  b"\x01’²\x01¦Jrã® ˜ggq`j"
  b"\x01’²\x01¦­sošw«.®zK\r"
  b"\x01’²\x01¥ïq\x1A¿7@Áô\x0Eê""
  b"\x01’²\x01¦Jrã® ˜g†ýt\r"
  b"\x01’²\x01¥ðp\x14²<¹À\x10\x07}„"
  b"\x01’²\x01¦Jrã® ˜gvê£\x08"
  b"\x01Æ▓\x01ªJrÒ« ÿgüÁ╗8"
  b"\x01’²\x01¦­sošw«.—S\x06\f"
  b"\x01’²\x01¥ðp\x14²<¹À\x0FyýY"
  b"\x01’²\x01¥™r„¾Š­#+¶–ˆ"
  b"\x01’²\x01¥ðp\x14²<¹À\x12ª\x12\x0E"
  b"\x01’²\x01¥™r„¾Š­#d\x15˜,"
  b"\x01’²\x01¥™r„¾Š­#iÀ§\e"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x05\x18\x1AÁ"
  b"\x01’²\x01¦­sošw«.¬LqÄ"
  b"\x01Æ▓\x01ÑÖrä¥è¡#Q¢É█"
  b"\x01’²\x01¦Jrã® ˜gv;\x01È"
  b"\x01’²\x01¦Jrã® ˜ga?\x1C>"
  b"\x01’²\x01¦Jrã® ˜g“ì\x02Õ"
  b"\x01’²\x01¥ïq\x1A¿7@Áè\t÷#"
  b"\x01Æ▓\x01ªJrÒ« ÿgÉ\x17‗ò"
  b"\x01’²\x01¦­sošw«.n\x1F\x1FÉ"
  b"\x01’²\x01¥ïq\x1A¿7@Áü®_e"
  b"\x01’²\x01¦Jrã® ˜gul­a"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x10/¾÷"
  b"\x01’²\x01¦Jrã® ˜gvDLµ"
  b"\x01Æ▓\x01ªJrÒ« ÿgد¸Ù"
  b"\x01’²\x01¥™r„¾Š­#F\v"
  b"\x01’²\x01¦Jrã® ˜gY=É\x08"
  b"\x01’²\x01¥™r„¾Š­#8\x15é±"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÖ¤J="
  b"\x01’²\x01¦­sošw«.´tô\x05"
  b"\x01’²\x01¦­sošw«.š×7\x1C"
  b"\x01Æ▓\x01ªJrÒ« ÿgì\x16\x0F\x03"
  b"\x01’²\x01¦Jrã® ˜gcI\x06ê"
  b"\x01’²\x01¦Jrã® ˜g…NHW"
  b"\x01’²\x01¥ïq\x1A¿7@Áß“™Ý"
  b"\x01’²\x01¦Jrã® ˜g€ð$h"
  b"\x01Æ▓\x01ª¡soÜw½.Ø1Æ\x00"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x00\x18Ý!"
  b"\x01’²\x01¦Jrã® ˜g„\x11ð{"
  b"\x01’²\x01¥ïq\x1A¿7@Áè›…L"
  b"\x01’²\x01¥™r„¾Š­#]\x18Л"
  b"\x01’²\x01¦Jrã® ˜g’©‘C"
  b"\x01’²\x01¥™r„¾Š­#-q¤\x1A"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÑœ/ê"
  b"\x01’²\x01¦Jrã® ˜g}-\x18h"
  b"\x01’²\x01¥™r„¾Š­#;|ÿÂ"
  b"\x01’²\x01¦Jrã® ˜gjbºM"
  b"\x01’²\x01¦Jrã® ˜g€+*\x0F"
  b"\x01’²\x01¦Jrã® ˜gk\vo\x1E"
  b"\x01’²\x01¦­sošw«.i¡š\x1A"
  b"\x01’²\x01¥™r„¾Š­#`{ðæ"
  b"\x01’²\x01¥™r„¾Š­#j£Ç”"
  b"\x01’²\x01¦Jrã® ˜gaxU6"
  b"\x01’²\x01¦Jrã® ˜g™ÃüÉ"
  b"\x01’²\x01¦Jrã® ˜gˆ+°\x15"
  b"\x01’²\x01¦­sošw«.¯™´¿"
  b"\x01’²\x01¦­sošw«.¡Î\x12N"
  b"\x01’²\x01¥ðp\x14²<¹À\x1AÌS@"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÛ‹+þ"
  b"\x01’²\x01¦Jrã® ˜gb\x14©Ë"
  b"\x01’²\x01¦­sošw«.nóÕÂ"
  b"\x01’²\x01¦Jrã® ˜gyèõÅ"
  b"\x01’²\x01¦Jrã® ˜g`<YÁ"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x01aK["
  b"\x01Æ▓\x01ª¡soÜw½.ÄÌ®Å"
  b"\x01’²\x01¦Jrã® ˜g~™´O"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x07\x18˹"
  b"\x01’²\x01¥™r„¾Š­#9\x00\x007"
  b"\x01’²\x01¦­sošw«.wmJE"
  b"\x01’²\x01¦­sošw«.s¦¦Ó"
  b"\x01’²\x01¦­sošw«.¦A\x05ª"
  b"\x01’²\x01¦Jrã® ˜gZ)µ2"
  b"\x01’²\x01¦Jrã® ˜g–\x12Àº"
  b"\x01’²\x01¦Jrã® ˜gšíúE"
  b"\x01’²\x01¦­sošw«.~tè\x16"
  b"\x01’²\x01¦Jrã® ˜gm\v¸¢"
  b"\x01’²\x01¦Jrã® ˜g]&§="
  b"\x01’²\x01¦Jrã® ˜ga\x13\x0EÎ"
  b"\x01’²\x01¦­sošw«.”ë„!"
  b"\x01’²\x01¥ïq\x1A¿7@ÁùJB/"
  b"\x01’²\x01¦Jrã® ˜g•f®—"
  b"\x01Æ▓\x01ª¡soÜw½.Å║×\f"
  b"\x01’²\x01¦­sošw«.¤Ò÷t"
  b"\x01Æ▓\x01ªJrÒ« ÿgvëØ1"
  b"\x01’²\x01¦Jrã® ˜g‘ynÉ"
  b"\x01’²\x01¦­sošw«.oðãK"
  b"\x01Æ▓\x01ª¡soÜw½.ü╩\x19Ë"
  b"\x01’²\x01¦­sošw«.·]¢\x1C"
  b"\x01’²\x01¦­sošw«.|;S^"
  b"\x01’²\x01¦Jrã® ˜g[\r”]"
  b"\x01’²\x01¦Jrã® ˜g‰h×å"
  b"\x01’²\x01¦­sošw«.¶¿ij"
  b"\x01’²\x01¦­sošw«.§Š”Ù"
  b"\x01’²\x01¦­sošw«.k\f"
  b"\x01’²\x01¦­sošw«.°©e™"
  b"\x01’²\x01¦Jrã® ˜gW\t•ž"
  b"\x01’²\x01¦Jrã® ˜gqJP‹"
  b"\x01’²\x01¦­sošw«.sÇ\rŠ"
  b"\x01’²\x01¦­sošw«.¨”\x14Þ"
  b"\x01’²\x01¦­sošw«.³|(7"
  b"\x01’²\x01¦­sošw«.™f“§"
  b"\x01’²\x01¦­sošw«.šXÅ%"
  b"\x01’²\x01¦Jrã® ˜gh¸®Û"
  b"\x01Æ▓\x01ªJrÒ« ÿgØ_Bç"
  b"\x01’²\x01¦­sošw«.©e}&"
  b"\x01’²\x01¦­sošw«.’`ÃŒ"
  b"\x01’²\x01¦­sošw«.u=•—"
  b"\x01’²\x01¦­sošw«.}Ë\vä"
  b"\x01Æ▓\x01ª¡soÜw½.î\tü·"
  b"\x01’²\x01¦­sošw«.šÌ Ú"
  b"\x01’²\x01¦­sošw«.­ÒÔ‰"
  b"\x01’²\x01¦­sošw«.ŽŸf\x08"
  b"\x01’²\x01¦­sošw«.hO\x13'"
  b"\x01Æ▓\x01ª¡soÜw½.Â?ØO"
  b"\x01’²\x01¦­sošw«.|¤áë"
  b"\x01’²\x01¦­sošw«.uØù}"
  b"\x01’²\x01¦­sošw«.r86i"
  b"\x01Æ▓\x01ª¡soÜw½.ÂÍÅ?"
  b"\x01’²\x01¦­sošw«.ká/„"
  b"\x01’²\x01¦­sošw«.tu™\x14"
  b"\x01’²\x01¦­sošw«.¥Ak\x1D"
  b"\x01Æ▓\x01ª¡soÜw½.Ø╠C|"
  b"\x01’²\x01¦­sošw«.œ5æÜ"
  b"\x01’²\x01¦­sošw«.o¯\t­"
  b"\x01’²\x01¦­sošw«.­\x1E\x0F`"
  b"\x01Æ▓\x01ª¡soÜw½.×Éü▄"
  b"\x01’²\x01¦­sošw«.““UŸ"
  b"\x01Æ▓\x01ª¡soÜw½.É█\x18"
  b"\x01’²\x01¦­sošw«.£Û$n"
  b"\x01Æ▓\x01ª¡soÜw½.wäìV"
  b"\x01’²\x01¦­sošw«.‹:\x02Ù"
  b"\x01’²\x01¦­sošw«.{Y,û"
  b"\x01Æ▓\x01ª¡soÜw½.üp\x1D\x05"
  b"\x01’²\x01¦­sošw«.˜\x03åÅ"
  b"\x01’²\x01¦­sošw«.nuzú"
  b"\x01’²\x01¦­sošw«.Ÿ‰Ÿ\"
  b"\x01Æ▓\x01ª¡soÜw½.{¹ì\x02"
  b"\x01’²\x01¦­sošw«.†:’E"
  b"\x01’²\x01¦­sošw«.‘¬f¸"
  b"\x01’²\x01¦­sošw«.‚J\fæ"
  b"\x01’²\x01¦­sošw«.Œ¾ia"
  b"\x01’²\x01¦­sošw«.„\x07RU"
  b"\x01Æ▓\x01ª¡soÜw½.á\x16"
  b"\x01’²\x01¦­sošw«.±b³Ð"
  b"\x01’²\x01¦­sošw«.–où\x06"
]
67 2.39 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’²\x01¦­sošw«.}Ë\vä"
  b"\x01’²\x01¦­sošw«.~tè\x16"
  b"\x01Æ▓\x01ª¡soÜw½.üp\x1D\x05"
  b"\x01Æ▓\x01ª¡soÜw½.ü╩\x19Ë"
  b"\x01’²\x01¦­sošw«.‚J\fæ"
  b"\x01’²\x01¦­sošw«.ƒHõ\x1E"
  b"\x01’²\x01¦­sošw«.„\x07RU"
  b"\x01’²\x01¦­sošw«.„ÞN\x11"
  b"\x01’²\x01¦­sošw«.†:’E"
  b"\x01’²\x01¦­sošw«.†Ýn‡"
  b"\x01’²\x01¦­sošw«.‡—kG"
  b"\x01’²\x01¦­sošw«.ˆ“Ž\f"
  b"\x01’²\x01¦­sošw«.‹:\x02Ù"
  b"\x01Æ▓\x01ª¡soÜw½.ï³\x02Ø"
  b"\x01Æ▓\x01ª¡soÜw½.î\tü·"
  b"\x01’²\x01¦­sošw«.Œ¾ia"
  b"\x01Æ▓\x01ª¡soÜw½.ì¿╗}"
  b"\x01’²\x01¦­sošw«.ŽŸf\x08"
  b"\x01Æ▓\x01ª¡soÜw½.ÄÌ®Å"
  b"\x01Æ▓\x01ª¡soÜw½.Å║×\f"
  b"\x01Æ▓\x01ª¡soÜw½.É█\x18"
  b"\x01’²\x01¦­sošw«.‘¬f¸"
  b"\x01’²\x01¦­sošw«.’`ÃŒ"
  b"\x01’²\x01¦­sošw«.““UŸ"
  b"\x01’²\x01¦­sošw«.”ë„!"
  b"\x01’²\x01¦­sošw«.•’oš"
  b"\x01’²\x01¦­sošw«.–où\x06"
  b"\x01’²\x01¦­sošw«.—S\x06\f"
  b"\x01’²\x01¦­sošw«.˜\x03åÅ"
  b"\x01’²\x01¦­sošw«.™f“§"
  b"\x01’²\x01¦­sošw«.šXÅ%"
  b"\x01’²\x01¦­sošw«.šÌ Ú"
  b"\x01’²\x01¦­sošw«.š×7\x1C"
  b"\x01’²\x01¦­sošw«.›Pwé"
  b"\x01’²\x01¦­sošw«.œ5æÜ"
  b"\x01Æ▓\x01ª¡soÜw½.Ø$DÅ"
  b"\x01Æ▓\x01ª¡soÜw½.Ø1Æ\x00"
  b"\x01Æ▓\x01ª¡soÜw½.Ø╠C|"
  b"\x01Æ▓\x01ª¡soÜw½.×Éü▄"
  b"\x01’²\x01¦­sošw«.Ÿ‰Ÿ\"
  b"\x01Æ▓\x01ª¡soÜw½.á\x16"
  b"\x01’²\x01¦­sošw«.¡Î\x12N"
  b"\x01’²\x01¦­sošw«.¡Ú ["
  b"\x01’²\x01¦­sošw«.£Û$n"
  b"\x01’²\x01¦­sošw«.¤\x18°S"
  b"\x01’²\x01¦­sošw«.¤Ò÷t"
  b"\x01’²\x01¦­sošw«.¥).ç"
  b"\x01’²\x01¦­sošw«.¥Ak\x1D"
  b"\x01’²\x01¦­sošw«.¥®ãî"
  b"\x01’²\x01¦­sošw«.¦A\x05ª"
  b"\x01’²\x01¦­sošw«.§-nR"
  b"\x01’²\x01¦­sošw«.§Š”Ù"
  b"\x01’²\x01¦­sošw«.¨”\x14Þ"
  b"\x01’²\x01¦­sošw«.©e}&"
  b"\x01’²\x01¦­sošw«.¬LqÄ"
  b"\x01’²\x01¦­sošw«.­\x1E\x0F`"
  b"\x01’²\x01¦­sošw«.­ÒÔ‰"
  b"\x01’²\x01¦­sošw«.®zK\r"
  b"\x01’²\x01¦­sošw«.¯™´¿"
  b"\x01’²\x01¦­sošw«.¯Ð\x13ß"
  b"\x01’²\x01¦­sošw«.°©e™"
  b"\x01’²\x01¦­sošw«.±b³Ð"
  b"\x01’²\x01¦­sošw«.²\x7F"
  b"\x01’²\x01¦­sošw«.³|(7"
  b"\x01’²\x01¦­sošw«.´tô\x05"
  b"\x01Æ▓\x01ª¡soÜw½.Â?ØO"
  b"\x01’²\x01¦­sošw«.¶¹æR"
  b"\x01’²\x01¦­sošw«.¶¿ij"
  b"\x01Æ▓\x01ª¡soÜw½.ÂÍÅ?"
  b"\x01’²\x01¦­sošw«.·]¢\x1C"
  b"\x01Æ▓\x01º\x07qÅØß\x0F³ó:¾ƒ"
  b"\x01Æ▓\x01º\x07qÅØß\x0F³ó·¸à"
  b"\x01Æ▓\x01º\x07qÅØß\x0F³Ñ╦VÊ"
  b"\x01Æ▓\x01º\x07qÅØß\x0F³ª\x13\x11"
  b"\x01Æ▓\x01º\x07qÅØß\x0F³ªb¹²"
  b"\x01Æ▓\x01º\x07qÅØß\x0F³ª«\x104"
  b"\x01Æ▓\x01º\x07qÅØß\x0F³¿WwË"
  b"\x01Æ▓\x01º\x07qÅØß\x0F³¿ëàC"
  b"\x01Æ▓\x01º\x07qÅØß\x0F³®;▓F"
  b"\x01Æ▓\x01º\x07qÅØß\x0F³®ÍPö"
  b"\x01’²\x01§\x1Fp±žh\l’OR3"
  b"\x01’²\x01§\x1Fp±žh\l•*Þœ"
  b"\x01’²\x01§\x1Fp±žh\l–g\x182"
  b"\x01’²\x01§\x1Fp±žh\lœ‹\x1F´"
  b"\x01’²\x01§.sĹN\x1A÷§\x1Dµê"
  b"\x01’²\x01§.sĹN\x1A÷§JÑ^"
  b"\x01’²\x01§.sĹN\x1A÷§ø–e"
  b"\x01’²\x01§.sĹN\x1A÷¨òU_"
  b"\x01’²\x01§.sĹN\x1A÷©"hõ"
  b"\x01’²\x01§5sOªŠ¬“ëK$½"
  b"\x01’²\x01§5sOªŠ¬“ëî±À"
  b"\x01’²\x01§5sOªŠ¬“ì\x05‘%"
  b"\x01’²\x01§5sOªŠ¬“ìi¶*"
  b"\x01’²\x01§5sOªŠ¬“ìû9«"
  b"\x01’²\x01§5sOªŠ¬“íb_ "
  b"\x01’²\x01§5sOªŠ¬“ðÃx}"
  b"\x01’²\x01§5sOªŠ¬“óûYu"
  b"\x01’²\x01§5sOªŠ¬“ô?Gõ"
  b"\x01’²\x01§5sOªŠ¬“ôÐ-v"
  b"\x01’²\x01§5sOªŠ¬“õ¨¿W"
  b"\x01Æ▓\x01ºDq æ\x1AÓÜì%@¬"
  b"\x01’²\x01§Dq ‘\x1AàšŽädÐ"
  b"\x01Æ▓\x01ºDq æ\x1AÓÜŪ¹}"
  b"\x01Æ▓\x01ºDq æ\x1AÓÜÉ?ùu"
  b"\x01’²\x01§Dq ‘\x1Aàš‘ß\x19\x1E"
  b"\x01’²\x01§Dq ‘\x1Aàš—@qŒ"
  b"\x01’²\x01§Dq ‘\x1Aàš˜i3·"
  b"\x01’²\x01§Dq ‘\x1Aàš™dEŠ"
  b"\x01’²\x01§Epyƒû5gx‘oö"
  b"\x01’²\x01§\p\x1C˜‚=ÅDˆÒ "
  b"\x01’²\x01§\p\x1C˜‚=ÅE3¾’"
  b"\x01Æ▓\x01º\p\x1Cÿé=┼E³Éƒ"
  b"\x01’²\x01§\p\x1C˜‚=ÅFž†\x17"
  b"\x01’²\x01§\p\x1C˜‚=ÅHzzˆ"
  b"\x01’²\x01§\p\x1C˜‚=ÅIGƒ¦"
  b"\x01’²\x01§\p\x1C˜‚=ÅJÏÃm"
  b"\x01’²\x01§\p\x1C˜‚=ÅM\+¾"
  b"\x01’²\x01§\p\x1C˜‚=ÅN+£ "
  b"\x01’²\x01§\p\x1C˜‚=ÅP\x06÷\x1C"
  b"\x01’²\x01§\p\x1C˜‚=ÅP„w°"
  b"\x01’²\x01§\p\x1C˜‚=ÅQ\eË<"
  b"\x01’²\x01§\p\x1C˜‚=ÅQ‹nœ"
  b"\x01’²\x01§\p\x1C˜‚=ÅQË“F"
  b"\x01’²\x01§\p\x1C˜‚=ÅRra’"
  b"\x01’²\x01§vq¢³„œ±n\x0FâÃ"
  b"\x01’²\x01§vq¢³„œ±wê\x07("
  b"\x01’²\x01§vq¢³„œ±wî’‚"
  b"\x01’²\x01§vq¢³„œ±z´,¸"
]
68 2.65 ms
# product-listing::property-filter::search-ids
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` WHERE ((`property_group_option.group`.`filterable` = ?)) AND (`property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) ORDER BY `property_group_option`.`id` ASC LIMIT 500 OFFSET 1000
Parameters:
[
  true
  b"\x01Æ▓\x01º\x07qÅØß\x0F³ª\x13\x11"
  b"\x01’²\x01§.sĹN\x1A÷§\x1Dµê"
  b"\x01’²\x01§\p\x1C˜‚=ÅFž†\x17"
  b"\x01Æ▓\x01º\x07qÅØß\x0F³¿ëàC"
  b"\x01Æ▓\x01º\x07qÅØß\x0F³®ÍPö"
  b"\x01’²\x01§.sĹN\x1A÷§ø–e"
  b"\x01’²\x01§\p\x1C˜‚=ÅN+£ "
  b"\x01’²\x01§\p\x1C˜‚=ÅRra’"
  b"\x01Æ▓\x01º\p\x1Cÿé=┼E³Éƒ"
  b"\x01’²\x01¥ïq\x1A¿7@ÁþÂøé"
  b"\x01’²\x01¦Jrã® ˜gƒÂ\x1Dj"
  b"\x01’²\x01§\x1Fp±žh\l’OR3"
  b"\x01Æ▓\x01ªJrÒ« ÿgrì§\t"
  b"\x01’²\x01¦Jrã® ˜gŒ^;V"
  b"\x01’²\x01§\x1Fp±žh\lœ‹\x1F´"
  b"\x01’²\x01¥ïq\x1A¿7@Áã!‰£"
  b"\x01’²\x01¦­sošw«.¥®ãî"
  b"\x01Æ▓\x01ºDq æ\x1AÓÜì%@¬"
  b"\x01’²\x01§\p\x1C˜‚=ÅJÏÃm"
  b"\x01’²\x01§vq¢³„œ±wî’‚"
  b"\x01’²\x01§vq¢³„œ±wê\x07("
  b"\x01Æ▓\x01ºDq æ\x1AÓÜÉ?ùu"
  b"\x01’²\x01§Dq ‘\x1Aàš‘ß\x19\x1E"
  b"\x01’²\x01¦­sošw«.²\x7F"
  b"\x01’²\x01¦­sošw«.¤\x18°S"
  b"\x01’²\x01§\p\x1C˜‚=ÅE3¾’"
  b"\x01’²\x01§\p\x1C˜‚=ÅM\+¾"
  b"\x01’²\x01§\p\x1C˜‚=ÅP„w°"
  b"\x01Æ▓\x01ºDq æ\x1AÓÜŪ¹}"
  b"\x01’²\x01§Dq ‘\x1Aàš™dEŠ"
  b"\x01’²\x01§Dq ‘\x1Aàš˜i3·"
  b"\x01’²\x01§\p\x1C˜‚=ÅIGƒ¦"
  b"\x01’²\x01¥™r„¾Š­#E™@í"
  b"\x01’²\x01¦Jrã® ˜gj9\x01"
  b"\x01’²\x01§5sOªŠ¬“ðÃx}"
  b"""
    \x01’²\x01¦Jrã® ˜ga\n
    ÷\x01
    """
  b"\x01’²\x01§5sOªŠ¬“ìi¶*"
  b"\x01’²\x01¥™r„¾Š­#H€z°"
  b"\x01’²\x01¥™r„¾Š­#e†Ká"
  b"\x01’²\x01¥ïq\x1A¿7@Áé¿Åc"
  b"\x01’²\x01§Epyƒû5gx‘oö"
  b"\x01’²\x01§\p\x1C˜‚=ÅDˆÒ "
  b"\x01’²\x01§Dq ‘\x1Aàš—@qŒ"
  b"\x01’²\x01§Dq ‘\x1AàšŽädÐ"
  b"\x01’²\x01§\p\x1C˜‚=ÅHzzˆ"
  b"\x01’²\x01§\p\x1C˜‚=ÅQ‹nœ"
  b"\x01’²\x01¥™r„¾Š­#mÌó¡"
  b"\x01’²\x01¥™r„¾Š­#V÷ÿz"
  b"\x01’²\x01¥ïq\x1A¿7@ÁêP\x00\v"
  b"\x01’²\x01¥ðp\x14²<¹À\x15¡½„"
  b"\x01’²\x01¦Jrã® ˜gž²{e"
  b"\x01Æ▓\x01º\x07qÅØß\x0F³Ñ╦VÊ"
  b"\x01Æ▓\x01º\x07qÅØß\x0F³ó·¸à"
  b"\x01’²\x01¦Jrã® ˜gf”€ä"
  b"\x01’²\x01¦Jrã® ˜g†(8Ð"
  b"\x01’²\x01¦Jrã® ˜gUß&d"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÜàJ\x06"
  b"\x01’²\x01¥ïq\x1A¿7@Áç5t;"
  b"\x01’²\x01¥ðp\x14²<¹À\x11Ïûg"
  b"\x01’²\x01§\x1Fp±žh\l–g\x182"
  b"\x01’²\x01§\x1Fp±žh\l•*Þœ"
  b"\x01’²\x01§vq¢³„œ±n\x0FâÃ"
  b"\x01’²\x01§vq¢³„œ±z´,¸"
  b"\x01’²\x01¥™r„¾Š­#Níçí"
  b"\x01Æ▓\x01º\x07qÅØß\x0F³ªb¹²"
  b"\x01’²\x01§5sOªŠ¬“ôÐ-v"
  b"\x01Æ▓\x01º\x07qÅØß\x0F³¿WwË"
  b"\x01’²\x01¥™r„¾Š­#fíEÔ"
  b"\x01’²\x01¥™r„¾Š­#7yáH"
  b"\x01’²\x01¥™r„¾Š­#C9f®"
  b"\x01’²\x01§5sOªŠ¬“ìû9«"
  b"\x01’²\x01§5sOªŠ¬“ëî±À"
  b"\x01’²\x01§\p\x1C˜‚=ÅQË“F"
  b"\x01’²\x01§\p\x1C˜‚=ÅQ\eË<"
  b"\x01’²\x01§\p\x1C˜‚=ÅP\x06÷\x1C"
  b"\x01’²\x01¦Jrã® ˜g ëÏ›"
  b"\x01’²\x01§5sOªŠ¬“óûYu"
  b"\x01’²\x01§5sOªŠ¬“õ¨¿W"
  b"\x01’²\x01§5sOªŠ¬“ô?Gõ"
  b"\x01Æ▓\x01º\x07qÅØß\x0F³ª«\x104"
  b"\x01Æ▓\x01º\x07qÅØß\x0F³ó:¾ƒ"
  b"\x01Æ▓\x01º\x07qÅØß\x0F³®;▓F"
  b"\x01’²\x01¦Jrã® ˜g‚\fZu"
  b"\x01’²\x01¦Jrã® ˜gVl¬Í"
  b"\x01’²\x01¦­sošw«.†Ýn‡"
  b"\x01’²\x01¦­sošw«.i8‚ª"
  b"\x01’²\x01§.sĹN\x1A÷¨òU_"
  b"\x01’²\x01§5sOªŠ¬“ì\x05‘%"
  b"\x01’²\x01§5sOªŠ¬“íb_ "
  b"\x01’²\x01§5sOªŠ¬“ëK$½"
  b"\x01’²\x01§.sĹN\x1A÷§JÑ^"
  b"\x01’²\x01§.sĹN\x1A÷©"hõ"
  b"\x01’²\x01¥™r„¾Š­#D\x1FQ1"
  b"\x01’²\x01¥™r„¾Š­#E\x16"
  b"\x01’²\x01¥™r„¾Š­#T\x06Ð’"
  b"\x01’²\x01¥™r„¾Š­#b²7"
  b"\x01’²\x01¥ïq\x1A¿7@Áñ’Ñv"
  b"\x01’²\x01¥ïq\x1A¿7@Â\rÚ…\x15"
  b"\x01’²\x01¥ðp\x14²<¹À\x15\fó´"
  b"\x01’²\x01¦Jrã® ˜gW­\x02û"
  b"\x01’²\x01¥™r„¾Š­#L8³\x17"
  b"\x01’²\x01¥™r„¾Š­#YÙ[d"
  b"\x01’²\x01¥ïq\x1A¿7@Áæ6wì"
  b"\x01’²\x01¥ðp\x14²<¹À\x17È™æ"
  b"\x01’²\x01¥ðp\x14²<¹À\x18>~s"
  b"\x01’²\x01¦Jrã® ˜gŠZ!6"
  b"\x01’²\x01¦Jrã® ˜g”M/›"
  b"\x01’²\x01¥™r„¾Š­#/*\x14\x03"
  b"\x01’²\x01¥™r„¾Š­#RVÕÜ"
  b"\x01’²\x01¥™r„¾Š­#o\x05™Ï"
  b"""
    \x01’²\x01¥ïq\x1A¿7@Áß\n
    
    """
  b"\x01’²\x01¥ïq\x1A¿7@Áðúñä"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x08’¦å"
  b"\x01Æ▓\x01ªJrÒ« ÿgp ìË"
  b"\x01’²\x01¦Jrã® ˜gpvDA"
  b"\x01’²\x01¦Jrã® ˜gŠµ–$"
  b"\x01’²\x01¥™r„¾Š­#<•\x05q"
  b"\x01Æ▓\x01ÑÖrä¥è¡#>É─\f"
  b"\x01’²\x01¥™r„¾Š­#cÑ)«"
  b"\x01’²\x01¥ïq\x1A¿7@Áü\x1EÐæ"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x02ØÈx"
  b"""
    \x01’²\x01¥ðp\x14²<¹À\x13j\n
    }
    """
  b"\x01’²\x01¦Jrã® ˜g‡ã6è"
  b"\x01’²\x01¥™r„¾Š­#O@Cõ"
  b"\x01’²\x01¥™r„¾Š­#[\x13"
  b"\x01’²\x01¥ïq\x1A¿7@ÁàÛÍ5"
  b"\x01’²\x01¥ïq\x1A¿7@Áðe\x19Î"
  b"\x01’²\x01¥™r„¾Š­#_2ï\x05"
  b"\x01’²\x01¥™r„¾Š­#b\x17"
  b"\x01’²\x01¥™r„¾Š­#s"Q="
  b"\x01’²\x01¥ïq\x1A¿7@ÁÏ\x15\_"
  b"\x01’²\x01¥ïq\x1A¿7@Áè]\x1D~"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x00¸¤f"
  b"\x01’²\x01¦Jrã® ˜gjÍ‹å"
  b"\x01’²\x01¦Jrã® ˜gn—É­"
  b"\x01Æ▓\x01ªJrÒ« ÿgøüº¶"
  b"\x01’²\x01¥™r„¾Š­#Z["è"
  b"\x01’²\x01¥™r„¾Š­#]-ãu"
  b"\x01’²\x01¥ïq\x1A¿7@Áÿ:2X"
  b"\x01’²\x01¦Jrã® ˜g^¿ø¡"
  b"\x01’²\x01¦Jrã® ˜g•UÖÜ"
  b"""
    \x01’²\x01¥™r„¾Š­#?\x11\n
    q
    """
  b"\x01’²\x01¥™r„¾Š­#f\v¼\x1D"
  b"\x01Æ▓\x01Ñ´q\x1A┐7@┴┌Åñ'"
  b"\x01’²\x01¥ïq\x1A¿7@ÁëU¬ª"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x05\x7Fçþ"
  b"\x01’²\x01¦Jrã® ˜gn\x04½\x1E"
  b"\x01’²\x01¦Jrã® ˜g~›ô"
  b"\x01’²\x01¥™r„¾Š­#Lÿ#×"
  b"\x01’²\x01¥™r„¾Š­#sX›Î"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÒEÃI"
  b"\x01’²\x01¥™r„¾Š­#4\x01ÿ÷"
  b"\x01’²\x01¥ïq\x1A¿7@Áå›î\x16"
  b"\x01’²\x01¥ïq\x1A¿7@Áù\ï•"
  b"\x01’²\x01¦Jrã® ˜gŸv'\x0F"
  b"\x01’²\x01¥™r„¾Š­#R2cÙ"
  b"\x01’²\x01¥™r„¾Š­#a\e\x10Z"
  b"\x01’²\x01¥™r„¾Š­#jA‘\f"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÙ„¬E"
  b"\x01’²\x01¥ïq\x1A¿7@Áè\x00O\x1E"
  b"\x01’²\x01¥ïq\x1A¿7@Â\v×éA"
  b"\x01’²\x01¥™r„¾Š­#9éX‹"
  b"\x01Æ▓\x01ÑÖrä¥è¡#h{ì&"
  b"\x01’²\x01¥™r„¾Š­#>\x05\x048"
  b"\x01’²\x01¥™r„¾Š­#V7úÐ"
  b"\x01’²\x01¥™r„¾Š­#eãS\x04"
  b"\x01’²\x01¥ïq\x1A¿7@Áçô\x04\x0F"
  b"\x01’²\x01¥ïq\x1A¿7@Áý¥í’"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x02¹dà"
  b"\x01’²\x01¦Jrã® ˜g„Ó Á"
  b"\x01’²\x01¦Jrã® ˜g‘ð†Ã"
  b"\x01’²\x01¦Jrã® ˜g•JÓ3"
  b"\x01’²\x01¦­sošw«.•’oš"
  b"\x01’²\x01¥™r„¾Š­#`2ð""
  b"\x01’²\x01¥ïq\x1A¿7@ÁÿÎœ""
  b"\x01’²\x01¥ïq\x1A¿7@Â\x10XÔl"
  b"\x01’²\x01¦Jrã® ˜gdÝ^\x1A"
  b"\x01’²\x01¦Jrã® ˜g‘\x0E\x1Eö"
  b"\x01Æ▓\x01ÑÖrä¥è¡#1╠Øá"
  b"\x01’²\x01¥ïq\x1A¿7@Á׊³Ý"
  b"\x01’²\x01¥ïq\x1A¿7@Áü9\x1C¹"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x0F~Ž›"
  b"\x01Æ▓\x01ªJrÒ« ÿgÅa\x1D\x14"
  b"\x01’²\x01¦Jrã® ˜gž¸•m"
  b"\x01’²\x01¦­sošw«.w\x02"
  b"\x01’²\x01¥™r„¾Š­#Edží"
  b"\x01’²\x01¥ïq\x1A¿7@Áí”(Ñ"
  b"\x01’²\x01¥ðp\x14²<¹À\x10œs¾"
  b"\x01’²\x01¥™r„¾Š­#W¸œ\x07"
  b"\x01’²\x01¥™r„¾Š­#[ÔG%"
  b"\x01’²\x01¥™r„¾Š­#_½Lg"
  b"\x01’²\x01¥ïq\x1A¿7@Áô2\x19ú"
  b"\x01’²\x01¥ïq\x1A¿7@Áþ\x17\x14M"
  b"\x01’²\x01¦Jrã® ˜ghLóq"
  b"\x01’²\x01¦Jrã® ˜g|\x07Ûþ"
  b"\x01’²\x01¦Jrã® ˜gˆ¢ÒÉ"
  b"\x01’²\x01¦­sošw«.eÞ\x12T"
  b"\x01’²\x01¥™r„¾Š­#J©\x15û"
  b"\x01Æ▓\x01ÑÖrä¥è¡#NÉ\\"
  b"\x01’²\x01¥™r„¾Š­#hö×ý"
  b"\x01’²\x01¥ïq\x1A¿7@Áå—‘@"
  b"\x01’²\x01¥ïq\x1A¿7@Áê\x11¼`"
  b"\x01’²\x01¥ïq\x1A¿7@Áøtý‰"
  b"\x01Æ▓\x01ªJrÒ« ÿgbÚ¿ì"
  b"\x01’²\x01¦Jrã® ˜geÈcõ"
  b"\x01’²\x01¦Jrã® ˜gošç,"
  b"\x01’²\x01¦­sošw«.t"Š\x19"
  b"\x01’²\x01¥™r„¾Š­#I£ù\x7F"
  b"\x01’²\x01¥™r„¾Š­#[ƒ,g"
  b"\x01’²\x01¥™r„¾Š­#\suH"
  b"\x01’²\x01¥ïq\x1A¿7@Áå\x01\x0Eû"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x04V¤o"
  b"\x01’²\x01¦Jrã® ˜g M½Ã"
  b"\x01’²\x01¥™r„¾Š­#?ûÔË"
  b"\x01’²\x01¥™r„¾Š­#gÄõ\x12"
  b"\x01’²\x01¥ïq\x1A¿7@Áò%ÚÉ"
  b"\x01’²\x01¥™r„¾Š­#n‰uÛ"
  b"\x01’²\x01¥ïq\x1A¿7@ÁïÚ•ß"
  b"\x01’²\x01¥™r„¾Š­#<\x12"
  b"\x01Æ▓\x01ÑÖrä¥è¡#I\7É"
  b"\x01’²\x01¥™r„¾Š­#,8!&"
  b"\x01’²\x01¥™r„¾Š­#]Áï:"
  b"\x01’²\x01¥ïq\x1A¿7@Áâ‰S""
  b"\x01’²\x01¥ïq\x1A¿7@Áþ\x12ÛÖ"
  b"\x01’²\x01¦Jrã® ˜g^#Ÿƒ"
  b"\x01’²\x01¦Jrã® ˜g{L5 "
  b"\x01’²\x01¦­sošw«.¶¹æR"
  b"\x01Æ▓\x01ÑÖrä¥è¡#4Ø\x1Dõ"
  b"\x01’²\x01¥ïq\x1A¿7@Áõ!ñ,"
  b"\x01’²\x01¥ïq\x1A¿7@Â\v¥\x06~"
  b"\x01’²\x01¦Jrã® ˜gtúiæ"
  b"\x01’²\x01¦Jrã® ˜gy~µ-"
  b"\x01’²\x01¦­sošw«.›Pwé"
  b"\x01’²\x01¥™r„¾Š­#Rîi6"
  b"\x01’²\x01¥™r„¾Š­#TÎ{Í"
  b"\x01’²\x01¥™r„¾Š­#U\x7F"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x05¾ÄÌ"
  b"""
    \x01’²\x01¥ïq\x1A¿7@Â\x06\n
    \x10)
    """
  b"\x01’²\x01¦Jrã® ˜g[Çgª"
  b"\x01’²\x01¦Jrã® ˜gŽ‘@2"
  b"""
    \x01’²\x01¦Jrã® ˜g—\n
    Z\x1A
    """
  b"\x01’²\x01¦­sošw«.¯Ð\x13ß"
  b"\x01’²\x01¥™r„¾Š­#=nÀt"
  b"\x01Æ▓\x01ÑÖrä¥è¡#T®Å‗"
  b"\x01’²\x01¥™r„¾Š­#\¿nÜ"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÒÒ\x02Â"
  b"\x01’²\x01¥ïq\x1A¿7@Áú=žc"
  b"\x01’²\x01¦Jrã® ˜grù2°"
  b"\x01’²\x01¥™r„¾Š­#C½ò6"
  b"\x01’²\x01¥™r„¾Š­#G<Ù\x19"
  b"\x01’²\x01¥™r„¾Š­#KñE×"
  b"\x01’²\x01¥ïq\x1A¿7@ÁöÆ·^"
  b"\x01’²\x01¦Jrã® ˜gfN Û"
  b"\x01’²\x01¦Jrã® ˜g‚æ¬\e"
  b"\x01’²\x01¥™r„¾Š­#=çwU"
  b"\x01’²\x01¥ïq\x1A¿7@Áð¯ó."
  b"\x01’²\x01¥ïq\x1A¿7@Áû9\x13E"
  b"\x01Æ▓\x01ÑÖrä¥è¡#<\e"
  b"\x01’²\x01¥™r„¾Š­#c§ä§"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÝÈEÍ"
  b"\x01’²\x01¥ðp\x14²<¹À\x17\x08þ "
  b"\x01’²\x01¥™r„¾Š­#Aýû "
  b"\x01’²\x01¥™r„¾Š­#XwÁE"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÞzDÂ"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x06Œ\x03ü"
  b"\x01’²\x01¥™r„¾Š­#På}Ã"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x10¡¦ì"
  b"\x01’²\x01¦Jrã® ˜gxoBI"
  b"\x01’²\x01¦Jrã® ˜g|\x19Éa"
  b"\x01’²\x01¦Jrã® ˜g¢|W,"
  b"\x01Æ▓\x01ª¡soÜw½.ì¿╗}"
  b"\x01’²\x01¥™r„¾Š­#5ç.\x16"
  b"\x01’²\x01¥ïq\x1A¿7@ÁùìU\x16"
  b"\x01Æ▓\x01Ñ´q\x1A┐7@┬\x00Å#N"
  b"""
    \x01’²\x01¥ïq\x1A¿7@Â\n
    Æ&X
    """
  b"\x01’²\x01¦Jrã® ˜gzŒu\x06"
  b"\x01’²\x01¥™r„¾Š­#A\x0F"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÓè¨\x11"
  b"\x01’²\x01¥ðp\x14²<¹À\x14s\x1DÔ"
  b"\x01’²\x01¦Jrã® ˜g[§ly"
  b"\x01’²\x01¦Jrã® ˜g˜õDÝ"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÕâÆz"
  b"\x01’²\x01¦Jrã® ˜gU„Ôz"
  b"\x01’²\x01¥™r„¾Š­#^‹.Ý"
  b"\x01’²\x01¥ðp\x14²<¹À\x15ð\v¯"
  b"\x01’²\x01¥™r„¾Š­#RMFŸ"
  b"\x01Æ▓\x01Ñ´q\x1A┐7@┴═lØ\x14"
  b"\x01’²\x01¥™r„¾Š­#*»GÚ"
  b"\x01’²\x01¥™r„¾Š­#+w\x1EI"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x0Eèp\t"
  b"\x01’²\x01¦Jrã® ˜ga8\x11m"
  b"\x01’²\x01¦­sošw«.„ÞN\x11"
  b"\x01’²\x01¥™r„¾Š­#IÏ0/"
  b"\x01’²\x01¥™r„¾Š­#f×dÚ"
  b"\x01’²\x01¥ïq\x1A¿7@Áî\x00\nš"
  b"\x01’²\x01¥™r„¾Š­#/ÆY¬"
  b"\x01’²\x01¥™r„¾Š­#R…w="
  b"\x01Æ▓\x01ÑÖrä¥è¡#pÅ©ä"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÜ0Ñ·"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x0E\x04r_"
  b"\x01’²\x01¥™r„¾Š­#Y\x0E\x1E:"
  b"\x01Æ▓\x01ÑÖrä¥è¡#]ô0Å"
  b"\x01’²\x01¥ïq\x1A¿7@Áÿƒ£Ö"
  b"\x01’²\x01¦Jrã® ˜gŸm\fŠ"
  b"\x01’²\x01¥™r„¾Š­#Kä\x1D§"
  b"\x01’²\x01¥™r„¾Š­#^ ƒn"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÍ\x17߬"
  b"\x01Æ▓\x01ªJrÒ« ÿgìÂ\x0ES"
  b"\x01’²\x01¦Jrã® ˜g’/×2"
  b"\x01Æ▓\x01ÑÖrä¥è¡#9ì÷\"
  b"\x01’²\x01¥ïq\x1A¿7@Â\tÜ8\x04"
  b"\x01’²\x01¦Jrã® ˜g\›¦("
  b"\x01Æ▓\x01ªJrÒ« ÿgsì┌]"
  b"\x01’²\x01¦­sošw«.ƒHõ\x1E"
  b"\x01’²\x01¥™r„¾Š­#aU.b"
  b"\x01’²\x01¥™r„¾Š­#0Î\x16T"
  b"\x01’²\x01¥ïq\x1A¿7@Â\tuÚÜ"
  b"\x01’²\x01¥™r„¾Š­#K\x01"
  b"\x01’²\x01¥™r„¾Š­#qbkì"
  b"\x01’²\x01¥ïq\x1A¿7@ÁîñDÞ"
  b"\x01’²\x01¥™r„¾Š­#BtÐl"
  b"\x01’²\x01¥ïq\x1A¿7@ÁØò\x1A\x07"
  b"\x01’²\x01¥™r„¾Š­#:“‹o"
  b"\x01’²\x01¥™r„¾Š­#K\r"
  b"\x01’²\x01¥™r„¾Š­#rÙ:9"
  b"\x01’²\x01¥ðp\x14²<¹À\x1Ac`­"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x08ù œ"
  b"\x01’²\x01¦Jrã® ˜gŽ/ão"
  b"\x01’²\x01¥™r„¾Š­#0ç H"
  b"\x01’²\x01¥™r„¾Š­#kC.û"
  b"\x01’²\x01¥ïq\x1A¿7@Áà³È\t"
  b"\x01’²\x01¥™r„¾Š­#S˜¤ã"
  b"\x01’²\x01¥™r„¾Š­#hšö—"
  b"\x01’²\x01¥ðp\x14²<¹À\x19áè'"
  b"\x01’²\x01¥™r„¾Š­#lש'"
  b"\x01Æ▓\x01ªJrÒ« ÿgiÉ\x7F"
  b"\x01’²\x01¥™r„¾Š­#EÌ}–"
  b"\x01’²\x01¥™r„¾Š­#Z'p\x1D"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x08P·Ÿ"
  b"\x01’²\x01¥™r„¾Š­#LšXk"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÎ\x18Îj"
  b"\x01’²\x01¦Jrã® ˜g|¦\tõ"
  b"\x01’²\x01¦Jrã® ˜g‹™Ð‹"
  b"""
    \x01’²\x01¥™r„¾Š­#A\x1F\n
    §
    """
  b"\x01Æ▓\x01ÑÖrä¥è¡#oËwÅ"
  b"\x01’²\x01¦Jrã® ˜g\x7F]È-"
  b"\x01’²\x01¦Jrã® ˜g˜kÒ<"
  b"\x01’²\x01¥™r„¾Š­#JÅ¡d"
  b"\x01’²\x01¦Jrã® ˜g\8¬Å"
  b"\x01’²\x01¥ïq\x1A¿7@ÁëËuØ"
  b"\x01’²\x01¥ïq\x1A¿7@Â\t“¥y"
  b"\x01’²\x01¦Jrã® ˜g€d\x14\v"
  b"\x01’²\x01¦Jrã® ˜g¡ŸÛ@"
  b"\x01’²\x01¥ïq\x1A¿7@Áô\f"
  b"\x01’²\x01¥ïq\x1A¿7@Áó\x00©Ö"
  b"\x01’²\x01¥ðp\x14²<¹À\x18ûºÏ"
  b"""
    \x01’²\x01¦Jrã® ˜g“v\n
    î
    """
  b"\x01’²\x01¦Jrã® ˜g˜¯“M"
  b"\x01’²\x01¥™r„¾Š­#,Ö{)"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x02\x1DÍ¢"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x0F–,°"
  b"\x01’²\x01¦Jrã® ˜gX“—\x06"
  b"\x01’²\x01¦Jrã® ˜gcG\x12\x07"
  b"\x01’²\x01¦Jrã® ˜gp¨š="
  b"\x01’²\x01¦­sošw«.ˆ“Ž\f"
  b"\x01’²\x01¦Jrã® ˜g_\x15€Ê"
  b"\x01’²\x01¥™r„¾Š­#C1æâ"
  b"\x01’²\x01¥™r„¾Š­#Hj† "
  b"""
    \x01’²\x01¥ïq\x1A¿7@Â\n
    !'\f
    """
  b"\x01’²\x01¥™r„¾Š­#Xªut"
  b"\x01Æ▓\x01Ñ´q\x1A┐7@┴¸ü5Æ"
  b"\x01’²\x01¥™r„¾Š­#X‹\t¡"
  b"\x01’²\x01¥ïq\x1A¿7@Áà\¨0"
  b"\x01’²\x01¥ïq\x1A¿7@ÁúUÀ¾"
  b"\x01’²\x01¥™r„¾Š­#Bh»µ"
  b"\x01’²\x01¦Jrã® ˜g›#•ï"
  b"\x01’²\x01¥™r„¾Š­#Yc\x17"
  b"\x01’²\x01¥™r„¾Š­#4FŸ+"
  b"\x01’²\x01¥ïq\x1A¿7@Áó\x1Eñx"
  b"\x01’²\x01¥ïq\x1A¿7@Áê’Ë×"
  b"\x01’²\x01¦Jrã® ˜g—|šI"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÖÙ‘Ï"
  b"\x01’²\x01¥ïq\x1A¿7@Áô¿í²"
  b"\x01’²\x01¦Jrã® ˜g\x7F\x08"
  b"\x01’²\x01¦Jrã® ˜gŽšÂÔ"
  b"\x01’²\x01¥™r„¾Š­#*ÿ“ "
  b"\x01’²\x01¥™r„¾Š­#H"çÙ"
  b"\x01’²\x01¥™r„¾Š­#@ÊÑÂ"
  b"\x01’²\x01¥™r„¾Š­#j\x06E|"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÔh^^"
  b"\x01’²\x01¥ïq\x1A¿7@Áâ´ Ó"
  b"\x01’²\x01¦Jrã® ˜gt\x11¿‡"
  b"\x01’²\x01¦Jrã® ˜g{²\x05N"
  b"\x01’²\x01¦Jrã® ˜gœbÉø"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x03Yæ1"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÖ\x00\vu"
  b"\x01’²\x01¥ðp\x14²<¹À\x173"\v"
  b"\x01Æ▓\x01ªJrÒ« ÿgqØ:;"
  b"""
    \x01’²\x01¥™r„¾Š­#r\n
    œ»
    """
  b"\x01’²\x01¥ïq\x1A¿7@ÁÏââQ"
  b"""
    \x01’²\x01¥™r„¾Š­#Që\n
    Ð
    """
  b"\x01’²\x01¥ïq\x1A¿7@ÁÞXµ†"
  b"\x01’²\x01¥™r„¾Š­#0’ó°"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÚ\x11"
  b"\x01’²\x01¥ðp\x14²<¹À\x18\x0F\eN"
  b"\x01’²\x01¦Jrã® ˜g^š»D"
  b"\x01’²\x01¥™r„¾Š­#.0jä"
  b"\x01’²\x01¥™r„¾Š­#6œÙ'"
  b"\x01’²\x01¥™r„¾Š­#@Û\tþ"
  b"\x01’²\x01¥ïq\x1A¿7@ÁèÏxþ"
  b"\x01’²\x01¦Jrã® ˜gk¼•{"
  b"\x01’²\x01¥™r„¾Š­#2;>Q"
  b"\x01’²\x01¥™r„¾Š­#61\x15µ"
  b"\x01’²\x01¥ðp\x14²<¹À\x16uØÞ"
  b"\x01’²\x01¦Jrã® ˜g“Ö²c"
  b"\x01Æ▓\x01ª¡soÜw½.Ø$DÅ"
  b"\x01’²\x01¥™r„¾Š­#,`¯y"
  b"\x01’²\x01¥ðp\x14²<¹À\x0FîQÃ"
  b"\x01’²\x01¦Jrã® ˜g™oÁÙ"
  b"\x01’²\x01¦­sošw«.§-nR"
  b"\x01Æ▓\x01Ñ´q\x1A┐7@┴ßÅ\x08\x15"
  b"\x01’²\x01¦Jrã® ˜g}¤M„"
  b"\x01’²\x01¦Jrã® ˜g‚EäM"
  b"\x01’²\x01¦Jrã® ˜g—°þÌ"
  b"\x01Æ▓\x01ª¡soÜw½.ï³\x02Ø"
  b"\x01’²\x01¥ïq\x1A¿7@Áõà=Ç"
  b"\x01’²\x01¥™r„¾Š­#<Rª·"
  b"\x01’²\x01¥ïq\x1A¿7@Áúµã&"
  b"""
    \x01’²\x01¥™r„¾Š­#8¯\n
    ®
    """
  b"\x01’²\x01¦Jrã® ˜g ²õ\x16"
  b"\x01’²\x01¥™r„¾Š­#M±ö\x03"
  b"\x01’²\x01¥™r„¾Š­#l\x0F~c"
  b"\x01’²\x01¥ïq\x1A¿7@Â\f‹¥é"
  b"\x01’²\x01¦Jrã® ˜gqþCØ"
  b"\x01’²\x01¥™r„¾Š­#5\x1AkN"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÒé0}"
  b"\x01’²\x01¥™r„¾Š­#,éfÞ"
  b"\x01’²\x01¥™r„¾Š­#Fq+ˆ"
  b"\x01’²\x01¥™r„¾Š­#39Û{"
  b"\x01Æ▓\x01Ñ´q\x1A┐7@┴Ï\x1CÅä"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÖâ7Ø"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x07ì˜7"
  b"\x01’²\x01¦Jrã® ˜glL*|"
  b"\x01Æ▓\x01ªJrÒ« ÿgxÓøü"
  b"\x01’²\x01¦Jrã® ˜gd\x19éµ"
  b"\x01’²\x01¥™r„¾Š­#BªV@"
  b"\x01’²\x01¥™r„¾Š­#jT[x"
  b"\x01’²\x01¦Jrã® ˜g^hCç"
  b"\x01’²\x01¦Jrã® ˜g‘1ð-"
  b"\x01’²\x01¦Jrã® ˜gŸáz\x06"
  b"\x01’²\x01¦­sošw«.s8Lj"
  b"\x01Æ▓\x01ªJrÒ« ÿgÅN,\x18"
  b"\x01’²\x01¦­sošw«.¥).ç"
  b"\x01’²\x01¦Jrã® ˜gŠ¥°•"
  b"\x01’²\x01¦­sošw«.¡Ú ["
  b"\x01’²\x01¥™r„¾Š­#KŠn;"
  b"\x01’²\x01¥ïq\x1A¿7@Áä\x15q\x14"
  b"\x01’²\x01¦Jrã® ˜gš‘$Ô"
  b"\x01’²\x01¥™r„¾Š­#dˆ=°"
  b"\x01’²\x01¥ïq\x1A¿7@ÁêOµ""
  b"\x01’²\x01¥ïq\x1A¿7@Â\fêš|"
  b"\x01’²\x01¦Jrã® ˜gwœc8"
  b"\x01Æ▓\x01Ñ­p\x14▓<╣└\x14`§Å"
  b"\x01’²\x01¥ïq\x1A¿7@Áе\eÀ"
  b"\x01’²\x01¦Jrã® ˜gnÿþ§"
  b"\x01’²\x01¦Jrã® ˜g–ŒœÒ"
  b"\x01Æ▓\x01ªJrÒ« ÿgüõH\n"
  b"\x01’²\x01¦Jrã® ˜gž\vG["
  b"\x01’²\x01¥ïq\x1A¿7@Áìœ\x1Dš"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x02=kÅ"
  b"\x01’²\x01¦Jrã® ˜g_v Q"
  b"\x01’²\x01¦­sošw«.‡—kG"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÔö7;"
  b"\x01’²\x01¥™r„¾Š­#P)e,"
  b"\x01’²\x01¥ïq\x1A¿7@ÁϹú\x0E"
  b"\x01’²\x01¥™r„¾Š­#A—´€"
  b"\x01’²\x01¦Jrã® ˜gWaëð"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÚ­Dß"
  b"\x01’²\x01¦Jrã® ˜g‡‡º\x10"
  b"\x01’²\x01¥ðp\x14²<¹À\x11#–·"
  b"\x01’²\x01¦Jrã® ˜gpʳê"
  b"\x01’²\x01¦Jrã® ˜ggq`j"
  b"\x01’²\x01¦­sošw«.®zK\r"
  b"\x01’²\x01¥ïq\x1A¿7@Áô\x0Eê""
  b"\x01’²\x01¦Jrã® ˜g†ýt\r"
  b"\x01’²\x01¥ðp\x14²<¹À\x10\x07}„"
  b"\x01’²\x01¦Jrã® ˜gvê£\x08"
  b"\x01Æ▓\x01ªJrÒ« ÿgüÁ╗8"
  b"\x01’²\x01¦­sošw«.—S\x06\f"
  b"\x01’²\x01¥ðp\x14²<¹À\x0FyýY"
  b"\x01’²\x01¥™r„¾Š­#+¶–ˆ"
  b"\x01’²\x01¥ðp\x14²<¹À\x12ª\x12\x0E"
  b"\x01’²\x01¥™r„¾Š­#d\x15˜,"
  b"\x01’²\x01¥™r„¾Š­#iÀ§\e"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x05\x18\x1AÁ"
  b"\x01’²\x01¦­sošw«.¬LqÄ"
  b"\x01Æ▓\x01ÑÖrä¥è¡#Q¢É█"
  b"\x01’²\x01¦Jrã® ˜gv;\x01È"
  b"\x01’²\x01¦Jrã® ˜ga?\x1C>"
  b"\x01’²\x01¦Jrã® ˜g“ì\x02Õ"
  b"\x01’²\x01¥ïq\x1A¿7@Áè\t÷#"
  b"\x01Æ▓\x01ªJrÒ« ÿgÉ\x17‗ò"
  b"\x01’²\x01¦­sošw«.n\x1F\x1FÉ"
  b"\x01’²\x01¥ïq\x1A¿7@Áü®_e"
  b"\x01’²\x01¦Jrã® ˜gul­a"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x10/¾÷"
  b"\x01’²\x01¦Jrã® ˜gvDLµ"
  b"\x01Æ▓\x01ªJrÒ« ÿgد¸Ù"
  b"\x01’²\x01¥™r„¾Š­#F\v"
  b"\x01’²\x01¦Jrã® ˜gY=É\x08"
  b"\x01’²\x01¥™r„¾Š­#8\x15é±"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÖ¤J="
  b"\x01’²\x01¦­sošw«.´tô\x05"
  b"\x01’²\x01¦­sošw«.š×7\x1C"
  b"\x01Æ▓\x01ªJrÒ« ÿgì\x16\x0F\x03"
  b"\x01’²\x01¦Jrã® ˜gcI\x06ê"
  b"\x01’²\x01¦Jrã® ˜g…NHW"
  b"\x01’²\x01¥ïq\x1A¿7@Áß“™Ý"
  b"\x01’²\x01¦Jrã® ˜g€ð$h"
  b"\x01Æ▓\x01ª¡soÜw½.Ø1Æ\x00"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x00\x18Ý!"
  b"\x01’²\x01¦Jrã® ˜g„\x11ð{"
  b"\x01’²\x01¥ïq\x1A¿7@Áè›…L"
  b"\x01’²\x01¥™r„¾Š­#]\x18Л"
  b"\x01’²\x01¦Jrã® ˜g’©‘C"
  b"\x01’²\x01¥™r„¾Š­#-q¤\x1A"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÑœ/ê"
  b"\x01’²\x01¦Jrã® ˜g}-\x18h"
  b"\x01’²\x01¥™r„¾Š­#;|ÿÂ"
  b"\x01’²\x01¦Jrã® ˜gjbºM"
  b"\x01’²\x01¦Jrã® ˜g€+*\x0F"
  b"\x01’²\x01¦Jrã® ˜gk\vo\x1E"
  b"\x01’²\x01¦­sošw«.i¡š\x1A"
  b"\x01’²\x01¥™r„¾Š­#`{ðæ"
  b"\x01’²\x01¥™r„¾Š­#j£Ç”"
  b"\x01’²\x01¦Jrã® ˜gaxU6"
  b"\x01’²\x01¦Jrã® ˜g™ÃüÉ"
  b"\x01’²\x01¦Jrã® ˜gˆ+°\x15"
  b"\x01’²\x01¦­sošw«.¯™´¿"
  b"\x01’²\x01¦­sošw«.¡Î\x12N"
  b"\x01’²\x01¥ðp\x14²<¹À\x1AÌS@"
  b"\x01’²\x01¥ïq\x1A¿7@ÁÛ‹+þ"
  b"\x01’²\x01¦Jrã® ˜gb\x14©Ë"
  b"\x01’²\x01¦­sošw«.nóÕÂ"
  b"\x01’²\x01¦Jrã® ˜gyèõÅ"
  b"\x01’²\x01¦Jrã® ˜g`<YÁ"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x01aK["
  b"\x01Æ▓\x01ª¡soÜw½.ÄÌ®Å"
  b"\x01’²\x01¦Jrã® ˜g~™´O"
  b"\x01’²\x01¥ïq\x1A¿7@Â\x07\x18˹"
  b"\x01’²\x01¥™r„¾Š­#9\x00\x007"
  b"\x01’²\x01¦­sošw«.wmJE"
  b"\x01’²\x01¦­sošw«.s¦¦Ó"
  b"\x01’²\x01¦­sošw«.¦A\x05ª"
  b"\x01’²\x01¦Jrã® ˜gZ)µ2"
  b"\x01’²\x01¦Jrã® ˜g–\x12Àº"
  b"\x01’²\x01¦Jrã® ˜gšíúE"
  b"\x01’²\x01¦­sošw«.~tè\x16"
  b"\x01’²\x01¦Jrã® ˜gm\v¸¢"
  b"\x01’²\x01¦Jrã® ˜g]&§="
  b"\x01’²\x01¦Jrã® ˜ga\x13\x0EÎ"
  b"\x01’²\x01¦­sošw«.”ë„!"
  b"\x01’²\x01¥ïq\x1A¿7@ÁùJB/"
  b"\x01’²\x01¦Jrã® ˜g•f®—"
  b"\x01Æ▓\x01ª¡soÜw½.Å║×\f"
  b"\x01’²\x01¦­sošw«.¤Ò÷t"
  b"\x01Æ▓\x01ªJrÒ« ÿgvëØ1"
  b"\x01’²\x01¦Jrã® ˜g‘ynÉ"
  b"\x01’²\x01¦­sošw«.oðãK"
  b"\x01Æ▓\x01ª¡soÜw½.ü╩\x19Ë"
  b"\x01’²\x01¦­sošw«.·]¢\x1C"
  b"\x01’²\x01¦­sošw«.|;S^"
  b"\x01’²\x01¦Jrã® ˜g[\r”]"
  b"\x01’²\x01¦Jrã® ˜g‰h×å"
  b"\x01’²\x01¦­sošw«.¶¿ij"
  b"\x01’²\x01¦­sošw«.§Š”Ù"
  b"\x01’²\x01¦­sošw«.k\f"
  b"\x01’²\x01¦­sošw«.°©e™"
  b"\x01’²\x01¦Jrã® ˜gW\t•ž"
  b"\x01’²\x01¦Jrã® ˜gqJP‹"
  b"\x01’²\x01¦­sošw«.sÇ\rŠ"
  b"\x01’²\x01¦­sošw«.¨”\x14Þ"
  b"\x01’²\x01¦­sošw«.³|(7"
  b"\x01’²\x01¦­sošw«.™f“§"
  b"\x01’²\x01¦­sošw«.šXÅ%"
  b"\x01’²\x01¦Jrã® ˜gh¸®Û"
  b"\x01Æ▓\x01ªJrÒ« ÿgØ_Bç"
  b"\x01’²\x01¦­sošw«.©e}&"
  b"\x01’²\x01¦­sošw«.’`ÃŒ"
  b"\x01’²\x01¦­sošw«.u=•—"
  b"\x01’²\x01¦­sošw«.}Ë\vä"
  b"\x01Æ▓\x01ª¡soÜw½.î\tü·"
  b"\x01’²\x01¦­sošw«.šÌ Ú"
  b"\x01’²\x01¦­sošw«.­ÒÔ‰"
  b"\x01’²\x01¦­sošw«.ŽŸf\x08"
  b"\x01’²\x01¦­sošw«.hO\x13'"
  b"\x01Æ▓\x01ª¡soÜw½.Â?ØO"
  b"\x01’²\x01¦­sošw«.|¤áë"
  b"\x01’²\x01¦­sošw«.uØù}"
  b"\x01’²\x01¦­sošw«.r86i"
  b"\x01Æ▓\x01ª¡soÜw½.ÂÍÅ?"
  b"\x01’²\x01¦­sošw«.ká/„"
  b"\x01’²\x01¦­sošw«.tu™\x14"
  b"\x01’²\x01¦­sošw«.¥Ak\x1D"
  b"\x01Æ▓\x01ª¡soÜw½.Ø╠C|"
  b"\x01’²\x01¦­sošw«.œ5æÜ"
  b"\x01’²\x01¦­sošw«.o¯\t­"
  b"\x01’²\x01¦­sošw«.­\x1E\x0F`"
  b"\x01Æ▓\x01ª¡soÜw½.×Éü▄"
  b"\x01’²\x01¦­sošw«.““UŸ"
  b"\x01Æ▓\x01ª¡soÜw½.É█\x18"
  b"\x01’²\x01¦­sošw«.£Û$n"
  b"\x01Æ▓\x01ª¡soÜw½.wäìV"
  b"\x01’²\x01¦­sošw«.‹:\x02Ù"
  b"\x01’²\x01¦­sošw«.{Y,û"
  b"\x01Æ▓\x01ª¡soÜw½.üp\x1D\x05"
  b"\x01’²\x01¦­sošw«.˜\x03åÅ"
  b"\x01’²\x01¦­sošw«.nuzú"
  b"\x01’²\x01¦­sošw«.Ÿ‰Ÿ\"
  b"\x01Æ▓\x01ª¡soÜw½.{¹ì\x02"
  b"\x01’²\x01¦­sošw«.†:’E"
  b"\x01’²\x01¦­sošw«.‘¬f¸"
  b"\x01’²\x01¦­sošw«.‚J\fæ"
  b"\x01’²\x01¦­sošw«.Œ¾ia"
  b"\x01’²\x01¦­sošw«.„\x07RU"
  b"\x01Æ▓\x01ª¡soÜw½.á\x16"
  b"\x01’²\x01¦­sošw«.±b³Ð"
  b"\x01’²\x01¦­sošw«.–où\x06"
]
69 0.60 ms
SELECT `name`, `path`, `author`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
70 46.41 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:
[]
71 1.07 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"
]
72 0.99 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’²\x01DFpq¾áE\tT~*\x04"
  b"\x01’²\x01DFpq¾áE\tY\x15í0"
]
73 0.53 ms
SELECT LOWER(HEX(language.id)) AS array_key, LOWER(HEX(language.id)) AS id, locale.code, parentLocale.code AS parentCode, LOWER(HEX(language.parent_id)) parentId FROM language LEFT JOIN locale locale ON language.translation_code_id = locale.id LEFT JOIN language parentLanguage ON language.parent_id = parentLanguage.id LEFT JOIN locale parentLocale ON parentLanguage.translation_code_id = parentLocale.id
Parameters:
[]
74 0.26 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "en-GB"
]
75 0.24 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters:
[
  b"\x01’²\x00¹\er"‹æ­ø½µ™þ"
]
76 0.34 ms
SELECT LOWER(HEX(theme.id)) themeId, theme.technical_name as themeName, parentTheme.technical_name as parentThemeName, LOWER(HEX(parentTheme.parent_theme_id)) as grandParentThemeId
            FROM sales_channel
                LEFT JOIN theme_sales_channel ON sales_channel.id = theme_sales_channel.sales_channel_id
                LEFT JOIN theme ON theme_sales_channel.theme_id = theme.id
                LEFT JOIN theme AS parentTheme ON parentTheme.id = theme.parent_theme_id
            WHERE sales_channel.id = ?
Parameters:
[
  b"\x01Æ▓\x01X-s·┤\x14p█ØdF1"
]
77 0.17 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
78 0.45 ms
SELECT translation_key, value FROM snippet WHERE snippet_set_id = ?
Parameters:
[
  b"\x01’²\x00¹\er"‹æ­ø½µ™þ"
]
79 80.10 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/0192b201a78c72b3b2effe1543d5ce3f"
  "/navigation/0192b201a7927153bd0924b034791138"
  "/navigation/0192b201a7957335aad660a8623613f1"
  "/navigation/0192b201a79770adbe4535377ca6b4a3"
  "/navigation/0192b201a79870c3830e5ca78ee391de"
  "/navigation/0192b201a79d7107b24c9f59ae7003df"
  "/navigation/0192b201a79f7280963a6f4e65832f19"
  "/navigation/0192b201a7a37377ae20f462a955bb9c"
  "/navigation/0192b201a7a57200adc259d38880bead"
  "/navigation/0192b201a7a673cd88b1f174be37b93a"
  "/navigation/0192b201a78d727a95be4058318faef4"
  "/navigation/0192b201a78d727a95be405831d393f2"
  "/navigation/0192b201a78d727a95be40583298b62c"
  "/navigation/0192b201a78d727a95be405835ab1c5e"
  "/navigation/0192b201a78d727a95be405837f1870b"
  "/navigation/0192b201a78e707dbb60ac83c26abbc6"
  "/navigation/0192b201a78e707dbb60ac83c43c9376"
  "/navigation/0192b201a78e707dbb60ac83c4a776b6"
  "/navigation/0192b201a78e707dbb60ac83c67c33a3"
  "/navigation/0192b201a78e707dbb60ac83c7902720"
  "/navigation/0192b201a78f715ea4b193eb71bd1857"
  "/navigation/0192b201a78f715ea4b193eb75bbc7af"
  "/navigation/0192b201a78f715ea4b193eb78284c4b"
  "/navigation/0192b201a78f715ea4b193eb7925547f"
  "/navigation/0192b201a78f715ea4b193eb79319e83"
  "/navigation/0192b201a78f715ea4b193eb7aa3d6ba"
  "/navigation/0192b201a7907116b5faac93fb528d0d"
  "/navigation/0192b201a7907116b5faac93fdcc58e1"
  "/navigation/0192b201a7907116b5faac9400c21583"
  "/navigation/0192b201a7907116b5faac9400e61d8e"
  "/navigation/0192b201a791702982b7401e6969908d"
  "/navigation/0192b201a791702982b7401e6c582b59"
  "/navigation/0192b201a791702982b7401e6c6defd9"
  "/navigation/0192b201a791702982b7401e6eba40af"
  "/navigation/0192b201a7927153bd0924b032235ac0"
  "/navigation/0192b201a7927153bd0924b034da0f83"
  "/navigation/0192b201a7927153bd0924b035b64ab2"
  "/navigation/0192b201a7927153bd0924b0361fd068"
  "/navigation/0192b201a7927153bd0924b0369043b5"
  "/navigation/0192b201a7927153bd0924b0373ee524"
  "/navigation/0192b201a7927153bd0924b037da054a"
  "/navigation/0192b201a7927153bd0924b037dd3834"
  "/navigation/0192b201a7927153bd0924b037ebf760"
  "/navigation/0192b201a7927153bd0924b038a7358d"
  "/navigation/0192b201a793713daa4bfba85ba73206"
  "/navigation/0192b201a793713daa4bfba85c36d360"
  "/navigation/0192b201a793713daa4bfba85c848e74"
  "/navigation/0192b201a793713daa4bfba85c91522a"
  "/navigation/0192b201a793713daa4bfba85cb80533"
  "/navigation/0192b201a793713daa4bfba85db6bf21"
  "/navigation/0192b201a793713daa4bfba85e1028ad"
  "/navigation/0192b201a793713daa4bfba85e7ce22c"
  "/navigation/0192b201a793713daa4bfba85f4b1de0"
  "/navigation/0192b201a793713daa4bfba85f5bcc9a"
  "/navigation/0192b201a793713daa4bfba8603b7c17"
  "/navigation/0192b201a793713daa4bfba860f419c2"
  "/navigation/0192b201a793713daa4bfba861af08c2"
  "/navigation/0192b201a793713daa4bfba862763458"
  "/navigation/0192b201a793713daa4bfba8634e81a6"
  "/navigation/0192b201a793713daa4bfba863937e45"
  "/navigation/0192b201a794730f9b9a03e4b78f1019"
  "/navigation/0192b201a794730f9b9a03e4b7bce162"
  "/navigation/0192b201a794730f9b9a03e4b8acecbc"
  "/navigation/0192b201a794730f9b9a03e4b98c2d96"
  "/navigation/0192b201a794730f9b9a03e4ba13eb61"
  "/navigation/0192b201a794730f9b9a03e4baa4df15"
  "/navigation/0192b201a794730f9b9a03e4bb42da9a"
  "/navigation/0192b201a794730f9b9a03e4bbbb2dd1"
  "/navigation/0192b201a794730f9b9a03e4bc7d3114"
  "/navigation/0192b201a794730f9b9a03e4bc8a9e6e"
  "/navigation/0192b201a794730f9b9a03e4bc9f3325"
  "/navigation/0192b201a794730f9b9a03e4bd97eb91"
  "/navigation/0192b201a794730f9b9a03e4bd9c2e58"
  "/navigation/0192b201a794730f9b9a03e4be7d5777"
  "/navigation/0192b201a794730f9b9a03e4beb80593"
  "/navigation/0192b201a794730f9b9a03e4bee8e4dc"
  "/navigation/0192b201a7957335aad660a85ad1657b"
  "/navigation/0192b201a7957335aad660a85b86ff06"
  "/navigation/0192b201a7957335aad660a85bcf688f"
  "/navigation/0192b201a7957335aad660a85c5ad203"
  "/navigation/0192b201a7957335aad660a85cf4533b"
  "/navigation/0192b201a7957335aad660a85dcfe323"
  "/navigation/0192b201a7957335aad660a85e494edb"
  "/navigation/0192b201a7957335aad660a85e614c09"
  "/navigation/0192b201a7957335aad660a85ee8227c"
  "/navigation/0192b201a7957335aad660a85efba795"
  "/navigation/0192b201a7957335aad660a85fcd624c"
  "/navigation/0192b201a7957335aad660a85ff3dc38"
  "/navigation/0192b201a7957335aad660a8609863a9"
  "/navigation/0192b201a7957335aad660a86151cba4"
  "/navigation/0192b201a7957335aad660a8619f1f6f"
  "/navigation/0192b201a79670bfa039ff509a290b93"
  "/navigation/0192b201a79670bfa039ff509ada02bc"
  "/navigation/0192b201a79670bfa039ff509b66e4ce"
  "/navigation/0192b201a79670bfa039ff509bfe2652"
  "/navigation/0192b201a79670bfa039ff509c13ff5d"
  "/navigation/0192b201a79670bfa039ff509c6b95c4"
  "/navigation/0192b201a79670bfa039ff509d18fced"
  "/navigation/0192b201a79670bfa039ff509d80d50d"
  "/navigation/0192b201a79670bfa039ff509e29b160"
  "/navigation/0192b201a79670bfa039ff509efcabbc"
  "/navigation/0192b201a79670bfa039ff509f001083"
  "/navigation/0192b201a79670bfa039ff509f2a29d8"
  "/navigation/0192b201a79670bfa039ff509f46ad83"
  "/navigation/0192b201a79670bfa039ff509fe01dc1"
  "/navigation/0192b201a79670bfa039ff509ff1182a"
  "/navigation/0192b201a79670bfa039ff50a023b82c"
  "/navigation/0192b201a79670bfa039ff50a05ef19c"
  "/navigation/0192b201a79770adbe4535377d1f3e13"
  "/navigation/0192b201a79770adbe4535377d9257b6"
  "/navigation/0192b201a79770adbe4535377e24a666"
  "/navigation/0192b201a79770adbe4535377e4751c2"
  "/navigation/0192b201a79770adbe4535377f400c33"
  "/navigation/0192b201a79770adbe45353780371e30"
  "/navigation/0192b201a79770adbe45353780b3c04c"
  "/navigation/0192b201a79770adbe453537810e3ad8"
  "/navigation/0192b201a79770adbe45353781796455"
  "/navigation/0192b201a79770adbe45353782549ee6"
  "/navigation/0192b201a79770adbe453537825cb352"
  "/navigation/0192b201a79770adbe45353782efaf0f"
  "/navigation/0192b201a79770adbe453537834f70ef"
  "/navigation/0192b201a79770adbe45353783c517ba"
  "/navigation/0192b201a79770adbe45353784007d70"
  "/navigation/0192b201a79770adbe45353784a47345"
  "/navigation/0192b201a79870c3830e5ca78a545852"
  "/navigation/0192b201a79870c3830e5ca78b3e7d56"
  "/navigation/0192b201a79870c3830e5ca78b46fba1"
  "/navigation/0192b201a79870c3830e5ca78c04a3b8"
  "/navigation/0192b201a79870c3830e5ca78cfc5776"
  "/navigation/0192b201a79870c3830e5ca78d481be1"
  "/navigation/0192b201a79870c3830e5ca78e00357d"
  "/navigation/0192b201a79870c3830e5ca78e551464"
  "/navigation/0192b201a79870c3830e5ca78e8deeb0"
  "/navigation/0192b201a79870c3830e5ca78fb26d14"
  "/navigation/0192b201a79870c3830e5ca78fec812e"
  "/navigation/0192b201a79870c3830e5ca78ffe5524"
  "/navigation/0192b201a79870c3830e5ca7908d6dd1"
  "/navigation/0192b201a79870c3830e5ca790ae9a89"
  "/navigation/0192b201a79870c3830e5ca791998134"
  "/navigation/0192b201a79973e7894f0cbf95dd4eaa"
  "/navigation/0192b201a79973e7894f0cbf96d48c30"
  "/navigation/0192b201a79973e7894f0cbf976891cf"
  "/navigation/0192b201a79973e7894f0cbf97e230ef"
  "/navigation/0192b201a79973e7894f0cbf98cb9484"
  "/navigation/0192b201a79973e7894f0cbf9978f17a"
  "/navigation/0192b201a79973e7894f0cbf99ca4a82"
  "/navigation/0192b201a79973e7894f0cbf9a3a6782"
  "/navigation/0192b201a79973e7894f0cbf9b2ff807"
  "/navigation/0192b201a79973e7894f0cbf9b7e8aba"
  "/navigation/0192b201a79973e7894f0cbf9bacf1a0"
  "/navigation/0192b201a79973e7894f0cbf9ca505d4"
  "/navigation/0192b201a79973e7894f0cbf9d1d1f57"
  "/navigation/0192b201a79973e7894f0cbf9d7f3407"
  "/navigation/0192b201a79973e7894f0cbf9e66d18f"
  "/navigation/0192b201a79973e7894f0cbf9e9f93b4"
  "/navigation/0192b201a79a72698d0f4b7865f3dc64"
  "/navigation/0192b201a79a72698d0f4b786639c8ea"
  "/navigation/0192b201a79a72698d0f4b78670263d7"
  "/navigation/0192b201a79a72698d0f4b7867ea234c"
  "/navigation/0192b201a79a72698d0f4b7868d7ac63"
  "/navigation/0192b201a79a72698d0f4b78690dba4d"
  "/navigation/0192b201a79a72698d0f4b786945c8ad"
  "/navigation/0192b201a79a72698d0f4b786991dbf1"
  "/navigation/0192b201a79a72698d0f4b7869fbca71"
  "/navigation/0192b201a79a72698d0f4b786a379994"
  "/navigation/0192b201a79a72698d0f4b786a79a73d"
  "/navigation/0192b201a79a72698d0f4b786abb02f7"
  "/navigation/0192b201a79a72698d0f4b786b0446b7"
  "/navigation/0192b201a79a72698d0f4b786b2a5630"
  "/navigation/0192b201a79a72698d0f4b786b7bb8b3"
  "/navigation/0192b201a79a72698d0f4b786bc134c2"
  "/navigation/0192b201a79a72698d0f4b786bfb1333"
  "/navigation/0192b201a79b73b6aefdf34f9e7841dd"
  "/navigation/0192b201a79b73b6aefdf34f9ec4aa51"
  "/navigation/0192b201a79b73b6aefdf34f9f17a6fd"
  "/navigation/0192b201a79b73b6aefdf34f9f75475e"
  "/navigation/0192b201a79b73b6aefdf34fa06e4754"
  "/navigation/0192b201a79b73b6aefdf34fa10b4466"
  "/navigation/0192b201a79b73b6aefdf34fa1b21aab"
  "/navigation/0192b201a79b73b6aefdf34fa1d77c28"
  "/navigation/0192b201a79b73b6aefdf34fa28ba02c"
  "/navigation/0192b201a79b73b6aefdf34fa33d89ea"
  "/navigation/0192b201a79b73b6aefdf34fa3c02ebb"
  "/navigation/0192b201a79b73b6aefdf34fa4836bac"
  "/navigation/0192b201a79b73b6aefdf34fa4a6129f"
  "/navigation/0192b201a79b73b6aefdf34fa519410e"
  "/navigation/0192b201a79b73b6aefdf34fa5694f35"
  "/navigation/0192b201a79b73b6aefdf34fa6135727"
  "/navigation/0192b201a79c704aaf711b17a39f19a4"
  "/navigation/0192b201a79c704aaf711b17a48c126c"
  "/navigation/0192b201a79c704aaf711b17a4c55adf"
  "/navigation/0192b201a79c704aaf711b17a57999ed"
  "/navigation/0192b201a79c704aaf711b17a6121f93"
  "/navigation/0192b201a79c704aaf711b17a6a52681"
  "/navigation/0192b201a79c704aaf711b17a726e5e4"
  "/navigation/0192b201a79c704aaf711b17a7332617"
  "/navigation/0192b201a79c704aaf711b17a78aca06"
  "/navigation/0192b201a79c704aaf711b17a78f3488"
  "/navigation/0192b201a79c704aaf711b17a82a75ca"
  "/navigation/0192b201a79c704aaf711b17a8a7e4c9"
  "/navigation/0192b201a79c704aaf711b17a8af548f"
  "/navigation/0192b201a79c704aaf711b17a98f3367"
  "/navigation/0192b201a79c704aaf711b17a9d6b9e0"
  "/navigation/0192b201a79c704aaf711b17aa567f3d"
  "/navigation/0192b201a79c704aaf711b17aa6f3fee"
  "/navigation/0192b201a79d7107b24c9f59a74bba47"
  "/navigation/0192b201a79d7107b24c9f59a7f6b477"
  "/navigation/0192b201a79d7107b24c9f59a850b8c5"
  "/navigation/0192b201a79d7107b24c9f59a88c89c2"
  "/navigation/0192b201a79d7107b24c9f59a8e9630a"
  "/navigation/0192b201a79d7107b24c9f59a99b130c"
  "/navigation/0192b201a79d7107b24c9f59aa63b18f"
  "/navigation/0192b201a79d7107b24c9f59aac22c1c"
  "/navigation/0192b201a79d7107b24c9f59aacab52b"
  "/navigation/0192b201a79d7107b24c9f59abb3e98e"
  "/navigation/0192b201a79d7107b24c9f59ac8985ac"
  "/navigation/0192b201a79d7107b24c9f59ad71f482"
  "/navigation/0192b201a79d7107b24c9f59ae2b227c"
  "/navigation/0192b201a79d7107b24c9f59aee831e0"
  "/navigation/0192b201a79d7107b24c9f59af872d0b"
  "/navigation/0192b201a79e735ebcec150331a126fa"
  "/navigation/0192b201a79e735ebcec150332089d0e"
  "/navigation/0192b201a79e735ebcec150332b1a512"
  "/navigation/0192b201a79e735ebcec150332ba8b34"
  "/navigation/0192b201a79e735ebcec150333a39d77"
  "/navigation/0192b201a79e735ebcec150334130463"
  "/navigation/0192b201a79e735ebcec1503341dc8a7"
  "/navigation/0192b201a79e735ebcec1503342aed9a"
  "/navigation/0192b201a79e735ebcec150334777a9f"
  "/navigation/0192b201a79e735ebcec1503355ff840"
  "/navigation/0192b201a79e735ebcec150335ffce84"
  "/navigation/0192b201a79e735ebcec150336312c8f"
  "/navigation/0192b201a79e735ebcec150336f6e3ba"
  "/navigation/0192b201a79e735ebcec1503371be627"
  "/navigation/0192b201a79e735ebcec150337f92864"
  "/navigation/0192b201a79f7280963a6f4e634e77b6"
  "/navigation/0192b201a79f7280963a6f4e643e22af"
  "/navigation/0192b201a79f7280963a6f4e64cf1579"
  "/navigation/0192b201a79f7280963a6f4e652f94e4"
  "/navigation/0192b201a79f7280963a6f4e66012e3c"
  "/navigation/0192b201a79f7280963a6f4e6652e544"
  "/navigation/0192b201a79f7280963a6f4e66712cc8"
  "/navigation/0192b201a79f7280963a6f4e667d8ae1"
  "/navigation/0192b201a79f7280963a6f4e66f0d4f7"
  "/navigation/0192b201a79f7280963a6f4e67d2c958"
  "/navigation/0192b201a79f7280963a6f4e67e70410"
  "/navigation/0192b201a79f7280963a6f4e67f3b6ae"
  "/navigation/0192b201a79f7280963a6f4e683d680f"
  "/navigation/0192b201a79f7280963a6f4e68ace844"
  "/navigation/0192b201a79f7280963a6f4e68e7e8c9"
  "/navigation/0192b201a7a071e88cd2e61b4953b5fc"
  "/navigation/0192b201a7a071e88cd2e61b4a52644e"
  "/navigation/0192b201a7a071e88cd2e61b4b4c13f4"
  "/navigation/0192b201a7a071e88cd2e61b4ba9cd4e"
  "/navigation/0192b201a7a071e88cd2e61b4c4937ef"
  "/navigation/0192b201a7a071e88cd2e61b4c7ed6e2"
  "/navigation/0192b201a7a071e88cd2e61b4d6993be"
  "/navigation/0192b201a7a071e88cd2e61b4e589007"
  "/navigation/0192b201a7a071e88cd2e61b4e718583"
  "/navigation/0192b201a7a071e88cd2e61b4f3c98fc"
  "/navigation/0192b201a7a071e88cd2e61b4f4241da"
  "/navigation/0192b201a7a071e88cd2e61b4f92e618"
  "/navigation/0192b201a7a071e88cd2e61b507e4393"
  "/navigation/0192b201a7a071e88cd2e61b51740e9e"
  "/navigation/0192b201a7a071e88cd2e61b52352e88"
  "/navigation/0192b201a7a071e88cd2e61b532ec7e3"
  "/navigation/0192b201a7a1722693e81c36e5383487"
  "/navigation/0192b201a7a1722693e81c36e601f87c"
  "/navigation/0192b201a7a1722693e81c36e6f61bb2"
  "/navigation/0192b201a7a1722693e81c36e7de212e"
  "/navigation/0192b201a7a1722693e81c36e8a53de6"
  "/navigation/0192b201a7a1722693e81c36e8caacbd"
  "/navigation/0192b201a7a1722693e81c36e94d5782"
  "/navigation/0192b201a7a1722693e81c36ea38d061"
  "/navigation/0192b201a7a1722693e81c36eaea36f0"
  "/navigation/0192b201a7a1722693e81c36ebdd50a0"
  "/navigation/0192b201a7a1722693e81c36ebe6086d"
  "/navigation/0192b201a7a1722693e81c36ec2ff20d"
  "/navigation/0192b201a7a1722693e81c36ed0a6642"
  "/navigation/0192b201a7a1722693e81c36ed46f9a6"
  "/navigation/0192b201a7a1722693e81c36edd30de2"
  "/navigation/0192b201a7a1722693e81c36ede59ca3"
  "/navigation/0192b201a7a273339439c6c0921ba480"
  "/navigation/0192b201a7a273339439c6c0926293e1"
  "/navigation/0192b201a7a273339439c6c092a97b41"
  "/navigation/0192b201a7a273339439c6c092ea7203"
  "/navigation/0192b201a7a273339439c6c0939e783e"
  "/navigation/0192b201a7a273339439c6c0941cd257"
  "/navigation/0192b201a7a273339439c6c09512e15e"
  "/navigation/0192b201a7a273339439c6c095c05922"
  "/navigation/0192b201a7a273339439c6c096731528"
  "/navigation/0192b201a7a273339439c6c0973c7fe5"
  "/navigation/0192b201a7a273339439c6c09774db0d"
  "/navigation/0192b201a7a273339439c6c0984e1837"
  "/navigation/0192b201a7a273339439c6c09918c4b0"
  "/navigation/0192b201a7a273339439c6c0991c09f8"
  "/navigation/0192b201a7a273339439c6c09a199442"
  "/navigation/0192b201a7a37377ae20f462a7061257"
  "/navigation/0192b201a7a37377ae20f462a735aa3c"
  "/navigation/0192b201a7a37377ae20f462a7a87741"
  "/navigation/0192b201a7a37377ae20f462a8a27007"
  "/navigation/0192b201a7a37377ae20f462a8c21e2c"
  "/navigation/0192b201a7a37377ae20f462a9592c19"
  "/navigation/0192b201a7a37377ae20f462a9c2dca1"
  "/navigation/0192b201a7a37377ae20f462a9cf7e2e"
  "/navigation/0192b201a7a37377ae20f462aa3ab260"
  "/navigation/0192b201a7a37377ae20f462aae67b15"
  "/navigation/0192b201a7a37377ae20f462ab8ce3b0"
  "/navigation/0192b201a7a37377ae20f462ac39c192"
  "/navigation/0192b201a7a37377ae20f462ac859305"
  "/navigation/0192b201a7a37377ae20f462ac8815a1"
  "/navigation/0192b201a7a470d8814e4ad7ee701202"
  "/navigation/0192b201a7a470d8814e4ad7ee73fbe3"
  "/navigation/0192b201a7a470d8814e4ad7eef75944"
  "/navigation/0192b201a7a470d8814e4ad7ef5d7060"
  "/navigation/0192b201a7a470d8814e4ad7f009801d"
  "/navigation/0192b201a7a470d8814e4ad7f0be73a9"
  "/navigation/0192b201a7a470d8814e4ad7f15607a7"
  "/navigation/0192b201a7a470d8814e4ad7f23b60b8"
  "/navigation/0192b201a7a470d8814e4ad7f24f8f9a"
  "/navigation/0192b201a7a470d8814e4ad7f30d01e7"
  "/navigation/0192b201a7a470d8814e4ad7f3da2ac2"
  "/navigation/0192b201a7a470d8814e4ad7f4995c4f"
  "/navigation/0192b201a7a470d8814e4ad7f5758382"
  "/navigation/0192b201a7a470d8814e4ad7f64c8f90"
  "/navigation/0192b201a7a470d8814e4ad7f6a7fea2"
  "/navigation/0192b201a7a470d8814e4ad7f76c439f"
  "/navigation/0192b201a7a57200adc259d385680385"
  "/navigation/0192b201a7a57200adc259d3863b29d8"
  "/navigation/0192b201a7a57200adc259d38733db6f"
  "/navigation/0192b201a7a57200adc259d387b08eaa"
  "/navigation/0192b201a7a57200adc259d388768361"
  "/navigation/0192b201a7a57200adc259d38885f0bf"
  "/navigation/0192b201a7a57200adc259d388c2bf67"
  "/navigation/0192b201a7a57200adc259d3894e4777"
  "/navigation/0192b201a7a57200adc259d389a0551b"
  "/navigation/0192b201a7a57200adc259d389c2ed58"
  "/navigation/0192b201a7a57200adc259d38a8e215a"
  "/navigation/0192b201a7a57200adc259d38b3e8925"
  "/navigation/0192b201a7a57200adc259d38c3e8014"
  "/navigation/0192b201a7a57200adc259d38c8f1f11"
  "/navigation/0192b201a7a57200adc259d38d022d78"
  "/navigation/0192b201a7a57200adc259d38d30fca3"
  "/navigation/0192b201a7a57200adc259d38dd7b7c1"
  "/navigation/0192b201a7a673cd88b1f174ba719ab6"
  "/navigation/0192b201a7a673cd88b1f174baaf4137"
  "/navigation/0192b201a7a673cd88b1f174babdd5e5"
  "/navigation/0192b201a7a673cd88b1f174bb667d3e"
  "/navigation/0192b201a7a673cd88b1f174bc58e084"
  "/navigation/0192b201a7a673cd88b1f174bcad37e3"
  "/navigation/0192b201a7a673cd88b1f174bcd00acd"
  "/navigation/0192b201a7a673cd88b1f174bdc2a679"
  "/navigation/0192b201a7a673cd88b1f174be551ca1"
  "/navigation/0192b201a7a673cd88b1f174bed273a4"
  "/navigation/0192b201a7a673cd88b1f174bf073bf1"
  "/navigation/0192b201a7a673cd88b1f174bfff77a4"
  "/navigation/0192b201a7a673cd88b1f174c0c8dcf5"
  "/navigation/0192b201a7a673cd88b1f174c10df879"
  "/navigation/0192b201a7a673cd88b1f174c1ee6320"
  "/navigation/0192b201a7a772b5888cf94f1e5cae8c"
  "/navigation/0192b201a7a772b5888cf94f1ea421a6"
  "/navigation/0192b201a7a772b5888cf94f1eb90dfc"
  "/navigation/0192b201a7a772b5888cf94f1ef837a0"
  "/navigation/0192b201a7a772b5888cf94f1f68562b"
  "/detail/0192b201cf6d72f48a1b11be1fc66f7d"
  "/detail/0192b201e531702da608becb0c8ff040"
  "/detail/0192b201b9c3700cab8cde35309e2305"
  "/detail/0192b201f01c7196b6b129b8d09fa810"
  "/detail/0192b201c1fa701c90b899dd4b1c8bec"
  "/detail/0192b201fb4673a2b87499a2760c578a"
  "/detail/0192b201cf5d73e2bf181227075d303b"
  "/detail/0192b201c7de7382a1338273de53d508"
  "/detail/0192b202003d728bbc46ad59fdd0b495"
  "/detail/0192b201d45173af9774d98ecc9dc9e7"
  "/detail/0192b201bb04710494c45e29c136094c"
  "/detail/0192b201d30771919bb5e5a7cfdaa88c"
  "/detail/0192b201fed772d694552478c0a13cfc"
  "/detail/0192b201f83973e18eb9d361cc02b85d"
  "/detail/0192b201eab971929952acc5630e61fb"
  "/detail/0192b201d43570bdafe8aa51ec5a4c7a"
  "/detail/0192b201c916724dba765dccb2271c73"
  "/detail/0192b201e51570a3a6ec82c71dafb67e"
  "/detail/0192b201cc2072068e6b49fc6ce0f2f0"
  "/detail/0192b201ebf0718c837d1af2b5be6c1c"
  "/detail/0192b201b40972c98e152eb9a69db0a5"
  "/detail/0192b201fdc87049bf521b5add19f3a1"
  "/detail/0192b201e52471f7bb20013fc6c696d0"
  "/detail/0192b201fc6c7168ad20f745b00e624a"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01Æ▓\x01X-s·┤\x14p█ØdF1"
]
80 0.93 ms
SELECT `rule`.`id` as `rule.id`, `rule`.`name` as `rule.name`, `rule`.`priority` as `rule.priority`, `rule`.`description` as `rule.description`, `rule`.`payload` as `rule.payload`, `rule`.`invalid` as `rule.invalid`, `rule`.`areas` as `rule.areas`, `rule`.`custom_fields` as `rule.customFields`, `rule`.`module_types` as `rule.moduleTypes`, `rule`.`created_at` as `rule.createdAt`, `rule`.`updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (?, ?, ?, ?)
Parameters:
[
  b"\x01’²\x00¸“p«„ü\x18ó9x-\x08"
  b"\x01’²\x00¸Çrº¨ÿ¶Ðo)\x01÷"
  b"\x01’²\x00ÏFsy¥¢g‰>ò¤\f"
  b"\x01Æ▓\x00╣4p═ÖËìÇèxgó"
]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.