GET https://stage.esm-shop2023.de/navigation/c7b1c2621436414d88c49a119af13b93?p=121

Query Metrics

124 Database Queries
82 Different statements
2233.76 ms Query time

Queries

Group similar statements

# Time Info
1 0.29 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:
[]
2 0.37 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
3 0.25 ms
SELECT custom_entity.name, custom_entity.fields, custom_entity.flags
                FROM custom_entity
                    LEFT JOIN app ON app.id = custom_entity.app_id
                WHERE (custom_entity.app_id IS NULL OR app.active = 1) AND custom_entity.deleted_at IS NULL;
Parameters:
[]
4 0.45 ms
-- seo-url::resolve
SELECT id, path_info pathInfo, is_canonical isCanonical, sales_channel_id salesChannelId FROM seo_url WHERE (language_id = ?) AND ((sales_channel_id = ? OR sales_channel_id IS NULL)) AND ((seo_path_info = ? OR seo_path_info = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  "neuheiten-angebote/marken/hendi"
  "neuheiten-angebote/marken/hendi/"
]
5 0.25 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"\x01‰E;¸^q ‰ô_¡=W99"
  "zMqo9vtVXidnk74lV4eIGBMzLXvX0cwf"
]
6 0.11 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "zMqo9vtVXidnk74lV4eIGBMzLXvX0cwf"
]
7 0.15 ms
SELECT `acl_role`.`privileges` AS `privileges`
            FROM `acl_role`
            INNER JOIN `app` ON `app`.`acl_role_id` = `acl_role`.`id`
            WHERE `app`.`id` = ?
Parameters:
[
  b"\x01‰¿ž¬Äröˆ³\x06×’aÍ"
]
8 0.21 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‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E9èÂpIžÎDèÅ—÷‚"
]
9 0.84 ms
SELECT `acris_cookie`.`id` as `acris_cookie.id`, `acris_cookie`.`cookie_group_id` as `acris_cookie.cookieGroupId`, `acris_cookie.cookieGroup`.`id` as `acris_cookie.cookieGroup.id`, `acris_cookie.cookieGroup`.`is_default` as `acris_cookie.cookieGroup.isDefault`, `acris_cookie.cookieGroup`.`identification` as `acris_cookie.cookieGroup.identification`, `acris_cookie.cookieGroup`.`created_at` as `acris_cookie.cookieGroup.createdAt`, `acris_cookie.cookieGroup`.`updated_at` as `acris_cookie.cookieGroup.updatedAt`, `acris_cookie.cookieGroup.translation.title`, `acris_cookie.cookieGroup.translation.title` as `acris_cookie.cookieGroup.title`, `acris_cookie.cookieGroup.translation.description`, `acris_cookie.cookieGroup.translation.description` as `acris_cookie.cookieGroup.description`, `acris_cookie`.`cookie_id` as `acris_cookie.cookieId`, `acris_cookie`.`google_cookie_consent_mode` as `acris_cookie.googleCookieConsentMode`, `acris_cookie`.`default_value` as `acris_cookie.defaultValue`, `acris_cookie`.`script_position` as `acris_cookie.scriptPosition`, `acris_cookie`.`expiration` as `acris_cookie.expiration`, `acris_cookie`.`provider` as `acris_cookie.provider`, `acris_cookie`.`active` as `acris_cookie.active`, `acris_cookie`.`unknown` as `acris_cookie.unknown`, `acris_cookie`.`is_default` as `acris_cookie.isDefault`, `acris_cookie`.`from_extension` as `acris_cookie.fromExtension`, `acris_cookie`.`created_at` as `acris_cookie.createdAt`, `acris_cookie`.`updated_at` as `acris_cookie.updatedAt`, (SELECT GROUP_CONCAT(HEX(`acris_cookie.salesChannels.mapping`.`sales_channel_id`) SEPARATOR '||')
                  FROM `acris_cookie_sales_channel` `acris_cookie.salesChannels.mapping`
                  WHERE `acris_cookie.salesChannels.mapping`.`cookie_id` = `acris_cookie`.`id` ) as `acris_cookie.salesChannels.id_mapping`, `acris_cookie.translation.title`, `acris_cookie.translation.title` as `acris_cookie.title`, `acris_cookie.translation.description`, `acris_cookie.translation.description` as `acris_cookie.description`, `acris_cookie.translation.script`, `acris_cookie.translation.script` as `acris_cookie.script` FROM `acris_cookie` LEFT JOIN `acris_cookie_group` `acris_cookie.cookieGroup` ON `acris_cookie`.`cookie_group_id` = `acris_cookie.cookieGroup`.`id` LEFT JOIN (SELECT `acris_cookie.translation`.`acris_cookie_id`, `acris_cookie.translation`.`title` as `acris_cookie.translation.title`, `acris_cookie.translation`.`description` as `acris_cookie.translation.description`, `acris_cookie.translation`.`script` as `acris_cookie.translation.script` FROM `acris_cookie_translation` `acris_cookie.translation` WHERE `acris_cookie.translation`.`language_id` = ?) `acris_cookie.acris_cookie_translation` ON `acris_cookie.acris_cookie_translation`.`acris_cookie_id` = `acris_cookie`.`id` LEFT JOIN (SELECT `acris_cookie.cookieGroup.translation`.`acris_cookie_group_id`, `acris_cookie.cookieGroup.translation`.`title` as `acris_cookie.cookieGroup.translation.title`, `acris_cookie.cookieGroup.translation`.`description` as `acris_cookie.cookieGroup.translation.description` FROM `acris_cookie_group_translation` `acris_cookie.cookieGroup.translation` WHERE `acris_cookie.cookieGroup.translation`.`language_id` = ?) `acris_cookie.cookieGroup.acris_cookie_group_translation` ON `acris_cookie.cookieGroup.acris_cookie_group_translation`.`acris_cookie_group_id` = `acris_cookie.cookieGroup`.`id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
10 0.48 ms
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`.`measurement_units` as `sales_channel.measurementUnits`, `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.translation.name`, `sales_channel.translation.name` as `sales_channel.name`, `sales_channel.translation.homeSlotConfig`, `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig`, `sales_channel.translation.homeEnabled`, `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled`, `sales_channel.translation.homeName`, `sales_channel.translation.homeName` as `sales_channel.homeName`, `sales_channel.translation.homeMetaTitle`, `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle`, `sales_channel.translation.homeMetaDescription`, `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription`, `sales_channel.translation.homeKeywords`, `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords`, `sales_channel.translation.customFields`, `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation`.`sales_channel_id`, `sales_channel.translation`.`name` as `sales_channel.translation.name`, `sales_channel.translation`.`custom_fields` as `sales_channel.translation.customFields`, `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` 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` WHERE `sales_channel`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
]
11 0.15 ms
SELECT `acris_cookie_group`.`id` FROM `acris_cookie_group` ORDER BY `acris_cookie_group`.`is_default` DESC
Parameters:
[]
12 0.32 ms
SELECT `acris_cookie_group`.`id` as `acris_cookie_group.id`, `acris_cookie_group`.`is_default` as `acris_cookie_group.isDefault`, `acris_cookie_group`.`identification` as `acris_cookie_group.identification`, `acris_cookie_group`.`created_at` as `acris_cookie_group.createdAt`, `acris_cookie_group`.`updated_at` as `acris_cookie_group.updatedAt`, `acris_cookie_group.translation.title`, `acris_cookie_group.translation.title` as `acris_cookie_group.title`, `acris_cookie_group.translation.description`, `acris_cookie_group.translation.description` as `acris_cookie_group.description` FROM `acris_cookie_group` LEFT JOIN (SELECT `acris_cookie_group.translation`.`acris_cookie_group_id`, `acris_cookie_group.translation`.`title` as `acris_cookie_group.translation.title`, `acris_cookie_group.translation`.`description` as `acris_cookie_group.translation.description` FROM `acris_cookie_group_translation` `acris_cookie_group.translation` WHERE `acris_cookie_group.translation`.`language_id` = ?) `acris_cookie_group.acris_cookie_group_translation` ON `acris_cookie_group.acris_cookie_group_translation`.`acris_cookie_group_id` = `acris_cookie_group`.`id` WHERE `acris_cookie_group`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01\vœìs\x07¸%½Ûv_ò!"
  b"\x01\v\x07r¥°8½[!›;:"
  b"\x01\v\rp>Œœ``ÆQ5S"
  b"\x01\v5s\x02†äƒ‰×¸ˆÒ"
  b"\x01\v;pëª+ØLÙ\x03Úõ"
  b"\x01\vKsc–\x08Âêæ|5õ"
  b"\x01\vÂÏjp˜«¨áC䎅é"
  b"\x01\vÂÖ÷r†š÷óÈ,|\x04"
  b"\x01 P=\x00p\x11š¿L\x072bB"
  b"\x01«´\x1F‡rœ¾Y\x7FN¸wØ"
  b"\x01š*×$9swµOå\x1D5XˆT"
  b"\x01š*×&…rh¥\x05Æ\x0Fnêò"
]
13 0.69 ms
SELECT `acris_cookie`.`id` as `acris_cookie.id`, `acris_cookie`.`cookie_group_id` as `acris_cookie.cookieGroupId`, `acris_cookie.cookieGroup`.`id` as `acris_cookie.cookieGroup.id`, `acris_cookie.cookieGroup`.`is_default` as `acris_cookie.cookieGroup.isDefault`, `acris_cookie.cookieGroup`.`identification` as `acris_cookie.cookieGroup.identification`, `acris_cookie.cookieGroup`.`created_at` as `acris_cookie.cookieGroup.createdAt`, `acris_cookie.cookieGroup`.`updated_at` as `acris_cookie.cookieGroup.updatedAt`, `acris_cookie.cookieGroup.translation.title`, `acris_cookie.cookieGroup.translation.title` as `acris_cookie.cookieGroup.title`, `acris_cookie.cookieGroup.translation.description`, `acris_cookie.cookieGroup.translation.description` as `acris_cookie.cookieGroup.description`, `acris_cookie`.`cookie_id` as `acris_cookie.cookieId`, `acris_cookie`.`google_cookie_consent_mode` as `acris_cookie.googleCookieConsentMode`, `acris_cookie`.`default_value` as `acris_cookie.defaultValue`, `acris_cookie`.`script_position` as `acris_cookie.scriptPosition`, `acris_cookie`.`expiration` as `acris_cookie.expiration`, `acris_cookie`.`provider` as `acris_cookie.provider`, `acris_cookie`.`active` as `acris_cookie.active`, `acris_cookie`.`unknown` as `acris_cookie.unknown`, `acris_cookie`.`is_default` as `acris_cookie.isDefault`, `acris_cookie`.`from_extension` as `acris_cookie.fromExtension`, `acris_cookie`.`created_at` as `acris_cookie.createdAt`, `acris_cookie`.`updated_at` as `acris_cookie.updatedAt`, (SELECT GROUP_CONCAT(HEX(`acris_cookie.salesChannels.mapping`.`sales_channel_id`) SEPARATOR '||')
                  FROM `acris_cookie_sales_channel` `acris_cookie.salesChannels.mapping`
                  WHERE `acris_cookie.salesChannels.mapping`.`cookie_id` = `acris_cookie`.`id` ) as `acris_cookie.salesChannels.id_mapping`, `acris_cookie.translation.title`, `acris_cookie.translation.title` as `acris_cookie.title`, `acris_cookie.translation.description`, `acris_cookie.translation.description` as `acris_cookie.description`, `acris_cookie.translation.script`, `acris_cookie.translation.script` as `acris_cookie.script` FROM `acris_cookie` LEFT JOIN `acris_cookie_group` `acris_cookie.cookieGroup` ON `acris_cookie`.`cookie_group_id` = `acris_cookie.cookieGroup`.`id` LEFT JOIN (SELECT `acris_cookie.translation`.`acris_cookie_id`, `acris_cookie.translation`.`title` as `acris_cookie.translation.title`, `acris_cookie.translation`.`description` as `acris_cookie.translation.description`, `acris_cookie.translation`.`script` as `acris_cookie.translation.script` FROM `acris_cookie_translation` `acris_cookie.translation` WHERE `acris_cookie.translation`.`language_id` = ?) `acris_cookie.acris_cookie_translation` ON `acris_cookie.acris_cookie_translation`.`acris_cookie_id` = `acris_cookie`.`id` LEFT JOIN (SELECT `acris_cookie.cookieGroup.translation`.`acris_cookie_group_id`, `acris_cookie.cookieGroup.translation`.`title` as `acris_cookie.cookieGroup.translation.title`, `acris_cookie.cookieGroup.translation`.`description` as `acris_cookie.cookieGroup.translation.description` FROM `acris_cookie_group_translation` `acris_cookie.cookieGroup.translation` WHERE `acris_cookie.cookieGroup.translation`.`language_id` = ?) `acris_cookie.cookieGroup.acris_cookie_group_translation` ON `acris_cookie.cookieGroup.acris_cookie_group_translation`.`acris_cookie_group_id` = `acris_cookie.cookieGroup`.`id` WHERE ((`acris_cookie`.`cookie_group_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01\vœìs\x07¸%½Ûv_ò!"
  b"\x01\v\x07r¥°8½[!›;:"
  b"\x01\v\rp>Œœ``ÆQ5S"
  b"\x01\v5s\x02†äƒ‰×¸ˆÒ"
  b"\x01\v;pëª+ØLÙ\x03Úõ"
  b"\x01\vKsc–\x08Âêæ|5õ"
  b"\x01\vÂÏjp˜«¨áC䎅é"
  b"\x01\vÂÖ÷r†š÷óÈ,|\x04"
  b"\x01 P=\x00p\x11š¿L\x072bB"
  b"\x01«´\x1F‡rœ¾Y\x7FN¸wØ"
  b"\x01š*×$9swµOå\x1D5XˆT"
  b"\x01š*×&…rh¥\x05Æ\x0Fnêò"
]
14 0.42 ms
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`.`measurement_units` as `sales_channel.measurementUnits`, `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.translation.name`, `sales_channel.translation.name` as `sales_channel.name`, `sales_channel.translation.homeSlotConfig`, `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig`, `sales_channel.translation.homeEnabled`, `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled`, `sales_channel.translation.homeName`, `sales_channel.translation.homeName` as `sales_channel.homeName`, `sales_channel.translation.homeMetaTitle`, `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle`, `sales_channel.translation.homeMetaDescription`, `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription`, `sales_channel.translation.homeKeywords`, `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords`, `sales_channel.translation.customFields`, `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation`.`sales_channel_id`, `sales_channel.translation`.`name` as `sales_channel.translation.name`, `sales_channel.translation`.`custom_fields` as `sales_channel.translation.customFields`, `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` 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` WHERE `sales_channel`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
]
15 0.23 ms
SELECT pm.`handler_identifier`, LOWER(HEX(sc_pm.`payment_method_id`))
                FROM `sales_channel_payment_method` AS sc_pm
                LEFT JOIN `payment_method` AS pm ON pm.`id` = sc_pm.`payment_method_id`
                WHERE sc_pm.`sales_channel_id` = ? AND pm.`active` = 1
Parameters:
[
  b"\x01‰E;¸^q ‰ô_¡=W99"
]
16 0.13 ms
SELECT `language`.`id` FROM `language` WHERE `language`.`id` IN (?) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
17 0.29 ms
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`.`active` as `language.active`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt`, `language.locale`.`id` as `language.locale.id`, `language.locale`.`code` as `language.locale.code`, `language.locale`.`created_at` as `language.locale.createdAt`, `language.locale`.`updated_at` as `language.locale.updatedAt`, `language.locale.translation.name`, `language.locale.translation.name` as `language.locale.name`, `language.locale.translation.territory`, `language.locale.translation.territory` as `language.locale.territory`, `language.locale.translation.customFields`, `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language`.`locale_id` = `language.locale`.`id` LEFT JOIN (SELECT `language.locale.translation`.`locale_id`, `language.locale.translation`.`name` as `language.locale.translation.name`, `language.locale.translation`.`territory` as `language.locale.translation.territory`, `language.locale.translation`.`custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation`.`language_id` = ?) `language.locale.locale_translation` ON `language.locale.locale_translation`.`locale_id` = `language.locale`.`id` WHERE `language`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
18 0.20 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
19 0.15 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
20 0.22 ms
SELECT `system_config`.`id` as `system_config.id`, `system_config`.`configuration_key` as `system_config.configurationKey`, `system_config`.`configuration_value` as `system_config.configurationValue`, `system_config`.`sales_channel_id` as `system_config.salesChannelId`, `system_config`.`created_at` as `system_config.createdAt`, `system_config`.`updated_at` as `system_config.updatedAt` FROM `system_config` WHERE (`system_config`.`configuration_key` = ? AND `system_config`.`sales_channel_id` = ?)
Parameters:
[
  "CrayssnLabsRichSnippetsCreator.config.ldJson"
  b"\x01‰E;¸^q ‰ô_¡=W99"
]
21 0.34 ms
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`, `cms_page.translation.name` as `cms_page.name`, `cms_page.translation.customFields`, `cms_page.translation.customFields` as `cms_page.customFields` 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` 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‰E9û\x10q¡Œj鏒r~]"
]
22 0.20 ms
SELECT `system_config`.`id` as `system_config.id`, `system_config`.`configuration_key` as `system_config.configurationKey`, `system_config`.`configuration_value` as `system_config.configurationValue`, `system_config`.`sales_channel_id` as `system_config.salesChannelId`, `system_config`.`created_at` as `system_config.createdAt`, `system_config`.`updated_at` as `system_config.updatedAt` FROM `system_config` WHERE (`system_config`.`configuration_key` = ? AND `system_config`.`sales_channel_id` = ?)
Parameters:
[
  "CrayssnLabsRichSnippetsCreator.config.ldJson"
  b"\x01‰E;¸^q ‰ô_¡=W99"
]
23 0.27 ms
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`, `cms_page.translation.name` as `cms_page.name`, `cms_page.translation.customFields`, `cms_page.translation.customFields` as `cms_page.customFields` 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` 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‰E9û\x1Drž‡D[\x10GE€"
]
24 0.17 ms
SELECT `system_config`.`id` as `system_config.id`, `system_config`.`configuration_key` as `system_config.configurationKey`, `system_config`.`configuration_value` as `system_config.configurationValue`, `system_config`.`sales_channel_id` as `system_config.salesChannelId`, `system_config`.`created_at` as `system_config.createdAt`, `system_config`.`updated_at` as `system_config.updatedAt` FROM `system_config` WHERE (`system_config`.`configuration_key` = ? AND `system_config`.`sales_channel_id` = ?)
Parameters:
[
  "CrayssnLabsRichSnippetsCreator.config.ldJson"
  b"\x01‰E;¸^q ‰ô_¡=W99"
]
25 0.23 ms
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`, `cms_page.translation.name` as `cms_page.name`, `cms_page.translation.customFields`, `cms_page.translation.customFields` as `cms_page.customFields` 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` 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‰E9û#r\Ÿ\x07â_*5zA"
]
26 0.16 ms
SELECT `system_config`.`id` as `system_config.id`, `system_config`.`configuration_key` as `system_config.configurationKey`, `system_config`.`configuration_value` as `system_config.configurationValue`, `system_config`.`sales_channel_id` as `system_config.salesChannelId`, `system_config`.`created_at` as `system_config.createdAt`, `system_config`.`updated_at` as `system_config.updatedAt` FROM `system_config` WHERE (`system_config`.`configuration_key` = ? AND `system_config`.`sales_channel_id` = ?)
Parameters:
[
  "CrayssnLabsRichSnippetsCreator.config.ldJson"
  b"\x01‰E;¸^q ‰ô_¡=W99"
]
27 0.61 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`.`file_hash` as `category.media.fileHash`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `category.media.translation.title` as `category.media.title`, `category.media.translation.alt`, `category.media.translation.alt` as `category.media.alt`, `category.media.translation.customFields`, `category.media.translation.customFields` as `category.media.customFields`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `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` 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 (SELECT `category.media.translation`.`media_id`, `category.media.translation`.`alt` as `category.media.translation.alt`, `category.media.translation`.`title` as `category.media.translation.title`, `category.media.translation`.`custom_fields` as `category.media.translation.customFields` 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"DZÂb\x146AMˆÄš\x11šñ;“"
]
28 0.29 ms
-- category::data::association::translations::read
SELECT `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` WHERE (`category_translation`.`category_version_id` = ?) AND (((`category_translation`.`category_id` IN (?))))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"DZÂb\x146AMˆÄš\x11šñ;“"
]
29 0.32 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.swagCmsExtensionsScrollNavigationPageSettings`.`id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.id`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`active` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.active`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`duration` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.duration`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`easing` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.easing`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`bouncy` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.bouncy`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`easing_degree` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.easingDegree`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`native_scrolling` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.nativeScrolling`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`cms_page_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPageId`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`cms_page_version_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPageVersionId`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`created_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.createdAt`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`updated_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.updatedAt`, `cms_page.translation.name`, `cms_page.translation.name` as `cms_page.name`, `cms_page.translation.customFields`, `cms_page.translation.customFields` as `cms_page.customFields` FROM `cms_page` LEFT JOIN `swag_cms_extensions_scroll_navigation_page_settings` `cms_page.swagCmsExtensionsScrollNavigationPageSettings` ON `cms_page`.`id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`id` 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` 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‹†5:©qó¾½\x1A3ŸöPP"
]
30 0.45 ms
-- category::cms-page::association::sections::read
SELECT `cms_section`.`id` as `cms_section.id`, `cms_section`.`version_id` as `cms_section.versionId`, `cms_section`.`cms_page_version_id` as `cms_section.cmsPageVersionId`, `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`.`created_at` as `cms_section.createdAt`, `cms_section`.`updated_at` as `cms_section.updatedAt`, `cms_section.swagCmsExtensionsScrollNavigation`.`id` as `cms_section.swagCmsExtensionsScrollNavigation.id`, `cms_section.swagCmsExtensionsScrollNavigation`.`active` as `cms_section.swagCmsExtensionsScrollNavigation.active`, `cms_section.swagCmsExtensionsScrollNavigation`.`cms_section_version_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSectionVersionId`, `cms_section.swagCmsExtensionsScrollNavigation`.`cms_section_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSectionId`, `cms_section.swagCmsExtensionsScrollNavigation`.`created_at` as `cms_section.swagCmsExtensionsScrollNavigation.createdAt`, `cms_section.swagCmsExtensionsScrollNavigation`.`updated_at` as `cms_section.swagCmsExtensionsScrollNavigation.updatedAt`, `cms_section.swagCmsExtensionsScrollNavigation.translation.displayName`, `cms_section.swagCmsExtensionsScrollNavigation.translation.displayName` as `cms_section.swagCmsExtensionsScrollNavigation.displayName`, `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`.`file_hash` as `cms_section.backgroundMedia.fileHash`, `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`, `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title`, `cms_section.backgroundMedia.translation.alt`, `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt`, `cms_section.backgroundMedia.translation.customFields`, `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `swag_cms_extensions_scroll_navigation` `cms_section.swagCmsExtensionsScrollNavigation` ON `cms_section`.`id` = `cms_section.swagCmsExtensionsScrollNavigation`.`id` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section`.`background_media_id` = `cms_section.backgroundMedia`.`id` LEFT JOIN (SELECT `cms_section.swagCmsExtensionsScrollNavigation.translation`.`swag_cms_extensions_scroll_navigation_id`, `cms_section.swagCmsExtensionsScrollNavigation.translation`.`display_name` as `cms_section.swagCmsExtensionsScrollNavigation.translation.displayName` FROM `swag_cms_extensions_scroll_navigation_translation` `cms_section.swagCmsExtensionsScrollNavigation.translation` WHERE `cms_section.swagCmsExtensionsScrollNavigation.translation`.`language_id` = ?) `cms_section.swagCmsExtensionsScrollNavigation.swag_cms_extensions_scroll_navigation_translation` ON `cms_section.swagCmsExtensionsScrollNavigation.swag_cms_extensions_scroll_navigation_translation`.`swag_cms_extensions_scroll_navigation_id` = `cms_section.swagCmsExtensionsScrollNavigation`.`id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation`.`media_id`, `cms_section.backgroundMedia.translation`.`alt` as `cms_section.backgroundMedia.translation.alt`, `cms_section.backgroundMedia.translation`.`title` as `cms_section.backgroundMedia.translation.title`, `cms_section.backgroundMedia.translation`.`custom_fields` as `cms_section.backgroundMedia.translation.customFields` 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"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01‹†5:©qó¾½\x1A3ŸöPP"
]
31 0.56 ms
-- category::cms-page::association::sections::association::blocks::read
SELECT `cms_block`.`id` as `cms_block.id`, `cms_block`.`version_id` as `cms_block.versionId`, `cms_block`.`cms_section_version_id` as `cms_block.cmsSectionVersionId`, `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`.`created_at` as `cms_block.createdAt`, `cms_block`.`updated_at` as `cms_block.updatedAt`, `cms_block.swagCmsExtensionsBlockRule`.`id` as `cms_block.swagCmsExtensionsBlockRule.id`, `cms_block.swagCmsExtensionsBlockRule`.`inverted` as `cms_block.swagCmsExtensionsBlockRule.inverted`, `cms_block.swagCmsExtensionsBlockRule`.`visibility_rule_id` as `cms_block.swagCmsExtensionsBlockRule.visibilityRuleId`, `cms_block.swagCmsExtensionsBlockRule`.`cms_block_id` as `cms_block.swagCmsExtensionsBlockRule.cmsBlockId`, `cms_block.swagCmsExtensionsBlockRule`.`cms_block_version_id` as `cms_block.swagCmsExtensionsBlockRule.cmsBlockVersionId`, `cms_block.swagCmsExtensionsBlockRule`.`created_at` as `cms_block.swagCmsExtensionsBlockRule.createdAt`, `cms_block.swagCmsExtensionsBlockRule`.`updated_at` as `cms_block.swagCmsExtensionsBlockRule.updatedAt`, `cms_block.swagCmsExtensionsBlockRule.visibilityRule`.`id` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.id`, `cms_block.swagCmsExtensionsBlockRule.visibilityRule`.`name` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.name`, `cms_block.swagCmsExtensionsBlockRule.visibilityRule`.`priority` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.priority`, `cms_block.swagCmsExtensionsBlockRule.visibilityRule`.`description` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.description`, `cms_block.swagCmsExtensionsBlockRule.visibilityRule`.`payload` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.payload`, `cms_block.swagCmsExtensionsBlockRule.visibilityRule`.`invalid` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.invalid`, `cms_block.swagCmsExtensionsBlockRule.visibilityRule`.`areas` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.areas`, `cms_block.swagCmsExtensionsBlockRule.visibilityRule`.`custom_fields` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.customFields`, `cms_block.swagCmsExtensionsBlockRule.visibilityRule`.`module_types` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.moduleTypes`, `cms_block.swagCmsExtensionsBlockRule.visibilityRule`.`created_at` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.createdAt`, `cms_block.swagCmsExtensionsBlockRule.visibilityRule`.`updated_at` as `cms_block.swagCmsExtensionsBlockRule.visibilityRule.updatedAt`, `cms_block.swagCmsExtensionsQuickview`.`id` as `cms_block.swagCmsExtensionsQuickview.id`, `cms_block.swagCmsExtensionsQuickview`.`active` as `cms_block.swagCmsExtensionsQuickview.active`, `cms_block.swagCmsExtensionsQuickview`.`cms_block_id` as `cms_block.swagCmsExtensionsQuickview.cmsBlockId`, `cms_block.swagCmsExtensionsQuickview`.`cms_block_version_id` as `cms_block.swagCmsExtensionsQuickview.cmsBlockVersionId`, `cms_block.swagCmsExtensionsQuickview`.`created_at` as `cms_block.swagCmsExtensionsQuickview.createdAt`, `cms_block.swagCmsExtensionsQuickview`.`updated_at` as `cms_block.swagCmsExtensionsQuickview.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`.`file_hash` as `cms_block.backgroundMedia.fileHash`, `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`, `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title`, `cms_block.backgroundMedia.translation.alt`, `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt`, `cms_block.backgroundMedia.translation.customFields`, `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `swag_cms_extensions_block_rule` `cms_block.swagCmsExtensionsBlockRule` ON `cms_block`.`id` = `cms_block.swagCmsExtensionsBlockRule`.`cms_block_id` LEFT JOIN `swag_cms_extensions_quickview` `cms_block.swagCmsExtensionsQuickview` ON `cms_block`.`id` = `cms_block.swagCmsExtensionsQuickview`.`cms_block_id` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block`.`background_media_id` = `cms_block.backgroundMedia`.`id` LEFT JOIN `rule` `cms_block.swagCmsExtensionsBlockRule.visibilityRule` ON `cms_block.swagCmsExtensionsBlockRule`.`visibility_rule_id` = `cms_block.swagCmsExtensionsBlockRule.visibilityRule`.`id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation`.`media_id`, `cms_block.backgroundMedia.translation`.`alt` as `cms_block.backgroundMedia.translation.alt`, `cms_block.backgroundMedia.translation`.`title` as `cms_block.backgroundMedia.translation.title`, `cms_block.backgroundMedia.translation`.`custom_fields` as `cms_block.backgroundMedia.translation.customFields` 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‹†5:²sz®ªN.\x11¯FM"
  b"\x01‹†5:²sz®ªN.\x12Ðxä"
]
32 0.52 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`.`cms_block_version_id` as `cms_slot.cmsBlockVersionId`, `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`.`created_at` as `cms_slot.createdAt`, `cms_slot`.`updated_at` as `cms_slot.updatedAt`, `cms_slot.swagCmsExtensionsForm`.`id` as `cms_slot.swagCmsExtensionsForm.id`, `cms_slot.swagCmsExtensionsForm`.`cms_slot_id` as `cms_slot.swagCmsExtensionsForm.cmsSlotId`, `cms_slot.swagCmsExtensionsForm`.`cms_slot_version_id` as `cms_slot.swagCmsExtensionsForm.cmsSlotVersionId`, `cms_slot.swagCmsExtensionsForm`.`is_template` as `cms_slot.swagCmsExtensionsForm.isTemplate`, `cms_slot.swagCmsExtensionsForm`.`technical_name` as `cms_slot.swagCmsExtensionsForm.technicalName`, `cms_slot.swagCmsExtensionsForm`.`mail_template_id` as `cms_slot.swagCmsExtensionsForm.mailTemplateId`, `cms_slot.swagCmsExtensionsForm`.`created_at` as `cms_slot.swagCmsExtensionsForm.createdAt`, `cms_slot.swagCmsExtensionsForm`.`updated_at` as `cms_slot.swagCmsExtensionsForm.updatedAt`, `cms_slot.swagCmsExtensionsForm.translation.title`, `cms_slot.swagCmsExtensionsForm.translation.title` as `cms_slot.swagCmsExtensionsForm.title`, `cms_slot.swagCmsExtensionsForm.translation.successMessage`, `cms_slot.swagCmsExtensionsForm.translation.successMessage` as `cms_slot.swagCmsExtensionsForm.successMessage`, `cms_slot.swagCmsExtensionsForm.translation.receivers`, `cms_slot.swagCmsExtensionsForm.translation.receivers` as `cms_slot.swagCmsExtensionsForm.receivers`, `cms_slot.translation.config`, `cms_slot.translation.config` as `cms_slot.config`, `cms_slot.translation.customFields`, `cms_slot.translation.customFields` as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN `swag_cms_extensions_form` `cms_slot.swagCmsExtensionsForm` ON `cms_slot`.`id` = `cms_slot.swagCmsExtensionsForm`.`cms_slot_id` 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` 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` LEFT JOIN (SELECT `cms_slot.swagCmsExtensionsForm.translation`.`swag_cms_extensions_form_id`, `cms_slot.swagCmsExtensionsForm.translation`.`title` as `cms_slot.swagCmsExtensionsForm.translation.title`, `cms_slot.swagCmsExtensionsForm.translation`.`success_message` as `cms_slot.swagCmsExtensionsForm.translation.successMessage`, `cms_slot.swagCmsExtensionsForm.translation`.`receivers` as `cms_slot.swagCmsExtensionsForm.translation.receivers` FROM `swag_cms_extensions_form_translation` `cms_slot.swagCmsExtensionsForm.translation` WHERE `cms_slot.swagCmsExtensionsForm.translation`.`language_id` = ?) `cms_slot.swagCmsExtensionsForm.swag_cms_extensions_form_translation` ON `cms_slot.swagCmsExtensionsForm.swag_cms_extensions_form_translation`.`swag_cms_extensions_form_id` = `cms_slot.swagCmsExtensionsForm`.`id` WHERE (`cms_slot`.`version_id` = ?) AND (((`cms_slot`.`cms_block_id` IN (?, ?, ?, ?, ?, ?))))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01‹†5:²sz®ªN.\x11ë\x01u"
  b"\x01‹†5:²sz®ªN.\x12ùÄÜ"
  b"\x01‹†5:³sóˆEAqíª±"
  b"\x01‹†5:³sóˆEAq‚îñ&"
  b"\x01‹†5:³sóˆEAqƒpÛ÷"
  b"\x01‹†5:³sóˆEAq…zÃ-"
]
33 0.19 ms
SELECT `system_config`.`id` as `system_config.id`, `system_config`.`configuration_key` as `system_config.configurationKey`, `system_config`.`configuration_value` as `system_config.configurationValue`, `system_config`.`sales_channel_id` as `system_config.salesChannelId`, `system_config`.`created_at` as `system_config.createdAt`, `system_config`.`updated_at` as `system_config.updatedAt` FROM `system_config` WHERE (`system_config`.`configuration_key` = ? AND `system_config`.`sales_channel_id` = ?)
Parameters:
[
  "CrayssnLabsRichSnippetsCreator.config.ldJson"
  b"\x01‰E;¸^q ‰ô_¡=W99"
]
34 0.19 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `id` = ?
Parameters:
[
  b"DZÂb\x146AMˆÄš\x11šñ;“"
  b"\x01‰E9ë\x08so¡zˆ\x04\x04z™\x1F"
]
35 0.38 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`, `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation`.`product_sorting_id`, `product_sorting.translation`.`label` as `product_sorting.translation.label` 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‰E:\x08\ert´z™Ÿ,\x11¢"
]
36 0.20 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
]
37 0.29 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`, `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation`.`product_sorting_id`, `product_sorting.translation`.`label` as `product_sorting.translation.label` 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‰E:\x08\ert´z™Ÿ,\x11¢"
  b"\x01‰E:\x08\ert´z™ŸS\x1F]"
  b"\x01‰E:\x08\ert´z™ \x03Â8"
  b"\x01‰E:\x08\ert´z™ ÷gŒ"
  b"o\x10/‚¤FN¦¹>¶lû•r€"
  b"\x01‰E:\x08\ert´z™¡äìõ"
  b"\x01‰E:\vþp—´\fbš†+ýá"
]
38 0.12 ms
SELECT `theme`.`id` FROM `theme` WHERE (`theme`.`technical_name` = ?)
Parameters:
[
  "zenitPlatformStratus"
]
39 4.05 ms
SELECT
    `theme_id`,
    `technical_name`,
    `resolved_config`,
    `view_inheritance`,
    `script_files`,
    `icon_sets`,
    `updated_at`
    FROM `theme_runtime_config`
    WHERE `theme_id` = ?
Parameters:
[
  b"\x01‰¿Ø[s…·P\x1E˜ý\x08"
]
40 0.80 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`.`file_hash` as `media.fileHash`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` 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`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` 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`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  false
  true
  "product_download"
  b"\x0E­ÑDT°í\x15ù«\x1E o"
]
41 0.30 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"DZÂb\x146AMˆÄš\x11šñ;“"
]
42 0.12 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"DZÂb\x146AMˆÄš\x11šñ;“"
]
43 0.28 ms
SELECT `product_stream`.`id` as `product_stream.id`, `product_stream`.`api_filter` as `product_stream.apiFilter`, `product_stream`.`invalid` as `product_stream.invalid`, `product_stream`.`created_at` as `product_stream.createdAt`, `product_stream`.`updated_at` as `product_stream.updatedAt`, `product_stream.translation.name`, `product_stream.translation.name` as `product_stream.name`, `product_stream.translation.description`, `product_stream.translation.description` as `product_stream.description`, `product_stream.translation.customFields`, `product_stream.translation.customFields` as `product_stream.customFields` FROM `product_stream` LEFT JOIN (SELECT `product_stream.translation`.`product_stream_id`, `product_stream.translation`.`name` as `product_stream.translation.name`, `product_stream.translation`.`description` as `product_stream.translation.description`, `product_stream.translation`.`custom_fields` as `product_stream.translation.customFields` FROM `product_stream_translation` `product_stream.translation` WHERE `product_stream.translation`.`language_id` = ?) `product_stream.product_stream_translation` ON `product_stream.product_stream_translation`.`product_stream_id` = `product_stream`.`id` WHERE `product_stream`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‹(\\x16gz4ºm\n™l\x00R€"
]
44 234.75 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 (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`name` as `product.translation.name` 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`.`name` as `product.parent.translation.name` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND ((IFNULL(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_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 OFFSET 2880
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"\x01‰E;¸^q ‰ô_¡=W99"
  true
  b"""
    èü§"•5B~€êÇ™\n
    9å-
    """
  null
]
45 478.86 ms
SELECT COUNT(*) FROM (-- product-listing-route::loading::search-ids
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`name` as `product.translation.name` 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`.`name` as `product.parent.translation.name` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND ((IFNULL(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_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‰E;¸^q ‰ô_¡=W99"
  true
  b"""
    èü§"•5B~€êÇ™\n
    9å-
    """
  null
]
46 169.92 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 WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND ((IFNULL(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_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‰E;¸^q ‰ô_¡=W99"
  true
  b"""
    èü§"•5B~€êÇ™\n
    9å-
    """
  null
]
47 0.36 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`.`created_at` as `product_manufacturer.createdAt`, `product_manufacturer`.`updated_at` as `product_manufacturer.updatedAt`, `product_manufacturer.translation.name`, `product_manufacturer.translation.name` as `product_manufacturer.name`, `product_manufacturer.translation.link`, `product_manufacturer.translation.link` as `product_manufacturer.link`, `product_manufacturer.translation.description`, `product_manufacturer.translation.description` as `product_manufacturer.description`, `product_manufacturer.translation.customFields`, `product_manufacturer.translation.customFields` as `product_manufacturer.customFields` FROM `product_manufacturer` LEFT JOIN (SELECT `product_manufacturer.translation`.`product_manufacturer_id`, `product_manufacturer.translation`.`product_manufacturer_version_id`, `product_manufacturer.translation`.`link` as `product_manufacturer.translation.link`, `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` 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"""
    èü§"•5B~€êÇ™\n
    9å-
    """
]
48 347.65 ms
-- product-listing-route::loading::aggregation::price
SELECT MIN(IFNULL(COALESCE((ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule01894539eae47321851ef2ebc29f74a3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule01894539eafd7144aae561984a171178.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule01894539fcf9720eac3c8c3902383211.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule018b8618766072f1ac5d6f1a97c80263.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule018b902958c6701883bec53f95c04629.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule018b71c40dd17858944f2b5e80524d9b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule0194b6fefe6a7e76aa2f246e6791c2b2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule01894539eb3b73f7818cda0c560fef29.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.ruledc85004bada4446eb0aca96577131b4f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100)), COALESCE((ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule01894539eae47321851ef2ebc29f74a3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule01894539eafd7144aae561984a171178.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule01894539fcf9720eac3c8c3902383211.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule018b8618766072f1ac5d6f1a97c80263.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule018b902958c6701883bec53f95c04629.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule018b71c40dd17858944f2b5e80524d9b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule0194b6fefe6a7e76aa2f246e6791c2b2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule01894539eb3b73f7818cda0c560fef29.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.ruledc85004bada4446eb0aca96577131b4f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 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`, "$.rule01894539eae47321851ef2ebc29f74a3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule01894539eafd7144aae561984a171178.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule01894539fcf9720eac3c8c3902383211.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule018b8618766072f1ac5d6f1a97c80263.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule018b902958c6701883bec53f95c04629.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule018b71c40dd17858944f2b5e80524d9b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule0194b6fefe6a7e76aa2f246e6791c2b2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule01894539eb3b73f7818cda0c560fef29.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.ruledc85004bada4446eb0aca96577131b4f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100)), COALESCE((ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule01894539eae47321851ef2ebc29f74a3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule01894539eafd7144aae561984a171178.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule01894539fcf9720eac3c8c3902383211.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule018b8618766072f1ac5d6f1a97c80263.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule018b902958c6701883bec53f95c04629.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule018b71c40dd17858944f2b5e80524d9b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule0194b6fefe6a7e76aa2f246e6791c2b2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule01894539eb3b73f7818cda0c560fef29.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.ruledc85004bada4446eb0aca96577131b4f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) * 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 WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND ((IFNULL(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) = ?)) AND NOT (`product`.`display_group` <=> ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"\x01‰E;¸^q ‰ô_¡=W99"
  true
  b"""
    èü§"•5B~€êÇ™\n
    9å-
    """
  null
]
49 151.72 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 WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND ((IFNULL(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_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‰E;¸^q ‰ô_¡=W99"
  true
  b"""
    èü§"•5B~€êÇ™\n
    9å-
    """
  null
  0
]
50 144.74 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 WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND ((IFNULL(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_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‰E;¸^q ‰ô_¡=W99"
  true
  b"""
    èü§"•5B~€êÇ™\n
    9å-
    """
  null
  true
]
51 221.95 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_property` `product.properties.mapping` ON `product`.`properties` = `product.properties.mapping`.`product_id`  AND `product`.`version_id` = `product.properties.mapping`.`product_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 ((IFNULL(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) = ?)) AND NOT (`product`.`display_group` <=> ?))) GROUP BY `product.properties`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"\x01‰E;¸^q ‰ô_¡=W99"
  true
  b"""
    èü§"•5B~€êÇ™\n
    9å-
    """
  null
]
52 221.61 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_option` `product.options.mapping` ON `product`.`id` = `product.options.mapping`.`product_id`  AND `product`.`version_id` = `product.options.mapping`.`product_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 ((IFNULL(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) = ?)) AND NOT (`product`.`display_group` <=> ?))) GROUP BY `product.options`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"\x01‰E;¸^q ‰ô_¡=W99"
  true
  b"""
    èü§"•5B~€êÇ™\n
    9å-
    """
  null
]
53 137.05 ms
-- product-listing-route::loading::aggregation::immediately-available
SELECT MAX(`product`.`stock`) as `immediately-available` 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 ((IFNULL(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) = ?)) AND NOT (`product`.`display_group` <=> ?))) AND (((`product`.`stock` >= ?) AND ((IFNULL(`product`.`release_date`, `product.parent`.`release_date`) <= ?) OR IFNULL(`product`.`release_date`, `product.parent`.`release_date`) <=> ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"\x01‰E;¸^q ‰ô_¡=W99"
  true
  b"""
    èü§"•5B~€êÇ™\n
    9å-
    """
  null
  1
  "2026-02-27T21:10:08+00:00"
  null
]
54 0.69 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"@ڝN¾#F“‡“ê£ü}}?"
  b"mÐ$f,ÍJA¶èÑq#Œý^"
  b"âpóÄ™.AË¡rïXNìÀK"
  b"""
    Çð`\n
    ÊíD´„¬MÁ™\n
    ýS
    """
  b"‚&A’\fMI\x11“l?é,MŒû"
  b"\x1DÕð"éC˜3æåHp\x1D"
  b"£?ÖMš*Dì­FXê\x02Ç\x1D>"
  b"""
    \n
    î)Nà\x1CM\x02\x13=ïE@g(
    """
  b"hÁ-¤ÄÃF9„+\x15\x7FˆÌ³“"
  b"?QóQF¨C\vˆ\x01—ÞZާb"
  b"rÃ~y%åF\x18‡3„7¬d̲"
  b"""
    ¦\x06LÐl\n
    @³–¼KP\x02¥7
    """
  b"¿%\x1D3ixHúƒ3(#×sRe"
  b"èGì.@C ¨øf÷#™‰"
  b";ðÇ¡(CC]‹®€e”ª\x16"
  b"E\téÆ\x11ûBê”þ¢³òÎdŸ"
  b"\x1EeXÀ&Mf‰îŸ¾Á{\e°"
  b"""
    Ëmãu4åNVº\x1A;5\n
    „vè
    """
  b"ò›ðgà÷JN¼Äôe™Õk-"
  b"—"M&\x03WHÝŸ\ 0\x19Ñ\x119"
  b"†ŒöôÍÛA««º² m u¯"
  b"êÃԏ°•@f¾ öÝÃ\t¼Ç"
  b"\x02ÁËÀ»IwœI‚_ˆ×‹*"
  b"5<óÇB·HŽ–\x17Q9'ŸN­"
]
55 0.60 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‰E;¸^q ‰ô_¡=W99"
  true
  b"@ڝN¾#F“‡“ê£ü}}?"
  b"mÐ$f,ÍJA¶èÑq#Œý^"
  b"âpóÄ™.AË¡rïXNìÀK"
  b"""
    Çð`\n
    ÊíD´„¬MÁ™\n
    ýS
    """
  b"‚&A’\fMI\x11“l?é,MŒû"
  b"\x1DÕð"éC˜3æåHp\x1D"
  b"£?ÖMš*Dì­FXê\x02Ç\x1D>"
  b"""
    \n
    î)Nà\x1CM\x02\x13=ïE@g(
    """
  b"hÁ-¤ÄÃF9„+\x15\x7FˆÌ³“"
  b"?QóQF¨C\vˆ\x01—ÞZާb"
  b"rÃ~y%åF\x18‡3„7¬d̲"
  b"""
    ¦\x06LÐl\n
    @³–¼KP\x02¥7
    """
  b"¿%\x1D3ixHúƒ3(#×sRe"
  b"èGì.@C ¨øf÷#™‰"
  b";ðÇ¡(CC]‹®€e”ª\x16"
  b"E\téÆ\x11ûBê”þ¢³òÎdŸ"
  b"\x1EeXÀ&Mf‰îŸ¾Á{\e°"
  b"""
    Ëmãu4åNVº\x1A;5\n
    „vè
    """
  b"ò›ðgà÷JN¼Äôe™Õk-"
  b"—"M&\x03WHÝŸ\ 0\x19Ñ\x119"
  b"†ŒöôÍÛA««º² m u¯"
  b"êÃԏ°•@f¾ öÝÃ\t¼Ç"
  b"\x02ÁËÀ»IwœI‚_ˆ×‹*"
  b"5<óÇB·HŽ–\x17Q9'ŸN­"
]
56 7.23 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.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`.`created_at` as `product.manufacturer.createdAt`, `product.manufacturer`.`updated_at` as `product.manufacturer.updatedAt`, `product.manufacturer.translation.name`, `product.manufacturer.translation.name` as `product.manufacturer.name`, `product.manufacturer.translation.link`, `product.manufacturer.translation.link` as `product.manufacturer.link`, `product.manufacturer.translation.description`, `product.manufacturer.translation.description` as `product.manufacturer.description`, `product.manufacturer.translation.customFields`, `product.manufacturer.translation.customFields` as `product.manufacturer.customFields`, (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`, (SELECT GROUP_CONCAT(HEX(`product.properties.mapping`.`property_group_option_id`) SEPARATOR '||')
                  FROM `product_property` `product.properties.mapping`
                  WHERE `product.properties.mapping`.`product_id` = `product`.`properties` ) as `product.properties.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`, `product.unit.translation.shortCode` as `product.unit.shortCode`, `product.unit.translation.name`, `product.unit.translation.name` as `product.unit.name`, `product.unit.translation.customFields`, `product.unit.translation.customFields` as `product.unit.customFields`, `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`, `product.deliveryTime.translation.name` as `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields`, `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`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `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`.`file_hash` as `product.cover.media.fileHash`, `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`, `product.cover.media.translation.title` as `product.cover.media.title`, `product.cover.media.translation.alt`, `product.cover.media.translation.alt` as `product.cover.media.alt`, `product.cover.media.translation.customFields`, `product.cover.media.translation.customFields` as `product.cover.media.customFields`, `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`, (SELECT GROUP_CONCAT(HEX(`product.streams.mapping`.`product_stream_id`) SEPARATOR '||')
                  FROM `product_stream_mapping` `product.streams.mapping`
                  WHERE `product.streams.mapping`.`product_id` = `product`.`id` ) as `product.streams.id_mapping`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`) as `product.customFields` 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_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 `tax` `product.tax` ON `product`.`tax` = `product.tax`.`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_fields` as `product.translation.customFields`, `product.translation`.`slot_config` as `product.translation.slotConfig`, `product.translation`.`custom_search_keywords` as `product.translation.customSearchKeywords` 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_fields` as `product.parent.translation.customFields`, `product.parent.translation`.`slot_config` as `product.parent.translation.slotConfig`, `product.parent.translation`.`custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.`language_id` = ?) `product.parent.product_translation` ON `product.parent.product_translation`.`product_id` = `product.parent`.`id` AND `product.parent.product_translation`.`product_version_id` = `product.parent`.`version_id` LEFT JOIN (SELECT `product.manufacturer.translation`.`product_manufacturer_id`, `product.manufacturer.translation`.`product_manufacturer_version_id`, `product.manufacturer.translation`.`link` as `product.manufacturer.translation.link`, `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` 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` 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` 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`.`alt` as `product.cover.media.translation.alt`, `product.cover.media.translation`.`title` as `product.cover.media.translation.title`, `product.cover.media.translation`.`custom_fields` as `product.cover.media.translation.customFields` 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"@ڝN¾#F“‡“ê£ü}}?"
  b"mÐ$f,ÍJA¶èÑq#Œý^"
  b"âpóÄ™.AË¡rïXNìÀK"
  b"""
    Çð`\n
    ÊíD´„¬MÁ™\n
    ýS
    """
  b"‚&A’\fMI\x11“l?é,MŒû"
  b"\x1DÕð"éC˜3æåHp\x1D"
  b"£?ÖMš*Dì­FXê\x02Ç\x1D>"
  b"""
    \n
    î)Nà\x1CM\x02\x13=ïE@g(
    """
  b"hÁ-¤ÄÃF9„+\x15\x7FˆÌ³“"
  b"?QóQF¨C\vˆ\x01—ÞZާb"
  b"rÃ~y%åF\x18‡3„7¬d̲"
  b"""
    ¦\x06LÐl\n
    @³–¼KP\x02¥7
    """
  b"¿%\x1D3ixHúƒ3(#×sRe"
  b"èGì.@C ¨øf÷#™‰"
  b";ðÇ¡(CC]‹®€e”ª\x16"
  b"E\téÆ\x11ûBê”þ¢³òÎdŸ"
  b"\x1EeXÀ&Mf‰îŸ¾Á{\e°"
  b"""
    Ëmãu4åNVº\x1A;5\n
    „vè
    """
  b"ò›ðgà÷JN¼Äôe™Õk-"
  b"—"M&\x03WHÝŸ\ 0\x19Ñ\x119"
  b"†ŒöôÍÛA««º² m u¯"
  b"êÃԏ°•@f¾ öÝÃ\t¼Ç"
  b"\x02ÁËÀ»IwœI‚_ˆ×‹*"
  b"5<óÇB·HŽ–\x17Q9'ŸN­"
]
57 4.75 ms
-- product-listing-route::loading::association::media::read
SELECT `product_media`.`id` as `product_media.id`, `product_media`.`version_id` as `product_media.versionId`, `product_media`.`product_id` as `product_media.productId`, `product_media`.`product_version_id` as `product_media.productVersionId`, `product_media`.`media_id` as `product_media.mediaId`, `product_media`.`position` as `product_media.position`, `product_media`.`custom_fields` as `product_media.customFields`, `product_media`.`created_at` as `product_media.createdAt`, `product_media`.`updated_at` as `product_media.updatedAt`, `product_media.media`.`id` as `product_media.media.id`, `product_media.media`.`user_id` as `product_media.media.userId`, `product_media.media`.`media_folder_id` as `product_media.media.mediaFolderId`, `product_media.media`.`mime_type` as `product_media.media.mimeType`, `product_media.media`.`file_extension` as `product_media.media.fileExtension`, `product_media.media`.`uploaded_at` as `product_media.media.uploadedAt`, `product_media.media`.`file_name` as `product_media.media.fileName`, `product_media.media`.`file_size` as `product_media.media.fileSize`, `product_media.media`.`media_type` as `product_media.media.mediaTypeRaw`, `product_media.media`.`meta_data` as `product_media.media.metaData`, `product_media.media`.`config` as `product_media.media.config`, `product_media.media`.`path` as `product_media.media.path`, `product_media.media`.`private` as `product_media.media.private`, `product_media.media`.`thumbnails_ro` as `product_media.media.thumbnailsRo`, `product_media.media`.`file_hash` as `product_media.media.fileHash`, `product_media.media`.`created_at` as `product_media.media.createdAt`, `product_media.media`.`updated_at` as `product_media.media.updatedAt`, `product_media.media.translation.title`, `product_media.media.translation.title` as `product_media.media.title`, `product_media.media.translation.alt`, `product_media.media.translation.alt` as `product_media.media.alt`, `product_media.media.translation.customFields`, `product_media.media.translation.customFields` as `product_media.media.customFields` FROM `product_media` LEFT JOIN `media` `product_media.media` ON `product_media`.`media_id` = `product_media.media`.`id` LEFT JOIN (SELECT `product_media.media.translation`.`media_id`, `product_media.media.translation`.`alt` as `product_media.media.translation.alt`, `product_media.media.translation`.`title` as `product_media.media.translation.title`, `product_media.media.translation`.`custom_fields` as `product_media.media.translation.customFields` FROM `media_translation` `product_media.media.translation` WHERE `product_media.media.translation`.`language_id` = ?) `product_media.media.media_translation` ON `product_media.media.media_translation`.`media_id` = `product_media.media`.`id` WHERE (`product_media`.`version_id` = ?) AND (((`product_media`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"""
    \n
    î)Nà\x1CM\x02\x13=ïE@g(
    """
  b"5<óÇB·HŽ–\x17Q9'ŸN­"
  b";ðÇ¡(CC]‹®€e”ª\x16"
  b"?QóQF¨C\vˆ\x01—ÞZާb"
  b"@ڝN¾#F“‡“ê£ü}}?"
  b"E\téÆ\x11ûBê”þ¢³òÎdŸ"
  b"hÁ-¤ÄÃF9„+\x15\x7FˆÌ³“"
  b"mÐ$f,ÍJA¶èÑq#Œý^"
  b"rÃ~y%åF\x18‡3„7¬d̲"
  b"\x1EeXÀ&Mf‰îŸ¾Á{\e°"
  b"‚&A’\fMI\x11“l?é,MŒû"
  b"†ŒöôÍÛA««º² m u¯"
  b"\x02ÁËÀ»IwœI‚_ˆ×‹*"
  b"\x1DÕð"éC˜3æåHp\x1D"
  b"—"M&\x03WHÝŸ\ 0\x19Ñ\x119"
  b"£?ÖMš*Dì­FXê\x02Ç\x1D>"
  b"""
    ¦\x06LÐl\n
    @³–¼KP\x02¥7
    """
  b"¿%\x1D3ixHúƒ3(#×sRe"
  b"""
    Çð`\n
    ÊíD´„¬MÁ™\n
    ýS
    """
  b"""
    Ëmãu4åNVº\x1A;5\n
    „vè
    """
  b"âpóÄ™.AË¡rïXNìÀK"
  b"èGì.@C ¨øf÷#™‰"
  b"êÃԏ°•@f¾ öÝÃ\t¼Ç"
  b"ò›ðgà÷JN¼Äôe™Õk-"
]
58 1.27 ms
-- product-listing-route::loading::association::properties::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`, `property_group_option.group.translation.name` as `property_group_option.group.name`, `property_group_option.group.translation.description`, `property_group_option.group.translation.description` as `property_group_option.group.description`, `property_group_option.group.translation.position`, `property_group_option.group.translation.position` as `property_group_option.group.position`, `property_group_option.group.translation.customFields`, `property_group_option.group.translation.customFields` as `property_group_option.group.customFields`, `property_group_option.translation.name`, `property_group_option.translation.name` as `property_group_option.name`, `property_group_option.translation.position`, `property_group_option.translation.position` as `property_group_option.position`, `property_group_option.translation.customFields`, `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` 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.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` 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 (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` 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‰¿\x1D–:K×±´«*ý2Lç"
  b"\x11\fÜ¿ö\x1CH_°”%ó\x1D\x08²”"
  b"\x18\rf£æ!AD‘ÜÈCœ\x0E¯¬"
  b"4µ@Qt\x18G\x06„Ï;è»fS“"
  b"""
    bt¶¶òUGû¸\n
    \x17¦^º=\n
    """
  b"‚ÈDe&YI„¯…œoù®ò¿"
  b"\x16²sä\x16G\x06ˆµÐ‹ÉÚ€U"
  b"™Î ê©A׊© ¶òAÍî"
  b"¢J+ì[íD€“E¦—§Øï—"
  b"¬ùÖJJ|C\x10¼e˜£/A\x0E!"
  b"ÃPµhX=NÔ½•¾W†@\x083"
  b"ÅŸð¬êFہ¨)­É\x04\x1FU"
  b"ö^K]'ÂD\x14´\x05\x15eÎ7–h"
  b"\x01‰¿\x1D–:K×±´«*ý2Lç"
  b"\x11\fÜ¿ö\x1CH_°”%ó\x1D\x08²”"
  b"\x1F\x04\x1EÜ\x03×@ušj\x15(\x16)\x15ã"
  b" žND·žJI¼lôà\v\"
  b"4µ@Qt\x18G\x06„Ï;è»fS“"
  b"""
    C\x16\n
    WøŠA« \x7F…Hx0`
    """
  b"€ØËt7C\x02¨½<©/g T"
  b"™Î ê©A׊© ¶òAÍî"
  b"¢J+ì[íD€“E¦—§Øï—"
  b"°kÊDšêB›¨„ùa˜\x0F"
  b"ÅŸð¬êFہ¨)­É\x04\x1FU"
  b"ö^K]'ÂD\x14´\x05\x15eÎ7–h"
  b"\x00À¿Ë:*@\x1D¼;ë÷\x1EýÜ"
  b"\x01‰¿\x1D–:K×±´«*ý2Lç"
  b"\x11\fÜ¿ö\x1CH_°”%ó\x1D\x08²”"
  b"4µ@Qt\x18G\x06„Ï;è»fS“"
  b"`H†ƒJ\x7FIã²ýäÇÅô\x1Eú"
  b"f(m\x1E£HJ\f¸AϨéuH}"
  b"gËvI×ÔM莮Wc\x08ë®}"
  b"‚ÈDe&YI„¯…œoù®ò¿"
  b"™Î ê©A׊© ¶òAÍî"
  b"¢J+ì[íD€“E¦—§Øï—"
  b"¬ùÖJJ|C\x10¼e˜£/A\x0E!"
  b"ÅŸð¬êFہ¨)­É\x04\x1FU"
  b"Öñˆ´ú*G}…m'’Æ\€Ö"
  b"ö^K]'ÂD\x14´\x05\x15eÎ7–h"
  b"\x01‰¿\x1D–:K×±´«*ý2Lç"
  b"\x11\fÜ¿ö\x1CH_°”%ó\x1D\x08²”"
  b"\x18\rf£æ!AD‘ÜÈCœ\x0E¯¬"
  b"4µ@Qt\x18G\x06„Ï;è»fS“"
  b"‚ÈDe&YI„¯…œoù®ò¿"
  b"\x16²sä\x16G\x06ˆµÐ‹ÉÚ€U"
  b"™Î ê©A׊© ¶òAÍî"
  b"Ÿî­¡“‡Kl­R£\x088m\x15Ò"
  b"¢J+ì[íD€“E¦—§Øï—"
  b"¬ùÖJJ|C\x10¼e˜£/A\x0E!"
  b"ÃPµhX=NÔ½•¾W†@\x083"
  b"ÅŸð¬êFہ¨)­É\x04\x1FU"
  b"ö^K]'ÂD\x14´\x05\x15eÎ7–h"
  b"\f$\x10ä˜gG`‚êÑ9–\x7F"
  b"\x11\fÜ¿ö\x1CH_°”%ó\x1D\x08²”"
  b"\x1Db\x16\t@΂ˆ¥$e?ÀÃ"
  b"4µ@Qt\x18G\x06„Ï;è»fS“"
  b"93>·ãSE•˜"\x16‹X9«\x1E"
  b"\x02\x1Cf—C\vµ»ð\v’Ù®R"
  b"‚ÈDe&YI„¯…œoù®ò¿"
  b"…×Ë\x03\x13÷Bç‘Gô oI~\x16"
  b"˜õµ\x1E›ÎC=˜ÙºHŠ\few"
  b"™Î ê©A׊© ¶òAÍî"
  b"¢J+ì[íD€“E¦—§Øï—"
  b"¬I•r03D~˜\x02ã…Ý.\x1E¾"
  b"À\x00\r²¢Jï•ãd´­Ê{ï"
  b"ÅŸð¬êFہ¨)­É\x04\x1FU"
  b"ö^K]'ÂD\x14´\x05\x15eÎ7–h"
  b"\x01‰¿\x1D–:K×±´«*ý2Lç"
  b"""
    \x0F1Z‹k\x7FI#¨\x17¸\n
    è(€ê
    """
  b"\x11\fÜ¿ö\x1CH_°”%ó\x1D\x08²”"
  b"4µ@Qt\x18G\x06„Ï;è»fS“"
  b"‚ÈDe&YI„¯…œoù®ò¿"
  b"™Ž:U{(L{­(\f¨x]aÛ"
  b"™Î ê©A׊© ¶òAÍî"
  b"¢J+ì[íD€“E¦—§Øï—"
  b"ÅŸð¬êFہ¨)­É\x04\x1FU"
  b"Újvt åJ²Œ\x10È’‡…K"
  b"ÝpÁ9EE+…ŸFMò\x1CŠ"
  b"ö^K]'ÂD\x14´\x05\x15eÎ7–h"
  b"\x01‰¿\x1D–:K×±´«*ý2Lç"
  b"\x11\fÜ¿ö\x1CH_°”%ó\x1D\x08²”"
  b"\x18\rf£æ!AD‘ÜÈCœ\x0E¯¬"
  b"4µ@Qt\x18G\x06„Ï;è»fS“"
  b"""
    bt¶¶òUGû¸\n
    \x17¦^º=\n
    """
  b"‚ÈDe&YI„¯…œoù®ò¿"
  b"©ü=\x02{HûƒZà„ÖH‡C"
  b"™Î ê©A׊© ¶òAÍî"
  b"¢J+ì[íD€“E¦—§Øï—"
  b"¬ùÖJJ|C\x10¼e˜£/A\x0E!"
  b"ÃPµhX=NÔ½•¾W†@\x083"
  b"ÅŸð¬êFہ¨)­É\x04\x1FU"
  b"ö^K]'ÂD\x14´\x05\x15eÎ7–h"
  b"\x11\fÜ¿ö\x1CH_°”%ó\x1D\x08²”"
  b"\x1Db\x16\t@΂ˆ¥$e?ÀÃ"
  b"4µ@Qt\x18G\x06„Ï;è»fS“"
  b"M6¿òò?Mã¬9\x18ƒ“üZ°"
  b"˜õµ\x1E›ÎC=˜ÙºHŠ\few"
  b"™Î ê©A׊© ¶òAÍî"
  b"¢J+ì[íD€“E¦—§Øï—"
  b"¬I•r03D~˜\x02ã…Ý.\x1E¾"
  b"®¡ $BôDt“m\r,ÂL\x1E"
  b"À\x00\r²¢Jï•ãd´­Ê{ï"
  b"ÅŸð¬êFہ¨)­É\x04\x1FU"
  b"îUäå×AKÅ¡\x0Fš‚„9\x08\"
  b"ö^K]'ÂD\x14´\x05\x15eÎ7–h"
  b"\x01‰¿\x1D–:K×±´«*ý2Lç"
  b"\x11\fÜ¿ö\x1CH_°”%ó\x1D\x08²”"
  b"\x18\rf£æ!AD‘ÜÈCœ\x0E¯¬"
  b"4µ@Qt\x18G\x06„Ï;è»fS“"
  b"P_¼†`ØDè©»_t\e·J´"
  b"""
    bt¶¶òUGû¸\n
    \x17¦^º=\n
    """
  b"f(m\x1E£HJ\f¸AϨéuH}"
  b"‚ÈDe&YI„¯…œoù®ò¿"
  b"™Î ê©A׊© ¶òAÍî"
  b"¢J+ì[íD€“E¦—§Øï—"
  b"¬ùÖJJ|C\x10¼e˜£/A\x0E!"
  b"ÃPµhX=NÔ½•¾W†@\x083"
  b"ÅŸð¬êFہ¨)­É\x04\x1FU"
  b"ö^K]'ÂD\x14´\x05\x15eÎ7–h"
  b"\x0F\x1C¦šø–IuÛ†Åæ­5ž"
  b"\x11\fÜ¿ö\x1CH_°”%ó\x1D\x08²”"
  b"4µ@Qt\x18G\x06„Ï;è»fS“"
  b"G\x05¦ºNU@Õ¥£<Ý’öcš"
  b"f(m\x1E£HJ\f¸AϨéuH}"
  b"ŠP6h\x12ØFɉ±"\eÎ3ç"
  b"™Î ê©A׊© ¶òAÍî"
  b"¢J+ì[íD€“E¦—§Øï—"
  b"À]~'!{MU“^ŽdÈ\x12çP"
  b"ÅŸð¬êFہ¨)­É\x04\x1FU"
  b"Õ­ˆ\rõ(B\x17‹dß»ö¡½è"
  b"""
    ÜÕ-ˈ¨@J¥ý¶>\n
    I" 
    """
  b"í°qw°¿Ib¸ç‰±@\x15\x11\x16"
  b"ï¶G\x1F½AHp‰šÉÿg*\x05\x00"
  b"ö^K]'ÂD\x14´\x05\x15eÎ7–h"
  b"\x01‰¿\x1D–:K×±´«*ý2Lç"
  b"""
    \n
    ä3sË…Oe¹§âT\x0E¬\x08a
    """
  b"\x11\fÜ¿ö\x1CH_°”%ó\x1D\x08²”"
  b"&¶RR¼ËL8‰ý)æ'\x11¢Æ"
  b"4µ@Qt\x18G\x06„Ï;è»fS“"
  b"""
    C\x16\n
    WøŠA« \x7F…Hx0`
    """
  b"j£AO*ªAĨkÚà›\x1Fž\x18"
  b"“Í>軉DwŠ8\rŸ]t…Ç"
  b"–mPî\x0F¶I\x08¤Yóé OX]"
  b"™Î ê©A׊© ¶òAÍî"
  b"¢J+ì[íD€“E¦—§Øï—"
  b"ÅŸð¬êFہ¨)­É\x04\x1FU"
  b"ö^K]'ÂD\x14´\x05\x15eÎ7–h"
  b"\x01‰¿\x1D–:K×±´«*ý2Lç"
  b"\x11\fÜ¿ö\x1CH_°”%ó\x1D\x08²”"
  b"\x1AÓ£þ&\x10EV«Ô¥\x08\x04ªcé"
  b"4µ@Qt\x18G\x06„Ï;è»fS“"
  b"™Î ê©A׊© ¶òAÍî"
  b"¢J+ì[íD€“E¦—§Øï—"
  b"©\x7FU8Ê¡D«¥Íõ6,ºƒý"
  b"ÅŸð¬êFہ¨)­É\x04\x1FU"
  b"Ð\x1DÂ6dÙD»¾w‡>Iœ°Œ"
  b"ôoè\x10ZCCý\x16t\x1D\x1C\x08"
  b"ö^K]'ÂD\x14´\x05\x15eÎ7–h"
  b"\x01‰¿\x1D–:K×±´«*ý2Lç"
  b"\x0Eë^TÛÊC8–ðÞƒ¢dK"
  b"\x11\fÜ¿ö\x1CH_°”%ó\x1D\x08²”"
  b"4µ@Qt\x18G\x06„Ï;è»fS“"
  b"""
    C\x16\n
    WøŠA« \x7F…Hx0`
    """
  b"{·ûAs5O‡¹L\x14k¤ØŒ\x02"
  b"™Î ê©A׊© ¶òAÍî"
  b"Ÿ×\x16ÁwGW³BƒÇ#}L\v"
  b"¢J+ì[íD€“E¦—§Øï—"
  b"¿4Mÿö‚JQ¤˜eð¬\x1D_\x15"
  b"ÅŸð¬êFہ¨)­É\x04\x1FU"
  b"ö^K]'ÂD\x14´\x05\x15eÎ7–h"
  b"""
    \n
    \x11ƒœ\x1FLf­Šþ·ò߇*
    """
  b"\vüø\x1D\x1DGꡌ?\rS®>Ð"
  b"\x11\fÜ¿ö\x1CH_°”%ó\x1D\x08²”"
  b"\x1Db\x16\t@΂ˆ¥$e?ÀÃ"
  b"2\x12ºnûÒEc…e~=5òcÙ"
  b"4µ@Qt\x18G\x06„Ï;è»fS“"
  b"a—Ž¿ÛPM‘©î½Þ›\x07÷\x01"
  b"""
    f±]\x10\x14\n
    J؉¾uãêèä
    """
  b"\x19Eƒç„J¬„Ù3IÉ(&Î"
  b"™Î ê©A׊© ¶òAÍî"
  b"¢J+ì[íD€“E¦—§Øï—"
  b"¹„_­°tEށ\x01~±lùq”"
  b"À\x00\r²¢Jï•ãd´­Ê{ï"
  b"ÅŸð¬êFہ¨)­É\x04\x1FU"
  b"îUäå×AKÅ¡\x0Fš‚„9\x08\"
  b"ö^K]'ÂD\x14´\x05\x15eÎ7–h"
  b"\x11\fÜ¿ö\x1CH_°”%ó\x1D\x08²”"
  b""û§ÃãœO“­ý÷]»çæ%"
  b"4µ@Qt\x18G\x06„Ï;è»fS“"
  b"G\x05¦ºNU@Õ¥£<Ý’öcš"
  b"Pð•{à\x10C—Î™5Úä¤("
  b"VÚÖ¤Û\D{Ÿr<CÔ\x05€K"
  b"Z]žuœ\x0FA[°}\x07¡…G¡ú"
  b"f(m\x1E£HJ\f¸AϨéuH}"
  b"™Î ê©A׊© ¶òAÍî"
  b"¢J+ì[íD€“E¦—§Øï—"
  b"ÅŸð¬êFہ¨)­É\x04\x1FU"
  b"È€œŽ»ŸCô£ø“~\x17ñ€<"
  b"Õ­ˆ\rõ(B\x17‹dß»ö¡½è"
  b"í°qw°¿Ib¸ç‰±@\x15\x11\x16"
  b"ö^K]'ÂD\x14´\x05\x15eÎ7–h"
  b"\x01‰¿\x1D–:K×±´«*ý2Lç"
  b"\x11\fÜ¿ö\x1CH_°”%ó\x1D\x08²”"
  b"\x18\rf£æ!AD‘ÜÈCœ\x0E¯¬"
  b"4µ@Qt\x18G\x06„Ï;è»fS“"
  b"‚ÈDe&YI„¯…œoù®ò¿"
  b"\x16²sä\x16G\x06ˆµÐ‹ÉÚ€U"
  b"™Î ê©A׊© ¶òAÍî"
  b"Ÿî­¡“‡Kl­R£\x088m\x15Ò"
  b"¢J+ì[íD€“E¦—§Øï—"
  b"¬ùÖJJ|C\x10¼e˜£/A\x0E!"
  b"ÃPµhX=NÔ½•¾W†@\x083"
  b"ÅŸð¬êFہ¨)­É\x04\x1FU"
  b"ö^K]'ÂD\x14´\x05\x15eÎ7–h"
  b"\x01‰¿\x1D–:K×±´«*ý2Lç"
  b"\x11\fÜ¿ö\x1CH_°”%ó\x1D\x08²”"
  b"\x18\rf£æ!AD‘ÜÈCœ\x0E¯¬"
  b"4µ@Qt\x18G\x06„Ï;è»fS“"
  b"f(m\x1E£HJ\f¸AϨéuH}"
  b"‚ÈDe&YI„¯…œoù®ò¿"
  b"™Î ê©A׊© ¶òAÍî"
  b"Ÿî­¡“‡Kl­R£\x088m\x15Ò"
  b"¢J+ì[íD€“E¦—§Øï—"
  b"¬ùÖJJ|C\x10¼e˜£/A\x0E!"
  b"ÃPµhX=NÔ½•¾W†@\x083"
  b"ÅŸð¬êFہ¨)­É\x04\x1FU"
  b"Êv‹\x14–B\x1A¾Òm|ðЏ\e"
  b"ö^K]'ÂD\x14´\x05\x15eÎ7–h"
  b"\x01‰¿\x1D–:K×±´«*ý2Lç"
  b"\x11\fÜ¿ö\x1CH_°”%ó\x1D\x08²”"
  b"4µ@Qt\x18G\x06„Ï;è»fS“"
  b"tÚ}V€tO\x01‡‚UZÅùÓÿ"
  b"{.m½c4C¼00ƒ\x0F¡fF"
  b"™Î ê©A׊© ¶òAÍî"
  b"¢J+ì[íD€“E¦—§Øï—"
  b"ÅŸð¬êFہ¨)­É\x04\x1FU"
  b"È ÖÝ‹VB\x01\x1AÃ%‘ìÝ?"
  b"É9fHl!C\x07¯\x05=4Ž…\x12ç"
  b"ÙÍ{ÂŽL\t¤y^à\x17ã\x7F\x0E"
  b"ö^K]'ÂD\x14´\x05\x15eÎ7–h"
  b"\x01‰¿\x1D–:K×±´«*ý2Lç"
  b"""
    \n
    ƒ\x02\x1DO·‡¯²â†:l\x12
    """
  b"""
    \n
    ä3sË…Oe¹§âT\x0E¬\x08a
    """
  b"\x11\fÜ¿ö\x1CH_°”%ó\x1D\x08²”"
  b"#GÔ©‹PE\x7F„òºcD\x0FU"
  b",\x03SÉ€|BXžÏ˜¯Qaû)"
  b"4µ@Qt\x18G\x06„Ï;è»fS“"
  b"5^.p•Nˆ·ßÉ÷Âýrß"
  b"™Î ê©A׊© ¶òAÍî"
  b"¢J+ì[íD€“E¦—§Øï—"
  b"ÅŸð¬êFہ¨)­É\x04\x1FU"
  b"Ð\x1DÂ6dÙD»¾w‡>Iœ°Œ"
  b"ö^K]'ÂD\x14´\x05\x15eÎ7–h"
  b"\x01‰¿\x1D–:K×±´«*ý2Lç"
  b"\x11\fÜ¿ö\x1CH_°”%ó\x1D\x08²”"
  b"4µ@Qt\x18G\x06„Ï;è»fS“"
  b"\x19tn‰CB‰0\x07„áµ^"
  b"‚ÈDe&YI„¯…œoù®ò¿"
  b"\e)$^NŽr \v‘ŒHÆ"
  b"’®__ßUC¾®&bmÛò\x7F©"
  b"™Î ê©A׊© ¶òAÍî"
  b"¢J+ì[íD€“E¦—§Øï—"
  b"¹„_­°tEށ\x01~±lùq”"
  b"ÅŸð¬êFہ¨)­É\x04\x1FU"
  b"ö^K]'ÂD\x14´\x05\x15eÎ7–h"
  b"\x01‰¿\x1D–:K×±´«*ý2Lç"
  b"\x11\fÜ¿ö\x1CH_°”%ó\x1D\x08²”"
  b"-}æ[\x159Cë¸_Kß/,\x048"
  b"4µ@Qt\x18G\x06„Ï;è»fS“"
  b"\f,Ÿ2Jűv~ZÝ\x08ÒÂ"
  b"{·ûAs5O‡¹L\x14k¤ØŒ\x02"
  b"‚ÈDe&YI„¯…œoù®ò¿"
  b"™Î ê©A׊© ¶òAÍî"
  b"¢J+ì[íD€“E¦—§Øï—"
  b"½Æìœc1CsŽût\f7d’~"
  b"¿±õæä`K@¾7\x16kóáYT"
  b"ÅŸð¬êFہ¨)­É\x04\x1FU"
  b"ö^K]'ÂD\x14´\x05\x15eÎ7–h"
  b"\x01‰¿\x1D–:K×±´«*ý2Lç"
  b"\x11\fÜ¿ö\x1CH_°”%ó\x1D\x08²”"
  b"0pû‘áÀFîžI’¨4”M"
  b"4µ@Qt\x18G\x06„Ï;è»fS“"
  b"E‚ºå¨áAí³[Ž3ò,õä"
  b"M|ì"Ö\f@£‚dxßÞh\x0F"
  b"V”\x19\x1E#ãD“¾¾šg\x0FGãb"
  b"‚ÈDe&YI„¯…œoù®ò¿"
  b"’ˆÃÁswCk·\rhæ%•ô*"
  b"™Î ê©A׊© ¶òAÍî"
  b"¢J+ì[íD€“E¦—§Øï—"
  b"ÅŸð¬êFہ¨)­É\x04\x1FU"
  b"ö^K]'ÂD\x14´\x05\x15eÎ7–h"
  b"\x01‰¿\x1D–:K×±´«*ý2Lç"
  b"\x01í‘÷OÒHĉŸ×‘‡î²Ç"
  b"\x11\fÜ¿ö\x1CH_°”%ó\x1D\x08²”"
  b"\x14¹eŸÖuF@«\x12Õ!ÇQ\e*"
  b"4µ@Qt\x18G\x06„Ï;è»fS“"
  b"""
    C\x16\n
    WøŠA« \x7F…Hx0`
    """
  b"]i¯³‡[GÅ•Ï(ô.²Ú6"
  b"™Î ê©A׊© ¶òAÍî"
  b"¢J+ì[íD€“E¦—§Øï—"
  b"ÅŸð¬êFہ¨)­É\x04\x1FU"
  b"îw(NjcK›¾†*>¸áÞa"
  b"ö^K]'ÂD\x14´\x05\x15eÎ7–h"
  b"\x01‰¿\x1D–:K×±´«*ý2Lç"
  b"\x11\fÜ¿ö\x1CH_°”%ó\x1D\x08²”"
  b"\x190Ð)Ö`O–½ˆ›\x1DTb‚r"
  b"4µ@Qt\x18G\x06„Ï;è»fS“"
  b"\x19tn‰CB‰0\x07„áµ^"
  b"rGNÇ…5I“ Ec–µ®8ð"
  b"‚ÈDe&YI„¯…œoù®ò¿"
  b"™Î ê©A׊© ¶òAÍî"
  b"žleÊ\fýA\˜8V\fŠÒö"
  b"¢J+ì[íD€“E¦—§Øï—"
  b"ÅŸð¬êFہ¨)­É\x04\x1FU"
  b"ö^K]'ÂD\x14´\x05\x15eÎ7–h"
]
59 1.63 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"""
    \n
    î)Nà\x1CM\x02\x13=ïE@g(
    """
  b"5<óÇB·HŽ–\x17Q9'ŸN­"
  b";ðÇ¡(CC]‹®€e”ª\x16"
  b"?QóQF¨C\vˆ\x01—ÞZާb"
  b"@ڝN¾#F“‡“ê£ü}}?"
  b"E\téÆ\x11ûBê”þ¢³òÎdŸ"
  b"hÁ-¤ÄÃF9„+\x15\x7FˆÌ³“"
  b"mÐ$f,ÍJA¶èÑq#Œý^"
  b"rÃ~y%åF\x18‡3„7¬d̲"
  b"\x1EeXÀ&Mf‰îŸ¾Á{\e°"
  b"‚&A’\fMI\x11“l?é,MŒû"
  b"†ŒöôÍÛA««º² m u¯"
  b"\x02ÁËÀ»IwœI‚_ˆ×‹*"
  b"\x1DÕð"éC˜3æåHp\x1D"
  b"—"M&\x03WHÝŸ\ 0\x19Ñ\x119"
  b"£?ÖMš*Dì­FXê\x02Ç\x1D>"
  b"""
    ¦\x06LÐl\n
    @³–¼KP\x02¥7
    """
  b"¿%\x1D3ixHúƒ3(#×sRe"
  b"""
    Çð`\n
    ÊíD´„¬MÁ™\n
    ýS
    """
  b"""
    Ëmãu4åNVº\x1A;5\n
    „vè
    """
  b"âpóÄ™.AË¡rïXNìÀK"
  b"èGì.@C ¨øf÷#™‰"
  b"êÃԏ°•@f¾ öÝÃ\t¼Ç"
  b"ò›ðgà÷JN¼Äôe™Õk-"
]
60 0.34 ms
-- product-listing-route::loading::association::streams::read
SELECT `product_stream`.`id` as `product_stream.id`, `product_stream`.`api_filter` as `product_stream.apiFilter`, `product_stream`.`invalid` as `product_stream.invalid`, `product_stream`.`created_at` as `product_stream.createdAt`, `product_stream`.`updated_at` as `product_stream.updatedAt`, `product_stream.translation.name`, `product_stream.translation.name` as `product_stream.name`, `product_stream.translation.description`, `product_stream.translation.description` as `product_stream.description`, `product_stream.translation.customFields`, `product_stream.translation.customFields` as `product_stream.customFields` FROM `product_stream` LEFT JOIN (SELECT `product_stream.translation`.`product_stream_id`, `product_stream.translation`.`name` as `product_stream.translation.name`, `product_stream.translation`.`description` as `product_stream.translation.description`, `product_stream.translation`.`custom_fields` as `product_stream.translation.customFields` FROM `product_stream_translation` `product_stream.translation` WHERE `product_stream.translation`.`language_id` = ?) `product_stream.product_stream_translation` ON `product_stream.product_stream_translation`.`product_stream_id` = `product_stream`.`id` WHERE `product_stream`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‹(\\x16gz4ºm\n™l\x00R€"
  b"\x01‹ª\x05þp\x08«%öJ“u*€"
  b"{ÿ9³7¢O*lDø€•]\x02"
  b"\x01‹(\\x16gz4ºm\n™l\x00R€"
  b"\x01‹ª\x05þp\x08«%öJ“u*€"
  b"{ÿ9³7¢O*lDø€•]\x02"
  b"\x01‹(\\x16gz4ºm\n™l\x00R€"
  b"\x01‹ª\x05þp\x08«%öJ“u*€"
  b"{ÿ9³7¢O*lDø€•]\x02"
  b"\x01‹(\\x16gz4ºm\n™l\x00R€"
  b"\x01‹ª\x05þp\x08«%öJ“u*€"
  b"{ÿ9³7¢O*lDø€•]\x02"
  b"\x01‹(\\x16gz4ºm\n™l\x00R€"
  b"\x01‹ª\x05þp\x08«%öJ“u*€"
  b"{ÿ9³7¢O*lDø€•]\x02"
  b"\x01‹(\\x16gz4ºm\n™l\x00R€"
  b"\x01‹ª\x05þp\x08«%öJ“u*€"
  b"{ÿ9³7¢O*lDø€•]\x02"
  b"\x01‹(\\x16gz4ºm\n™l\x00R€"
  b"\x01‹ª\x05þp\x08«%öJ“u*€"
  b"{ÿ9³7¢O*lDø€•]\x02"
  b"\x01‹(\\x16gz4ºm\n™l\x00R€"
  b"\x01‹ª\x05þp\x08«%öJ“u*€"
  b"{ÿ9³7¢O*lDø€•]\x02"
  b"\x01‹(\\x16gz4ºm\n™l\x00R€"
  b"\x01‹ª\x05þp\x08«%öJ“u*€"
  b"{ÿ9³7¢O*lDø€•]\x02"
  b"\x01‹(\\x16gz4ºm\n™l\x00R€"
  b"\x01‹ª\x05þp\x08«%öJ“u*€"
  b"JV\x18º?VC¬¤ô\x0FÀþÕܨ"
  b"{ÿ9³7¢O*lDø€•]\x02"
  b"\x01‹(\\x16gz4ºm\n™l\x00R€"
  b"\x01‹ª\x05þp\x08«%öJ“u*€"
  b"{ÿ9³7¢O*lDø€•]\x02"
  b"\x01‹(\\x16gz4ºm\n™l\x00R€"
  b"\x01‹ª\x05þp\x08«%öJ“u*€"
  b"{ÿ9³7¢O*lDø€•]\x02"
  b"\x01‹(\\x16gz4ºm\n™l\x00R€"
  b"\x01‹ª\x05þp\x08«%öJ“u*€"
  b"{ÿ9³7¢O*lDø€•]\x02"
  b"\x01‹(\\x16gz4ºm\n™l\x00R€"
  b"\x01‹ª\x05þp\x08«%öJ“u*€"
  b"{ÿ9³7¢O*lDø€•]\x02"
  b"\x01‹(\\x16gz4ºm\n™l\x00R€"
  b"\x01‹ª\x05þp\x08«%öJ“u*€"
  b"JV\x18º?VC¬¤ô\x0FÀþÕܨ"
  b"{ÿ9³7¢O*lDø€•]\x02"
  b"\x01‹(\\x16gz4ºm\n™l\x00R€"
  b"\x01‹ª\x05þp\x08«%öJ“u*€"
  b"{ÿ9³7¢O*lDø€•]\x02"
  b"\x01‹(\\x16gz4ºm\n™l\x00R€"
  b"\x01‹ª\x05þp\x08«%öJ“u*€"
  b"{ÿ9³7¢O*lDø€•]\x02"
  b"\x01‹(\\x16gz4ºm\n™l\x00R€"
  b"\x01‹ª\x05þp\x08«%öJ“u*€"
  b"{ÿ9³7¢O*lDø€•]\x02"
  b"\x01‹(\\x16gz4ºm\n™l\x00R€"
  b"\x01‹ª\x05þp\x08«%öJ“u*€"
  b"{ÿ9³7¢O*lDø€•]\x02"
  b"\x01‹(\\x16gz4ºm\n™l\x00R€"
  b"\x01‹ª\x05þp\x08«%öJ“u*€"
  b"{ÿ9³7¢O*lDø€•]\x02"
  b"\x01‹(\\x16gz4ºm\n™l\x00R€"
  b"\x01‹ª\x05þp\x08«%öJ“u*€"
  b"{ÿ9³7¢O*lDø€•]\x02"
  b"\x01‹(\\x16gz4ºm\n™l\x00R€"
  b"\x01‹ª\x05þp\x08«%öJ“u*€"
  b"{ÿ9³7¢O*lDø€•]\x02"
  b"\x01‹(\\x16gz4ºm\n™l\x00R€"
  b"\x01‹ª\x05þp\x08«%öJ“u*€"
  b"{ÿ9³7¢O*lDø€•]\x02"
  b"\x01‹(\\x16gz4ºm\n™l\x00R€"
  b"\x01‹ª\x05þp\x08«%öJ“u*€"
  b"{ÿ9³7¢O*lDø€•]\x02"
]
61 0.30 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`, `unit.translation.shortCode` as `unit.shortCode`, `unit.translation.name`, `unit.translation.name` as `unit.name`, `unit.translation.customFields`, `unit.translation.customFields` as `unit.customFields` 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` 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"
]
62 0.29 ms
SELECT `prems_bonus_system_bonus_product`.`id` FROM `prems_bonus_system_bonus_product` WHERE (`prems_bonus_system_bonus_product`.`active` = ? AND ((`prems_bonus_system_bonus_product`.`valid_from` <= ?) OR `prems_bonus_system_bonus_product`.`valid_from` <=> ?) AND ((`prems_bonus_system_bonus_product`.`valid_until` >= ?) OR `prems_bonus_system_bonus_product`.`valid_until` <=> ?) AND (`prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` IS NULL OR `prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` LIKE ? OR `prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` LIKE ?) AND `prems_bonus_system_bonus_product`.`product_id` = ?) ORDER BY `prems_bonus_system_bonus_product`.`position` ASC
Parameters:
[
  true
  "2026-02-27 21:10:10"
  null
  "2026-02-27 21:10:10"
  null
  "%[]%"
  "%0189453bb85e71a089f45fa13d573939%"
  b"@ڝN¾#F“‡“ê£ü}}?"
]
63 0.23 ms
SELECT `prems_bonus_system_bonus_product`.`id` FROM `prems_bonus_system_bonus_product` WHERE (`prems_bonus_system_bonus_product`.`active` = ? AND ((`prems_bonus_system_bonus_product`.`valid_from` <= ?) OR `prems_bonus_system_bonus_product`.`valid_from` <=> ?) AND ((`prems_bonus_system_bonus_product`.`valid_until` >= ?) OR `prems_bonus_system_bonus_product`.`valid_until` <=> ?) AND (`prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` IS NULL OR `prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` LIKE ? OR `prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` LIKE ?) AND `prems_bonus_system_bonus_product`.`product_id` = ?) ORDER BY `prems_bonus_system_bonus_product`.`position` ASC
Parameters:
[
  true
  "2026-02-27 21:10:10"
  null
  "2026-02-27 21:10:10"
  null
  "%[]%"
  "%0189453bb85e71a089f45fa13d573939%"
  b"mÐ$f,ÍJA¶èÑq#Œý^"
]
64 0.28 ms
SELECT `prems_bonus_system_bonus_product`.`id` FROM `prems_bonus_system_bonus_product` WHERE (`prems_bonus_system_bonus_product`.`active` = ? AND ((`prems_bonus_system_bonus_product`.`valid_from` <= ?) OR `prems_bonus_system_bonus_product`.`valid_from` <=> ?) AND ((`prems_bonus_system_bonus_product`.`valid_until` >= ?) OR `prems_bonus_system_bonus_product`.`valid_until` <=> ?) AND (`prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` IS NULL OR `prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` LIKE ? OR `prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` LIKE ?) AND `prems_bonus_system_bonus_product`.`product_id` = ?) ORDER BY `prems_bonus_system_bonus_product`.`position` ASC
Parameters:
[
  true
  "2026-02-27 21:10:10"
  null
  "2026-02-27 21:10:10"
  null
  "%[]%"
  "%0189453bb85e71a089f45fa13d573939%"
  b"âpóÄ™.AË¡rïXNìÀK"
]
65 0.44 ms
SELECT `prems_bonus_system_bonus_product`.`id` FROM `prems_bonus_system_bonus_product` WHERE (`prems_bonus_system_bonus_product`.`active` = ? AND ((`prems_bonus_system_bonus_product`.`valid_from` <= ?) OR `prems_bonus_system_bonus_product`.`valid_from` <=> ?) AND ((`prems_bonus_system_bonus_product`.`valid_until` >= ?) OR `prems_bonus_system_bonus_product`.`valid_until` <=> ?) AND (`prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` IS NULL OR `prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` LIKE ? OR `prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` LIKE ?) AND `prems_bonus_system_bonus_product`.`product_id` = ?) ORDER BY `prems_bonus_system_bonus_product`.`position` ASC
Parameters:
[
  true
  "2026-02-27 21:10:10"
  null
  "2026-02-27 21:10:10"
  null
  "%[]%"
  "%0189453bb85e71a089f45fa13d573939%"
  b"""
    Çð`\n
    ÊíD´„¬MÁ™\n
    ýS
    """
]
66 0.38 ms
SELECT `prems_bonus_system_bonus_product`.`id` FROM `prems_bonus_system_bonus_product` WHERE (`prems_bonus_system_bonus_product`.`active` = ? AND ((`prems_bonus_system_bonus_product`.`valid_from` <= ?) OR `prems_bonus_system_bonus_product`.`valid_from` <=> ?) AND ((`prems_bonus_system_bonus_product`.`valid_until` >= ?) OR `prems_bonus_system_bonus_product`.`valid_until` <=> ?) AND (`prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` IS NULL OR `prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` LIKE ? OR `prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` LIKE ?) AND `prems_bonus_system_bonus_product`.`product_id` = ?) ORDER BY `prems_bonus_system_bonus_product`.`position` ASC
Parameters:
[
  true
  "2026-02-27 21:10:10"
  null
  "2026-02-27 21:10:10"
  null
  "%[]%"
  "%0189453bb85e71a089f45fa13d573939%"
  b"‚&A’\fMI\x11“l?é,MŒû"
]
67 0.36 ms
SELECT `prems_bonus_system_bonus_product`.`id` FROM `prems_bonus_system_bonus_product` WHERE (`prems_bonus_system_bonus_product`.`active` = ? AND ((`prems_bonus_system_bonus_product`.`valid_from` <= ?) OR `prems_bonus_system_bonus_product`.`valid_from` <=> ?) AND ((`prems_bonus_system_bonus_product`.`valid_until` >= ?) OR `prems_bonus_system_bonus_product`.`valid_until` <=> ?) AND (`prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` IS NULL OR `prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` LIKE ? OR `prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` LIKE ?) AND `prems_bonus_system_bonus_product`.`product_id` = ?) ORDER BY `prems_bonus_system_bonus_product`.`position` ASC
Parameters:
[
  true
  "2026-02-27 21:10:10"
  null
  "2026-02-27 21:10:10"
  null
  "%[]%"
  "%0189453bb85e71a089f45fa13d573939%"
  b"\x1DÕð"éC˜3æåHp\x1D"
]
68 0.22 ms
SELECT `prems_bonus_system_bonus_product`.`id` FROM `prems_bonus_system_bonus_product` WHERE (`prems_bonus_system_bonus_product`.`active` = ? AND ((`prems_bonus_system_bonus_product`.`valid_from` <= ?) OR `prems_bonus_system_bonus_product`.`valid_from` <=> ?) AND ((`prems_bonus_system_bonus_product`.`valid_until` >= ?) OR `prems_bonus_system_bonus_product`.`valid_until` <=> ?) AND (`prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` IS NULL OR `prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` LIKE ? OR `prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` LIKE ?) AND `prems_bonus_system_bonus_product`.`product_id` = ?) ORDER BY `prems_bonus_system_bonus_product`.`position` ASC
Parameters:
[
  true
  "2026-02-27 21:10:10"
  null
  "2026-02-27 21:10:10"
  null
  "%[]%"
  "%0189453bb85e71a089f45fa13d573939%"
  b"£?ÖMš*Dì­FXê\x02Ç\x1D>"
]
69 0.21 ms
SELECT `prems_bonus_system_bonus_product`.`id` FROM `prems_bonus_system_bonus_product` WHERE (`prems_bonus_system_bonus_product`.`active` = ? AND ((`prems_bonus_system_bonus_product`.`valid_from` <= ?) OR `prems_bonus_system_bonus_product`.`valid_from` <=> ?) AND ((`prems_bonus_system_bonus_product`.`valid_until` >= ?) OR `prems_bonus_system_bonus_product`.`valid_until` <=> ?) AND (`prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` IS NULL OR `prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` LIKE ? OR `prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` LIKE ?) AND `prems_bonus_system_bonus_product`.`product_id` = ?) ORDER BY `prems_bonus_system_bonus_product`.`position` ASC
Parameters:
[
  true
  "2026-02-27 21:10:10"
  null
  "2026-02-27 21:10:10"
  null
  "%[]%"
  "%0189453bb85e71a089f45fa13d573939%"
  b"""
    \n
    î)Nà\x1CM\x02\x13=ïE@g(
    """
]
70 0.21 ms
SELECT `prems_bonus_system_bonus_product`.`id` FROM `prems_bonus_system_bonus_product` WHERE (`prems_bonus_system_bonus_product`.`active` = ? AND ((`prems_bonus_system_bonus_product`.`valid_from` <= ?) OR `prems_bonus_system_bonus_product`.`valid_from` <=> ?) AND ((`prems_bonus_system_bonus_product`.`valid_until` >= ?) OR `prems_bonus_system_bonus_product`.`valid_until` <=> ?) AND (`prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` IS NULL OR `prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` LIKE ? OR `prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` LIKE ?) AND `prems_bonus_system_bonus_product`.`product_id` = ?) ORDER BY `prems_bonus_system_bonus_product`.`position` ASC
Parameters:
[
  true
  "2026-02-27 21:10:10"
  null
  "2026-02-27 21:10:10"
  null
  "%[]%"
  "%0189453bb85e71a089f45fa13d573939%"
  b"hÁ-¤ÄÃF9„+\x15\x7FˆÌ³“"
]
71 0.41 ms
SELECT `prems_bonus_system_bonus_product`.`id` FROM `prems_bonus_system_bonus_product` WHERE (`prems_bonus_system_bonus_product`.`active` = ? AND ((`prems_bonus_system_bonus_product`.`valid_from` <= ?) OR `prems_bonus_system_bonus_product`.`valid_from` <=> ?) AND ((`prems_bonus_system_bonus_product`.`valid_until` >= ?) OR `prems_bonus_system_bonus_product`.`valid_until` <=> ?) AND (`prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` IS NULL OR `prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` LIKE ? OR `prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` LIKE ?) AND `prems_bonus_system_bonus_product`.`product_id` = ?) ORDER BY `prems_bonus_system_bonus_product`.`position` ASC
Parameters:
[
  true
  "2026-02-27 21:10:10"
  null
  "2026-02-27 21:10:10"
  null
  "%[]%"
  "%0189453bb85e71a089f45fa13d573939%"
  b"?QóQF¨C\vˆ\x01—ÞZާb"
]
72 0.19 ms
SELECT `prems_bonus_system_bonus_product`.`id` FROM `prems_bonus_system_bonus_product` WHERE (`prems_bonus_system_bonus_product`.`active` = ? AND ((`prems_bonus_system_bonus_product`.`valid_from` <= ?) OR `prems_bonus_system_bonus_product`.`valid_from` <=> ?) AND ((`prems_bonus_system_bonus_product`.`valid_until` >= ?) OR `prems_bonus_system_bonus_product`.`valid_until` <=> ?) AND (`prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` IS NULL OR `prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` LIKE ? OR `prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` LIKE ?) AND `prems_bonus_system_bonus_product`.`product_id` = ?) ORDER BY `prems_bonus_system_bonus_product`.`position` ASC
Parameters:
[
  true
  "2026-02-27 21:10:10"
  null
  "2026-02-27 21:10:10"
  null
  "%[]%"
  "%0189453bb85e71a089f45fa13d573939%"
  b"rÃ~y%åF\x18‡3„7¬d̲"
]
73 0.19 ms
SELECT `prems_bonus_system_bonus_product`.`id` FROM `prems_bonus_system_bonus_product` WHERE (`prems_bonus_system_bonus_product`.`active` = ? AND ((`prems_bonus_system_bonus_product`.`valid_from` <= ?) OR `prems_bonus_system_bonus_product`.`valid_from` <=> ?) AND ((`prems_bonus_system_bonus_product`.`valid_until` >= ?) OR `prems_bonus_system_bonus_product`.`valid_until` <=> ?) AND (`prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` IS NULL OR `prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` LIKE ? OR `prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` LIKE ?) AND `prems_bonus_system_bonus_product`.`product_id` = ?) ORDER BY `prems_bonus_system_bonus_product`.`position` ASC
Parameters:
[
  true
  "2026-02-27 21:10:10"
  null
  "2026-02-27 21:10:10"
  null
  "%[]%"
  "%0189453bb85e71a089f45fa13d573939%"
  b"""
    ¦\x06LÐl\n
    @³–¼KP\x02¥7
    """
]
74 0.18 ms
SELECT `prems_bonus_system_bonus_product`.`id` FROM `prems_bonus_system_bonus_product` WHERE (`prems_bonus_system_bonus_product`.`active` = ? AND ((`prems_bonus_system_bonus_product`.`valid_from` <= ?) OR `prems_bonus_system_bonus_product`.`valid_from` <=> ?) AND ((`prems_bonus_system_bonus_product`.`valid_until` >= ?) OR `prems_bonus_system_bonus_product`.`valid_until` <=> ?) AND (`prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` IS NULL OR `prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` LIKE ? OR `prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` LIKE ?) AND `prems_bonus_system_bonus_product`.`product_id` = ?) ORDER BY `prems_bonus_system_bonus_product`.`position` ASC
Parameters:
[
  true
  "2026-02-27 21:10:10"
  null
  "2026-02-27 21:10:10"
  null
  "%[]%"
  "%0189453bb85e71a089f45fa13d573939%"
  b"¿%\x1D3ixHúƒ3(#×sRe"
]
75 0.19 ms
SELECT `prems_bonus_system_bonus_product`.`id` FROM `prems_bonus_system_bonus_product` WHERE (`prems_bonus_system_bonus_product`.`active` = ? AND ((`prems_bonus_system_bonus_product`.`valid_from` <= ?) OR `prems_bonus_system_bonus_product`.`valid_from` <=> ?) AND ((`prems_bonus_system_bonus_product`.`valid_until` >= ?) OR `prems_bonus_system_bonus_product`.`valid_until` <=> ?) AND (`prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` IS NULL OR `prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` LIKE ? OR `prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` LIKE ?) AND `prems_bonus_system_bonus_product`.`product_id` = ?) ORDER BY `prems_bonus_system_bonus_product`.`position` ASC
Parameters:
[
  true
  "2026-02-27 21:10:10"
  null
  "2026-02-27 21:10:10"
  null
  "%[]%"
  "%0189453bb85e71a089f45fa13d573939%"
  b"èGì.@C ¨øf÷#™‰"
]
76 0.18 ms
SELECT `prems_bonus_system_bonus_product`.`id` FROM `prems_bonus_system_bonus_product` WHERE (`prems_bonus_system_bonus_product`.`active` = ? AND ((`prems_bonus_system_bonus_product`.`valid_from` <= ?) OR `prems_bonus_system_bonus_product`.`valid_from` <=> ?) AND ((`prems_bonus_system_bonus_product`.`valid_until` >= ?) OR `prems_bonus_system_bonus_product`.`valid_until` <=> ?) AND (`prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` IS NULL OR `prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` LIKE ? OR `prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` LIKE ?) AND `prems_bonus_system_bonus_product`.`product_id` = ?) ORDER BY `prems_bonus_system_bonus_product`.`position` ASC
Parameters:
[
  true
  "2026-02-27 21:10:10"
  null
  "2026-02-27 21:10:10"
  null
  "%[]%"
  "%0189453bb85e71a089f45fa13d573939%"
  b";ðÇ¡(CC]‹®€e”ª\x16"
]
77 0.18 ms
SELECT `prems_bonus_system_bonus_product`.`id` FROM `prems_bonus_system_bonus_product` WHERE (`prems_bonus_system_bonus_product`.`active` = ? AND ((`prems_bonus_system_bonus_product`.`valid_from` <= ?) OR `prems_bonus_system_bonus_product`.`valid_from` <=> ?) AND ((`prems_bonus_system_bonus_product`.`valid_until` >= ?) OR `prems_bonus_system_bonus_product`.`valid_until` <=> ?) AND (`prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` IS NULL OR `prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` LIKE ? OR `prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` LIKE ?) AND `prems_bonus_system_bonus_product`.`product_id` = ?) ORDER BY `prems_bonus_system_bonus_product`.`position` ASC
Parameters:
[
  true
  "2026-02-27 21:10:10"
  null
  "2026-02-27 21:10:10"
  null
  "%[]%"
  "%0189453bb85e71a089f45fa13d573939%"
  b"E\téÆ\x11ûBê”þ¢³òÎdŸ"
]
78 0.26 ms
SELECT `prems_bonus_system_bonus_product`.`id` FROM `prems_bonus_system_bonus_product` WHERE (`prems_bonus_system_bonus_product`.`active` = ? AND ((`prems_bonus_system_bonus_product`.`valid_from` <= ?) OR `prems_bonus_system_bonus_product`.`valid_from` <=> ?) AND ((`prems_bonus_system_bonus_product`.`valid_until` >= ?) OR `prems_bonus_system_bonus_product`.`valid_until` <=> ?) AND (`prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` IS NULL OR `prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` LIKE ? OR `prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` LIKE ?) AND `prems_bonus_system_bonus_product`.`product_id` = ?) ORDER BY `prems_bonus_system_bonus_product`.`position` ASC
Parameters:
[
  true
  "2026-02-27 21:10:10"
  null
  "2026-02-27 21:10:10"
  null
  "%[]%"
  "%0189453bb85e71a089f45fa13d573939%"
  b"\x1EeXÀ&Mf‰îŸ¾Á{\e°"
]
79 0.19 ms
SELECT `prems_bonus_system_bonus_product`.`id` FROM `prems_bonus_system_bonus_product` WHERE (`prems_bonus_system_bonus_product`.`active` = ? AND ((`prems_bonus_system_bonus_product`.`valid_from` <= ?) OR `prems_bonus_system_bonus_product`.`valid_from` <=> ?) AND ((`prems_bonus_system_bonus_product`.`valid_until` >= ?) OR `prems_bonus_system_bonus_product`.`valid_until` <=> ?) AND (`prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` IS NULL OR `prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` LIKE ? OR `prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` LIKE ?) AND `prems_bonus_system_bonus_product`.`product_id` = ?) ORDER BY `prems_bonus_system_bonus_product`.`position` ASC
Parameters:
[
  true
  "2026-02-27 21:10:10"
  null
  "2026-02-27 21:10:10"
  null
  "%[]%"
  "%0189453bb85e71a089f45fa13d573939%"
  b"""
    Ëmãu4åNVº\x1A;5\n
    „vè
    """
]
80 0.20 ms
SELECT `prems_bonus_system_bonus_product`.`id` FROM `prems_bonus_system_bonus_product` WHERE (`prems_bonus_system_bonus_product`.`active` = ? AND ((`prems_bonus_system_bonus_product`.`valid_from` <= ?) OR `prems_bonus_system_bonus_product`.`valid_from` <=> ?) AND ((`prems_bonus_system_bonus_product`.`valid_until` >= ?) OR `prems_bonus_system_bonus_product`.`valid_until` <=> ?) AND (`prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` IS NULL OR `prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` LIKE ? OR `prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` LIKE ?) AND `prems_bonus_system_bonus_product`.`product_id` = ?) ORDER BY `prems_bonus_system_bonus_product`.`position` ASC
Parameters:
[
  true
  "2026-02-27 21:10:10"
  null
  "2026-02-27 21:10:10"
  null
  "%[]%"
  "%0189453bb85e71a089f45fa13d573939%"
  b"ò›ðgà÷JN¼Äôe™Õk-"
]
81 0.27 ms
SELECT `prems_bonus_system_bonus_product`.`id` FROM `prems_bonus_system_bonus_product` WHERE (`prems_bonus_system_bonus_product`.`active` = ? AND ((`prems_bonus_system_bonus_product`.`valid_from` <= ?) OR `prems_bonus_system_bonus_product`.`valid_from` <=> ?) AND ((`prems_bonus_system_bonus_product`.`valid_until` >= ?) OR `prems_bonus_system_bonus_product`.`valid_until` <=> ?) AND (`prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` IS NULL OR `prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` LIKE ? OR `prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` LIKE ?) AND `prems_bonus_system_bonus_product`.`product_id` = ?) ORDER BY `prems_bonus_system_bonus_product`.`position` ASC
Parameters:
[
  true
  "2026-02-27 21:10:10"
  null
  "2026-02-27 21:10:10"
  null
  "%[]%"
  "%0189453bb85e71a089f45fa13d573939%"
  b"—"M&\x03WHÝŸ\ 0\x19Ñ\x119"
]
82 0.31 ms
SELECT `prems_bonus_system_bonus_product`.`id` FROM `prems_bonus_system_bonus_product` WHERE (`prems_bonus_system_bonus_product`.`active` = ? AND ((`prems_bonus_system_bonus_product`.`valid_from` <= ?) OR `prems_bonus_system_bonus_product`.`valid_from` <=> ?) AND ((`prems_bonus_system_bonus_product`.`valid_until` >= ?) OR `prems_bonus_system_bonus_product`.`valid_until` <=> ?) AND (`prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` IS NULL OR `prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` LIKE ? OR `prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` LIKE ?) AND `prems_bonus_system_bonus_product`.`product_id` = ?) ORDER BY `prems_bonus_system_bonus_product`.`position` ASC
Parameters:
[
  true
  "2026-02-27 21:10:10"
  null
  "2026-02-27 21:10:10"
  null
  "%[]%"
  "%0189453bb85e71a089f45fa13d573939%"
  b"†ŒöôÍÛA««º² m u¯"
]
83 0.34 ms
SELECT `prems_bonus_system_bonus_product`.`id` FROM `prems_bonus_system_bonus_product` WHERE (`prems_bonus_system_bonus_product`.`active` = ? AND ((`prems_bonus_system_bonus_product`.`valid_from` <= ?) OR `prems_bonus_system_bonus_product`.`valid_from` <=> ?) AND ((`prems_bonus_system_bonus_product`.`valid_until` >= ?) OR `prems_bonus_system_bonus_product`.`valid_until` <=> ?) AND (`prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` IS NULL OR `prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` LIKE ? OR `prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` LIKE ?) AND `prems_bonus_system_bonus_product`.`product_id` = ?) ORDER BY `prems_bonus_system_bonus_product`.`position` ASC
Parameters:
[
  true
  "2026-02-27 21:10:10"
  null
  "2026-02-27 21:10:10"
  null
  "%[]%"
  "%0189453bb85e71a089f45fa13d573939%"
  b"êÃԏ°•@f¾ öÝÃ\t¼Ç"
]
84 0.20 ms
SELECT `prems_bonus_system_bonus_product`.`id` FROM `prems_bonus_system_bonus_product` WHERE (`prems_bonus_system_bonus_product`.`active` = ? AND ((`prems_bonus_system_bonus_product`.`valid_from` <= ?) OR `prems_bonus_system_bonus_product`.`valid_from` <=> ?) AND ((`prems_bonus_system_bonus_product`.`valid_until` >= ?) OR `prems_bonus_system_bonus_product`.`valid_until` <=> ?) AND (`prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` IS NULL OR `prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` LIKE ? OR `prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` LIKE ?) AND `prems_bonus_system_bonus_product`.`product_id` = ?) ORDER BY `prems_bonus_system_bonus_product`.`position` ASC
Parameters:
[
  true
  "2026-02-27 21:10:10"
  null
  "2026-02-27 21:10:10"
  null
  "%[]%"
  "%0189453bb85e71a089f45fa13d573939%"
  b"\x02ÁËÀ»IwœI‚_ˆ×‹*"
]
85 0.36 ms
SELECT `prems_bonus_system_bonus_product`.`id` FROM `prems_bonus_system_bonus_product` WHERE (`prems_bonus_system_bonus_product`.`active` = ? AND ((`prems_bonus_system_bonus_product`.`valid_from` <= ?) OR `prems_bonus_system_bonus_product`.`valid_from` <=> ?) AND ((`prems_bonus_system_bonus_product`.`valid_until` >= ?) OR `prems_bonus_system_bonus_product`.`valid_until` <=> ?) AND (`prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` IS NULL OR `prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` LIKE ? OR `prems_bonus_system_bonus_product`.`allowed_sales_channel_ids` LIKE ?) AND `prems_bonus_system_bonus_product`.`product_id` = ?) ORDER BY `prems_bonus_system_bonus_product`.`position` ASC
Parameters:
[
  true
  "2026-02-27 21:10:10"
  null
  "2026-02-27 21:10:10"
  null
  "%[]%"
  "%0189453bb85e71a089f45fa13d573939%"
  b"5<óÇB·HŽ–\x17Q9'ŸN­"
]
86 0.21 ms
SELECT `acris_delivery_time`.`id` FROM `acris_delivery_time` WHERE (`acris_delivery_time`.`version_id` = ?) AND ((`acris_delivery_time`.`active` = ?)) ORDER BY LENGTH(`acris_delivery_time`.`priority`) DESC, `acris_delivery_time`.`priority` DESC
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  true
]
87 1.05 ms
SELECT `acris_delivery_time`.`id` as `acris_delivery_time.id`, `acris_delivery_time`.`version_id` as `acris_delivery_time.versionId`, `acris_delivery_time`.`internal_id` as `acris_delivery_time.internalId`, `acris_delivery_time`.`internal_name` as `acris_delivery_time.internalName`, `acris_delivery_time`.`active` as `acris_delivery_time.active`, `acris_delivery_time`.`priority` as `acris_delivery_time.priority`, `acris_delivery_time`.`display_available` as `acris_delivery_time.displayAvailable`, `acris_delivery_time`.`display_not_available` as `acris_delivery_time.displayNotAvailable`, `acris_delivery_time`.`display_few_pieces` as `acris_delivery_time.displayFewPieces`, `acris_delivery_time`.`few_pieces_available` as `acris_delivery_time.fewPiecesAvailable`, `acris_delivery_time`.`display_product_box` as `acris_delivery_time.displayProductBox`, `acris_delivery_time`.`display_checkout` as `acris_delivery_time.displayCheckout`, `acris_delivery_time`.`display_checkout_amount_bigger` as `acris_delivery_time.displayCheckoutAmountBigger`, `acris_delivery_time`.`delivery_time_display_checkout_amount_bigger` as `acris_delivery_time.deliveryTimeDisplayCheckoutAmountBigger`, `acris_delivery_time`.`display_account` as `acris_delivery_time.displayAccount`, `acris_delivery_time`.`account_calculate_delivery_date` as `acris_delivery_time.accountCalculateDeliveryDate`, `acris_delivery_time`.`color_not_available` as `acris_delivery_time.colorNotAvailable`, `acris_delivery_time`.`color_pre_order` as `acris_delivery_time.colorPreOrder`, `acris_delivery_time`.`color_available` as `acris_delivery_time.colorAvailable`, `acris_delivery_time`.`color_soldout` as `acris_delivery_time.colorSoldout`, `acris_delivery_time`.`color_restock` as `acris_delivery_time.colorRestock`, `acris_delivery_time`.`color_few_pieces` as `acris_delivery_time.colorFewPieces`, `acris_delivery_time`.`color_free_shipping` as `acris_delivery_time.colorFreeShipping`, `acris_delivery_time`.`calculate_available` as `acris_delivery_time.calculateAvailable`, `acris_delivery_time`.`delivery_time_available` as `acris_delivery_time.deliveryTimeAvailable`, `acris_delivery_time`.`delivery_days_available_min` as `acris_delivery_time.deliveryDaysAvailableMin`, `acris_delivery_time`.`delivery_days_available_max` as `acris_delivery_time.deliveryDaysAvailableMax`, `acris_delivery_time`.`shipping_delivery_time_available` as `acris_delivery_time.shippingDeliveryTimeAvailable`, `acris_delivery_time`.`calculate_not_available` as `acris_delivery_time.calculateNotAvailable`, `acris_delivery_time`.`delivery_time_not_available` as `acris_delivery_time.deliveryTimeNotAvailable`, `acris_delivery_time`.`calculation_base_not_available` as `acris_delivery_time.calculationBaseNotAvailable`, `acris_delivery_time`.`delivery_days_not_available_min` as `acris_delivery_time.deliveryDaysNotAvailableMin`, `acris_delivery_time`.`delivery_days_not_available_max` as `acris_delivery_time.deliveryDaysNotAvailableMax`, `acris_delivery_time`.`restock_time_not_available` as `acris_delivery_time.restockTimeNotAvailable`, `acris_delivery_time`.`restock_days_not_available` as `acris_delivery_time.restockDaysNotAvailable`, `acris_delivery_time`.`shipping_delivery_time_not_available` as `acris_delivery_time.shippingDeliveryTimeNotAvailable`, `acris_delivery_time`.`display_pre_order` as `acris_delivery_time.displayPreOrder`, `acris_delivery_time`.`display_sold_out` as `acris_delivery_time.displaySoldOut`, `acris_delivery_time`.`display_not_active` as `acris_delivery_time.displayNotActive`, `acris_delivery_time`.`display_free_shipping` as `acris_delivery_time.displayFreeShipping`, `acris_delivery_time`.`color_amount_bigger` as `acris_delivery_time.colorAmountBigger`, `acris_delivery_time`.`product_meta_data` as `acris_delivery_time.productMetaData`, `acris_delivery_time`.`delivery_time_display_product_amount_bigger` as `acris_delivery_time.deliveryTimeDisplayProductAmountBigger`, `acris_delivery_time`.`delivery_days` as `acris_delivery_time.deliveryDays`, `acris_delivery_time`.`created_at` as `acris_delivery_time.createdAt`, `acris_delivery_time`.`updated_at` as `acris_delivery_time.updatedAt`, (SELECT GROUP_CONCAT(HEX(`acris_delivery_time.productStreams.mapping`.`product_stream_id`) SEPARATOR '||')
                  FROM `acris_delivery_time_product_stream` `acris_delivery_time.productStreams.mapping`
                  WHERE `acris_delivery_time.productStreams.mapping`.`delivery_time_id` = `acris_delivery_time`.`id` ) as `acris_delivery_time.productStreams.id_mapping`, (SELECT GROUP_CONCAT(HEX(`acris_delivery_time.rules.mapping`.`rule_id`) SEPARATOR '||')
                  FROM `acris_delivery_time_rule` `acris_delivery_time.rules.mapping`
                  WHERE `acris_delivery_time.rules.mapping`.`delivery_time_id` = `acris_delivery_time`.`id` ) as `acris_delivery_time.rules.id_mapping`, `acris_delivery_time.translation.availableAlways`, `acris_delivery_time.translation.availableAlways` as `acris_delivery_time.availableAlways`, `acris_delivery_time.translation.notAvailableDeliveryTime`, `acris_delivery_time.translation.notAvailableDeliveryTime` as `acris_delivery_time.notAvailableDeliveryTime`, `acris_delivery_time.translation.notAvailableAlways`, `acris_delivery_time.translation.notAvailableAlways` as `acris_delivery_time.notAvailableAlways`, `acris_delivery_time.translation.fewPiecesAvailableSnippet`, `acris_delivery_time.translation.fewPiecesAvailableSnippet` as `acris_delivery_time.fewPiecesAvailableSnippet`, `acris_delivery_time.translation.fewPiecesAvailableDeliveryTime`, `acris_delivery_time.translation.fewPiecesAvailableDeliveryTime` as `acris_delivery_time.fewPiecesAvailableDeliveryTime`, `acris_delivery_time.translation.exceededAvailableDeliveryTime`, `acris_delivery_time.translation.exceededAvailableDeliveryTime` as `acris_delivery_time.exceededAvailableDeliveryTime`, `acris_delivery_time.translation.exceededNotAvailableRestockTime`, `acris_delivery_time.translation.exceededNotAvailableRestockTime` as `acris_delivery_time.exceededNotAvailableRestockTime`, `acris_delivery_time.translation.exceededAvailable`, `acris_delivery_time.translation.exceededAvailable` as `acris_delivery_time.exceededAvailable`, `acris_delivery_time.translation.exceededNotAvailable`, `acris_delivery_time.translation.exceededNotAvailable` as `acris_delivery_time.exceededNotAvailable`, `acris_delivery_time.translation.exceededAccurateDeliveryTimeRestockTime`, `acris_delivery_time.translation.exceededAccurateDeliveryTimeRestockTime` as `acris_delivery_time.exceededAccurateDeliveryTimeRestockTime`, `acris_delivery_time.translation.exceededAccurateDeliveryTime`, `acris_delivery_time.translation.exceededAccurateDeliveryTime` as `acris_delivery_time.exceededAccurateDeliveryTime`, `acris_delivery_time.translation.exceededAccurateRestockTime`, `acris_delivery_time.translation.exceededAccurateRestockTime` as `acris_delivery_time.exceededAccurateRestockTime`, `acris_delivery_time.translation.exceededAccurate`, `acris_delivery_time.translation.exceededAccurate` as `acris_delivery_time.exceededAccurate`, `acris_delivery_time.translation.exceededInaccurateDeliveryTimeRestockTime`, `acris_delivery_time.translation.exceededInaccurateDeliveryTimeRestockTime` as `acris_delivery_time.exceededInaccurateDeliveryTimeRestockTime`, `acris_delivery_time.translation.exceededInaccurateDeliveryTime`, `acris_delivery_time.translation.exceededInaccurateDeliveryTime` as `acris_delivery_time.exceededInaccurateDeliveryTime`, `acris_delivery_time.translation.exceededInaccurateRestockTime`, `acris_delivery_time.translation.exceededInaccurateRestockTime` as `acris_delivery_time.exceededInaccurateRestockTime`, `acris_delivery_time.translation.exceededInaccurate`, `acris_delivery_time.translation.exceededInaccurate` as `acris_delivery_time.exceededInaccurate`, `acris_delivery_time.translation.deliveryTimeOnRequestText`, `acris_delivery_time.translation.deliveryTimeOnRequestText` as `acris_delivery_time.deliveryTimeOnRequestText`, `acris_delivery_time.translation.deliveryTimeOnRequestTextNotAvailable`, `acris_delivery_time.translation.deliveryTimeOnRequestTextNotAvailable` as `acris_delivery_time.deliveryTimeOnRequestTextNotAvailable`, `acris_delivery_time.translation.deliveryTimeAvailableSnippet`, `acris_delivery_time.translation.deliveryTimeAvailableSnippet` as `acris_delivery_time.deliveryTimeAvailableSnippet`, `acris_delivery_time.translation.deliveryTimeRestock`, `acris_delivery_time.translation.deliveryTimeRestock` as `acris_delivery_time.deliveryTimeRestock`, `acris_delivery_time.translation.soldOutSnippet`, `acris_delivery_time.translation.soldOutSnippet` as `acris_delivery_time.soldOutSnippet`, `acris_delivery_time.translation.notActive`, `acris_delivery_time.translation.notActive` as `acris_delivery_time.notActive`, `acris_delivery_time.translation.preOrder`, `acris_delivery_time.translation.preOrder` as `acris_delivery_time.preOrder`, `acris_delivery_time.translation.deliveryShippingFree`, `acris_delivery_time.translation.deliveryShippingFree` as `acris_delivery_time.deliveryShippingFree` FROM `acris_delivery_time` LEFT JOIN (SELECT `acris_delivery_time.translation`.`acris_delivery_time_id`, `acris_delivery_time.translation`.`acris_delivery_time_version_id`, `acris_delivery_time.translation`.`available_always` as `acris_delivery_time.translation.availableAlways`, `acris_delivery_time.translation`.`not_available_delivery_time` as `acris_delivery_time.translation.notAvailableDeliveryTime`, `acris_delivery_time.translation`.`not_available_always` as `acris_delivery_time.translation.notAvailableAlways`, `acris_delivery_time.translation`.`few_pieces_available_snippet` as `acris_delivery_time.translation.fewPiecesAvailableSnippet`, `acris_delivery_time.translation`.`few_pieces_available_delivery_time` as `acris_delivery_time.translation.fewPiecesAvailableDeliveryTime`, `acris_delivery_time.translation`.`exceeded_available_delivery_time` as `acris_delivery_time.translation.exceededAvailableDeliveryTime`, `acris_delivery_time.translation`.`exceeded_not_available_restock_time` as `acris_delivery_time.translation.exceededNotAvailableRestockTime`, `acris_delivery_time.translation`.`exceeded_available` as `acris_delivery_time.translation.exceededAvailable`, `acris_delivery_time.translation`.`exceeded_not_available` as `acris_delivery_time.translation.exceededNotAvailable`, `acris_delivery_time.translation`.`exceeded_accurate_delivery_time_restock_time` as `acris_delivery_time.translation.exceededAccurateDeliveryTimeRestockTime`, `acris_delivery_time.translation`.`exceeded_accurate_delivery_time` as `acris_delivery_time.translation.exceededAccurateDeliveryTime`, `acris_delivery_time.translation`.`exceeded_accurate_restock_time` as `acris_delivery_time.translation.exceededAccurateRestockTime`, `acris_delivery_time.translation`.`exceeded_accurate` as `acris_delivery_time.translation.exceededAccurate`, `acris_delivery_time.translation`.`exceeded_inaccurate_delivery_time_restock_time` as `acris_delivery_time.translation.exceededInaccurateDeliveryTimeRestockTime`, `acris_delivery_time.translation`.`exceeded_inaccurate_delivery_time` as `acris_delivery_time.translation.exceededInaccurateDeliveryTime`, `acris_delivery_time.translation`.`exceeded_inaccurate_restock_time` as `acris_delivery_time.translation.exceededInaccurateRestockTime`, `acris_delivery_time.translation`.`exceeded_inaccurate` as `acris_delivery_time.translation.exceededInaccurate`, `acris_delivery_time.translation`.`delivery_time_on_request_text` as `acris_delivery_time.translation.deliveryTimeOnRequestText`, `acris_delivery_time.translation`.`delivery_time_on_request_text_not_available` as `acris_delivery_time.translation.deliveryTimeOnRequestTextNotAvailable`, `acris_delivery_time.translation`.`delivery_time_available_snippet` as `acris_delivery_time.translation.deliveryTimeAvailableSnippet`, `acris_delivery_time.translation`.`delivery_time_restock` as `acris_delivery_time.translation.deliveryTimeRestock`, `acris_delivery_time.translation`.`sold_out_snippet` as `acris_delivery_time.translation.soldOutSnippet`, `acris_delivery_time.translation`.`not_active` as `acris_delivery_time.translation.notActive`, `acris_delivery_time.translation`.`pre_order` as `acris_delivery_time.translation.preOrder`, `acris_delivery_time.translation`.`delivery_shipping_free` as `acris_delivery_time.translation.deliveryShippingFree` FROM `acris_delivery_time_translation` `acris_delivery_time.translation` WHERE `acris_delivery_time.translation`.`language_id` = ?) `acris_delivery_time.acris_delivery_time_translation` ON `acris_delivery_time.acris_delivery_time_translation`.`acris_delivery_time_id` = `acris_delivery_time`.`id` AND `acris_delivery_time.acris_delivery_time_translation`.`acris_delivery_time_version_id` = `acris_delivery_time`.`version_id` WHERE (`acris_delivery_time`.`version_id` = ?) AND (`acris_delivery_time`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01‰¿\x1A/sñ¸û™ÙfeðÄ"
]
88 0.24 ms
SELECT `delivery_time`.`id` as `delivery_time.id`, `delivery_time`.`min` as `delivery_time.min`, `delivery_time`.`max` as `delivery_time.max`, `delivery_time`.`unit` as `delivery_time.unit`, `delivery_time`.`created_at` as `delivery_time.createdAt`, `delivery_time`.`updated_at` as `delivery_time.updatedAt`, `delivery_time.translation.name`, `delivery_time.translation.name` as `delivery_time.name`, `delivery_time.translation.customFields`, `delivery_time.translation.customFields` as `delivery_time.customFields` FROM `delivery_time` LEFT JOIN (SELECT `delivery_time.translation`.`delivery_time_id`, `delivery_time.translation`.`name` as `delivery_time.translation.name`, `delivery_time.translation`.`custom_fields` as `delivery_time.translation.customFields` FROM `delivery_time_translation` `delivery_time.translation` WHERE `delivery_time.translation`.`language_id` = ?) `delivery_time.delivery_time_translation` ON `delivery_time.delivery_time_translation`.`delivery_time_id` = `delivery_time`.`id` WHERE (`delivery_time`.`id` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‰E:.±q®œç1 ÖË4Ø"
]
89 0.25 ms
SELECT `acris_delivery_time_holiday`.`id` as `acris_delivery_time_holiday.id`, `acris_delivery_time_holiday`.`internal_name` as `acris_delivery_time_holiday.internalName`, `acris_delivery_time_holiday`.`active` as `acris_delivery_time_holiday.active`, `acris_delivery_time_holiday`.`start_date` as `acris_delivery_time_holiday.startDate`, `acris_delivery_time_holiday`.`end_date` as `acris_delivery_time_holiday.endDate`, `acris_delivery_time_holiday`.`repeat_annually` as `acris_delivery_time_holiday.repeatAnnually`, `acris_delivery_time_holiday`.`created_at` as `acris_delivery_time_holiday.createdAt`, `acris_delivery_time_holiday`.`updated_at` as `acris_delivery_time_holiday.updatedAt`, (SELECT GROUP_CONCAT(HEX(`acris_delivery_time_holiday.deliveryTimes.mapping`.`delivery_time_id`) SEPARATOR '||')
                  FROM `acris_delivery_time_holiday_restriction` `acris_delivery_time_holiday.deliveryTimes.mapping`
                  WHERE `acris_delivery_time_holiday.deliveryTimes.mapping`.`holiday_id` = `acris_delivery_time_holiday`.`id` ) as `acris_delivery_time_holiday.deliveryTimes.id_mapping` FROM `acris_delivery_time_holiday` WHERE (`acris_delivery_time_holiday`.`active` = ?)
Parameters:
[
  true
]
90 0.15 ms
SELECT `theme`.`id` FROM `theme` WHERE (`theme`.`technical_name` = ?)
Parameters:
[
  "zenitPlatformStratus"
]
91 6.32 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.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`.`file_hash` as `property_group_option.media.fileHash`, `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`, `property_group_option.media.translation.title` as `property_group_option.media.title`, `property_group_option.media.translation.alt`, `property_group_option.media.translation.alt` as `property_group_option.media.alt`, `property_group_option.media.translation.customFields`, `property_group_option.media.translation.customFields` as `property_group_option.media.customFields`, `property_group_option.translation.name`, `property_group_option.translation.name` as `property_group_option.name`, `property_group_option.translation.position`, `property_group_option.translation.position` as `property_group_option.position`, `property_group_option.translation.customFields`, `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `media` `property_group_option.media` ON `property_group_option`.`media_id` = `property_group_option.media`.`id` 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` 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 (SELECT `property_group_option.media.translation`.`media_id`, `property_group_option.media.translation`.`alt` as `property_group_option.media.translation.alt`, `property_group_option.media.translation`.`title` as `property_group_option.media.translation.title`, `property_group_option.media.translation`.`custom_fields` as `property_group_option.media.translation.customFields` 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"\x01‰¿\x1D–:K×±´«*ý2Lç"
  b"\x11\fÜ¿ö\x1CH_°”%ó\x1D\x08²”"
  b"4µ@Qt\x18G\x06„Ï;è»fS“"
  b"E‚ºå¨áAí³[Ž3ò,õä"
  b"l34È{äEB¬¡å\r½Ž;e"
  b"mù‰‚Å,@Û•W‡ÉÈÎ|„"
  b"˜\x1Ez²„0M\x1Fƒ•·ß\x0E/rÂ"
  b"™Î ê©A׊© ¶òAÍî"
  b"¢J+ì[íD€“E¦—§Øï—"
  b"¼ý#\x02\r M¨O\r\x13«\v:w"
  b"ÅŸð¬êFہ¨)­É\x04\x1FU"
  b"î¡)¿›2M\x0F•:8ÀG&¸Ž"
  b"ö^K]'ÂD\x14´\x05\x15eÎ7–h"
  b"""
    \n
    ä3sË…Oe¹§âT\x0E¬\x08a
    """
  b"7®Lpd[F’¡yšsSñ\x12ô"
  b"Òm#]\x17I\t£ÉÙß‘HÅÏ"
  b"•¾AŒ_]Gù£<\x11ŽÏÑßú"
  b"ʖدÒîN£°rÄ£µ\x03"
  b"J>™1iB°¨\x07«q址"
  b"\f,Ÿ2Jűv~ZÝ\x08ÒÂ"
  b"‚ÈDe&YI„¯…œoù®ò¿"
  b"¬I•r03D~˜\x02ã…Ý.\x1E¾"
  b"´ýmŽsøN¯Ž\x14!÷99û–"
  b"ä\x1CßD›ÏGy¾\x11,yóÙF "
  b"\x19óœÆ}Ï@\x07¬äÓÏ/…Ë"
  b"̧¸â`&JŒ¢Ê\x04Ë\x7F“®Ô"
  b"Ð\e\x7F\x17L\x08©Ò®bT”‚D"
  b"Õ­ˆ\rõ(B\x17‹dß»ö¡½è"
  b"âÊhFM@D7¾­/f=«`¤"
  b"\x11º\x7FÇOBg­¨Tî!˜¶J"
  b"£#܏gF)¹÷>ÈT¦»f"
  b"À]~'!{MU“^ŽdÈ\x12çP"
  b"Ð(Ž\x14n6Fw½Èé1!Þ%æ"
  b"Z˜1Då­Eæ¢K`@t¦†¾"
  b"\x19tn‰CB‰0\x07„áµ^"
  b"”ÞLOîKBh¾Ž¢# ãUn"
  b"Ý}^^ï´N\x06†[Å\x18\x04Ì"
  b"\x05È“ƒö€GG¦¯U†ò.\x13ú"
  b"Fî ö¿bBá²²ÄAcê‡Ø"
  b"kÔ¸ÚÈ¿O¢\O9êF\x13"
  b"\x7F¿[~ï\x01F\x12¸ÀØó<\x11\x1Fa"
  b"t\x16\x12µßœJ\x0E‚=6¨Bx2\x02"
  b"“¸ãÏŽÕJúŽ\x00\f­¶„\x01Ö"
  b"¯Ij$Þ>Jƒ¨RA)#… G"
  b"ñ—S\x00\x15„Ot…•ÞigGÖ)"
  b"\x00\x03%9ZxHRÛ}_žŸN\x1D"
  b"\x1EþÔåÉB‘–Ë¡q9\vù"
  b"J\x07e\x06sjL9ˆ"Ií4s ´"
  b"tô,ç?ÇGP»°‘\rÇ\x7Fõj"
  b"{.m½c4C¼00ƒ\x0F¡fF"
  b"B:HûùàOûƒ¹î—"*¤Ð"
  b"Ž\x05ÅŽ`ØGߎ;@àf_¨Ÿ"
  b"˜Ñ#Ž9ÃM'¸í#ao´'"
  b"È ÖÝ‹VB\x01\x1AÃ%‘ìÝ?"
  b"""
    C\x16\n
    WøŠA« \x7F…Hx0`
    """
  b"Qj…m]¼L\x08—f\x08/Ïœ \x01"
  b"mþ©\x100ÞFd·dÁA¿¯\e"
  b"É9fHl!C\x07¯\x05=4Ž…\x12ç"
  b"Íô5{ƒ½AÀ€·¦Å©v0†"
  b"\x12ÈPÉ~ˆI¾ §âç’–\x1Dv"
  b"Ž\x00$Õ©óFL—´„Q;O\vG"
  b"¼÷%€6[B…œ\x05¡¦]òõ¯"
  b"Â2\x19,b\x06D$¶D=û;Š®\x16"
  b"\t5çf>Gç‘j\ãæ·Uà"
  b".i\x7F³ð+B€‹xÓçÀ§\x1FÀ"
  b"R\x11]\x02-+LÖ‹®›G†uâ\x08"
  b"t›T)è¢Dœ§ü1B"~Os"
  b"\x1Db\x16\t@΂ˆ¥$e?ÀÃ"
  b"y­-s]»JŠ—'vÖºû\x04_"
  b"¹1«ëÒKð£\r¤=ÁS´F"
  b"À\x00\r²¢Jï•ãd´­Ê{ï"
  b"""
    Û\x03·–üîI ºöä\x10¯Å\n
    Ÿ
    """
  b"á\­DH\tLà“ÞºXôË#i"
  b"á§žWzÔCA‰Ý\x07T›8ÅP"
  b"6E:í\x07óB¾§*rÀÆÏÜ\x1A"
  b"G\x05¦ºNU@Õ¥£<Ý’öcš"
  b"È€œŽ»ŸCô£ø“~\x17ñ€<"
  b"\e¦ç`'m@¢‰-‹ºã\x11fs"
  b"KI\x1A[ÇŽNþµª´z+nžý"
  b"œQº¯Ç…LŽ´)Yjp\x02•Õ"
  b"§e2º*èJr°È„~ÿTä"
  b"Á\x10\x00àK\x11¦\x7F\f¾Ú]"
  b"""
    ˧y¦ßÔE9¯!\n
    OÝ.—
    """
  b"\x01>ptp\x08@j²@\t˜/pî"
  b"F9e)´ÉM̏àÑ\x07J±Âl"
  b"\@äÔ½¤E\x16¯ÞS'&ÁÖå"
  b"læ]ï°ðG·Ÿ—eß ¡Am"
  b"9Öž\x1E\tÃC•–êÿ+×jßG"
  b"f(m\x1E£HJ\f¸AϨéuH}"
  b" \rÌ;qzI¸ž×ƒå;N`6"
  b"¸ŽHߝâN\x18´ßq|•\t"
  b"×M\fö\x0EIņ4›Ù\x19ÿ-ã"
  b"í°qw°¿Ib¸ç‰±@\x15\x11\x16"
  b"\x15¶¯lãfD4½ÎÎÿý;;M"
  b"^¹’Õ@ðDœ£|¯'0+\ev"
  b"ÍDÚŽO\x00H§¯FçƒñZWt"
  b"\x1E\e‘пLè´Kb\v‹-iH"
  b"C³URW%N\x0F­\x12¬\x14³¬A\x00"
  b"}\t\x1A¶§Lˁ¯~’ú\eé‘"
  b"†·0þ'\x07Bʵ\x19âH91™N"
  b"ËS\r3pÐD9‘GÔ¦ÎYŸÿ"
  b"\x14¹eŸÖuF@«\x12Õ!ÇQ\e*"
  b"’\V—¬àG]¡Ì4©^ãÊð"
  b"¿4Úö Nê‹ZèÊm\x0Fç]"
  b"ûø—À\vÇB–¹\x06B­>þ¤á"
  b"\x012!l¯mHà¼\óLxLI"
  b"«ú¾Ì§ÄK“™Ü¢\x11\x06Å\x15ñ"
  b"°kÊDšêB›¨„ùa˜\x0F"
  b"؉/Jo9O9б;I¶žqŽ"
  b"""
    %mâå,\n
    M¬¯Ô­5V™ÌF
    """
  b"{Ök¿‚’L\x11Œƒ_W \x06„"
  b"Ø–ÙåñŽFþ…aæú¾ÃÀ\x01"
  b"â`\x05wŽÆIv¡¡=ÛÑ•á’"
  b"ñ»[[©÷N´‹T‹ÙyÚV["
  b"$5Ä¿|CZ´\x1DEV§\x1F§j"
  b"yù22«@&¥Þ÷Ýì6Äø"
  b"»,kÁd#MŽŽ<ô¤Râ¡X"
  b"Ñ {g¬ÆA™”0o&‘ÂØ_"
  b"9¶Á€(Cø™–¼$z«Ÿ"
  b"¢ðËÂïÐOݽ;Àâ\x19\x0F••"
  b"¬ùÖJJ|C\x10¼e˜£/A\x0E!"
  b"ÙÍ{ÂŽL\t¤y^à\x17ã\x7F\x0E"
  b"\x02ûP@âAE¹¿3ò²év‰"
  b"""
    \n
    \x1E\x08Ì%wE\¡ÓIû\x15¬ÿõ
    """
  b"\x0E†"‹aëD\x0Fœ‹2Á+Ä4f"
  b"""
    f±]\x10\x14\n
    J؉¾uãêèä
    """
  b"¦éóâ1XNÛŽÖ\x07Û²&Q\x1C"
  b"Óßó÷¾ÙGß«ÇFL\x07òå\e"
  b"îUäå×AKÅ¡\x0Fš‚„9\x08\"
  b"\x14vï·—¡Fc‚iÓ26‹­ "
  b"f÷‹T<_A\x10¤EG\\x13OêÌ"
  b"""
    Åc\x08\x05²CG瀏Q-õÈ\n
    
    """
  b"ë¶0DU„GF–ü™Õ3Ãìï"
  b"húhÊ_ÊE׋Βª˜Dû\x10"
  b"y“ˆÝ ÇE­˜&5ØBí+r"
  b"ÁÏÞ{½ºGljx'R$\x1EûO"
  b"̪¥ö™II\x04¹\x07\x11Ù\x15G"
  b"QV\r`\fÛG\x13Ž‘€@Z£´¥"
  b"£Õ‡\x04\x040MiŠK6B\x10\x06\x17s"
  b"ü¶ØAtoG°¯Ûß\e™°ƒ"
  b"""
    \x16ž\x1FŒŒœIÍŸ¹® N\n
    K
    """
  b"\x02\x1Cf—C\vµ»ð\v’Ù®R"
  b"¥m\v“F"I¸½Ø®!\x15p§C"
  b"®R¹3íG·‚Ô¿\x14ôs`B"
  b"ï?’Ü»TOҝ;Û\x10³ê¬Â"
  b"\x7F¼×”+H(…w´‹™»p~"
  b"Á“;»Ú“@"‡\x11·ÙQ¡4Ñ"
  b"ÜÀ\x10±ù\x00Dæ‚64ˆê\x08 \x1A"
  b"ø`]£ž‡N°®œ`Åp‰\x05\x17"
  b"F>Ì\x1EÈÕAÆžìÍïË\x10ÇÍ"
  b"°nÏ–\x19@N׬m­ˆ–"¦"
  b"ê:í\rÚkBZ¡Ð&O«Ïiû"
  b"úoP`óAJ+…›^kfŠ40"
  b"2\x12ºnûÒEc…e~=5òcÙ"
  b"aòV²bÜL¡ªlêÁ\x01´ºà"
  b"¶GÓ¹á\x04A\x06˜©óÉ\x00›½„"
  b">Zy4¦”A,Š8\tL\x11\x1D"
  b"Z]žuœ\x0FA[°}\x07¡…G¡ú"
  b"s€¼¡$\x19GÞˆ[þ³\x19\x08ŸO"
  b"ÂïUsúyEK‚A`¤ýþ\x10"
  b"\oåÚwUCl¯àV\rÕí¨F"
  b"hoM,fyGß»{-4Œ\x00¬õ"
  b"uZ‚fÓB\x05£{)íê…"A"
  b"€±\x191h(@%‰wŽ áç?"
  b"zeØNÅVF™•ãvnUuV¥"
  b"7û^ñë\x15Ib©\x1A\x11Žq^ç¯"
  b"M\x1Fí»<@O\x17¨%gh_wù:"
  b"tΊ>ø?LË‚Ž½ôš‚Û="
  b"…µî´txF\x12’.c¬ ‰æ\x0F"
  b"Ã\x18I#<\eIÓ¦5\f\x1Cj šY"
  b"""
    6\x05H^NNJ\n
    †áާþivÃ
    """
  b"\x14¼R\x1Ek£Iž°ÝGL3¾\x11 "
  b"\x17ˆÜ¥w0F4blf™0˜¢"
  b"]1f'r<B\x16’实\x15?g0"
  b"pš\x1DJ¼G\x1A¹èw?p\x14\x1AÁ"
  b";ËXGd[C\x1D´^\x17ôû{\vŸ"
  b"¬\x19d‰]êD4¸\x7F\x149ã¬Â"
  b"ök\x03FIN¸™éÉp6X\n"
  b"-»çyûDFֲю¯Ú\x02ªà"
  b"}[‰éé\vAÓ•æê\r\x1Fóœ¿"
  b"‡]3\x16’ÌL;†úhb\x07\x06Ä"
  b"\x1E„Æ9jO|¸Ÿ©ÂòŒ£p"
  b"À\x06Ž£'wN\x15½i\x10SòÙ¡Ø"
  b"GyÁ)WÌK¥ ¾»HFE\e("
  b"""
    d\x7F-çëÚI\x12²{¡Ç\n
    u´Ý
    """
  b"Ô¹Ïõ4\x14OØ¥«*Æâ_e¯"
  b"ÖP#ɦîKR™Í]¥­ícá"
  b"l®€9oiM\x02‡Þ%[’æe"
  b"´U¸Ú(.Ew˜š^”ºg¡å"
  b"\x15\x08…"ÖžG©Ž³0k\x1Cªe–"
  b"ÁÍÃEíÅN\x02»ðö\x03·§AS"
  b"ßôfŽƒ9F\x14 —ó8\x15­›""
  b"""
    è¦lm?\n
    Cf†­*רp•†
    """
  b"\r Cç±IN)Ž+\x04èjrŽT"
  b"+ÒÌïtvBP•¢\x03¡–\x11!\x08"
  b"Á³3þ\x17•Cí•$Ä\r|–Š\x1A"
  b"j³r©_ªC¥¼ø}~¥JäB"
  b"|*…lgöD\x07’bÙJžDŽð"
  b"’ˆÃÁswCk·\rhæ%•ô*"
  b"¥fÂÙ\x18(C[«…n@ÛÑ´À"
  b"""
    ÁnQ\x08\x18/@Ì¡\n
    ìmF\x10²S
    """
  b"Íg»P\x7FàOŽº=pá.\x1Cö¤"
  b"\x03-\x13·Ÿ£Nã—©Eø\x00£é³"
  b"-|ò"Ý7N £„C\x0Fª,¿H"
  b"‹SUÐlGNË‘\x1FÛ¯Øý\x1Dü"
  b"™gÛ\x12úæNpŸ\esµ¬1ï\x01"
  b"4Çî\fîËCÖ¹¢\tYô./ñ"
  b"T-ÄfNžL\x16¡§2\tg9(\n"
  b"\x7FÖ\x05Êã\tB祛«\f!§õ¹"
  b"ë2¶yi\x1EO¾•Xž\x1F\x1D¿Ë"
  b"ÿeuÆ|¼Iþ¿B·ÞÑïß|"
  b"¸ãMŒ¹ÀNʤîò×\x0FÑÿ®"
  b"¹M\x1DÅ\x01M@º‹„”™¨…”Ð"
  b"ôžhL+\vB¬\x06Ò‚ßêKa"
  b"!8ã~;`CÙ™ÀœŸ»"oÖ"
  b"öø·î)\x1FB±ŠšF\x178׫c"
  b"\eòA½\x05éIn±OÑ\x18\x01ÄÖ"
  b"HO\vá\x18¶AŠ•\t!ÆóºCÊ"
  b"S?!\x19½KNªº.\x1A—Ä\e\x06\x16"
  b"Œ\x13„궤J<š¶Y\x1DA3Ü"
  b"PzL'²ÏG†°À\x00Ë4‡="
  b"[ôFÔq×O6‡\x18˜¾cÑþì"
  b"•.§w~±M9€õïZoõ‹"
  b"""
    ÌgZ</PAL¨o‹²ð\n
    
    """
  b"""
    \n
    ;K­\x1F°A\x0F¤cõhþû
    """
  b"ˆoë\x04YìBŒ‡›†µ\f"Â"
  b"Ù®\x12\x11’€Cj¿/-AÒ¸r"
  b"\x12vô3Î!I\x0F•55ã\x16©5@"
  b"%áTÝÑaIa¶®0Í\tøñþ"
  b"ŽzÉòºO/¶\x17Ì\x1Ai¹Kc"
  b"î„#aÏÁJ•­¯\x16­-Q>³"
  b"\x1A6R‘d\C¥¿ÓMXb¯I÷"
  b"‰6Éø[¥Ešòªd×YÐ:"
  b"Úâ–MÆE¼¬\x08\x07±\x07ô»y"
  b"Ð\x1DÂ6dÙD»¾w‡>Iœ°Œ"
  b"\x10VVoJ«E¯P'8\tMlt"
  b"8Á(é‚VDО\x15q\x07ïbJÇ"
  b"ZFö„S`B\«n—!Gm\x16"
  b"ÓçZÃlCF\x7FŸHÔ\rÛÝø”"
  b"ùp{š¢åKdޤ¼Çò‹ÓŽ"
  b"\/["˜ô@[ŸT tæ¿G5"
  b"ili‘é\x1FFú“Êçe#Þ2L"
  b"wœñôœ-L:¡\f\fm\x1EÌö}"
  b"\x18·ì­OHAU¨eå¾µñJí"
  b"Ÿñê0ˆ\x15DÞº\x11\x1DÊâî7ï"
  b"¢N½«ÄeJÄ¥\x0F\x10Ïôz!k"
  b"""
    ÆwàüYSL\n
    ¦Ï‡Ž1\x02î,
    """
  b"°$Ýü\x05ØA!¸Á\v\x1EP""
  b"¶0uïHœO[ž\fÝÛvât˜"
  b"\x19\x1C\f\x1ADÞ±\x13\x02 %í"
  b" L䆓œN=¹`b\x15ݨ°Q"
  b"¦øu\x01\x10D¿®Èßÿ—çÃ\x06"
  b"íِ¼êNM} ´4\x0EûŸ9Ç"
  b"<t\x17\x0E’£Mÿ¥’\x7F6Dž?Á"
  b"’…E\x1F_ B…³\x07ãÌ8±Bœ"
  b"¤’@+¸FOŒ¨ážžÙ\x1F¯"
  b"½Æìœc1CsŽût\f7d’~"
  b"Çï"_û³E3®ô̳´\vü\x00"
  b"ʫΣë\nCã…\x00Í;\ræ>Œ"
  b"\x13A|ñÃ\x06K¾¬:ºGÇ~ã&"
  b"Œ«ß¼Û\x04M\x1Fº~(\x02!}oÌ"
  b"Ø5Yýº\x07G.›Žn\x14Kµ—Z"
  b"MÐÄÀH=@K˜mûaJÒÒã"
  b"·¢)å¼'NªŽ\x0E'£‘nâé"
  b"\x13\x17AÜõ³IåôsëŠ?¥Ô"
  b"""
    \x03\n
    ™FO »ò"Þ)ÞnÔ
    """
  b"\x0E|°+ë/Fw¥\x1FJ*MY¬\x08"
  b"˜\x1C\eÝXLIþ¬¥±/\x0F®^b"
  b"<W‹å´ÎDøª@\x19’á£\x0E©"
  b"yöÌžç”O©°e¼¢q.Œ%"
  b"—…ñõ2)AZŽ+ÒÓ\x1F,\f\x02"
  b"ï\x12ؤ\x1AÞH›¨éZ¤Á«‹Ï"
  b"5í´\fœöA½–€ŸÏjþ Û"
  b"H:svò÷G*¦ë\x01[E\tÓ_"
  b"Yó~D‡R@â¶Sÿò2J.("
  b"ýíâE^±\x17”XÓ¥õ¤"
  b"\¼*¢÷êA\x02¤\r©­B‰(\e"
  b"°_ñ\eƒ§Aî“Î1\x00&=%!"
  b"ÒD!\x1FÙœEÓ¤\x1EÝÐ,\x08"
  b"\x01\x17›Þ½@ ›,™¿¯ï´\x15"
  b"a!ÜÜi{L³¾ý91GÏ¿"
  b"èß§\x10\x06'GúšÄ´_y\x1E->"
  b"ì\x01\x17\x11ºH\rŽ\\r€8Ù9"
  b"Q*‡\x16F;M ŒöÁ[AŽJ½"
  b"_fˆOÔÔL¤­‹,«Më~\x0E"
  b"\x17\x08S•;K1«-CÍ6Ôˆz"
  b"*+\x14‚fý@ˆŠ—\x02™ÖRA‡"
  b"2R\x19ekVA¡ŠXÄÈ¿Ki†"
  b"€À’ì°•Gû¨\x13„-\x16‡ÿu"
  b"‡HHÔ=´DñŸß†š€’\tw"
  b"™+M­ªòJóµ@:Õ\rþ´\r"
  b"žðõÙÞxBÿ¦$†H\tä„"
  b"ó?\vû²õAð™\x10dßEØÁ"
  b"ÊF±¶³\x7FE\x03–î÷ŒëjíÛ"
  b"¨º…¼ß[JT˜D9\x13*æÃƒ"
  b"\x15$f[Û"L}£G½\vš”Ý"
  b"…Ù¹Wœ%OíŽf»ð\x11KÅå"
  b"Œ½HiŽ{E`º"²TC¡Æ"
  b"UV\rÒtRHk½†ãÒK[*4"
  b"¢1ÓóriNr’•æùP­*ë"
  b"³£ì\x18\x04DÌ’9ž¦»9BQ"
  b"\x05\x10Ì—HŽ…Ð\x1D2üÆB;"
  b"ŽÞÔu¸ÁGR´(>ÛÍJ!¼"
  b"µ?ØäQ>H¥Ñöîæ»2"
  b"Ƴ¼¿Öÿ@g”§"Ѫϩo"
  b"\x1EÊØ§ì¢MÒ¿}!Ÿ\vÎ\x1A\x00"
  b"c*¶¤±ÅF\x1C£Ïý÷†óLN"
  b"at°\x14©]J\x05¡\x06\x06ÌØHLÄ"
  b"\fv§}I\x19¸à`•›ÂQ"
  b"UÞÖ¬\x10éHݔœ]Ö\v"
  b"£I“\x15›KÄœHŽèŒr¿"
  b"õ<­É]ìE.¦YUð\v‰š+"
  b"2£[ã>8Dæ”דwý!øÖ"
  b"bèâŸ4ZLË—qM\eãÞ¼\x00"
  b"ÃH¾ žÉE[‰œœgo©CÏ"
  b"–W˜øGãFi­Jçv*3gC"
  b"É\x16*\x7FîF1­Ža(Üiî,"
  b"õË<90ðBP€Ûú6[+¡À"
  b"ìñk\r\x14éC×½Kã=åæ=Ô"
  b" žND·žJI¼lôà\v\"
  b"TÑE´M`®ÙÃ\x7FxÙAØ"
  b"ö†Bžû†Bo”N‹l\x06þ&g"
  b"A{\x1C{\x12\x08IN¯\x01{a8‡áÚ"
  b"\x1AF†‰¬GÉ“$Z\x13\x1DÜT@"
  b"éôJmÍøD¯¾ÀeÅX+‚‹"
  b"ÿ»¤Ò\x15\x08O(¬¤»k•-ÅB"
  b"""
    \x05í\v\n
    KêHH´ä\x06\x04ˆ§ÿº
    """
  b"\x10\x16ªâÍtBÍ¡Þs‚†g›"
  b"B/®A´õ@@…L"·ß›w"
  b"Ö˜{nk8H\r”´ÿOØ^£S"
  b"Kn\fŽÅÀKùºÅÓ\x0F§¡"
  b"Íïq¬äªOjž[S\x13h|ß\x10"
  b"Ó7&S•\vJ苦³â\x12&\x14ô"
  b"""
    \x1A\x1E\x03ÄKø@B¹\x7F5õU\n
    #h
    """
  b"Asð„ˆ½JÛ¬\rVê˜w˜„"
  b"¸ží¬\x01\tC\x0E´÷IŽ1è9"
  b"¸Ì60|ŽJ›™RF‘T?$Î"
  b"\r¿Ç‘ãÞO[²ñZÜ–k6ñ"
  b"\x0Fj\f2Mã“\/v53¹’"
  b"âŽªŠ¯ŽD[¶ÄQÄ?g<"
  b"ûbVú}ÑBÀ§—/dº¼¨æ"
  b"®¡ $BôDt“m\r,ÂL\x1E"
  b"ß\fÙÕEÃLA &²…_šÜ\x06"
  b"ô¾¶©ñ’NQ†Ÿ&\x1CušÁ"
  b"§\v#j:ë@ó‘þÌÃÏz\x03"
  b"lZ\x1FÖ \rG\x08¿ÄH%$\x00\e!"
  b"Š\x7F£\èC<³CÏù+Œ¥—"
  b"ցm\x13bŒMs™£\x02õÍ×/à"
  b"\t¡–ÃqHa¦ÒÜ7p­e\f"
  b"zßb<d±Be¼ªsk]\x1D¤?"
  b"{·ûAs5O‡¹L\x14k¤ØŒ\x02"
  b"‚Ç1Y$¿CÁ±Ž\rT\ºó\x11"
  b"Š=\f²¼\x05EÀ‘c®éçE{="
  b"Ò¦í§J¤Be‡Avþ´Ü p"
  b"(\x16“Û\x15\x15N\x1A©œ/éÇÎÉ"
  b"E)S.p³F\x08w!¥GÔn,"
  b"[¸ž+\x01BFœ§†'„O(\x1EO"
  b"Íâþ_OÝD—ˆÇ5ÉÌ@±L"
  b"õ*àPy1J$‹Ñ+2'a\x06W"
  b"Z’Z*FŽC}±$\x16\x18\t0\x0Ei"
  b"z¥´Îƒ”@|‚\t\x16éžpìB"
  b"""
    Ÿ\x18§´\x06\x12Gž¸¤÷X\n
    aî+
    """
  b"P1òþ­îBh¬’M¸’_\x04ý"
  b"—ü!\x13æ¬IÆ”¯÷rx\x18f"
  b"·»fÛÂýGŸ¹y\x01¾‚Z5®"
  b"Èb‹­®JF0­ù\x03Õ\x16\vìŽ"
  b"óé@›ŸJÿJüSU놗"
  b" §ó\x03»aL*“^È;”.!a"
  b"âŒóC€&A›»V¤\r) 44"
  b"Öñˆ´ú*G}…m'’Æ\€Ö"
  b"ô*\x0FÏñ¸By©øVÈ¥@""
  b"ýÐ\t\e\x13™F¢¦\x0F¨À\x04\x06"
  b"\x1CÉ3\x04úiFË– ˨ÐJP¼"
  b"Îó¢ÆöNA'ˆD¿Míð3U"
  b"î\x1CrÕ†áJ™›dù¤Õ¹l·"
  b"<ÓÙÞ\tÄGLº\x1D©\x1EŸA„µ"
  b"""
    E–ù©\n
    $Jo¢î8\v\x19â
    """
  b"“WM@­Ï@Ì­\x1FäxÓc³l"
  b"\x16LyžƒÙGç‚Æ\x04ç\x11¡\x10Ò"
  b"Ð\x08ZCy9B;ˆù<ä\x13Î$\x1F"
  b"Û¿$YÛ¢C¬®\x1D*\x05ðÌ܏"
  b"áö‚ðÁ{Gp´ž­q6h\x13\x04"
  b"-KëµqÖL¡šý¼‹b\x7F"
  b"¹„_­°tEށ\x01~±lùq”"
  b"À6\x07) \eBe¥…†ÿÄkZ,"
  b"Ƶ]#ä@ʲf¼È \x1A"
  b"""
    \x0F[pèL\x02›\x16\n
    Oœö£
    """
  b"Y„TÈ\e@D\x10·ŒÓÀ‡o¦"
  b"ygåCO±C5¨³Ç\x1D§i5¡"
  b"~\t\x02ÓF4‡S·Ö€L±ý"
  b"¸ä>ºyCC ¾óñM\x1CJŠ:"
  b"Ì6Õ‡ÓtE\x01\x053­A/Ÿ¹"
  b"\x14\r\x04@\x16’ôM7\f€^"
  b"’ŽŽ\:@Lh›k\x1D\v\x11hyé"
  b"Öî\x00š'³I~²Ë', ìÙ°"
  b"\x01\x19À—Diƒ«\x1DÔÂÜ”©"
  b"""
    \x19Њfk\x1ELI„Á}ž¦\n
    ›ˆ
    """
  b"ªÜ‰þûªMΠK¿O?àK"
  b"õSæ\x19ˆºI7’6‡ÙŒ"ée"
  b" \x11뺿‘Ek–Í‘\x17‘ºØ"
  b"YVh˜'åB׎ñ–þ°L\v¢"
  b"YXÚ/W\x12KÒ‡ÃÞ=ýZ¯"
  b"ŒìH\tÇÊMBªq\v\x11\x03\x0F"
  b"\x1E\x01höÒCý©E\x01(™\x08ôŸ"
  b"f\—Ç™JN€¶1S);=nX"
  b"ƒ\x1E`XŠOLE¯*N\x02_¶W}"
  b"‹à\x00ˆÞE뽑R\x01QÁ2Œ"
  b"õ\x07g~äwO;˜\x1EÓïºv\x17K"
  b"E5ûÀ?áOŠ›šÀ\x00\ñ¦"
  b"VtÐs\x03\x00OV‰!~p\tW²n"
  b"ûp©0âCJã¸wz²Èqsû"
  b"\x04Ð~HJõÙœñÿ”\x07k"
  b"Q"‹\x1F†ÅF\t\v^ÐGý¶s"
  b"p¹båL±Hܸ~\x00\x04"?¼"
  b"Î"{5,ïB\v„#WRÞ•=ô"
  b"×ø}Õœæ@\x14±^SÌH\x16"
  b"\x04³íÄWI@\x1EžÎ¹‘Ñ4(Œ"
  b"´ò)Ø®ª@Öµñ[\x1A\x04öÿ2"
  b"\x18\rf£æ!AD‘ÜÈCœ\x0E¯¬"
  b"""
    bt¶¶òUGû¸\n
    \x17¦^º=\n
    """
  b"\x16²sä\x16G\x06ˆµÐ‹ÉÚ€U"
  b"ÃPµhX=NÔ½•¾W†@\x083"
  b"o™YkiYAs¼xývø\x06ž|"
  b"Ÿ®ÿ1\x1E2L\x14ºÁîå\x1D'€Ù"
  b"\x01©Û`…\x1EIc¸\x1E\x1EGfÓ?"
  b"WœøqÆ\x1EEx¯}ˆèœ\x13Áæ"
  b"ˆK¾ÐZOOò‡Ëøº‰\x16o/"
  b"Éšo™‚aJÆ’\x05\x1F¤:ßh"
  b"ê\x14×kt'D\ƒ·\x05âlI&Û"
  b"Æ`©l\x00–O]Š£VÔÑÊÄ\x03"
  b"+,\x7F¡ÕM^·P\vq\x06\x15\x11"
  b"g±ûôÿ¼NB²µÀ\x15ð\vz\x00"
  b"""
    \n
    ØÕ\x7F\x14ØOh°-)ó\x079õ3
    """
  b"GS&¸âÏIKž4Ü·‘¨ÑÖ"
  b" ,s.¦»A}¬¶[‰Ì\e\x13ð"
  b"""
    \x01IA\tUÒHU¥æ\x0E\n
    ~pq
    """
  b"\x13큯´¸L‡‹ª³Z$YhÞ"
  b"ãñ«Ì>ÓN1Ÿ½bc¨\x08"\x19"
  b" I\x04}¦þJ‘ŽŠ7J]\f±"
  b"yb§^\x1E\x18F,¼þ“®Žðz²"
  b"0ÜB§øþLŠŠ\x7Féÿ¨kWŽ"
  b"""
    “÷q÷ÂÓOƒŽ\n
    \f²GÏå
    """
  b"÷d\x16\x00p¿Lº´\x03èi\x1E4•‰"
  b"\x1E_\x1E N…¸³lÎñ` \x03"
  b"䟫 \x1D\x1ED\x1D¢{)gÄTxæ"
  b"Tp0æ2]Kë‰ÚS:\x1AGE"
  b"® þSÿjFSƒ<´ó¥\x06"
  b"""
    ½Ëq,²B³‚\x08\n
    0êrAM
    """
  b"Öô¸g"É@¢¬8v\x19º<U|"
  b"\x07\x7F›ÕH‡”A\x1FR¨Âˆ"
  b"áø\x0Fól·C’¾ÈȨïý2G"
  b"<x§HÎÙFM¦QT\x01\x1AÿA§"
  b"q…\x00"\x14£DÒœ|’f¬âBM"
  b"""
    tAÒž'eD\x06¿Kþ\n
    \n
    £\f|
    """
  b"Øèx\íÿOJó™µ\x1E[Rå"
  b"""
    \x037\n
    `E\n
    D\r¯,\x08UF©Í
    """
  b"\x15EOäÀ‚@\x1F‹ð\x19@™kN¨"
  b"\x19ÎIuç)N?¶jJ\x1F¾U3~"
  b"P´¸?/ÝMë­+‰¬½gT"
  b"mÜW;,¹Hȝ\rÚÅf²#\x12"
  b"p\x03ÖÀºmD(¨ls*\x11Ê«ñ"
  b"ʾaïëdOøˆ"\x06‹¾å¯F"
  b"ñ›Ôác[KS©^åÙf£‚ï"
  b"Rk:µ½\x1CAEQÌmˆ°I¡"
  b"Žy_‚ˆ!IšB^“\x16gJó"
  b"\x10Ç\x086U\x16D3¬Áäü6l\x0F#"
  b"P71´*çBŸœï“o=gÚ\r"
  b"Äà`Bœ¦JÊ Ø7?áÈØ)"
  b"ËZ\x1Aû‰ÇAÝ™P­ÉƒO\x00@"
  b"õÑݼ"ÆGÇ¿„®\voÜ%"
  b"?$y.K\x1EAø†^—öÞÈ&$"
  b"cCü\x1D\x1DçH\x11‚s« .F"
  b"©¡Ÿ£=ÞK3¶ZÛr\x07žáH"
  b"""
    Åyع.\x17K{Ž‚‚¢\n
    ò®¢
    """
  b"u¡Áwd EȬÂxfB¦äz"
  b"¯\x17\x01à\x1CD\x05¶«\x7F™>§\x1FÊ"
  b",\x03SÉ€|BXžÏ˜¯Qaû)"
  b">\x06òr@0D›ˆà¹·ç¶A·"
  b"?\x11ËõÕ0O!‡g)_>~©\x08"
  b"cO\x1D¹\x05\x18Fº·s¿\x1FÜßâ>"
  b"""
    \x11f\x15t\x06\n
    Då™_}×kjºø
    """
  b"ïŽ\x04ò\x13\x08B˜’™ƒžq\eÙÌ"
  b"$\x1CöªècG\x0F¼+)´\f¸\x11¦"
  b"hêx3ϸAà°Š\x04)mñUP"
  b"ŽQuaXFO\x04¾K*PÎÞª\r"
  b"\x0F¿düNY‚Å’"&|\r×"
  b"\t±ÒDÎGMލlþӏ‡Ó¢"
  b"áNH\r\x12C\x0F—×CÉ~1w½"
  b"%¿\x18é›\rCô‡W¬î_£n¨"
  b"ÔCZѨDD-«Ê\x08/Îðˆ0"
  b"îÓ^ˆ®«OÿˆL€Q†w™"
  b"X%îd\x14\x17Ht‹“\C¸-&t"
  b"°ƒMûÏ\x03F\›\x19˜ÒF{h"
  b"ÔVÉòÝ\x14Dí‰o\x06õnŒn5"
  b"Ö<Ž÷HÆAh²Åê¨GA9Ý"
  b"\fÓl¨N»¾£›DØ\x06:\x07"
  b"E1wIÚdLS¶âa'õŒ§ð"
  b"sïµ’7ÓA„£ØhŒ\x10\x1E\x18"
  b"¬(\x07–†Hc„\e—ë>œ6l"
  b"³`%z”ÌG&‚9º¦û9o÷"
  b"\x02¨”J7ÃHê–\x1E\x00\fÉ‘\x04d"
  b".]4L7IObŸw\x05U|\x15ŸÁ"
  b"kfËïU—Il’qŽA`4‡\x0E"
  b"3ã8Mš%CÞ°É{¬FzÙý"
  b"NŠþóÕBDÆ®¬ä\x17Y^\x12ì"
  b"»Æ¬I4\x19Jl‡xÝ<WëÌ""
  b"Ïß¶sQsI„›…\x08Á°¡³c"
  b"Ù1 €Ó¸Eú”§L\x07¦\x14Td"
  b"MAPI\x01%D„\x05Ŭ·õÙ "
  b"powÝB$E\x10šM\x02l*ÆH§"
  b"òÈ$PunL\x19¢-kÔ¸?{ù"
  b"""
    \n
    ƒ\x02\x1DO·‡¯²â†:l\x12
    """
  b"§²Œ\x15WÌN!–зÁÆ®\x12T"
  b"Ã\x10!ß©xC›:Â$\x17«°À"
  b"Ëè¶GõdAa¾ŠOŽ3JvÒ"
  b"k\x12\x08áleKQ„¬•̳ÿ¯>"
  b"Ø=\x08\x17,ËJ¨¬e¢{\x10E\x18å"
  b"jýÅ¢ë\x07EY¶PŒ7ÖaÔ•"
  b"ùG[}²ƒJ·–š%2»¼\x19Y"
  b"\x17¼"FC°@ã2´ë\x07Ï"
  b"&F'ô\x06ðF?½\x02Øð\x14\x02©"
  b"\x1E»¨wAÁïHéÄ\x19Â\x02"
  b"«ÅÀ½·\x04MxŒ°\x1AFü¸ b"
  b"Zæãâ™±C§ŠÆ–aŽ‚oâ"
  b"\e)$^NŽr \v‘ŒHÆ"
  b"­¬\x1Cži¼G"›\x16\rJ)ŽÂ"
  b"I¥?f«9M\x13 û…<Ñ&%Ÿ"
  b"VÎÓmâ&E³Œ8\vÙ\x1DâÀÕ"
  b"_ˆ·s¿K@\f«$•µ‚°K‹"
  b"²pûüÒšCÉ¢˜¼~÷gŠ\v"
  b"ÀÎq{å×@†›Õ\x7Fçî\x05ßA"
  b"Þs\x1FÙRpH„±èˆÜ¾4Úô"
  b"ý¶U:b:O¤¡˜\x12\x12"
  b"ÿÿ©Þ§[Hæ„Kë\x18úAJ›"
  b"\x04¡dÝý¥D\x04¾Ý%çKÒ«ý"
  b"\x13;&/´XCó1\x05(*BÏ\x10"
  b"!š°úÈìN&Ÿ£Ðh·Ï’µ"
  b"2­â¤È*Kï¥|\x16[s8G\x13"
  b"éof3“tC¤°v4'Q\x14;q"
  b"ëizÕ‹\x1CMô­ƒìÒ¦úmº"
  b"ªÍ\x03;@\x0EKOŽM\x05D“Æk["
  b"ÀÖëM=[C0¿ï|°ú™2$"
  b"\x01¤ŸPa,Oß—4Ð\x07\x11í¼\x05"
  b"TNU\x1E\x08³I¨‘×hžâ¹š+"
  b"öh\x16`\x07„G …_3û´û\x11Ç"
  b"NØeî2ˆJæ¯äË\x16¯1\x006"
  b"y$Â{\x11SF\x16´qîêÌ+1$"
  b"jp;ŽÐ²Oé¸éŸT-w̨"
  b"¾–—†’¬Cš¦üÕØ×Ÿ²Í"
  b"tµ›\x12ˆnO@«ù»Ñkd>\t"
  b"""
    ¤?µ»Ž\n
    Cé¸õ±Ö\x05T)
    """
  b"ër È‹;Ic•\x16AíHöü"
  b"<Ú]«±ÚNè¹Aº\vÖs\v¬"
  b"]åG1°\x08I’™È\x0E2:o!\x06"
  b"I©2\r¡FFšBŸ9%(5"
  b"ÉË\eµÍˆM\x11‡Á\r\vñ\v\x0Eú"
  b"\x1CŸäo@˜Œ\x1F\x0FÖ)"
  b"C|\x1Eù&˜N\x14–Ù]ì\x15ƒxÓ"
  b"\x07ˆÁ}\x06\x1EJð¬Î›9xýQ+"
  b"""
    »;tè¥Mê®\n
    \x1E@YJŠ=
    """
  b"¯92Ì3•OA€+Œ\x12UßÍ["
  b"ñ‰†\x16†_N«›bu3ÖeŸ»"
  b"""
    \x0F1Z‹k\x7FI#¨\x17¸\n
    è(€ê
    """
  b"¨@"8öšI\x08®‡\x7F•q°‹\x02"
  b"\x16Ìpáq@ºžhXø¤Qñ÷"
  b"M“+â\x11qC¨¶s€\x01ûIJ¼"
  b"q™¾p¡P@\x12 Ž²XšO\x00Ö"
  b"ËúÇâ[‹GУ~GÍÕ¢Eë"
  b"¼\x7F(÷ÿÂG×½Œ´ãÁŒðÛ"
  b"×4\x12Õi°O"•(\n\x07HÝA\x00"
  b"âó­‹\x12\D9™ÿ\x1Fo°o\x08]"
  b"\x11\x19\f˰\x01Mþ¸E\x13fñØ^÷"
  b").‹ÉM£LǺݓ8O\vþ°"
  b"ñÀ]ŸÔœO6‰èŠå«l¬X"
  b"^>"ä]«Lÿ¸w’J6Öô°"
  b"/…·_ÇpBà”W\eHÒ—éÎ"
  b"o¡á[“ÄGh¬Â½ÐVy®v"
  b"ôoè\x10ZCCý\x16t\x1D\x1C\x08"
  b"øåQÖ¼|L˜¿O“Ô\x05­ß"
  b"ª¨þð~E§»\f‰ôv5™ô"
  b"©²ÒÕÝKŹž¤Î\x04œ\x1EO"
  b"^ã÷® nH,¸´\x0FÝmÂ(\x1D"
  b"y\x13¯o?ñJ\x1E•^\tT\x04rÏF"
  b"ЦÑ\têXEÖ…':lõÐ<r"
  b"Úp«\t¥uIíŠ\x14Ú\vy|¼+"
  b"\x0E»óªÄVJ>·‚ä åÏcA"
  b"™¨¥µ\x00\x15BpŸ|Jëì³»g"
  b"¡ˆ.‚Ñ\x17D?\x0EgZXž½#"
  b"¼ÎÂ*%žC…µ\x1Cú³\x07ªX"
  b"”Ç4›ë5C‡\x15Éœ˜{FÇ"
  b"\x11ŽËµ\eÎJö…@W²ÈV¶†"
  b"K,§Eܸ@I®ufå3dî\x15"
  b"R sÊNÐO&½r¸²Ä‹žü"
  b"쪓¥\x02oI6¦öS9;úpV"
  b"""
    î\rÑ:+ÒA‹ˆƒ¬©\n
    +Aõ
    """
  b"\fñ4\x01`)Ac¶%Z\x18M›„œ"
  b"FÚÑÈËbM¡Š˜\x1F²\x13Ž]"
  b"gü–irNM®\x04Ç¿É>w\x00"
  b"—Ÿ\tÆ5\x1EB¸¬\x18ïÛˆ÷¨X"
  b"T&j’RìK˜‰¢-Ÿ\x08†°€"
  b"^xXÿÖÇDÎ¥\x07 þè–]="
  b"mìÌ’:]AVŸËC\x15\x1C\x7FîH"
  b"\vY>ÇkÒF«£Q÷\x06_협"
  b"»ò oÃ\tD‚¬_Ó%¦ÄŠÿ"
  b"uŽ,/ÑÐH9­ÎÃgìsÏa"
  b"Êe\x05üb\x08B°š|\x0FÃ\x02!>|"
  b"\x08Ýu\x02X\x01I\ºÇG¹$.b\x14"
  b"ÿXF\x14ð[HiŽ‚©Ð9ö+â"
  b"gnrFÖD׎È\x1A`h)Âõ"
  b"³j+L\x01wDØ›\x1AB°ï|\x19ý"
  b"Õrã¡úC'™b;—¶Õ¼"
  b"ú\x04Ö\x10ý-Dt©|éÐÐ$“£"
  b"3:J\x1CŠVJ©‰ááU\x10ÊôŠ"
  b"ƒÀª)\x17ÅIJ¤ŸŽ\x08æ\x1CN"
  b"¹\x1Fމï=Gö“ÖDýSì~J"
  b":]@\x07ÛÖGçž\x14·Ë·\x16"
  b"\x03<ãœîÌBß»$Þ2ŠÞëê"
  b"\x13ÍÁ\x17ù@A%“¹Æ•ÄÕ¾S"
  b"""
    N„îñ^FE2‘£¢\n
    ÷Ú\x1C®
    """
  b"¼é¡‘|š@\x10µt\x1FÎL\x01\x16"
  b";Ò?8_‡C‰‘L‡â\x10-ð_"
  b"ÄS\e£sQFü²Â£€æC\x1Cÿ"
  b"àQ\x00+>òE\x10³Òšæf^XÙ"
  b""\x14\x03\x04pöGo±zðz5ˆ—B"
  b"Y!="wËC“°ˆ/Ú¬\x1Dêf"
  b"xé3:#9I\tœiSþ´Õ¬I"
  b"•ó&\e(˜J«8|í|Y~"
  b"rÃUÛly@$·|õžo\v"
  b"#B`“­£H/›¨—Ï&x<Þ"
  b"½Ó RwüB7¤”w\x04Á?¹"
  b"ÁƒªÖì/N̨ÖÐ’·¡–Ñ"
  b"""
    7ÄÀaª·N#š\x0EÜ7ž‚\n
    Þ
    """
  b"»ÑxIL¹F髵_ÿ½å>Â"
  b"Óp^!ec@õ–p‹:”\x17…e"
  b"+<»{‡\x11Cš€}•sþî1 "
  b"?ÇùÔ€ŒH¾ššû¤ˆ‹\x0FH"
  b"´ÎÒ6¡\x1FD·oÊ&ƒv¥"
  b"gFìþ5…D\x13¦\t#{›G\x00\x19"
  b"¶Ù˜ç·åEM½ØÎ?ªJÿ"
  b"×\t©³Ñ\x01G_‡lѰUS”\x16"
  b"ÛùÞ(mNA^³ZÙcD×ãÛ"
  b"<i\x1Eš‘\x08@ó‰\x16dVÓ(\t"
  b"J“úBeÚHRº\x15Ž"8i"
  b"\x0Eë^TÛÊC8–ðÞƒ¢dK"
  b"tX\x1FÂŒbM\x17šˆN\x1C!§ÀH"
  b"\x01vcñÂ\x05A=K)>X<qN"
  b"K;¸¢ª„FÛ€©û©÷nY÷"
  b"[½†`½,O\fªM×bÈ›Í\t"
  b"h>u\x7F5IO› #\x0F6„\x15"
  b"·Š\x04e÷ÀNJŽ1þÆF}ÖÄ"
  b"ñ\x04—‚ÑŠOj‘š5²™V\r¾"
  b"~ÓŽªÁ\x17Là‹ èh²öKr"
  b"BCÜ\x1AFhH¯³w\x0Fev1l¢"
  b"J{Asb\r@s BÃÜ+Òš\x19"
  b"¾Ž'Çú>N"flÉÉ\x01"
  b"÷\x07ͬš‰C.±tí\x1C©Œ¨+"
  b"q½Œ\rz¾M⨧ìùw5X\x17"
  b"×hŒšO>G®š7\x10—‚l\x08^"
  b"š_˜ŽÃI@Çžš\e)·vú["
  b"®-”¦4³Ij°Ò°\x1FŽZN\x1C"
  b"Æy\x16¯g\x0FCä‘ߏDÊ;þ\x05"
  b"üö¶|¾\x7FN·¤L´\x19'\x1A`"
  b"{ëäݽ|M+¼c\x012⡎ï"
  b"\x15ý‚\x7F“N5±²7lcŽÅ“"
  b"2˜Ò\x1C¦¼B\vŽ\x11#Û"\x16èã"
  b"û)Ã¥\r\rJÒ±|-!\x1AªÌÂ"
  b"<è±$)ÚNÝœ\x14Ru\x06Ù\x13ä"
  b"B\x05+0€–KóŽÚýÄh¬\x1F×"
  b"Ÿ\x1A\e«Ä‰A¬­qbp\x08/\x1A:"
  b"_[\•ÛKú±S/cw|¦‚"
  b"x€x»"fKJ¿“ìòÉà2Ú"
  b"úÄ+ÃÒ¯G±•\x00å7\x17ê¯"
  b"b=è^\x18}H9„\x00µ\x13çŽPU"
  b"1Þ=P5\vDv·"ÒýuùÜ>"
  b"CIüÖw]G4„È:o\x19v®z"
  b"²aÀ½\e&Bœ‚J\x18c?Ë3‘"
  b"\x04Ô©<k @\x17¢}úE¦°à\x10"
  b"\vfL\x194HH½5Ü\x11<ÄÔ³"
  b"~‹Î—kGR˜ËŸU\x17ô»î"
  b"ÓhPO$\x1CM@žŒszÔ4Ú<"
  b"\x1C)\x04Å»éBˆº=%»Õb\x143"
  b"\x01ÿ$G×MGÅ«\x12Íp÷\x0E\x1D"
  b"MÏÙ…\x00*Fç«hœzRê+³"
  b"£MÉ6ÊvFs‰mÚì\x01å¾L"
  b"ÀŸ|JTòJ\x18½¡’)ë:íù"
  b"‚§¼6xÙL|°,8x/X\x03>"
  b"¼~C¡ú®ML£8#ù\x7F9!\x02"
  b"Ë\x1E¹\x1FpII·½NÍ­·%\x08"
  b"ç{-†\x01JK¿š‹ƒ\x13U.W\x17"
  b"\x0F\x1F`…Ýõ@/š‰Ä&sÝGE"
  b"ÝoG–£JЖº\x05ÕËý6-"
  b"fÅD‹2eK\x04—›˜‡#Gà"
  b"¯f[ ¬LIYA/\x03˜™‰"
  b"\x08üPìEyN\x01¦Êk\x17O[U"
  b"_ruÈ…M@šŽ@ÙÇÚb›­"
  b"´2häO”B\x08€ÕƒøûâvÁ"
  b"H`ÂX\x18ÚI‡¹’÷½P[Ç\"
  b"Ž_\x13µ_IÓ­±cçë\x14 þ"
  b"÷\x0Eެ¹òC†«´xP/dLk"
  b"¬\x19í6'M\x00›±\x7F¾†ˆ-)"
  b"\x18³äÏÇ\t@ç¸\x12e\x07?à›o"
  b"!¹Œó¶;H˜‰/å·ÂYð-"
  b"±ã ¥ðþBŒ¼ë\x12öÞ\x1F 0"
  b"òŸh%€YB²·û¼™\x01Á|¾"
  b"\x01Üð\x15bBŒŠù\x06ÚÑ9c0"
  b"\x01®±=ó^G\x10´Š\x06Û‚@\x1ER"
  b"YÍÄ)€\x13Eâ\x03ôú1\x06Y&"
  b"|ׯ€¨‚GÆ‘§‡¾vûòü"
  b"¬¼ÅÉúáBáµòÈi+ìV)"
  b"Â(\x147˜ÌEý±Õ\x1A9×O)Æ"
  b"2Öµ\x1E÷¬Eð¥?£ðXãL]"
  b"=Íg¨\x1FñC=žÄZ~K<\x15Ž"
  b"Þ¡\x16´ý¤@v¾@Ž\x0EkJýV"
  b"øKU]Æ@™‹Ãî\r_\x1Aa?"
  b"W[)\x19ïà@‚–¤Ás\x7FþœS"
  b"Y'\x0F~v±Mè¦}\x06ê\x16+c\x08"
  b"œV5|Öq@ð“Þ·3Ä\x1F·e"
  b"È\x14b²6\x15@¬¼1N0r/8ò"
  b"ñj§ƒQ\x1DFÝ­°\x07rH^Tþ"
  b"X†\x08±E GÒ„…–óˆáÇ\x12"
  b"­ÁØ®‘\x06Bv¼‚\x18^Z¬„m"
  b"""
    û³\x04–J\x15H&«\n
    \N\x18\fo\x15
    """
  b"÷ÜF/âiC.÷ò9F¯\\t"
  b" ³\x0F‚-iG\x1A±\ið"‚²Ô"
  b"ÿH‘çw˜K;…¿É›§¡¾\n"
  b"*ì9Ò;1L%<U\x1CÑ\tˆ\x05"
  b"†«´\x0EóYO\f™Vý™ßϾ\x00"
  b"%r\x11J0©rƒ€Ùv\x01Á"
  b"1*D4.uNÛºã•E¤UI˜"
  b"³Åg\‚¡Gþ€ï\v-X/¤V"
  b"$Uu„É-Nä»Ò'ºŽ¶¤M"
  b"Wùvg\x19‘BG€ÿíqŒ\x7F"
  b"sF\x12ÌÁÐEí¹…Ð„§tÙ\v"
  b"s&0÷\x17O³¨¯pf¯\x16à­"
  b"…×Ë\x03\x13÷Bç‘Gô oI~\x16"
  b"ê0—R\x04<@HŸ,"óp·OÕ"
  b"R\eÎi\x16BFz£QZX\x13Î\x01."
  b"\x1A\x14\vûPO\x17ªûýµmŸÔ"
  b"@^ Ëð†If¨Í‘"Öloæ"
  b"ª\x16Ƙ•ÝK„œD\x1AÙ“ Â"
  b"ÏG3RÄòN$¦L«\x17öoÛ"
  b"\x01{_ò}Ah”7±´\x02"
  b"|òkP›ˆD¾ºXBߺßyS"
  b"Ÿ(\e„Á\x06O€±\x0Eó\r½%!"
  b"çF¨¦`ÉK\x0F–j\x07oX\x1D¼ë"
  b"Ú\x19éþsìIÀ«NòÀ\x1Foªê"
  b"êm÷KW'Bø›òŽWÆ\x02\x1EÍ"
  b"&¶RR¼ËL8‰ý)æ'\x11¢Æ"
  b"e™Š\x16ý\x01L.‹ˆDey\x1Eð\x7F"
  b"€×KP؆D …•Zü¶\x16”í"
  b"Ì\/Ž]ŽH®ÝÞ^‹M‰±"
  b"Xw\x01\x04ޱM嘰y¥fªâ"
  b"\x02<†\x1CKU@;¼ùrÛ¨½\x02"
  b"\x16š;Á]pAï¨9+M \‹ù"
  b".¬r½¾vIZ‘{ýB™W’D"
  b"·ëŸÜ\eVAõ—\rý4¯Ÿ5ì"
  b"""
    _\x04\n
    ˆ¼µO˜«®1»Õc«ã
    """
  b" üuÙuÆC⟯a¶\x15;\x18W"
  b"³)c„f¾D"LSÑe\x07\x1DÅ"
  b"\x19$gÞºBR¦ÿ\x14Ÿ£Pë>"
  b"\x1D£Ñé0ÇKIž\x01{U÷*©"
  b"ƒjº÷n\x19Iµ…½ù\x157¼I"
  b"G÷€‰‘HI¾®ôæ]c¿9"
  b"\x7FÅÎ\fõˆF͘\x07\x1ATýýl"
  b"M|ì"Ö\f@£‚dxßÞh\x0F"
  b"ÍCIà€÷@é¸ök¼Z\x0E”§"
  b"ä°\x18”HëG\x06ºúÆK#«d9"
  b""4\x12F’UNÎŽs«J’Ç\x01Û"
  b"\x1F„gF´pN¬•\e\x06\x150°L\x02"
  b"M\¿(ú“Jp£L+"\x12×÷t"
  b"_gÝžSµG\x04Žkä;\x12ù\x16ó"
  b"¬éÜè\x1DBO,i«ô\x1Fâ\x1Aâ"
  b"\x1AË\x15†‘HA縙R·+˜C\x02"
  b"’¿’£"äCt§„mŸµß\x1E,"
  b"BdÝ®ÜÈO+¦$JŽ\r,É!"
  b"¥džŽŽ·IõŸ©l]ÍI›“"
  b"¦\x173`„mL]¢pÙæ}\x03\x18¨"
  b"õØ\eÑG\rG,÷šßÐMä\x1E"
  b"_©ø¹\x06]Nç…Ë'\x04\x08\x19÷G"
  b"ûÂ\x01\x12³*Gá‚@|\x014\x08"
  b"v©}\x07\x16ÓGo¡ÁpyK›1™"
  b"îw(NjcK›¾†*>¸áÞa"
  b"·³ÒÙMÂN—¦]¾r­·“T"
  b"Ïø«‘0ïOž•e\ÎM4úˆ"
  b"ÙG\x0F1IÀHœµv~uÁ–vœ"
  b"uŒeº(WJ\v»a-œè€çÛ"
  b"–îžÄŽ1JS”F”eˆTb "
  b"bçà¬NCM\x11ƒÉæü8K˜?"
  b"Ç\x19&7¾üCR¡eº2þÞØ"
  b"\x17\x1CŽëv‡FJ«"¡Y\x00xÒZ"
  b"(sý÷ÅO%Žr\x1F½®C\r\v"
  b"ñ|2\x0Eñ§NŒ†\x02Æ­ðmÜð"
  b";»`f<ßIm±®ÃñÈ\x0FÕ†"
  b"!\r–c1øJ:•~\x00h1-á"
  b"h&uƒ\t«Ef¬öY\t¸œ#;"
  b"ÌšV®œÚJë’ûwÂØæQí"
  b"P?îâMÃIw—ƒC¶:•]T"
  b"V~\x07FƒôA"…ÔʘX\wÚ"
  b"uhü$ED0”QÅ—Ÿ×0X"
  b"ÄÃqÉ­Cˆ®f=iÚÛ&^"
  b"¿WÔ8Ý\x07B¾“\x0Eänb¬Ëh"
  b"ï\tKÈûòJ\x01›uþµÆ?Ÿ!"
  b"\x0E\x07\x04(@\ršÊ\x1Ed6²Fê"
  b"jµ(—\x1CB–Žömùâ›ó,"
  b"çBa»[¾Ly° n47›Œ\x7F"
  b"\x07ø†½­bHÆ•£Ÿ_9\x1AÈB"
  b"\x15ˆ\x1E„`ŒN+¾i1$ŸtÆ"
  b"<‚`ÜezIÖ®<q¡o\x15­\"
  b"\x1E_’ËOR˜Ï\x02:åŠ|¦"
  b"À´4ýöÆCR¡‹[–¼²«×"
  b"º¶8ó+BÆŽ\x10Qü¸'ÝÎ"
  b"Òy£þµå@ç”T›eÏ%±3"
  b"\x1AÓ£þ&\x10EV«Ô¥\x08\x04ªcé"
  b"\x1C\x19‚z~LïŸþ—ÆhÄN\x02"
  b""û§ÃãœO“­ý÷]»çæ%"
  b"""
    \x15ðhµä”H\n
    œi‰q\x18\x05Ò\x08
    """
  b"ò¼Æ‚©§Oû¼´‰ÑËrE›"
  b"*dºÄ\x13\fG\fªPZ¬›¢ýd"
  b"Ëw¯Ðw!EM¡°ŽVý@»Ù"
  b"\x06ŽÜ°{TJÕšÝ8b\x00÷!\x08"
  b"‰:šÉœÛF@±i\x04Ì@[¯¿"
  b"úvà^fmAŒ¦â„ˆÇ¡¥"
  b"þa÷óLI馸ÿ[]\eÇ@"
  b"&ÏR¬r²A\x19¬Å0Yó.ØÎ"
  b"&ÓŒ°“JHc™v›™\x1A"
  b"@\x1E+FXØBĉp´\x00Ì\x04\x14 "
  b"{ñÄ»å\x16L@”ïç¸4~›Ù"
  b"ùñðÈ\x17(BÄœMc¶+(õf"
  b"\x17ëã\x112ÿO-”"»Á·yË"
  b"GIª4ãµO­„!\x10:\x15‰Nè"
  b"4F\ñ\x0E{I\x02¹^;fQêoþ"
  b"$Œ(îÀ"IÑ¿Ò\vzíx\x13"
  b"'\x12æ Y~OÕ§v\x01\x18@h‰õ"
  b"Ô£†Ú\eAF\x04 …›ì\x07\)è"
  b"9Ú>~¨•IçJ\x03Ò\x11•Ú%"
  b"çR³T³rHzŽúKàð\\x1CY"
  b"\x18§ß‘ßÔN~‰ÑÇ:>‹\f½"
  b"ÐÔ9£µMĽ†7\x16w\x07\x16Ä"
  b"Ÿ2 \x14?\x05E'¼¯M޲ίs"
  b"FÓò2\x7F‚O{¨7ŒZn\x15 S"
  b"åvZuÔ0Iì¢\x08.øVgܺ"
  b"*xB­¢—Gj˜\x13\x1E\x14'I"
  b"î;.È=ÚIÞ–¶DMM;<Ò"
  b"+ÕÄÄ\n\x16G*›\x17_õº\x05½\x00"
  b"\x02ßMP£@‘‰@\x19„¹x."
  b"\x14±Z}©ŽM‰¸ÃŠcùb“µ"
  b"[L¶5¦\x1CIä¿Ïbtê\x05Q“"
  b"^aæT™ïGs“ކª+ÈÆ˜"
  b"—Ž\x06\x02Y\x17J½“W\x064\fŒš\v"
  b"8©J\x05»ŽFc…O\x15\vÊÏŸ\x1C"
  b"a4âe\f÷Mxš6lD…ŸŠN"
  b"­\x07kîG¶M'ŽÞ\x1D¥\x17gCŸ"
  b"ßà\x02þ=\x00H\x1F³\x1D\x15'À¶Ï"
  b"l\ekÉQ²IÝ”6ù¤ûÚ""
  b"uoƒÿùöD]º//\t'fXA"
  b"\x00Ä€(”C^ª=\x14¢\x16»”†"
  b"""
    \x08\n
    RÀš\x05OK¤ŠÁ_\x14²È\x18
    """
  b",‹Ì°¹²A.‰®ýÉ\x04\x16p<"
  b"{³°\x055@Ev‚Í‚@_—\x1E["
  b"VÚÖ¤Û\D{Ÿr<CÔ\x05€K"
  b"bA´ÙÓ¤C0¥:¢ñ\x1D\x13Öœ"
  b"hÜ¢ðç\x1EM=½\x03ÕÈ\x14!|o"
  b"Ò'ÄDŽÀC¾€\x0E©6…ö…†"
  b"&]Æu\x13!L…š\t~Úœ÷"ð"
  b"^ÝŽ3)Ë@tŠS¹j£~Õ×"
  b"\x7Fw:(}™E†£?ù\x11Nii­"
  b"\x03\x15—-R¦MÞ‘‡¨¯\x04Ý\x1D*"
  b"¨U÷—!õGã¿FC+Ò\x03ä\x1F"
  b"D"ðJD»E7ˆ(Ø/\x14m™À"
  b" KÀ\x7F\x10ÂD\x02»åƒØïR™r"
  b"""
    ëŒg\vM½Gßo\n
    Ô\x05,8?
    """
  b"0üTó3WE‡»F\x1A¬\x01)éý"
  b"×~°\x17žC\x05„±\x7FîÑ\r\x05Ú"
  b"\x06¨G®F\x01²kgjµÑˆy"
  b"돸v\x1A2N ®\x12¦V@'ò:"
  b"û;K(£¹Eˆ¼lFí‡m\x7FX"
  b"\x1Cë™u}ÑA{¾\x10_\x01í<""
  b"UQ[\x1D\x18ÈA\t›¶B(n\x07BT"
  b"àÓÖ1Å.Fö‚†ü\eé\x7FbU"
  b"\x1DíªÔ\x13\x19GPª\x1Aÿæªâõ;"
  b"'‡–\t\x03íFÚ†î\x12ëÅ“L™"
  b"b€©A\e`F®•̸ػe\v¾"
  b"¿íN˜ÁâBì•0f\t\x0E*§ã"
  b"ÄgÎ?¨ÑH<¹²\x11/,Û\e"
  b"ôm¢s<oOyž§?[oË¥„"
  b"5¨9ÖZ¥@÷š\x14É`\x18öOu"
  b"X^WÇ{ìD\¤E*\x14±‹\fÈ"
  b"’Tœ\x0F\x04C\x07ž1ŸÐªeš¡"
  b"Ûcs—Ñ–O €Æ¦òˆŠ3"
  b"¬\x1D\x06bFÇŒý”>ùê3~"
  b"&(\x05gÌ—EÁIÕ‰+,b±"
  b"ÏÞâc1uC쎧¼ýðàyG"
  b"Û\x1D=±ÿëH©¨‰¯”\x18ø“œ"
  b"û‡ê2:\x15I‘°*¢‘MÌÍ"
  b"2;—ئ˜C}›²ã`ÍG\x1D\x13"
  b"\x18\x00\v+Fhšô\x18\nØã™"
  b"©Êú\x0E\œ@3¢\x0F+Ú%‘\f~"
  b"Ð\x1D"U\x17\x05A1¨yÚž¹B[ò"
  b"²\x1Cý[\x1DpNJ¡Ùk¿â\x04»–"
  b"ú?|£\x02O¦€F2\x05pñÍ"
  b"„Ä$\x02ª€AÓµSw\x08o¥Iõ"
  b"=Ï?€±.MK—\vZðâ$\r"
  b"ºÒŸ…ÚFI<²€eä0X?Ö"
  b"ºWÄà1K0˜"ðT·Gô¤"
  b"g\x05Ñ_»LO\x02¥Ðر7\x17"
  b"Æ\x01ç0s\x7FB¢Š\x1FŠ\x16¥$·t"
  b"礕´Ú¡D…¥b8Osß›Ö"
  b"\tñ|\x1D\x19ØL¿”ë ¶D\x15W"
  b"\x1E­<«m¸O§ºZªX$÷†\r"
  b"g¯†àÐúN°ŠB×Á2W1 "
  b"~ˆ0ìÌgH¾’\x15jÀXwÓ–"
  b"¤\x17\x1E¡F?«óہÁ‰\x03C"
  b"…]З2ÏM\x17™pÍ!ŒH–\x1A"
  b"Á\x15qÿ^ÇIê§á¯ëv´\x03K"
  b"\fü(T~]Oɧ4Q\x16S\x15Y\x17"
  b"\x0F\x04›{\x14cIsŽÌç†>\t\x1A|"
  b"E\x01\x0F\x01j\x7FA¬°×\x17ç¼€Ôò"
  b"aÉŠÊx\vHû§õÞ÷Z»œ¡"
  b"x‰)uQdBs“íCýA?z“"
  b"\x04;ÊF.nLª£@ö?\x00é8K"
  b"hc‡û4)LZŽ?Á>æ'!³"
  b"‰ýÈÚ¥&Fí¤Ÿ_«ž…r#"
  b"RzQlF\x1EGËŽ%»°šO\x02Ì"
  b"£!p\x1D¨ÊJѤèâNÀP8="
  b"Ý<9û§QL†§ë\x0FÇQC\x00Ø"
  b"+q\x04¨fèB\ºXÞ/À>hP"
  b"q•éÿ ?L\x13›ž§çX@0B"
  b"âYËŽ:LGa°´à\x08˘ñ)"
  b"\x06/ìI@’C—™ðq&\e2Q:"
  b"á8Q6%tMŠ \x11Q‚™n‚("
  b"M_»‚I\x11I‚’Þ\x00.\v#\x0F±"
  b"b¶†(ì!GBÙ«Žƒ£Mc"
  b"güÃKÃèI+£\x17ÝHÝì_¸"
  b"5^.p•Nˆ·ßÉ÷Âýrß"
  b"]Žmd\x01ÐK`ŠZÜEd\x10~4"
  b"utEoG0Nœ±]Ú³Öe”"
  b"\x00\x18\x7FÆx\x07HÚ…AÆ\x14?y²Ä"
  b"´³ˆ\x0E\x1AåI ®>7QÞ˜Iñ"
  b"óÂiïPœKß¡ê‚]•AÑq"
  b"""
    TϐcéWB±£L\n
    V\x0E\x17Šª
    """
  b"^—\x07‘F%Eˆž}öV\x05L\x15\r"
  b"…*ô\x19>ïC»¢ß_\x0E\x17{û_"
  b"~jjBÝà@G¼áN\x13vÜÄ"
  b"×Ý̳:°@L€¥\x17Ü,Ú<°"
  b"àÇíx·ÓCë”äLøè8"Ý"
  b"eî·Ë\x19YAa°ègÜ©“†"
  b"¤TjöàÅA9‹Ô2IaŽn\x1F"
  b"˜†ö›ÄcJÿ´€£b\x05þg$"
  b"S{Ã2YC\v Ì¿\x19‚}\x0E\x04"
  b"\tY\x08ÓÓáCŸ®d!ŒûP¶\x13"
  b"4 šˆ¶ÙH\x12¥Ò|½O0\x02"
  b"\x01í‘÷OÒHĉŸ×‘‡î²Ç"
  b"ÐÃETªDë…jUœº3j"
  b"GbPdòLn£vÇçT¶Þ"
  b"ĶȖ¼½M5©\x16][»tþ"
  b",~5ß~\x7FK\x1E¨êTW©t+‡"
  b"—beÜS?J\e›N:‰|Ú×M"
  b"îdc\vàþBê»ñ\x19eŠ¥„"
  b"òCø=’ÂBO°Ø%s:Ÿbý"
  b"\x01Üõ׿âIw²M´ÿæ¿uÍ"
  b".‡¶S\x19PCü•»b\v«‰Ú±"
  b"‚bð\x08¤\x14FYª+ÂXsMÚ‹"
  b"ýàQùOâA\x05·\v+\vÙÂÒ\x17"
  b"\x1AÓɧŠ<Bl…‚Â\x18à2“n"
  b";/]’6òGñ®íŒQŽ+¹p"
  b"GÝÛº\kDH†ðÜ\ÐÖÑy"
  b"ù–EþÐFDþ®\eÇ¿Áí "
  b".\x1D]Z:+L¿•_\x0E¸ð[Há"
  b"""
    BI÷‡ò\n
    M&“`vIœ@·0
    """
  b"Y:páZ\x1CD1¡nþ˜1¡ýü"
  b"\f\x173­G€ƒ†\x1D»\x13r\x1F\x00"
  b"\x12·`5ÔLI‹£–(\x13ÇÅ1I"
  b"„ö@R\x13MO²¶‚øº•l¹8"
  b"Ï+c\x018öGW®*jX\x19½\©"
  b"™.?+f÷@v¼Oö¼Î¤”A"
  b"É\x04.—\x12\x1FN³œI\x05–4…¼\e"
  b"Í÷ځ\eËI\x0F·­\x1C\x08Ë<²S"
  b"W@T"b\x18EQ±µTEBÌ{Š"
  b"àU\e_O\x7FC^œü‰J\fù;\x14"
  b"C\x00\x03€S˜@.¶]\x1C¨-ˆ¬Œ"
  b"®sêV\x1F\x06F'šÊÆ Ý7\x1F]"
  b"f&eü\x18;Mú®*oØØÌ\x036"
  b"‹á44\x08{Dç„\x14ýg³Q‘{"
  b"þR\x1F¼²hM[ŽÕSO¶-He"
  b"rl!ýÇ©J?»iéç*;áÁ"
  b"Ÿôúñ7ôI\x12•.üÝž\x11Ü"
  b"¾X2GšÏH\x7F‚«\e\x1AНØË"
  b"pÚ±6W9H\r¯"\šú´µ-"
  b"q‰®Áˆ‘B°¾\vŐî@ü•"
  b"î1.~Ó\x02G“±ÇŽââ9±"
  b"""
    \n
    š{”N_“•fÒð1\rk
    """
  b"3FréFŽG¶Ž?3Q\x13“Qo"
  b"±hmYë¾KV£\x13Ø—ZÈ\x1Di"
  b"&v]Ó[\x1CL\x7FÒ¯Ü$Tb"
  b")\x0E…f[öE«•®a÷aTõ\x01"
  b"Èi¼qƒå@›¦»\x1DgG*̲"
  b"j¾‹·éiKQ\x1CeuÛ\x0Fzo"
  b"ìÙÆ¥kðLˆˆ«Ÿ,pw)"
  b"õJ¡*ºjEÿ¤\x11\x11e&Í\x01á"
  b"\x03ÑÑA¦}Hè‰ÁŽw{ÓÝÉ"
]
92 7.50 ms
-- product-listing::property-filter::read
SELECT `property_group_option`.`id` as `property_group_option.id`, `property_group_option`.`property_group_id` as `property_group_option.groupId`, `property_group_option`.`color_hex_code` as `property_group_option.colorHexCode`, `property_group_option`.`media_id` as `property_group_option.mediaId`, `property_group_option`.`created_at` as `property_group_option.createdAt`, `property_group_option`.`updated_at` as `property_group_option.updatedAt`, `property_group_option.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`.`file_hash` as `property_group_option.media.fileHash`, `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`, `property_group_option.media.translation.title` as `property_group_option.media.title`, `property_group_option.media.translation.alt`, `property_group_option.media.translation.alt` as `property_group_option.media.alt`, `property_group_option.media.translation.customFields`, `property_group_option.media.translation.customFields` as `property_group_option.media.customFields`, `property_group_option.translation.name`, `property_group_option.translation.name` as `property_group_option.name`, `property_group_option.translation.position`, `property_group_option.translation.position` as `property_group_option.position`, `property_group_option.translation.customFields`, `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `media` `property_group_option.media` ON `property_group_option`.`media_id` = `property_group_option.media`.`id` 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` 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 (SELECT `property_group_option.media.translation`.`media_id`, `property_group_option.media.translation`.`alt` as `property_group_option.media.translation.alt`, `property_group_option.media.translation`.`title` as `property_group_option.media.translation.title`, `property_group_option.media.translation`.`custom_fields` as `property_group_option.media.translation.customFields` 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"~)­’ïê@X”-Ž \x00æÄø"
  b"†¤‰Ú.NL†…)·˜\x1Cåçx"
  b"""
    \n
    Ò;–¿vH™ŸÛóN\x05"Âó
    """
  b"wpªùPK@ûœÁ"‹Ø./\x07"
  b"å¯!Wô@ª”ú\x13å×\eè"
  b"rõc4ÊüEÉ£YŽÒ“·ž6"
  b"ÇÂ#÷ê&M?™M›£‚ª\x14ü"
  b"TA¯éô\x08Jù˜*,hë\(G"
  b"|fü…tòJ\x1EŒAWß©\x01Ž´"
  b"½œÚˆ#èBÛ’ÿ^Çj˜ø."
  b"Ød6·6\x7FLz¡CWe«\x1Ex…"
  b"<°â#œÉHç¹ã)+YˆBä"
  b"jj|*­}E“Ÿ»\x17T=S\fC"
  b"¢Û%¿YEK½€X%¹øÙ\x12"
  b"È\x16ÐÙÐðGf‘\x08ŽG\x1EðÉ¿"
  b"1s#ÓV[N®²)\x04Bc”·"
  b"ùÔ\x1A\x12Ë@ô‰L%¯DWÃD"
  b"TàZ\x1FIûI/¬Ã¾@ˆ;Xä"
  b"ï\x19šlÍøI³è°,~~l–"
  b"*\eÉò½B÷@\x05»õPô"
  b"""
    ©¾J¤ŠêB\x03øG\n
    ü­7×
    """
  b"7%–È%øD^«"è¬\x08Ï`Å"
  b"O«^\x06Ž]G\f›n¨*f#N¡"
  b"ÈM\x08ß—\x18H\x16Žÿ°…••Ѩ"
  b"\x19š‰¾0çOç¡ÎŽ\x00ÖZè¡"
  b"""
    \n
    ~ÒñVC*•\x11g g1øŽ
    """
  b"Àꇷ\x1C¼Cz£[ßlD”\x06Ù"
  b"\x7F.G I%‰L\x042^S¼£"
  b"""
    Žc\n
    Jª«N¥”\x07Æ\x08Ëû±
    """
  b"¾@\x1FdÍüAô±\t˜Å@Õ.®"
  b"ôáͬ6wFõ8°¨èi\eE"
  b"‘~)#’äG€Ã\x1D\x00\x17"
  b"Dó¾\fÁLW™ Òfv—o["
  b"\x15À­ï*•L㢢êÛʬO¥"
  b" \x18xã[ÔNàŽëc¤u§\x13Õ"
  b"gCUNÉQBÒ°„yQH^¾ü"
  b"\x06'"\tC‹ˆRI÷õÑ\t\x1D"
  b"\x1D\rØŠH÷‰•wƒÊrNQ"
  b"""
    -¦\vH\n
    L°À•Ä=c™Í
    """
  b"tYè\x12Ÿ\x1FK ¼µ†6\x7F–þ\x16"
  b"‚z\x19ZåÌE\x15»\x13ÊÄ«–ð\x18"
  b"ã¸Í‡’vM\x04³|Ýï6¹Êý"
  b"\x1AûÓј2D&¿‘á…3$…’"
  b"""
    *Žs6\n
    ˆL½³\r\x02ëÈÈŠ\x16
    """
  b"¨»±ÔG\x1DOw¢l^±âP•¡"
  b"²ò;ŸŠA’ž:ÌÂãꤣ"
  b"!Z÷/¦œEÀš±ß%i;£\x05"
  b"o¸¾§D1F»‘@I„+Ê_¥"
  b"\x15-\t?m5M&¤SºæÚôŸv"
  b"\x1C±ªaüïB„¡ëì3L˜j\x04"
  b"ó\x0EÍŸªÚA½Œí8O\x17Žìl"
  b"\r#x“2¨F|ŽöZK”´A!"
  b"tRØ\x10JðNlj}wˆ\x18Û¶I"
  b"\x18f¤¼\x05†C‰²±L„Åúô\x03"
  b"tÍ,\x02hN±Š\x069ž”\x1C\x18¼"
  b"\x05Öåð¶UCE¿¶\x05Kþ5V\t"
  b"\e\eß@íÛLU¨>\x06\x14u\x08"
  b"‹}Ð\x05\x19ŠKß©5õ\x00÷\x05©~"
  b"\x004súJ ³‚_\x12\x1C¦Âo"
  b"­=RdŸõF7—ðå*\x16⛁"
  b"""
    Ú#\n
    \x05ª¼F˜™ºË\f\x08\x16
    """
  b"\fà*#\x12Cˆ–¥×Âmž—t"
  b"@Þk躉@ܔ֨\x13×\r"
  b"v þÞø†F„†C%€\x08=\x032"
  b"¤é'ÊÑNp¿è©°£\x07¯Ÿ"
  b"""
    hؾ5-YG£¦\x17E.'Ý\n
    P
    """
  b"""
    \n
    Ÿž9®\x01F”„pÞ\x08\x0EóýM
    """
  b"\x1EEª-™ÕCSž]ønöÑ„ì"
  b"  \x16¾M~IXÏ\x14\x16ö*ϱ"
  b"ÔጱÓ\x0ED\x11–Z\x18lhÞóÃ"
  b"ÂCpÌÖ”M–·véÐZh¬è"
  b"\x08ѬlÿlKä“\x12_›\x7F”˵"
  b"!öÀâ¹1CǼcz¾ª‰v¬"
  b"$}ÜÜ\nŠH\x17²„qá\vâ\x00>"
  b"ÿ ¸ûlDN\x07˜\x14¿®/´Äþ"
  b"ì\x05s_0DJ:\x16«i\x08<ýt"
  b"\x1FÓî½pž@t…là‰QÚšT"
  b"yk‡WÂ,J&˜îBÑ„ÂÀ6"
  b"ë[:éuyF‰†º±Ð¨ÔÀ\r"
  b"\x10¢\rÍMrBn©í™€6×\x1FF"
  b"\x08¹&Qû\x19Fã‘9\x1F`„\x00T\x1A"
  b"3ݤ¼çCEÒƒhwþ޵mC"
  b"Tœ*f:½Kì‚ïà\x1F®£\x00Š"
  b"c—Ÿ}§.EæœÆ\x1DµÏ«ï\"
  b"s¥X¯\x06hBE™,‚=¡\x08q"
  b"„÷5\x17É—JꆑðXŠpr|"
  b"¥4”‚.‰N;®\x167\x15‰ƒ‡º"
  b"¦y\x01bK4E­˜\x049zžØ¼C"
  b"Å\x16ÅJŸ\N\x15äxÒY*g"
  b"ê†h•ѾI\x7F¥œ¸ñ\vhmæ"
  b"\x04­Æ\x03\rÙH>·\x7F±a Bðí"
  b"zWG~°@x‰ú%¸Ü\t"
  b"×ÁàõóXK$»\fÔbE?EŠ"
  b"\x0EVÝvйDñœ)Ù¶´b΃"
  b"\x1F¼o\f¦\x14Lp¡ìFý\x02=mÈ"
  b"\x19Ò\x03:'ºJþ”Ž„Ÿˆôt"
  b"Ž\r˜ÜBÄNr‰Tç#½½Öa"
  b"\x1F\x03\rý^\tA`ºì92¸Kê "
  b"b¾ÕüQ/@>’}nÕûs®&"
  b"€ØËt7C\x02¨½<©/g T"
  b"‹P5\x06ñUBü«AÌ\x16›àuÑ"
  b"\x0E9A\x13xæExŒ{\x7F¬& »p"
  b"g\x02ð-[\rN*¬›\x10tY'¶y"
  b"Öw‡•Ž8F<­CÜ6oºŸÚ"
  b";–YAG…£Û\r¨\x0EAÈã"
  b"Wm C$£Cjƒ²¢ÇZÊit"
  b"""
    ‘èM\x10+š@aŽ\n
    @íHÊ\x05î
    """
  b"Í'uÓE\x08G¯‡– òÕÍÚ»"
  b"û÷6*´}NÂŽ\x1C,çùÈŸ´"
  b"""
    ‹ã\x06Æ$L\n
    ²(ýÔWA²u
    """
  b"Gòè'\x08‹DT‘ê\x01\x1Fа"
  b"Ú,Ç8&@ÇœÞ\x10\x1FïN{è"
  b"ËhË(?QG·š§ÙšlZ9‚"
  b"ªS\w´OH‚˜åáota#Ü"
  b"…-Ã(ëŽL#£.®Q\x7FPë;"
  b"ÅÑuån5Ló­¹îy.Ùuš"
  b"á†ôì\x7F\x00Kh—Ô¦ùNß\x04¬"
  b"\x00ý*º#O/¼,µ}‚²?ƒ"
  b"ªŽ—Ù™tHÑŠ¹\x1DX„.²R"
  b"µ{ðT©ÙMu«Rôgœ\x1CÁ"
  b"ÊGq=ræF.…B¡ï\x15¬S7"
  b"Ú[W]|–E§ŸÆH4ÉñŽÂ"
  b"\x1E\x7F½YÏÔCí¢ð;ÆïF\tÁ"
  b"[\x19–«ÐG7¯KºwþfgÚ"
  b"B&°æ(_Iµ´ÒïË©TSÝ"
  b"òÀ|‚ZdO9Ž×”Ð(°4Ý"
  b"ÿ¢"„ÈÿKs³\x08¬™´ã2\x18"
  b"‹,´\¸OD\x07­A“*ÒŽfÜ"
  b"Õ“S\x064.Kº‘½›\x08”â2\n"
  b"]%†CŽSH5£ÉôÚ5oî†"
  b"\x12z½r\x14‡@p€ì¿èå\x04\x13ã"
  b"JIŒ`©F)±0i†@ҁ*"
  b"M&\x0E“æÉM¿–ج­\r,6\x15"
  b"§\x07\eÙ©’E® ¡\x02–î™z’"
  b"à ?“?qI¶–=Ám„Æí‹"
  b"\eí¦\x02²tGΚ6\eC,\f‰Œ"
  b"LÊùY4-Eá˜Æ`ݯ^1Ä"
  b"wŠqbhXM\x1C´ƒ€ž®D«'"
  b"‚p²É/\rN\tŸ{\x1Dë\x19noR"
  b"ÒuâÃzIK.…Šß¥1éØÙ"
  b"ßQ–vJ\OÓ²\x12\x10C+\x16ï¦"
  b"ŸLxsyE\¯5¡R\x14UI\"
  b"‡Ôο\twC°é`ãx\x1D\x02"
  b"ŽÝ—ÍÚ1Mi¶\x02n\zÔ»"
  b"ãñ‹†2$D\x1DšñߏíM+Ã"
  b"\x06b\eWZµ@Ý‹ž}K´µ©_"
  b"Z‚dïÕÖAݶ©ÑÂ…Ÿãç"
  b".‹ó‡ó©I¹‘²üv\x1F"
  b"K~š\t¸4A\x02•QJ\x15\x15àiÅ"
  b"’Z4‰É\x13B®>‘,ck#"
  b" â\x05z÷dNn†„>¾\r\x08ºY"
  b"Ë9…v\r\x17L•¤!0!ADãj"
  b"\x00—A þìDê“@\x05ÞÜ“|ô"
  b"”-\x1F\x08‹DKO¦uÆÍw̸="
  b"]•ZæÎDñ–»bà\x04TÞá"
  b"°ùwlè\x0EA0‡š‚\x18ú3ªÌ"
  b"™G\x1E@†EB#™.G>爮/"
  b"\x07;¨0û=O\x1F®R©üc\x06Àº"
  b"FC5\t9GS·DǤ^°tå"
  b"‰ÂÛ4àÉCiŠz"¥~&5e"
  b"À.\x01\x10“ªO–­kXÿE\x10"
  b"»o䱎“@؈!âÙ \t"
  b"ù÷å\v´ëM´†e5˜rÄ«7"
  b"\x10è¶òmyN+”©<—Œý{æ"
  b"¢³ÆÖ\x01ÓE;±”à‘Æ:\x10ÿ"
  b"¹*ºX×%JꝜµPsWÕ@"
  b"Û\x0E\x17¬Fi¬\t}ŒzìK…"
  b"h;\x04¢ð©N“«\x1CMà»(Òæ"
  b"ø\x07 \x196SL[ŽWµµç½Œ§"
  b"\eÝÂ~]¢CÉ¥\x07мAOíW"
  b"dTRÉÈDAÆ¡5ÎÞ+òs5"
  b"„sjÙýzLy°ÃÇa:ó\x0FF"
  b"jAêý\x14ZB\x07Ÿí1Óäæ•„"
  b"¿Aª~¤F@\x03ž„)úá\v\x00\x01"
  b"ìË©\x13KII÷”÷ü¾íN»"
  b"\x01‚`i\x0E(H˜€D#–{%¹Û"
  b"E\â<+XG<ŠF\x06—úÐ \x19"
  b"5¡ËÞŒMDý®æIʯØÖZ"
  b"„y)Ñ»E@qŽhB@(Ò?†"
  b"º†V[\fëK«†™y\fAãì>"
  b"""
    çèh×s#@ðŽv\x07z\n
    4ðŒ
    """
  b"–&šÑYlOº‡\x00¼¥\x08\x12"
  b"\x13‘jÿ™\x1AI&­\x0FößÙÏ«\x1A"
  b"&\¼3QÐCú¯•}àDT?\x00"
  b"ŒÍTþ7zH(‡èTQ\f\x00"
  b"Újvt åJ²Œ\x10È’‡…K"
  b"Ae¢\\x08‚O\x16 QŸÐ\x1D¸ü{"
  b"Yûy\x1C;5JÖ£ü \x7FKy;‚"
  b"ïõæ´Ÿ‰D¾¤€­"}à* "
  b"0ýK§{$Eª¸(F\x14™¯îy"
  b"Ùu˜k¶B„½‰jWá2±˜"
  b"\x1Fу\rw>F|¸*ôUоO"
  b"\x02†,Ô•ÞG\x7FŠ\x1E\x11\fÅ`"
  b"=mŒá]E\x03àQû¡\x15Ł"
  b"Œ¨ö‘ɼK}³Ž)AºÉeð"
  b"3ïÈPÔýE\x7F«\x01Ì_NK¹î"
  b"‰Ü˜-ëåO\x18®\x12áøƒÏÿD"
  b"±üé’šjEù¯õE™‘\x01-…"
  b"""
    FU2VµcHg³y\n
    ‹oRZX
    """
  b"Xòfh\x00\nD®©á\x04>b*z"
  b"\x7F$ÉyiAB—©™³cŽ'’f"
  b"""
    ¥\x04cÿ§I.’&3÷è=\n
    \x1D
    """
  b"5‰82IòI"¡¯\x17ž\x0E\vüÔ"
  b"¸ž\x18Ä8»CÓ›.ë‰"¼»"
  b"ÁǺ¢˜\x05AÓ‹ö«m¡ƒä"
  b"a\x02‡¼<µGH•¡‹™\x03\x03™Ž"
  b"d$µ¼ïîEÒ›k÷5\x1A[‡\x07"
  b"\x12©ØÖ³M|ŽÓ\x14ß\x17мÐ"
  b"8,‰KS’GãˆùჅN¡æ"
  b"ÁéZó\x14ôK¹º\x1D‡Rcä\t¸"
  b"""
    \x07\n
    C\x19,ŽGJ°nCLŠav
    """
  b"Ž£|«\x02\tJn—]1äô™®˜"
  b"¬X^Y¨\fA]u*Iw@\x0FŽ"
  b"‹$ØŠš&@•—\x1CÏ1ü!æ­"
  b"µðÍtI»LL„å\x1C±ã·â\x06"
  b"¹pi±\x03•Hh“-ŠÁ\x02íÖe"
  b"Üœ`ˆâÍD¤¸¥_ج¦\x14b"
  b"]\x17\tÒ:¬B«–¦ëù“xØI"
  b"ÍG×fß•F'Y\x07úV\x1D"
  b"ì9ÎG—æNó“˜èÏDCªN"
  b"õîm1^\x18Dí°\x1DHùQ\x10ßž"
  b"T–2Àü®@À†³eõ|\x1Aš\x7F"
  b"\x1D9GÓ–Kܽ%)[¸Ž\x05"
  b"¿4Mÿö‚JQ¤˜eð¬\x1D_\x15"
  b"à¤;p#ÎIh£\f oÙ›=ì"
  b"\x15T(׌0C¢Žyíу€Ûv"
  b"*Uib5;KÙúa¥\x1CCC¾"
  b"MU7\Ô¯Jƒƒí\viÇ5ž‘"
  b"\x03¯Õ\x03?³G!—\x02zmKX=1"
  b"\x0EÃ^\x16óbLì³\x1FÛ<“I´"
  b"Åh/§3ñ@gŽž4Sz\x1C¿Ê"
  b"\x1F\vÙ§¼iH6½\x12•x$ûËq"
  b"©Žf\CŽJ;w›g#}“"
  b"†1]@ÌRIÿ¬\x18û­=êÁ"
  b"$6êµ§ÖMc€^ì7â÷\x06×"
  b"\x04®6\x01I´®\x00\x7Fž#“¤z"
  b"¤Ÿ\v tUA]ˆ\x18yKðm\rh"
  b"L“¥Q÷NJ\x1FŠO\x08\x7Fã£D¼"
  b"{ÒÖª”2Gz‰ÒXû\x05õ¤\x1F"
  b"Ñë1bÐ|B\x19§\v ¥Á½Ó\x19"
  b";\x7F4Vš¸@™¬nM͑ހ‡"
  b"""
    |\n
    ˜“]Jó¯f¼\x1E\x17¬/¯
    """
  b"\x02Iù&\x02/F—¶Xû—Jo˜Þ"
  b"1˜À0¢VF9›O>œdèuŽ"
  b"“KÏ–*yKË–mðøì-KÒ"
  b"""
    üþ¨_p·G~‰[h•\n
    óWÁ
    """
  b":ÀÐËŽ‘D´°¶\f£\x02F,æ"
  b"E,•ñºïHŠˆú‹ƒJó©˜"
  b"ì\x13X%¡mD\x1D¯öÕ"»W°ö"
  b"\r¾Ó¢\\x0FC\x15‘Eë®/\x17”Å"
  b"\x13gTÁ‚\x18Iè·‡X½Î/'œ"
  b"§êñ\x1DT\x1ADŽ£j\x10·\x16‡³À"
  b"è\x042CO‹»/}ò\x1E®øl"
  b"\x17ág\x19ŸÃD\x14®À'\x03@x¸ž"
  b",Ó'‘¨KHc¼\x14'kÉ,Ó`"
  b"À2\“OgIF‘=Y@“†\x08\x1F"
  b"êyZN\x17°I\x15\x19!v4 Î/"
  b"t\x02××DËFɶnaè/Y\x19"
  b"ºÊí^,ÉO}\x12\x08âì{ê†"
  b"Üߏ™†ÄLm‰wð¢nG–"
  b"†z0à\’Fi‘<ÒK \x02úê"
  b"WÏúO£ H_´\x17\r\x01"
  b"¯H\tÂ`\x13FýÃ_I@Ö\x05\x17"
  b"\x05\x10eÚ“ÒNAˆ\x10§Ô›ªaó"
  b"³'4øX1N\x11ºžÓÌÅ\x154\x01"
  b"*Á½™;\x00N‘œu)¨Pü(`"
  b"QËÝ\x17\x1D\x11A]®\x18\x7FGEüð"
  b"hýŒÓž|N6Ÿ·“ãΚmª"
  b"¯àÏ\x10mÁO£ˆ\x14°Á?½QÒ"
  b"ùGÕ!²@ƒŽë&tÐ\x19­\t"
  b"©L´XlÇCR¯}CÕb³aÉ"
  b"Ûu2$†øLûTŒç}w¬K"
  b"žÃäëýâLa‘ƒµì\x18œ\x1DÆ"
  b"êÞ\x1DäkkLҐ, â\x0EM;`"
  b"C\x16/èþíL_”+Óa5jïX"
  b"žleÊ\fýA\˜8V\fŠÒö"
  b"…ð\x16ɧBò¾Ó¸WÓX¡$"
  b"""
    ¼±Uæ™+C\n
    ¬K³j²ò°[
    """
  b"""
    \x02…C\x19`XB{¾\n
    lz#@·\x02
    """
  b"<§¤^\x0F|A\x05µ¢­yŠø“Ö"
  b"‰Ø°Hàï@ ½OâÏ\x0EmOÈ"
  b"'KÄùykF»†ôÏ@Ÿó]î"
  b"¿\x0F¹¼ºZI˜ßs×Âûóg"
  b"\x0FÐ\x04#$VGÑ¢¡™©I¤=Ã"
  b"™u\x06W\x16ŒC=µ<ÐÐ/‘\x01N"
  b"£KaKà¯N}°‰Â{q\x17u\x15"
  b"›ÝzžôÊM\x01¬{“ž\x1DLÞ<"
  b"Îj3g}\x0FOl¼B#'h¸.Ý"
  b"Ý`ŽAçÜCA†‚ç(®¯fÅ"
  b"Y_­R¥‚AŒ‡ŒE´¿ýŒø"
  b"謉ZIÁBÀ­¦\x04ðô\eÎù"
  b"\f\x12×Êì¦Jë½öX-tÓE—"
  b"[1\tŠV”FLº«?Kš×¹="
  b"~\x13I\ft\x1AK1Ÿíâ`ðùdB"
  b"¶×­Dè©DÀŽ–Kí…v¶Ý"
  b"ÔT«\x1CÕÃA\x19·Úì‹m\e Ÿ"
  b"\x0F7ê=Ø'D·‘\x05ýÉW–ê"
  b"ZQ™+óýJÓ þÌ/tU\x19\x0F"
  b"­ÖÅÂflIŠ‡Ô´ZÉ…N\f"
  b"fÝU\x04\x1A\eN¡•ÅÜb\x06\x13"
  b",@Qt¤ÒFËœ\x1APO¸´_Ô"
  b"9°Î!tFB-¨aš½\x7F©œ–"
  b"\roLòh-C=ˆÝåþw®æ\e"
  b";ÍìJdhK\x03„œïôëº@\e"
  b"\x18D†\x00³1Ly›Ès}n\x15\f"
  b"ü¬SGèöC±Ž›ÒÏÅÎ7±"
  b"ÅC0\x1E\rÆC\x01¼Ï\x19c\x7FºhË"
  b"$È&:¢ÃB\x0Eª(\e¥M|½"
  b"\x15]g<Ö8EU²\x15b\x03´·g¨"
  b"§t¾ùÓz@…«R.\v‚ö\x10í"
  b"¶ó –\x01\x06BÇ‚\x05ò:Ï êˆ"
  b"ÐW²\x19ì\x07Ng®¸¦Ù4‹$’"
  b"\x13\x02&á–Gá—wµ\x1Flk?"
  b"""
    €–ZóE No·îýÅ\n
    5wÎ
    """
  b"Šº¼Ê·\x12K^›j\x12É\fåÌZ"
  b"˜®$\x1FÉ\O\x16ªC¤_™Ž°E"
  b"""
    æ¼+\e{ÄDf¤\n
    \x07½`ö
    """
  b"úI}|ÃKLˮбþ§’·”"
  b"c·xØ*+JP±\x04oÖFª Ó"
  b"O.c\x06†cB€§k{ñp›Tg"
  b"³î\x14µ¶H}‡õHJ~Ÿéï"
  b"\rØálYÔDd¨G^ÿw'\fÌ"
  b"<@¡ð7Fè–‰jOJ\x7FúE"
  b"€5–<\x16Ny‘\x06µ?uŠ\x15i"
  b"Æo\eˆÅ«N"¾à\fäŠ;AV"
  b"\vu»=¦ZJ»¶àçÁh\x13ãu"
  b"G›…x/\x13Cdޝ3äû}ž"
  b"Õ\x1FBÚÏŠH(§\x11}\x06žê¥r"
  b"ÿA\rƒò7Mò§$Ž¿ ©ñ\x1A"
  b"æîko0ÚCØ¥\tÀ2èã€T"
  b"YÑ¡3\x1DmMÛ©^“Ä£<Ë8"
  b"ß_Óë\x17ÎA–¨Âã`\x1Aë›F"
  b"D\x10V3ÔMMݺ™BóÛx’{"
  b"ìõZ9€1D²\x7FY#s/K0"
  b"Øñ[CA™F%½´\x1F\vêlç"
  b""Ó¨ü¬žFj›êdØ[)$W"
  b"‡+ª§‡6MŠ´¹‹[{uÂ"
  b"Ì0!­Ú|C\x7FŒ4\x16\x15ÉÂ<"
  b"Tªñ¾\x11‰F+³C}›Måu\x04"
  b"™:\x17-bL±¸êÇŽ\x7F!F"
  b"Fh\x11µU>E\x1C¼¾Pð0\x0E¥M"
  b"Z•¼o\tSM4´x\x1E\x19\x13Ë"
  b"I&Šý\x08þL1‰Í(¥_C-q"
  b"\x024dw, O­’Hu\„v‹i"
  b"0ýãeO3@‡„ÎóH2å\x04>"
  b"óôQ\x08´éBÙŽZ5ëåÕÐ;"
  b"¸°WÞÞ O\x1E½UÇ`Fbxn"
  b"NWÔ\x1CŠ\vM|‡\x04Ä2K\x01"
  b"gNÔèEë@:×]vQð\x15"
  b"9ÿ[z¾\x04CΧ:iˆ’v\0"
  b"ô\x10ª\x11@IÒÐÜÉÙ–"
  b"š^ËèæBR¤é°Â4õZH"
  b"½)‘\f/cJO‘ÖŒ\x1F¦¼ç\e"
  b"\x08KôjAðL ¼‘Œ2¨âRŽ"
  b"4¤ƒA¸fB%¢µ4Q4õÝ¡"
  b"›óÖÅö†Dp³È\ekÚ­©×"
  b"æq‚m¦oIcœ²wÄï²…\x1C"
  b"\x11R_tƒÊD•\x04\x17k[ŽUT"
  b"t1=EcˆEEµÖ\r6r0—\x11"
  b"\x16Nbä\x08œGÖ«ßûÏ[Œ?\x02"
  b"5’ŽOxÎEr¡CÌ`ß2wî"
  b"\x14½4þl)C¬®í&çc/UP"
  b"¤W.Eè}BŸ¨\x7Fb$ÑÍsÖ"
  b"°î[óF’O޼v¥$qé\x1F´"
  b"ƒÍ²øhQKë‰uXjé¿ÁŽ"
  b"žªê\x0E÷ÒE\x0E\e\tŽ\x10ôK«"
  b"""
    Ùbj\n
    ß»I.žT\x1AØ-g­O
    """
  b"Çsë\x14{ñBWž\x16zJƒ¦\x04"
  b"]ÔèVD\x14C ²\f&Uë\x1D]>"
  b"ü-+š5=Eޏ\x1E7\x01Ò$¨\x18"
  b"\x053{”\x07L5’\x1DÙqWØÐè"
  b"9F\e\x1DÒêM¢–¹d\fj\fÙ"
  b"úŒ‰™š›KäEX½o¯¤ÿ"
  b"S\x12¯„s;F„¸ƒÏ\x17ìòȤ"
  b"Ÿ’²Ú\x7F_Nšp~\eÕB“´"
  b")6Kê4˜EÖ¢kœ3mK\x01µ"
  b"ÐÜK\x08\x14\x16D\x1C›¥"8Ó{Ðm"
  b"Ö^Ž;J÷J犿îqlyÇ"
  b"£GA‡ÂoBL½ª\x05‡@ì\t£"
  b"/>EAüåEލ¤Ä‡\x18Ê™ó"
  b"NúÀªø\x1EJà£\eÜ(ûCÑ·"
  b"à„n{èäG–‡ŒaX„ˆ\x18ÿ"
  b"\x00À¿Ë:*@\x1D¼;ë÷\x1EýÜ"
  b"#Ï€Nß„Cd¼¾ÝéÀ×ÒÍ"
  b"p6]&ûýH4¦ù}?*\f×›"
  b"£¾~Êã­Iˆ“Õ \x01\x16%Ñ:"
  b"»\rÑ3G+Möª\x1E\x05\tü£\x16š"
  b"Qt®\x01ך@©¥6Ô\x01ù)•&"
  b"~Hé\x15:L\¼@\x11?\x14Ž}l"
  b"ƒ>ly5KVˆÜ0²1¢p\x15"
  b"—ÒW“JÒA^š”R¨\x03§;A"
  b"\e¤¾ŸÒPMÒœâ?lB®\x7F8"
  b"`$ÕØhÈE†…Ã%™Bïç\x05"
  b"t.\x04ÄúÊ@\x15žÃbgZڏ1"
  b"¥ýEb$Ë@{®­¦)~”N@"
  b"õ\eøm^‚@ç¾JÇFÑ!³Û"
  b"]s6tƒ/Jà¯ð¸ªHwÆË"
  b"+ôE“S‚Bzœfç×F¥u&"
  b"q÷^ùVŒGd =è\fî ÁW"
  b"\x11¶°S\x08ON\x10§ŽY¾†¿›,"
  b"Käe¯YÈ@³º[\®æn»c"
  b"l|wIÞôHг'â¼IpÆ¿"
  b"µÞ‚8|³@3·Öô\x01#IÅ\f"
  b"\x05Ø{º\x1D`O.š[›á*¢‚\x11"
  b"&\x03Ž\x18ÐGÏ„`£~À•éâ"
  b"¢£Fš—”FÙª97µ\x18ÚK+"
  b"ë§\x11§úcH„†^¸Í¯>F"
  b"'…ömžÊAŦ\x08/\x14pQë!"
  b"""
    u\x16w/×’OCœ]Ø\eí«\n
    ï
    """
  b"’nx`‰¢Dá«™öv×ò‘Î"
  b"ß¹\x1D~ÏxDý¦\v\x1A5·¤"
  b"2S‹OpÛM9­\x10*¶­‹!:"
  b"#¬GÀσAܽV<y*˜—Z"
  b"¨!0âˆxB«¥\x1ELz9”»x"
  b"áR©–\x01GKd¢XZïö\x12¥Õ"
  b"îå\x16p§èO~±ì3ŽÑ\x0F"
  b"¦~\©UCÞ„˜Õ\x1A/Ö# "
  b"¯*³&q„DB®wì\x0EQNŠ’"
  b"âí\x04T”ÖKı\x13¸«\ê%\x14"
  b"îΫ?`\x08E\e\tJù+{û"
  b"É}ÃýÆn@…”rÈ7¯…”ê"
  b"\x00ÛÓE\x0EåD\x0F¦²éÑkœ6‹"
  b"\x7FÇÿ¯/L;¥y\x1E—Ào>…"
  b"\x12\x06aSõ~L>°üy›ú\x02óÖ"
  b"\x7F¿ûC¢8OmŽÒ|”’ýK•"
  b"Þ‰Žy\x0FïJ;¬#]Ë~•f‘"
  b"\x1F\x04\x1EÜ\x03×@ušj\x15(\x16)\x15ã"
  b"ëƒ\x0EB\x11\x18Gl°ßpŒaIê>"
  b"""
    N\n
    ·Á„<K°ŸütÛé@V\x01
    """
  b"""
    \x1F¨®\tC+½÷íð¯\x19\n
    \x16
    """
  b"tÚ}V€tO\x01‡‚UZÅùÓÿ"
  b"²\x18ùüWrBÖ¢qœ4C\x7F"
  b"´\x1FpüWÎK§¾„ƒ_Köל"
  b"Âã|ñ¹M\x18€Ø#ùÀŸˆµ"
  b"8xQ¼«ÃC(ŽÒÜwÝ-\x06"
  b"VÍ{\x05€úKæº}ú\r\x08„°"
  b"rq:Ð…¦NÚ©³ò²/L\x7FJ"
  b"6ÖŒ{½N…š@\x04×1±³P"
  b"4µýpîDA¯€_Æ~²Ò°"
  b"Ôî?ë\x06PDÕ¦ÛʺÁ\x08\x00X"
  b"4a[8ò<N€Ÿîܤf§™"
  b"Ç\x1F"TúÙJs˜JÖ¨\f#^}"
  b"ïü_ÜðhMÏ¾æØ¾ilÉc"
  b"$K¯Gž±C®¢H§›ÙO¿\x1C"
  b"r­ëB\x19!I\e\x13‚p¨E”Ü"
  b"j{˜pi?I؈Á<W››³\x19"
  b"0\v—ä@¹@U±½ÃR«µ>"
  b"""
    JŠ”:²ºM̈(Äêâ\n
    
    """
  b"óX^íÍ\x15LH¤¨u>\x01y4¦"
  b"\x1F’3E„”LD†úšiÛÁ¤’"
  b"È\x0FòKÝYN…¼/ÑÓÃÀ}¾"
  b"ïGuË-\x0FNX—­Ý²x‹˜ß"
  b"ÆÊ–ÿnõL§ÿâ¦`ãâ¤"
  b" $œ÷þJBy»ûúgUŽJï"
  b"""
    ]\x16&j6\x01HÏžý«È\n
    i\x11p
    """
  b"y¾\x1D·¢EêŸàgìÁZ11"
  b"–ÜÔ\x13¢ôK;š¹\x00žð‹:v"
  b"é\x04üþøvFR€\x10\x08îÅŽv."
  b"ÈZ\x02$—\x0E@K‡O…É3q>‡"
  b"êz)oÜvKàœÑÕÀ…·¶ç"
  b"ã³8\x13(\x1CLצÎ\x1CÊC÷\x16§"
  b"|\x0ELJ»¸VæÚ0\r£"
  b"|ÐCYBåBE¼y\tQ=\x19"
  b"b\x06Ç·Î]KQ²Zj\x07çõn\n"
  b"eœ¹gƒ'M=šì÷GôÁÛ®"
  b"‚/J\x15W\x17Oà¬RvS#äâù"
  b"…o\vQ,ÌHvˆ\x13?c'›}ÿ"
  b"Å–‘\x1D.lFs¼´œèïš3û"
  b"ÎõaD\x17ˆÇ¼Ôv¢Üë"
  b"<:‘éî6F\x10œ¶íï$\x13z™"
  b"­ÊˆÏQ˜D¾ê„ÏYûW0"
  b"#ÍÚ\x0F^bC$½§“(¶a§"
  b"Ïøêž/SAÙ¤\f:¬NgÊ\x13"
  b"\x10Y\x17\x0FŽyN–±Ð¹Á³ÝK~"
  b"#Zš¶EíL\x06©Ì©\x05 ¢'x"
  b"\'3‚ZB\x05’bˆàßOÞÎ"
  b"Rsa“w_A¤±ßÑ\x16\x19`dë"
  b"ÉÎð\x00L;@ĉ3_ÇÁO\x00g"
  b"\x04¶î0„pJ\x04™”\x1CZ·û ®"
  b"""
    `ŸAº\x03«I\n
    „Ì/g\x15ß³É
    """
  b" òT„¢\x12F+²\x1C9òïª\x06´"
  b"c,›á[ïFÉ…OšöLËÍ#"
  b"ìZ·¬4¢Kc¯\x11Ù"8\x0E"
  b"[ø+D˜×F\x15‡­\x15\x16ŸC\x10("
  b"ŒÍAqû\x0FBóƒ|¬?ÄŒQÊ"
  b"Éå\x0EWâÓ@×›è\fvɈ×3"
  b"' ¸ïC?K´¬`ÃÖt\x19K~"
  b"½±ã¦ÛçC\e¡ÒXj!PÇN"
  b"_5“¤\x1EÂJT %±ùôu¿\x14"
  b"Í\x01KD\x1FŒN\x00¿¯F*æŠ\x08æ"
  b"\x19¤sˆÏ‰Du¼C/\MŠÚ"
  b"\x0F˜¿\e¬Gž]„ç×µÐ?"
  b"°¸:\x19ï‘A?Ž'+ØUðK\"
  b"\x15,Aæ©„F\x17›Ò®¡\x19Oþž"
  b"éð0é!ŠD÷¥uŽKÞ\x1F&\x13"
  b"Zlj6ŠÜH‰ˆ\x06\té1Ÿt="
  b"Û\x02«‡^€H\x13,éÀË÷¿>"
  b"^Ïœ›¥EAÚº\x02\x1C½Àñæž"
  b"­-•WÂA&´=¡ÌªŸ0\x18"
  b"Ñ4țԸM{‰\x14\x11Žñ\x02ø"
  b" \x1A\x12F——†DRÚe~w"
  b"üŽrô\x1D0D?•\x06Ï»[ÞëÅ"
  b"\x0FIwêþWAҁgóZÕ0\x01Î"
  b"ÁÌü™eOߎ`þ€µiGm"
  b"\x00ÉD…æ—OLšcÕ}4µKœ"
  b"""
    \x1E2\x7F\v\x19åNš…\x16úl\rž\n
    Ž
    """
  b"D\fÕ9p¨C'ˆ}\x00!òk›Í"
  b"|q‘bcAU»Èu3b\toP"
  b"ù~xÜ1ÌBA¾œÓsI#Rð"
  b"7øL²\x1FøG\x07·l\v™ ”\x1Fæ"
  b"\x0EYT%ìIŦ¦ØÞfª{"
  b"7Z\x10\e-ªJŽ„[\x05\vSq‘Ñ"
  b"žæJ\x08-ŽLP¯×ÿÈB¾ºn"
  b"Wíôë‰`N޾Z\x16Ÿøcé2"
  b"±À”99\x1EAx‹\x7F9¥ŸÔa"
  b""·Â¶ºRJÊŠà\x0F%ˆ·}‰"
  b"©7\x1F¾=1E\f¦\x00Ìw\x1C\x03"
  b"<­8? 3Hù“Ãÿ2(\x01¤"
  b"^C 3e¬J[”\x05¨w'ÎŒŠ"
  b"~Ô®[U.KŒš¥Õ¥e“\x16H"
  b"\x02–WÛ¿\x1A@²½U\x07\x1A\töµ"
  b"Xä¨\x05\x0FN€…–únG\x7FFE"
  b"G²©å\x18BG§alQ\ë\x149"
  b"°\x18y\x08§ãIG¿{\x08[â¨2Á"
  b"o„ê€\x03YJ0„¯0‚NÇ\x7FZ"
  b"$Á÷ÚÜI‘­Ä¿\x03¬-#"
  b"U\x1Aµ\x19\x18\x06Du—WR\x03f`ÑP"
  b"ˆ\x12\x02Â\x05óM\x12ŸŠÀR™AG:"
  b"\tOÝÜɃAj¾\x11\x17\x1Cg\x03"
  b"™Hÿ<ß»JK‚å\f\e80`"
  b"¾»\x12µíC.ªÉ\fÉf»]ü"
  b"ørÌ\x19K0LɯìTÛ1ßsª"
  b"\x19±‹«™[N\tŒ-ÁÕ\x1DöÈà"
  b"\x18I|9³\x19Lʮ¹$Yý:ÿ"
  b"Sgƒ¤¯¨@\t¿6òÞ\x08\t"
  b"¡%kõdqDÛ®VWžæè>í"
  b"¡ÞKj¶WJñ¤òîqX"H"
  b"""
    °\x15.Ó^)O[©‰ïD·“\n
    \x10
    """
  b"K]9\x134åF–\x10*‰1'—U"
  b",Öñ÷ª“Jø\x06dù?P\x1F³"
  b"‰PÚ-\x17:LΦïÿM…wݪ"
  b"žÂÑæ\t³G\x0F§ÓÇôg5Õ"
  b"õäôl1øE´˜p\x1A¿SHܹ"
  b"\x03ˆë2‚FH%™J¿ýÒ~þI"
  b")ôJ\x1EŸ\x15D4¹ÛXÊ\x1Dä×X"
  b"\f‡ÛT•cE\e¦âôk›Qså"
  b"5ÓLËy J‹¥y©…M£\vš"
  b"ýŒö‚\YK¯‚:†Ä\(@)"
  b"4R>\x0Eƒ—A1Š{\x02\fa‡\f\x7F"
  b"0pû‘áÀFîžI’¨4”M"
  b"`H†ƒJ\x7FIã²ýäÇÅô\x1Eú"
  b"gËvI×ÔM莮Wc\x08ë®}"
  b"\x12ºM¿\x06ÀM¶¹'\x1Dê\x0F;`"
  b"2;èôʃL ŽÄR »¼~°"
  b"""
    8\n
    ŒëWÛLó’&ýdÄ➣
    """
  b"‡^<æ›iI\x08Ÿå®f£â4"
  b"§Å1\f\x00Eã†F\x15T ”å£"
  b"„A\x03ѐçO}£!¤ø³qBp"
  b"¸›ž\eb\x06Mü¼\x01.Aƒ\x1Aï\e"
  b"û\x00ð×—\x10E‰˜Õòï¢\x01¦>"
  b"\x03ùÔëä\x08Nùž-À=W\x05Lf"
  b"‘b\x02©A\x1A@H¬GŒ“\x08ðšÊ"
  b"º.ˆ‘C\x19N‘„\x14œARžŸ«"
  b"·+Šö!³I·™M/ðGOU¤"
  b"\x10\x7F°h@éˆ\x0FèŠ\x16)›"
  b"ÇÂWžáÄH4¶àMƬh»ž"
  b"ú\ ï2fD\x00¯)W%ê¥E,"
  b"@î‰ñ·WKº…#ä×,V¬"
  b"®Êø3š|C•‚\ewü¢9`•"
  b"ù]\x1A'ÁÃK¿Ž¡osˆ³y\x1C"
  b"ÃÅ·Âú’Kø—)>‰éXÔ\x02"
  b"]È-\x1Ch­Gž—Ë\x7F©Z¾x"
  b"¾×\x03\x08\x03­G…‰ÛT[—Ô¯Õ"
  b"¨š­nÅ\x14A±”\x13¸\x17îegm"
  b"\tX•Ñ>\vF ¿\x15V\x07×\x16[\x1F"
  b"!÷¿®XÚO­¼ŒÂêŠ@)Y"
  b"9{ü:\x15\vOȈ=¾÷c¥§¢"
  b"?\x11\x19\x1A›,G\x14:Ú\x05<\x00¡Ú"
  b"‹Ô4\x1AȇKŽ‘j\x16Â`Lò\x00"
  b"9\esáíJɐ,dâYÌF""
  b"Áѳÿ¶ÙCt³µD\ô0d~"
  b"Ÿî­¡“‡Kl­R£\x088m\x15Ò"
  b"+ÙYæú|D\x14µ\x16\x14'ÃI}Û"
  b"ç}†.êdIB¨ûˆbÎÓº"
  b"""
    \n
    Bÿ¢\x1C“A}Ö&4Ë\x10\x04
    """
  b"…­ë0V\x1F@Ô¼äG©{Üéå"
  b"õ€\x03\x03C\x19Mòº»ó²9\x7F"
  b"5fý¨\vÍNñ…¯Ýó\x1Fo‚r"
  b"@jr\vÛ‘K“—ÊwPŽˆ·\x1D"
  b".²Ø?¸\x7FHB©\x07Û—­†×}"
  b"Ä\f½>\x14}LyU\x08’èžak"
  b"–mPî\x0F¶I\x08¤Yóé OX]"
  b"\x16üqÛ$WBBŽm*âmð—"
  b"<\x13ÁïJwLŽ«>\t0Tú÷Í"
  b"I9Q@÷ÇIމ¼—N•§Q1"
  b"^$]x¨DÓ¿¿ÿB5ìGŒ"
  b"Ú‹¢™öNAS\x0F\x00†nq"
  b"?j1~p\x1ED\x02†Übƒùƒàh"
  b"ëS/!¼Lç·<Â3ˆP¹î"
  b"dRõ–)€JpŠW&\t´bjä"
  b"\x15e¬SLY¢\v\e\x17‡ŸE{"
  b"m\x01iÝ3G˜’zÝ„ÑYý¯"
  b"‚Cgšn1J¢ž£\x18ìá×\x0E¨"
  b"""
    ¾@\x08”ú\x19J³®¾9·\x19\n
    7@
    """
  b"Å\x7Fïq)4GŸ¾\x1D“Þz}y«"
  b"ék\x02\x0E~ØI|¥]6Üš¨œš"
  b"""
    \n
    uR²G\x11–D’˜§þ{J
    """
  b"•¢5?VúG̬¥\x11ÁH˜\x17/"
  b"¸ÔÚ\v‚{J'ª¢\x08ø'¯î"
  b"Gƒü\x18\x01âGÄ»\x02~V…Ç@\x01"
  b"ŸjMé?ŒAâ­TFKÒ)˜"
  b"Ë\t\x14ĐÃMˆˆ§\f\x03sÜ’"
  b"¤\x01Ë\x19£aG\x02– mêi¶z¯"
  b"Û§ãßú M…Ï_]YJÒO"
  b"¡\x1E¡ŽÕ`E–€¶È¸›2(\x07"
  b"ÓÜnuöfL\r¼3Uàr {p"
  b"àa@\x16¥E{‡°%\t]9ê"
  b"àuCö#öAVƒ•FìåXz¿"
  b"6ÊSk™îF}©‘DGü¦s"
  b"Ð뺴z\x1FO1”\x01=e³9%¦"
  b"\x7Fx`°@\x10«×\x04»CÞí"
  b"Fa4pÜ"JeŒ\x1C/ñþi¢V"
  b"ö”äéȦEý®:JL\x19—â„"
  b"x\t0sÒDP®Cˆ¶MR¤ø"
  b"òYÂÛîFGZ¦yÚY\x0FVk–"
  b"æo¢XºqF\t†?’Hb®"7"
  b"\f$\x10ä˜gG`‚êÑ9–\x7F"
  b"93>·ãSE•˜"\x16‹X9«\x1E"
  b"˜õµ\x1E›ÎC=˜ÙºHŠ\few"
  b"\x1Aßä±±\x1F@4°u\x08ahœ=î"
  b"\x7F%…Œ/\x18CÛ‚ßó‹©ãì*"
  b"®b\x15Æ€uG6ÌQÕ§£úÎ"
  b"\x1C  N\x15áLRŠÒ0Ý=-Já"
  b"0÷Œ4#†@\x05‚˜(à\x0E’ÉP"
  b"W«`S)˜Hë·§••)õ²ø"
  b"2\x17Žq\fåHŒ¨DbÕŒ›¹\x1E"
  b"`‚\x01Ý\x05\x10N'ªbÔ\x13H\x12‡œ"
  b"ºpÊ7ôûDÁ¥\x1AÃ\x7F\x1CøýÖ"
  b"\x0Eõƒ¢ý`KèÛZ"mºŽš"
  b"&ž7ä?éKi€£) Ž{ n"
  b"£Á¤$e™DW´1&¤»FYà"
  b"üÆaB4\x05OV`:\x0EÅ@[×"
  b"""
    i‚'0ú-E¬°öŸ;/]\n
    L
    """
  b"ƒ,yòtÛEE¢\x7FœÌ_øK°"
  b"Ö\x15‘™ö:Bè¤\x08…Õ8_0¡"
  b"""
    Ø`QU\n
    %Hf¸m‰÷¾\x1FŽÌ
    """
  b"¾ç?»\tcGT— =9¾µÞk"
  b"Èw•)E¥@ÏŽ•të¢Ôg*"
  b"æth¤ÆC¹†jwUñKg\x02"
  b"@\x1E?\x15f‘@ؽÞ/¬7¾èé"
  b"‡!m5^\x16Dí\rÔ”!ÃŽi"
  b"ÈèÍÒeŽEÞ¡åû8/Çý¹"
  b"÷~`æ¾\x0FCw R\x7F$#ýݯ"
  b"DÉ=ákå@¸†«ñªSÜ&;"
  b"ÐÆ«&\fDD\x1E™â—É\x1D¡­£"
  b"\x03ý\x1AüOOM? ¨éž\x1F£8{"
  b"wöFT%ÇLg­ž€Ê͉QÂ"
  b"h™ãÉ=áAŠ³‚­´!¢‰"
  b"“Í>軉DwŠ8\rŸ]t…Ç"
  b"´61€ñ\x00OÙŽ\x06õk÷™K®"
  b"+÷L7}ãN{±nžSå4ök"
  b"w\x08\t\eÑ<N*€\x13ùã;1ó\x1D"
  b":\x0FĘ>…D‰¢\x17iTsMn"
  b"¤¹éÃB°G\x11{À’“¯sµ"
  b"¶ð}ˆ\öE°˜u¡\x05±L`"
  b"g±´ÇkD\x19…|ß\x119$|\x00"
  b"•èñyÝñNtŽü¢Ž‚ùg­"
  b"O)ÌD¯¼Cd†ÄxúaöÀ)"
  b"£·)d×úFԐ»êLŽŒ%"
  b"ÚúåŠY<Be§\fŽIw#•\x08"
  b"^÷Ê*ýÄO`©yâhËs\x07"
  b"­™ôH²E\x08»$½\x06ƒ2¯ª"
  b"]ë†ãh!MÛ¢"T,ŽÁ'Û"
  b"™»ÔÃR\fMã¹I¤f”Û›r"
  b"zF·¨êÆBg˜Ž³4–¢\x19*"
  b"\x7F,"ðª&J\x05ŸK\x16‚sâ|í"
  b"ªw\vÓ-\x19D§•Î1ò<´T¸"
  b"\x0F\x1C¦šø–IuÛ†Åæ­5ž"
  b"Nq£N†0FJ¯\x19éüñ€§`"
  b"""
    ^íž\n
    ¤ãJ…™¡\x10ú±Ñ6I
    """
  b"ÄD:\x14’¥NlƒÆÆP!MÆî"
  b"\x19â\x02\x05ÁIʧ;„fg;!ñ"
  b"\\vk\x07T'Fñ£‘˜ŒèVžô"
  b"1‡.xºMÿ”»˜\x17Ø\x1A¯Æ"
  b"®RÊ\x11IàE֐J\x05ýîN$e"
  b"Í=¥×\x14¢Læ´òæ\x05ŽK½\n"
  b"©\x7FU8Ê¡D«¥Íõ6,ºƒý"
  b"cfêÅ!äOr‡\x08\x13Ój\x02HU"
  b"º\x04\x02]”G½ŒÔ×ðÆîDµ"
  b"íµ‡iáŽJ:ž\êg÷"¨{"
  b"G\x12Ü¥ MHÛ¬'çu*y–+"
  b"Á$9¦\x7FÝN0„N 4«FÅ•"
  b"\x06ƒHrã\x02EÒ’\x01†–^À‚ö"
  b"4ŒAá‘ðA“”\x08l?4kì"
  b"¡\x1D\x7F'}©O ¹[\e}>³&?"
  b"³\x11K&û/HZ£¯-úÿ&ÒB"
  b"P_¼†`ØDè©»_t\e·J´"
  b"pÕ.Ǽ&Lì“/7ËWA£\x05"
  b"y1Î9\x01'HžŸèc.ômŽ"
  b"vºqj\x12ÆDÌ‚/"ÙW\x1D±µ"
  b"LÂõû]ÛB§?m \x12½V "
  b"\x05‰&ÊNj“F…0²wÄ~"
  b"\x1E±¬<›GζÐ\x7FÝy«Iã"
  b"rNI~&|O\x17¤\x05‡!æÇ¶Û"
  b"W%oµ¢D˜—z\x145<\x18‰„"
  b"ÚL\x15D}qF›¬‚Ùô4G$p"
  b"\x10â1pÜtO`€]ü>³,aJ"
  b"c\x11ÊæémI< ô}L˜m"
  b"Ë\x0E¾ác·Oãƒðÿ²˜Ð\x01-"
  b"Ö0ª\x06\x04\x01J’5¹\x1CEäõÔ"
  b"ä8°t>¨E\v–¢_…9šó\x18"
  b"™Ž:U{(L{­(\f¨x]aÛ"
  b"ÝpÁ9EE+…ŸFMò\x1CŠ"
  b"Çjä*ÞóM‚·\x18\x1Fß|6v¯"
  b"€*ºbÿýI½ŸËÍ_¾…Pq"
  b"þ`\x1FFÎ$AC®~Ý=\tØõ\x12"
  b"DeïWK\x02C\x1F½éO: \x10¹\t"
  b"×üN\x12ŒHN»\x06\x13T'„}`"
  b"îJ\x03t/ÊEŒ™D\x0FBCS.f"
  b"\x04è£\x10Q1Lõ†‘j/¥@*&"
  b"\x04ЫiÉþB£½\x07x"ŠYT8"
  b"H…¸œ,òJΦ^HcqZÄŽ"
  b"°\x11\x14<bßAö¹xÄ\x0F³8Rª"
  b"¿[Iº<sNüª\t·\e`kð\x11"
  b"\fl•­A†¬Ëé‹\x1A“îY"
  b"""
    \n
    æŒív…N¿–{RÖ´ü\x1A 
    """
  b"""
    \x1Fçm)ˆBMÞ¶a#ÔfO\n
    c
    """
  b"o¯xÅmßB\x1A—χ£W“»"
  b"v¾ö+|Ec›~1›\x07Ò6¢"
  b",\x12\x1A¥\›OǬ¨\x1A‰“rÚ-"
  b"\x16¿=#‡e@Ï–Ü6³‘„Þú"
  b"|D8ãcGÏ„»r„f¤«ƒ"
  b"&´J\x17\x15\x12MBµxD\x7F²x¬4"
  b"/J\x1F~2\x05@W¥\x0FÖyR´‰ó"
  b"æ˜\x11‹Í2I,úü€0­ÕÝ"
  b"œÑµj.ˆEs¦&r£±õçk"
  b"\ŸO^²KOx¼Ó\x14#WoÈr"
  b")Î}\rbUI½ž¢š\x06xæÉð"
  b"žó{ggS@{›=Ë9\x0F¶Ëƒ"
  b"ù('¿T*N¥´ÖÌNÁ=_M"
  b"\x11TYõÛ\x1DO›,By@GIâ"
  b"ŸïYAœNMRŽäø~ï(\x1C}"
  b"ÃÄ¢ÛàK«®³¼¡a­`y"
  b"þµÊjÈ\x7FNÕ¤=ÄϸŒ\x05-"
  b"Ü\r~\eX#G_ž5p›„ø\x15\x05"
  b"J°ŸÊ¬«Fª©¹Ì\x1AEö-7"
  b"rÎ<6éNKV†lÌ’©”\x16"
  b"}\v\x10/´sMS¡]´àXÝ:©"
  b"Œ0Ù‹I¡J*Ÿ…´wûêR\x05"
  b" vZZ¦›C뎛Z\tô\x04ù"
  b"e,©î,\x11Dá¹K.Q^N\x1FÊ"
  b"ÀsÇœ3ÚJ\x1F”:<©~\x1CªX"
  b"ÜéĶ»äJø ˆÈ»g{\x03p"
  b"ùz¸œíÏF\x16©E[9\x15\t\fr"
  b"JÝá‹øóK"¤ÃŸÿ\x19ï\x7F\x11"
  b"„éweHXMêˆxt‚|„~»"
  b"ëð_r£òO‘½:_Wò\t\tt"
  b"“«§XЭIѲ4úpƒ¯ß\"
  b"%‡00‰ÄG¡¸^\x18\x14"
  b"Q‰bs\x0EŸJ¤’ôv3\vfr÷"
  b"wˆœ›+Ù@+¹fÉW<’Ÿa"
  b"Ë–`ʆ¼C\x1D½-Æf™\rÐ&"
  b"àJÃL2™M{—~9Ô\x13"(‡"
  b"]n1vNºB·£öÌí\\x7FT™"
  b"\x0F\x14]ñ,Gb«ÆÍ_4é4ù"
  b"¡—³Î\x08¤I´±Ë\eÝZ B­"
  b"\eÿ6ôl3E|©w6#7i«-"
  b"™ˆÄœQáNÉŠ8W†é÷*º"
  b"Ã\x13n\x04®šG“‹Ëz‘ZcZ"
  b"«\fÔb½«O"‚µb®L\x03K‡"
  b"€›j ñÈFY°›Ÿ}jß{Â"
  b"C€‰„ÆðL\x0F¥°ð\x08U\x19ª\x0F"
  b"f\x1E\x1A«›AX»ÁÖïiÏ+°"
  b"õ©PeÐ,D¾¬\x1Fk\x05ž¢Ô9"
  b"\x17²S\x08ÄíO°¨¿\tâÏ\x08Òz"
  b"_Líq$¬A«ðQ\x02<C•\f"
  b"\x03öÀµI¹Ž§ôô\x1E?{\n"
  b"\x7FXŸU\x7FÄFf‚ÄVéê'{c"
  b"7RŽelQLk·ˆÓ¹;¶ÛG"
  b"Ž^ƒ­~¨I9”ljÄÁy~à"
  b"®\x7F€]\x11\x1EN¯‹YÌ\x018œø1"
  b"À6biR`DD´Éçpf%Ù "
  b"G\x00Éî°\x08D\x04¯\x11uÔ<Òéì"
  b"€­â\x11d\x18Cr´.©hÒ63ù"
  b"\x19Ij¯o\x1EOV“,oìkóÆ*"
  b" Žïu–èN\x07²‰\x0EvÄ' ï"
  b"uj(ÎT×Ou­v¯çEñ\x14"
  b"Œ\x18c\x19\x06}G\x1F¨@\fÇìòñå"
  b"Ìnªv.ŠMs˜\x18+̨½\x17"
  b"zñÀÖ\x14ÑK#©â %Æ\fÍÊ"
  b"š¨t\x07©5C´ƒ™ZÇóåjÈ"
  b"Í^UÐDVFº™ÉÔÔ/S±o"
  b"õ×¼ÀQ¸G¶§\x13\v€]O\x17¨"
  b"w$ÏâCªI\f”miû»oÂ\x15"
  b"þ¤øŸ6“G\v¬½¼ì\x7F¤\n\x00"
  b"ªYLå›ÎA!Š5M\x13\x1D\x1F"
  b"!"i\x16\x07\x0FF4‰Ø6%¨vr1"
  b"¯}Éxû¯IhƒVé\x14\x1C(+"
  b"CàHÝW¨F¡”õË•N„Öõ"
  b"""
    W©Åg—\x7FHK˜l<\n
    \x7FVõß
    """
  b"¡³\x13tC—K'Ž¡\x04í:\x1DWF"
  b"±o\x13­XPNð¢Ê©\x17µÇq\x13"
  b"ÉçÚb¥L\x03“;\x17ƒþ"tŽ"
  b"2ÿ¸EƒwI\x1D¡K\x14œÍ\x01Fh"
  b"x \x19Èm\x1CN-œ¹á¿¡—ê\x02"
  b"(ï°”¶¸H\x14Žy€ÿÁÝFŽ"
  b"ª\x00\x14 dKJ\x15„L9ê!X3T"
  b"\x1F0\x01¥Bþ²’«)X\x7FÉÔ"
  b"¦©é0ª\vOM†ïzõ')\x1AK"
  b"\rz\x03wÊCGPŒ\hfüÁ'Ý"
  b"d\x1FÊ@ž€FgˆÏeÿ¢\x17E€"
  b"·þH7TôMWª),^ŒWï""
  b"\x08R%+Æ©G\x7F†¹å”„Ó‘Ÿ"
  b"‰v{\x19f%K5¨(òŽb¦ä6"
  b"ÕPT‘þrC4¤ŸÔ±\x10·ÂÍ"
  b"T1¯ÅšàHóš-qÚúbÝK"
  b"uwäÃÁBc­žÑÙùÛ»|"
  b"""
    žã0/V¶OH•¦Ù©Ýï\n
    {
    """
  b"¿›ŽéÀþE\x0FŒ²üG\f"
  b"\x0FŸË\x05c¦D„²Éì÷`\x16Ü"
  b"-Gå©ñJLB£=£\x02"Rk"
  b"]@\x16~ýZBç´\x1E¸×{¼i§"
  b"š†uϼvGJ¢°\rdø‘q\x00"
  b"¯—\x17×<\x19Jç­\x0FÑŽV±÷"
  b"û$ñ\x15ààHà¼l–5´[!\x1D"
  b"™ã'\rÞŠH,‚\x19›ß‹Ëý\x1D"
  b"Õ§ö)2¨JIŸO‚ÑŠv·3"
  b"O|§)~øD]š&°ËŽSc\x00"
  b"±j\x00ÍpåF<½­N%!Ëç\x0E"
  b"h{\x1D^ó"Nq”¥üí–¾ÓÆ"
  b"ål‚¹¹G‘¥rn\x04¿LÍ"
  b"¡¢L\x1Fª\x1EDº°ìc\fÙèšÇ"
  b"qŒé(PÚE\tˆº\e¼á^í<"
  b"^ˆòŸ\x19G\x0F¸îV–ø1æ"
  b"\x13ÂþsF\»ãš±Ò/\x19b"
  b"[¨²ê\x1FŒA0—\x04ü—Q@‘"
  b"…@¯‘9iMȲ‡í­kÀ@Š"
  b"³¨23â™I¢¦¾€cç%ìF"
  b"oMÀ÷|5Gµ´É\x13\x06–}г"
  b"‰ÓÎÌw™Ig¾Ês¶°\x10ì¿"
  b"Î@Þx$hLn¡jÛA^¦´ï"
  b"""
    ÑO\n
    B[|E\e“±<¼¦vÎ]
    """
  b"Þ•Å(\x04µGäºX\x10~­pU\x16"
  b"Pð•{à\x10C—Î™5Úä¤("
  b"ÑxÂD\rYM\x1CŸ¹\x16\x1EŽcZÜ"
  b"\x06âp`˜™L¯®/“\x1CÎqÚÍ"
  b"L \r.U@À’æššÏÎ\x0F\f"
  b"Oò±ñðOB\±ïª>„óeT"
  b"Ž\x16)\f5÷K\·OD\x16¨²a±"
  b"¶æ\x0EV\x16\x17O,¢´\x06_‚Ï3C"
  b"ò¸û+¸×J|›M‰–­à/D"
  b"²¢ÛpLÔC#§ž\x06¥åhc"
  b"rŽÕÞ¬?OÔœfɰÉ>ç”"
  b"žë¿ä¶x@ݐãšR\x1DÏ0¿"
  b"Ö&Üpï\x0FH#»ºUuÇþÇà"
  b"\x12ׁ5UñES¶–^d.O\x01"
  b"è\x00îÎZ&I\n‡Ùj9#\x17Œü"
  b"""
    \n
    MŠ$ç\x02La¦ò÷Ûx36æ
    """
  b"Nv”ùËéF†‚g—7ÁS´'"
  b"~!_\x15\x18Ay€=„_{~\x06y"
  b"a-\x14ñ®0OŸ·/m'Ú¾ð"
  b"Ë[î‹\x02îK»›˜†Š'Ëg"
  b"¢íç\x08bÙNÎ…»Ï[QóOb"
  b"¿Jë ÓOÏ—xÍ\x12ž\x16\x15"
  b"~g¡_óØ@\x1F¦¬\eÀá%>Ó"
  b"\x13\x18)æ5C”‰Ë\e½Wšp"
  b"""
    E{¶üp\n
    I¬¢âÉ1ëÊ\x03
    """
  b"\r\x0E¥¬\x08NBÚ¤R\fcW¸D¯"
  b"\x15ÃR§LzmýÛ)ÌÚJ"
  b"†úx«ÈÿLÏ£è;¡M)Of"
  b"ˆ\x1Aôyá HEšuÕ¡R\x0E"
  b"ÉÕK»qÿFù¹\x1F/‹G\x15"
  b"í\x16‰©ý FºœU\x04èÑâþA"
  b"dààï@@/¶ùlÇ6ÓT~"
  b"\x10Íé›L€¨2+\x10U,lm"
  b"…³À\x03>JΫÞA¨\f\x05\x01"
  b"Þ‹\x1Ap-7Bo‹äÂ[[ß…t"
  b"Äó.ý¯AO½aºö\tmôh"
  b"ˆJr÷ì&@{i£\x7FÛë©Ã"
  b",@œó\x0E\fKi©C³:µ‡;’"
  b"B[&Í#„H蝃º2Ó‘Ú"
  b"i\x15ðèÒH²ˆ'ÿþy\x05d"
  b"ukâ$døB(š‹•ý/–Š"
  b"ý{öYÌEDï‰Åˆúˆ,\x13Ç"
  b"?\x0FD’~Bï‹sY·–-¬3"
  b"š§ã4+H\x05“ËäÚ³Û„Ü"
  b"\x06~<)MSN§‡Ð‘Sñ$¼"
  b"’Š\x1D\tß\x17@\x1A—î’Kulv÷"
  b"""
    ß\x14\n
    L\x10K\n
    †¿5ô\tØ8ž
    """
  b"äö~øFAtƒX÷¿\v¬ï‚"
  b"ñÖ¤ð5I°»1d¶ù«ÌÍ"
  b"\x17*«Ëˆ\x13GœšÍÏ"sÔI“"
  b"{ìn¹¼H¼µ·¬Ö\x1F(Íç"
  b"Ö¸‘«F-G‹ŒËÏáBGM\x0E"
  b"ýãì×zFT«Žúr*0™x"
  b".¹9VŠAEz«hYr$ÜDú"
  b"""
    4\\n
    \x11±K楏æK‰wOS
    """
  b"Ž\x11•\x1D¿Ae‹ÃHgf è¿"
  b"+Q‘ñÉŠJŠˆÅ;ä½ÄO"
  b"y\x06:\x15[öOÄœŒB\x012ŸgV"
  b"¡AЈ ï@d›ÎR‡/BˆO"
  b"-ÒØa$›Gف\x04ÇÕ\x00"
  b"8T¿Ù‰yL³¹XÎbgð\x03/"
  b"•¤OåxóBP¶4”ñ\x1Fg\x1E<"
  b"\x08TÃÌ`.@ʡʒ~¬Û"\x04"
  b";‹‚EV°A}ªÜçí¶\x13dM"
  b"Ý<=©Þ±Fš‚f@æMnPz"
  b"\x7Fü\x08FÀžKž¬(MÚ+%!Ñ"
  b"•fð\x00£âFð¯it³±Ì—«"
  b"ÖŽ#³¸\tHŽŽ.Ü·j›º"
  b"µj/¤\x1F/NQ³úe`\x07ûõf"
  b"\x10ÄÜ6»ÉFÉ´ö¾\x15ꈪP"
  b"ZÈ“¯\x19ÚFT†?Ÿzx•¬¼"
  b"ŸöŸv\x08_K@’L)”<°Ö¬"
  b"rßj{þhB‡©O\x15v@ÊOß"
  b"O\v¸.íìG-±\e\x0FF·æ"
  b"\rÿä™J\x04…ÅÛp”šÅ\x00"
  b"\x07À—D8y@åŠþ\x04ŽýÇ—?"
  b"\x0E•WkN\x18€ÂÅ\x11a‚Á²"
  b"€_lvÅÖE멾–×\tbq”"
  b"¿Då…Ü%F@¡†\x0F¬ Áí™"
  b"4Ñn¸»ðDŠƒlØ' z\x04\x06"
  b"ÊM“vOÉG{™U\vØW—#ö"
  b"ã|©m¤éGô¥&\x08cXÒ¶\x08"
  b"""
    ž.„/T]D\x1Cªà4\n
    ø®Ç\x0F
    """
  b"äø°E¨ZH\x04}³ÖK4Cj"
  b"¥C&á\x16CHç­íõƒr‰"\x06"
  b"¯\x08i~ݪEÖ½OͲp4°"
  b"ÞÂŒ¨i\x08KìƒÔ†\x01\x04¿âÚ"
  b"\x17”‰:‚FS£\e+\x18eðãí"
  b"^\x1DÊ\x16¼qN†ŒôBûäaœp"
  b"ÁÃD/£äEF¼\x1E…¨ã[÷ "
  b"·«ÇÇêC˜¥\x1CzÑ´©¸\x13"
  b"â’6\x1DóICŽ´æBT†S¶"
  b"Rwþs\t˜K »‘W¤&?¥1"
  b"²œ»¯_M\x0E²\x04åzªÁàË"
  b"69eó˜µFWˆ!1\x7Faµ=\x02"
  b"?åÆ\rë@B,¯ÃìÊxC¨Ú"
  b"ìMuƒ.kB\x07°ó3ж’‰5"
  b"i}À"nìD£¹`ÕÕ[«q\x11"
  b"Û<\r\x0FK\x12ºàj§Šä˜„"
  b"Ñ(ؘ¼LÑŒþ\x1D×˃e—"
  b"\x08?®/b\Jx¸+Ò|ºµCí"
  b"‘x¨ðCvFa‘úH\fhëá"
  b"õ`Ñ dxN'”1í\x1CЩþ"
  b"»÷ñ}äžC””3Ò;Ë+´["
  b"Þ¥\x04Z\x0EŽNغ+qÇ\x18Ü~Ÿ"
  b"\e|rôÉHAg‰»ªx¦\x19\x02Ý"
  b"+ß b§+@c¡pFœ€+šK"
  b"/üRÇc‰I:¼+wÜÊe‰ë"
  b"Q\x19°¹öÛNÝ‚šõ«\x06Ú\x1Et"
  b"u1\x02\x0E²B°„ôÝ«cæq"
  b""ÿ°×\MZ’ºgsØWw\x17"
  b"œ,QT™ØM1³½Ô\fþ¹µ˜"
  b"Å”ù{°K@Œ—À¨ÐÕ‚z\x19"
  b"¿±õæä`K@¾7\x16kóáYT"
  b"©öùF¨¯G‚ŠÐŽú‡M…]"
  b"èn§/ßËKµ…•QÀ·\x14ÍÁ"
  b"šØÀ@N˜M¾¡\x01ó Ë¢åÚ"
  b"C˵ŽÊ\x12@Ú©ã\x1CŽÎºœ"
  b"H^}¹ðÞGf–ý½\x08ÝRe{"
  b"­¥C®\x05\vFSŽ{ä¬: ƒµ"
  b"6ÑÍ\e\x03O¦°=%•€ìEj"
  b"\x08tøaä\x01Omgn.×qi÷"
  b"èÇ;Å!=MK˜(\e@Úž¼T"
  b"i/à±·GKŵK¦?\x1AÝ!W"
  b"¡¹›2™4E\x01„÷\x18‰®nvÙ"
  b"ůZ\x14©!Eˆ™á\x1Aw9â»U"
  b"\v\x06*HмV’5²ýx)"
  b"""
    9‚½LH•A( \x02¾4\x1D\n
    
    """
  b"l¤¦\x0FíÆMç³”°-¦„\x04Ù"
  b"\x18Ÿ\x19xÜZCÏ™ÊOŠ2?õ\x10"
  b"ºW¦ŒwM¼ƒ—¤Ñ†œW\f"
  b"¾¡ÕÈ«aJy¸vpÅýóYI"
  b")DÞY\erDöœé¦\x10Ýx\x02"
  b"\x13˜m#\x1CJÝœÂ;`¶Gz\x1C"
  b"šÏhU3|JïµTÌî•ðvç"
  b"« -]â-ANŒ™\f\x1F\x02¦^©"
  b"_²gÀŒHD«ž³'}poÖº"
  b"òóÂo'ìF刹\x7FÀpuV9"
  b"ˆMúë%òB{œ:BŽ€\x13"
  b"ñ\x15£ï*íJM½[Ãå\x0Fr;t"
  b"^Îb‹~^K\x12©ë!™a\x14¼‹"
  b"eå¦5Ø#C\x19«<.\x1E§eÃ"
  b"#9ÿä\x00ÙHs‰ð'rÓ³u\x17"
  b"®Ua4‘JAä©y}òI¯®8"
  b"pЯn|fB²<ÄAç[QÖ"
  b"Xàã\x1Dž@\r¨Ç{BD\x14*"
  b"\fëÕŠFJ\x01¼\x05\x10…Ì…\x1F"
  b"-çæè“½G‚ºï¾)͑Ģ"
  b"|\x12È;DL>¢\x18й…\x0E\x13"
  b"%\x19”™\x14MZ31°n\tî"
  b"‚àRc)AmŽº¤àÀ°\x1F\n"
  b"µ\x12î\x04ÝôD…¶ˆ•é\x18x:"
  b"ôó#¾ÀïHEšM+‰MRƒC"
  b"\x11’^¥Ü€JYœ Ö,J‹îU"
  b"/ÁâÃÒ…I\x05‡gRcÇ›M'"
  b"i!¶#ì£JÍŠA%½-ß\x14#"
  b"MvV¤oxJÊ…Ìš`Ï4\x04\"
  b"ÁpÔ,ø%K¾–x^òŠ\x1E„X"
]
93 7.81 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.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`.`file_hash` as `property_group_option.media.fileHash`, `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`, `property_group_option.media.translation.title` as `property_group_option.media.title`, `property_group_option.media.translation.alt`, `property_group_option.media.translation.alt` as `property_group_option.media.alt`, `property_group_option.media.translation.customFields`, `property_group_option.media.translation.customFields` as `property_group_option.media.customFields`, `property_group_option.translation.name`, `property_group_option.translation.name` as `property_group_option.name`, `property_group_option.translation.position`, `property_group_option.translation.position` as `property_group_option.position`, `property_group_option.translation.customFields`, `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `media` `property_group_option.media` ON `property_group_option`.`media_id` = `property_group_option.media`.`id` 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` 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 (SELECT `property_group_option.media.translation`.`media_id`, `property_group_option.media.translation`.`alt` as `property_group_option.media.translation.alt`, `property_group_option.media.translation`.`title` as `property_group_option.media.translation.title`, `property_group_option.media.translation`.`custom_fields` as `property_group_option.media.translation.customFields` 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"\x1CL…ËÕ2OH½\x08œ½þv1…"
  b"[:…ãî\x12M8Ž©óÃñî$U"
  b"rc¨}\x04ÀG¦¨Õù0Ø™ù™"
  b"wrtƒ\x17Aq””Ú|ÎÄ\x18`"
  b"­¸.½ŽˆL‚²\x16mTÄQ0Œ"
  b"\x01\x06\x00=\rˆK¯€þOcýÔ„"
  b"^Çs•\x7F\x1DOƧ\x02df€Õ5†"
  b"‡ÆÅL±­H@ŸÝ%õœc"
  b"\x1FïLÅ9ÍI\x00“G~i°ÿù."
  b"“ì5AùCÁÀ `ÍKÃ\x10"
  b"ås¤¢¶oCÀ©9Èsíçò"
  b"f¿\x05º{¾HÔ’`®Ã©tm¸"
  b"Ë3õ±&Mº›\x12èvÈýæ"
  b"\x17x¬­O<LŸ»–ÛAËedG"
  b"û7ÖGYrBs «gk\x07"
  b"\vk\x03ÅŽ^H²‰\x00˜šÊ)"{"
  b"I™f\ejìI\x1F¶ð^¸\x1CëªÓ"
  b"ëÓ}L†ÉEÓ•fˆVÖ\r7t"
  b"5[„Ä*-M0±òýÊ\x17ÊÁ¯"
  b"GÆ7ä?"G‡—Î;´\x0F¿Œÿ"
  b"\v&\x02Zá`D>Ž\x15\x0F|Š,\eQ"
  b"»£¿Ë?#F3³Æ1W’Uë"
  b"\x03\x18ׂ=,F\x0E»#·lVEì\x06"
  b")ä92¾7FN«¤‡aó´°ì"
  b"…R†¸Ë\x07K^ŒÂ¨\x18f³œ‘"
  b"4š3Çy7M’„\v˜ù%\x13f-"
  b"<\x11\tç@{ºí2\ràÕR"
  b"eaà\t$@¹³ÝNäÖ‡>·"
  b";CY\x05Ñ\x7F@9€cѰ3Q»’"
  b"[NòÚ\x1EúF7§ÍrF®ãè«"
  b"¼\x10ð‚ΝDF¡o\x17\x10»£\x7F"
  b""u[i¹’E\x02§µï?\x02-@ÿ"
  b"#¶ÊÎÅQH߆ZyöÍ-èŽ"
  b"ü\x14:MmM\x12Œ¢‰ñïç\x0F¢"
  b"5t11p\x10E?¨”޳+šSï"
  b"ˆßOâ\x11A\¯\x1D¦Ê½ƒÑù"
  b"¯ƒÒ5šµAE­\x12ÏQë\f¥8"
  b")õî·…æ@x¬@v\x1DÐ$Þå"
  b"/A\x1CY`×H´¾Y'Å";\x11ù"
  b"ôÂM¸ŒàG¯¤\va2„“»X"
  b"3A•k4H[¼„DZO¼¯~"
  b"6s¿B\x14ÀM³¢\eÆ\x0FýAM­"
  b"*F˜:ÇíMد”¥Ö\x01†Ñ¥"
  b">6 ìf†AX‹\x1Eí‰}Œd\"
  b"O£kc8ýMDºe°«,ÞJ\t"
  b"c*‹×ÞžK©±2VèÏ4õ\x02"
  b"‚\x03…ÒHuŒî.Ô׎ý"
  b"*\x0FcøÕ\x01OШÀÛ¾I˜©{"
  b"\x15^š#ÛèB@«ûHC¥-æ\x04"
  b"#»·¤\x1C)BG¹È_ú1scõ"
  b"k\x1C`ŽŽ#G¡•Ò¥¤Y2¯\x17"
  b".^ʯ\x1E|C•†™/jiÊCò"
  b"S³¾n\r2E[±]ÂÅ\x7F$ÈÄ"
  b"Á·æö÷[A©«f³\x7F¡›•þ"
  b"\tÄ€åÒ°CþØÕ\x1D·Æa:"
  b"‹ ÓÚo\x06IÈ·ïßï™Iÿ#"
  b"®ÎR¥àÊD†§´ðÚ–ªÔ\x08"
  b"§=mh8àB)¯Ž[—\x05ÅJ2"
  b"\x12\x1Aã…î[Ec¹Ó7Áýg(-"
  b"Ýæ;âS­I\x1D‚}\x07Iÿ±¿="
  b"€4€ÚŽÊN9Š]·uÍ”›ì"
  b"E޲\x1Fd<OŤú\x1C¬ŽÕ^T"
  b"\x16ÕÔX‹C?Žý¨‚Ã`Žó"
  b"S}bÁJIý®\x05\x03M2ÏÙD"
  b"¤dͤ\v%G¥ ÔÙ!¶sÈ"
  b"U·IƒL|N(„cÏtd„Ž"
  b"išˆÿˆæBïƒ4¥9L€ÜV"
  b"""
    vƒéÖ\n
    mA¯´×!®ûß“1
    """
  b"êϤ–"ÄDî¶hÞnºL\x02\x00"
  b"­†kþ\x0FjI΀+ù\x08–\°X"
  b"ë\x11Ï\x0EYÁK\x1F’_ä·ì“¤ª"
  b"\r\x05ç9ÚªAð´üqëêá&š"
  b"„M\x01i6¯H ±\x08…d\x02\x13Þp"
  b"\x7Fös¡„NK$Ž×\ú\x07ZF"
  b"Af¿v*\x15HˆœT£|Hël4"
  b"\x01·0\x03H«½ð\\x7FícÑ"
  b"\x1FçáÓ¨QBà›­\t\e«ö\x192"
  b"Š2ÇHýÜDÖŠ\x06Ì.ɘwš"
  b"Î\x1D‡;¯÷OÏ ÒJ¥\f\x01äò"
  b"ÔÑ\x1DüÓ<KV©±C¥\x00¿Du"
  b"™ \x15xÛÒB»º‚½.„k>"
  b"1|7¤½Im•8`u\x16÷o9"
  b"v²ýšm(D ¥\v\x0F9“vC-"
  b"Ñkð’øQL}x–D#]ðB"
  b"ÝŒ\x15\x06\x0EpO‡½~’\x007ÖU\x7F"
  b"û“¨1¢\x18@5·Æ˜)Ýíé$"
  b"ü³û`ÿ\x12MÀ&jóï…^U"
  b"2oe˜Ø\x1CE,ª0Ë»õçN—"
  b"P"?ûRXDë¶ë—BVñø\x1C"
  b"™Ýͼ¼lB\x11¢ca\rm²hz"
  b"Þ»èÝ0dN.ƒ¿÷õÅ…;"
  b"áÃ|²\eÖL¡ ±ÊrÅ\x01þ"
  b"G§h’ë–L¿˜±_Y\x10ó–M"
  b"™AT´\x11éEq¦©5ðjî£ã"
  b"Òër\x11>Bþº\r\x1Dã¦ø´ê"
  b"!¥Z\x04.¬CL‰HrmO½ê@"
  b"ï«0–*üH‹Ž¥\x19™ä‰°z"
  b"SW¸›µ·Oï¤,®•EN \x17"
  b"YÃ|,rOMŽå[Å\x14µû-"
  b"”=ý¤dfN²¦\x7FæâÃW›~"
  b"^(\x14À\x17ñJy†H\x0FÈ4\x1D«u"
  b"©îÅšPîM^‡pËDsT°M"
  b"ª^BÌ\x13Ò@{–›H«—^1¦"
  b"Å6WÓgðB\x1D¬¯A\x06Ë\x01/"
  b"Òø\°`^AÔ‚\x0F5Á1¹\x17\x16"
  b"2ú‘\x12,ÈOÿ™2\x1Eò¢pŽ'"
  b"üvlÆO.L‹º\x0FäI\x0F§+¹"
  b" ðà&ë“IYŽÇ©ïÌ\x7F\x19"
  b"UçÓ0y\x7FE5Žõrf‰W\x0E\x00"
  b"îV­=»xO›¿Ú\x1E•z\x19…›"
  b"\v£\x14X9ü@ΐXYFedÓÌ"
  b"½<6\x1D&HG¸Žr*ªKÛþ5"
  b"\x15í¿šE€“[ K)Ê‚è"
  b"»Q朗CGŠ\x05ü\x1F™h\x1F6"
  b"\e*U\x04(&OO»«FŽQ$ù2"
  b"nÖ„`þÖN<¬Ê\x13xP^s"
  b"0®'[ÍB£¤‹¶©Ô8pj"
  b"ÿ«Eim\K\x7F§^ƒ\x00”’Rè"
  b"ÿµJ´úC±†œ ©$¬¦3"
  b"\x0F(\x12âŒøJ\x1DŽËÉ›Àe¼°"
  b"C¬_pŽxF\x02¥ä\x04ù_CsY"
  b"·Ÿ–>š‚L˜”\te"ƒ²t#"
  b"Y&º§å(D"±*Ø8\x05Xîô"
  b"B"kγËFV©\x04\x0FÞ)œæ^"
  b"î\x06޶Û\rDФ^]·¤³ÜÓ"
  b"\x02_yü\efKt»¼íáp»m["
  b"þñ¥Ì³¸M0›·¹\x1CnÀôô"
  b"ø\x18cÒî“JŸu¼/#\x12ßV"
  b"îõ·<ñþD[¢£Ý\x18:h\x03T"
  b"K\tx\x1D¦–JZƒ3ò—÷ÌY¶"
  b"#¡Ô%†|G\x01Š®íÎ;W\x1C\t"
  b"E ´¼„fKZ³\tö Ž.\x1Cþ"
  b"pHÖÒ¹ K"¿Ñ<íãšb¶"
  b"Ýé=\x1AÔXGF¬ê\r}Ì,¦\x0E"
  b"!_=€@\x1DCä¤ï1Ï¥ÕÑ\e"
  b"OD,8\x03ë@½‘Qº˜Óð\tŸ"
  b"ç4íT²By²\x17&²1\x1A}k"
  b"G/Ï}=yL庥\x03s\x03傎"
  b"‹Îw\vš½JQ®YæU—×a\x1D"
  b"ω7AÉNNÿ\x17@§Ã±?\x03"
  b"\x10\x05\x05\vD\x0E¡gtìÞVÖ\n"
  b">³©J²MŠŠ©—Îå¥0V"
  b"S\x11\x1A›‘oD\x05µ×\ež\vŠï×"
  b"""
    É÷8ùNúE\x12™M\x1ES\n
    àr:
    """
  b"ðÄ\x06®žQN"‘˨Խ†½u"
  b"M\x12ëáÛàBX¢²\x1Cø¸"}\x13"
  b"l\x17Ñ\x06cÃIi‡îiçÑÏýt"
  b"½4€É*ßD\x12ŠkɃ¢ûÄ»"
  b"'aiä-ªE0¬%%b\x10Ü\x1C,"
  b"Òt®Q¿M»Žh•(ªS7$"
  b"Ù’\rÿÕfF§¯udw\x13,îI"
  b">’ôìÒ3Gê„Ú(.øDXÆ"
  b"´üJ\x00…·Kd’—ë:¿\e1\x15"
  b"\x08ýž`\vJh¦ê\x7Fç[çhj"
  b"w\x10ÝnŽKK\x01®Ãl×+\tT\x18"
  b"ÅY3´ð.NÚ±\x18?þwÅÓU"
  b"ßZ·\x14|ÝKއ® Ü\x0F&óW"
  b"߯’zÕ¡KU‘¤Ñ,>$AÞ"
  b"=šw°\x03\x1DGg¡²‘Ó#Aœå"
  b"\x01øñ<°mDN‡»C\x07k,üy"
  b"#I@\x03}E\x1D\x7F\x00zÑ¥Pö"
  b"–Ù‡Üß°L\x12‘‹“ÕéW\x00q"
  b"¨¾Ž\x00´8Ha»s\x1D0î[bJ"
  b"\x12V,»Ê\x04M? ;øvÁÌUŸ"
  b"c“çò'ŸJûªï2¡\x13!’."
  b"_Q\x05S³‚Hѳ\x06Ò-òæ\x0EÐ"
  b"Ö1=Bí;N[Ÿkó\x13¼šï|"
  b"YœG=\x0F}FVŽ):``h"
  b"w&§^î\x00Oü…REQnD\x12"
  b"‰yÌ-ŽÑFGƒjUsGÉÎW"
  b"Ì”i—¤ŽB\x06¥¨ÏK¹.¯¼"
  b"\x11HÉ…Ø\x16M“‹Ž÷\x0E\rÇ\x12\x11"
  b"tÆO)\x1FpN\x1A\x0EM¾°òƒ¸"
  b"\x18Ò`\Bz°¥`‚Ó6Ô¨"
  b"""
    \n
    ðÎ4@œLf‰'¶Fè]Տ
    """
  b"=»Ô¤ÐuAG­ãpd­yY9"
  b"é‘)Š$ÇNœ¯ÎÀ!XÒb"
  b"©ü=\x02{HûƒZà„ÖH‡C"
  b"Ý—ž”)CC*²ƒ6;f«\x06Û"
  b"KV5\x7F\x04çN\x1Eb˜¥\x1C›Ê~"
  b"sÄe•Ú¾J”ºOL\x06\x10SPž"
  b"\fhÏ&Â=L3•j"Æ4†Åî"
  b">¨!´BñGT‡—fb\x16ÙŠá"
  b"-°’²]…@ˆ¾æ|\o\e\x11q"
  b"\x0FÁò‹F˜”b^\x05à&õ\f"
  b")`²»D´±\x13\x03[ËxÎH"
  b"“º5û\x08`D¯ºe¢¼ð\x1A¼U"
  b"?Ù²âÓ¼B¨•fq\x19\x05\x18"
  b"ï\x0Fóºc²L“ª¢ÀSj\x7F]\x17"
  b"1-\x1CBuQM™€ ǁ œ‚"
  b"o\x13g­/ÚD#‰öŽN´fž\"
  b"Î8/\ö°F?¨–á“{ûHa"
  b"\x0FÎöòV€H.§°˜þ‚Yîš"
  b"?æ_ÜíÈO\x17\x06¾ð\x00è\x18U"
  b"\x0FÆë'רOãšSSz[\t"
  b"˜)§©áfFݐ±öJURO\x08"
  b"X£¸'ˆ¡Jnš²ßgMÉK·"
  b"™Æ4`+‡B(†G¾‘Ö¨¢Ô"
  b"èÔ¤j¹Eõ„©kŒP\x07êW"
  b"\tœDѧµ@\x00›,Ç<MWÙ¢"
  b"µÓ\x139œ9I½­ù¨\t‡”`"
  b"ij\x12À§iJÊŸ¨\x01ŒA—\"
  b"6{ÿØ?\x08G-£\x00µ³ÌbÜC"
  b"\x00²©8X)G%ž}¼ÅCܵt"
  b"\våŽù%‰CH¼|Ûg£Õí3"
  b"NwàWKîK\x0Fš\x1E]\x18•u8¯"
  b"\x0F´ÙÚE’E\r‹AüÚàF\x10\f"
  b"²él²?ßD;§\x07©©»…á%"
  b"´h>%â2N¦²–ÖÜIg»~"
  b")1ø»¤]C<µ?ù\x14¦ØŽÎ"
  b"\x0F¤ê§eÕJ+‚»1w\x01Y\f$"
  b"à­…7\x14cLë¡Ûè\x15>5Cî"
  b"\fCw\x18N¬®ãàÕo®wœ"
  b"·Nm\K\x08Lü”Fa\x08±="
  b"ß»¯œ“%M䣸\x13=†\x7Fú\x1A"
  b"a(޳ù5B\x19¡²Ê\x11â‘ÿ}"
  b"èñ\x1E4BøD†´Ä%\x02'bK"
  b"©¨ÿެqF±€9ÛT¤0pm"
  b"ß×ËLÿœH»Mq\x1F—ˆRS"
  b"=}ýìXlNv¬h‰Ö\x18€’["
  b"=þmmÖªK…œuÚ\fS\x13"
  b"o„dÏ\x0FÌAß c™0\x16€Ž*"
  b"Xª»Ï$ÈIúŠC_6ýã‹ø"
  b"&Ò‹‰ÃCJ\x16±~‡¾Ú\x1E{}"
  b"""
    a>\n
    +CAC¹ƒ‰Æ¤êÜÀ
    """
  b"Å`q&–qH©‡\x1Cù˜9-Šè"
  b"M6¿òò?Mã¬9\x18ƒ“üZ°"
  b"\x1Dˆ·“Ö}CÔ²ãaޱ\e–ú"
  b"\x16\fIû/dO\x01’¯eðŠÚRD"
  b"|6®î¸¸MÔ‹Ëž=¡îŽ\x10"
  b"CúFÖ\x15öLH¹çq††0Ì\r"
  b" \x02\x1F…,VL=™ú—\fqB+¦"
  b"¿V«f\x12}Dê¼æEc*‡öÄ"
  b"""
    æ‘\n
    j\x17ÇD\r”úU\x03OiJ‚
    """
  b"""
    \n
    \x02du\x07ÔAâ ª><0Í!ò
    """
  b"Gce´|­NoŽ]ß\x18\x1Cº~"
  b"5¸¶a•sC†’·P\x17\x11wªã"
  b"jå$KPjB@™æžx\x069é«"
  b"–Oæ©üjD\x11‰5Þ\x10y\x03¨^"
  b"ô¾‚©ïèM®õúWÑ•„"
  b"""
    Ïã÷¬\x18A\x12ŽÇÀ \x19ó\n
    a
    """
  b"µ9¾jRxIƒ´ÄÅ0\x12c-"
  b"""
    \x14ç™\x1Ce#E\n
    ŽÅ•˜ÂƒûN
    """
  b"ï¶G\x1F½AHp‰šÉÿg*\x05\x00"
  b"|ߘœÈÐEš$³­»ß+\x1F"
  b"\x1C‘\x03D¯ Opì¸\vŽ\x00"
  b"\x19aœ?Ì›C(¾Žô\x02âku."
  b"os\r\x16¦*D`²ÈW\x14\x00Ø"
  b"ržKi?’Crˆ9;áê˜( "
  b"¬¶ÓOÞ–@\x16‚†£Šh\x15>:"
  b"Ó%Mø#\x7FI2›4u\x0E¬Lã¡"
  b"Iï©%¹–JÐ…\x14€‰\x7FÀ¤"
  b"×SPe&&Gˆ´´@á¥P[Ò"
  b"ò)¶5‰”HÝ“ú\fOLîV"
  b"¯¼\x0E\x03\x1D¬F1²w\x05BSwRO"
  b"L_ùk:\x11L²µ¥k5ÃWF"
  b"°BgO\x01EA\x07’Oñ˜ì¯QR"
  b"Òñè}/±E‚ƒf5tâNìÚ"
  b"¬Ka· \eDÖªxÊtöÄ?Ï"
  b".Qog¥©FR•‹\x19\vK\x01"
  b"Ý«¡êÁ\x06@g°\•àiý[\f"
  b"¼-\x01ޝ#L:¾€Á\x1A<g…\x02"
  b"Àµ\e"´˜M¶×Ñ\x1A\x0E¹dõ"
  b"â«“7ß\x1ELê‚\x05‡à'Ë‚\t"
  b"U\x14)\x088|D-¸9€XÓg˜"
  b"j”\twŒQFD¼¸rî\x08'"â"
  b"Ç*3à"Kõ’\x0Eäá^TÚ¿"
  b"ßb»p”Ml³O"(ÚÚ÷Ÿ"
  b"#á ‘êZD€ŒC¡\x16vÜÅ"
  b"""
    \x14\t§DùDKè’aІ\n
    \x1C¹r
    """
  b"\x03'šôIÊ¿k(§ÇÝ…\x7F"
  b"qçÌñ‘°Jܶq°\f\x08t"
  b"""
    ZŸò…p´FÊ—¦q­â/\n
    J
    """
  b"ª÷\x1CPcƒBص/_\x7F\x0F—È‚"
  b"¸›wZ,\tJ²®•ç\x13ñxÙ-"
  b"N\x03\x04ø\x18kL\x16©Å?Ey\x17"
  b"Ï鏢ÿÖI\x07í\x17ç \x00ßq"
  b"GsÄœÄÏN2²ÅÄ7qz³p"
  b"\x08\x106§(KB‘Ds¬…)’ÿ"
  b"\x1F·,KKAqƒ\x14\vÒY˜£"
  b"Ý1\x151¥GÕ‘UÛ?ü\x0E¥–"
  b"iä–¸ÙþF\f¼±¨¿ ©%U"
  b"\x07Ù—™˜ýJË‘Ž5\x1D\x06Ť\"
  b"ÄÝåÍŠuM¬®hÖßÕ\x0El—"
  b"rÝA-~êH£´˜L#µ –>"
  b"Òb‘é$F1…±iÛÁtÅË"
  b"+Ød–ÑÐHΟÁb0Ôè\x0Es"
  b"E\x05r\x05ÅžB"¬DÎcýtMÄ"
  b"‘]ìbÄ~Hž\x01¤UýŒ4£"
  b"öŠ\x06càB@ž(ô\v}4X\x08"
  b"\x03òm\x1DøÚKÙ†˜²3™Ö?ü"
  b"pm˜3."Oüˆ\#Hø›÷_"
  b"Ovô'r\x00MV­´\x02xÒ"
  b"Îç\x1E\x06×ùF¿½!9Æ:÷m"
  b"""
    _a-w'tJïƒ{\n
    \eÔ÷ ¿
    """
  b"ðñËásE…Š=rÙ³bÛz"
  b"ßücþJ¾BÚŠ\x16\x01É»åïH"
  b"\rÎ2J‡öC8²K#ž\x19„Þ\f"
  b"áН”ŸvE\x19§”Þû­\x00\x1ED"
  b"¹A\x10z´€@\x12­kŽÂÎ\x7F†ò"
  b"\x120Y\x1F¯¾@T¢ƒZnp@KL"
  b"\x00üüOŒÙDw©,Æ—ëp¼h"
  b"""
    €ÊÆÓ¦iM'ˆu¯Ô§­\n
    ©
    """
  b"""
    ø:îÄÎ\x1EGf²„Á\n
    ä0O)
    """
  b"SXÓinVG=·©\x07\x00\x19¨é"
  b"Mè¥uN7CØŠ\x1FÇ=\x1C*ì¢"
  b"œ|¬çâ\x11A\x13·uo\x13\x19_·z"
  b"ždt1\x17ƒCµ·îÒ\x06«Ið\x7F"
  b"¾5^ø\x1E—JÓ¹àz\Û2\x08n"
  b"\x1C0\x00G¬ÑGN±aÚ\vjË'Z"
  b"+w3÷õOD$®ÛÍ×È#–"
  b"\x13κ˜M\x19Gö»–—#G‰‚Y"
  b"\x1E…È¡½4A¾™?67ï„\x01'"
  b"{ülæK€AŽˆ}"DÑ»ÐÞ"
  b"àŒ\x07\x00µ\nL¶·À’H¦ÊËA"
  b"&l´1ËÎB\x17ˆ=eoÛŸ3Œ"
  b"š\x03HU7\x14C«ˆ%%ßÔûðt"
  b"P\x06È\x04¿{B^¥kMi`p‚f"
  b"ÇÏ®Œ\x1CALÚ… ƒÍ¬=‘H"
  b"Ös\x18º‹ËD\x053Ý'Š\x08àó"
  b"wœ]´¿íAY¬_~\t6~4\x02"
  b"Úa¦ŽÏ}I\x11«m @Ä4RR"
  b"ÊÃ=uïòCùƒ¬ß\vij\t{"
  b"k&|MjôE1€ŒÁ[ñ¼‚|"
  b"úíä\x18ÒxI§‘u³¤¨\x13M†"
  b"""
    \x10G‘+NÛ@ƒ«9‚÷Ï©\n
    \x1E
    """
  b"gOK„&£E\\x03:LÌv\x16C"
  b"\x1F~‘ºÓ\x13B¢µ\tÃ:p\x03ž4"
  b"G\x02ÅK%=Aº†ÄŠzR€¿Ì"
  b"t’\x05ßÝ:OýµÓì.òœ\'"
  b"°ÕgæS\eKþ¿²×¨%„:h"
  b"¥yç\x00\x130N·¤\x7F\x0E#ãµ_"
  b"(ЊÆpæAF„M\fÄ\x08éý0"
  b"\x0FŠh\x15ewK´¦\x1E\x12Ç\x03L"
  b"ç›†š\x02@ ‘)Y;ŝe7"
  b"FÅÌ€£tOˆœõIp\x00¥à6"
  b"\x15Ô˜'\x01UL¶§º¡\x12 A?\x05"
  b"\x1Dyg/\eK•²ð»IÁ˜&®"
  b"@10\x16Å\x1AE²­ÅJ¦Åðá<"
  b"ö$\x15\x07-´A€¦J”¯ì¾j„"
  b"|"©þþ¿Eì…\x07û‹Ñ\x1EÞð"
  b"""
    ë\n
    ¦E‹SAKŽâ\x144tÕˆ¸
    """
  b"*\x05'¦MíHü‘–\x13÷*\x02ÑN"
  b")CÐï\x11G"«bsòÝ‚\x1FÄ"
  b"gþP6\x12ŠAyƒC<>JhbÔ"
  b"ÑMï%GxIý·½pØ”rÓ0"
  b"ñ\x14\x1Dó“\tAž¥Y•ZükK¿"
  b"¾õ˜Q\x12G:¬\x10òež““"
  b"yV\x16(û3Kæ»–[,q%¦3"
  b"Ûÿ“%Œù@Ó².‡‹\x0FeD&"
  b"\x026fvOkGÃT´ôëÌ)"
  b"xmR9à$M&Šväßý£J\x14"
  b"à@*¯1.JRŽ6xÒ\x12\x1D"
  b"3’½\x01€|A\x13¸´û^̳?ß"
  b"cmþÒÊE\x0E\x00 j¹¼ù\v"
  b"‡õB,÷5D\x10†&™†‡˜‰"
  b"""
    ¦_qÚ\n
    JI&´\x11÷\vÒ\x16nB
    """
  b"«_ÑýoDM2¯H݈Ìd¬i"
  b"7J …ˆ"K¯º•uŠ\x15´Ê­"
  b"Hì«4pðF½že\x14¢«@3a"
  b"^(ÏBf#A”¶v„ß¼\e"
  b"ç½;làDÎŽÜ/-Áu~Ì"
  b"öÖÛªŠ"M ‘®"f 5÷—"
  b"Ï\x0E¬¨Ð¼B\x02…竈ÔïËö"
  b"¥\e^\x06 ˜ED½8‚ü‹³ë®"
  b"âxÛ#øHŠŠUóË÷\x00“õ"
  b"žÿ¤Y>`Cñ¯²f\x03|ÊgØ"
  b"a‚»;0œAÕ—\x19µö—.ü«"
  b"º0.<‰ZA7”¸˜óm·iæ"
  b"\x06:[Xÿ4G¶„¡“›\x0EL!n"
  b"-¬ø\x1Dòœ@¿¿™«#¼çW\x19"
  b"£\x146$žÑB%¤Q?…tÖ\2"
  b"|`è,þ3A;£6ùO\x0Eu§ë"
  b"¸M»\x0Fµ\x1AK\x1DšZÈšÆ÷s¾"
  b"»Ä%Ǭ’DïŠ\x17':\x0FPnã"
  b"/\x06ŽVcKHì†:Ä\x16”>Îq"
  b"""
    \x068ƒË¹ÞA·‡ß\n
    \Æ,ä0
    """
  b"ÆEÛ>ŽpEw‰§³ßw'pþ"
  b"\v\x1AžË' @Ø›Jñ\x16ƒ-\t*"
  b"œÇåJ$×@\x03±º{Wq‹3U"
  b"""
    ME\x13\n
    éC@€úŒ\x7F\f
    """
  b"""
    }•,~)ŽJÒ¨&²\n
    T\x02³È
    """
  b"g§³Ê…+BA±^–Õ‹í¶í"
  b"£Xâ8}õL:‹\x19yN\x0FB½I"
  b"""
    \n
    Æ™a3èG ¥ëº-Ó¹])
    """
  b"•ï\x05ö‚¢A@ŽêëkŒÍ.""
  b"¤Â~ø\x1E*BH™…ñ©\x1A¥¹†"
  b"ûñëŸ_+HÛ¯W§K#V~1"
  b"\x06ˆoáƒ'KНþR‹¾e-ì"
  b"j\x7F˽±3AF¯N¦·‹¸w "
  b"É06\x06Àö@ ·Œ0\x0E¦þÉq"
  b"χG3E)A_ª\x0F\x17÷\x06ýòZ"
  b"§º–‘d>KÁˆ¨\x04€Hßjé"
  b"©\x15\x08‹tÊK AQÈ%ÎÜ\x1C"
  b"æ—Á/é¯H\x06‰Ím—T\x05°\t"
  b"{ß+…Î/J\x0FRÞùmGµ^"
  b"$\T6|E%‚jÏ\x14Xôs8"
  b"°\x1AÔ…o\x16BŠ›rý»PYÕ`"
  b"%L޾AXC%‚Êë\f"Ô#º"
  b"+\x1Cï4(÷HÀº\fÉÔÒkA¶"
  b"žŠùâ¢ÃM¡¦¨\x17`0Êÿ\x1A"
  b"\x07yc\x04Ü‘Iç¾i²÷a+ºœ"
  b"\x14µ¦‡JGFj•\e€þ\x02½&Ž"
  b"Lÿ4¤ñÞK\x11€ãÕù|C\x01\x06"
  b"K>„CÈrO©­TÈ7ÎÀi/"
  b"\x02ÜË\x08R\x0E@d•ûßï Ê\x00\x11"
  b"1àŽ›\x7FBM߬\x04\x00+/oO"
  b"I]¢Iø&@w”ŽŸ\x132ú±™"
  b"‡Q6tP?C.¾ãø8F½úR"
  b"""
    oât\x12í¡J³ÕÅIúA\n
    O
    """
  b"""
    ß‚\n
    Öl\x08A\x1C¾#\x7Fµ\n
    îó×
    """
  b"³ÑzD\x06)O\x1EŽ£\x1EÛÿ¼¹¶"
  b"ÏKÿN5vD\x01ª@À‚»Æ<â"
  b"\x03@vôš¬Gô­LÑQFÐØÛ"
  b"¾~{(Ç\x19Aº£¤%Ï{\x19í&"
  b"ÆÞÑÏØM؃UœLU\x0F%~"
  b"J.epo\x0FFŽ®\x1A¤û\x0E\x05ql"
  b"¨ÀPÒmðI»Œ¶\eœ.»}‰"
  b"ÓF\x0F^¬ÌB7Ž”þÊ\x1AQŸ™"
  b"`\x13_½dNG\x06„ ¬Åüµ’("
  b"©t”ʐkK\x16¶Êçv7i|§"
  b"\x02=×õ¹{O;µˆ(¥\rUv"
  b"î$Æíg\x0ELkžµ±\x07®:ÿø"
  b"©Ìð:f\x1FMX˜aûíTœxX"
  b"OLÆØçµH‰¬Ï\x11̤\x14"
  b"g\x11Áj³ÁCSŸ‘\x1A\v\x08ãÏ\x06"
  b"é+ÛyQéGí§N¯ýJû†\x19"
  b"\x1C E=\x04,B ‹TfSÏRG¿"
  b"ôûZ\x05\x15eGK«%¡nÌ\x03¿^"
  b"|\e\x05Eä†Hÿ·\x06£W‘íkr"
  b"ÈÀË·ïHú¯ÎŽÄ@å°€"
  b"\x0Eatzð‚E6²\x05 D‹NÇd"
  b"¬ztì~B˜¼S!\x1Edm#m"
  b"²PñÄÖvK\x1F¸MńIJ¾Ž"
  b"Òê5\x05î`Då™þ\x10.G­""
  b"×µum¶\x02Cf¦a+‰œúŽ="
  b"\x02i©DÃ\x16A¹’aYòwL­„"
  b"æjºÛÀºK\x05„bœ¿äà¨"
  b"Ôømn¨tJ\x07¹Éº,<ŸØ"
  b"H:Yü\x10ðF¯œq“¾&¿Vï"
  b"±Ÿù>¾¶E´’æß<<GŽc"
  b"""
    Ý6ò\n
    ¾ä@\x0Fš6{Ò=";/
    """
  b"\x1F”ÛÛE§˜é¨nÒ%Ë1"
  b"ŠP6h\x12ØFɉ±"\eÎ3ç"
  b"""
    ÜÕ-ˈ¨@J¥ý¶>\n
    I" 
    """
  b"j£AO*ªAĨkÚà›\x1Fž\x18"
  b"\x07uS+â\rE)‹Q\x07• T…é"
  b"\r±àXTˆHb½\f&>IÅ/\t"
  b"m\x19\x11”B\x7F” x\x08ÑÉ-í"
  b"„ŽZ˜jHI\x0F¥ç\x01,èÁHu"
  b")ʲ¸}J¾¼J[(™þún"
  b"D\x11\x04‹Ý]@\f·i¿„í÷0"
  b"BÊ»æp\x03NWŒ¡Â-* }Û"
  b"„˜ÅA\x0FEl†ÛFáÕù¢e"
  b"\x17|[é]ƒK°Ÿá­\x0EYsz"
  b"Œ‹Ïû1ÿOÒ§©shRÌ+O"
  b"\x1AÅ\t\x0FAøŽ_\vž®›\x11Û"
  b"""
    ņ\x02\x16ކIO´Ý´\n
    ¾ÁÈb
    """
  b"ùñi÷vÜOs–ésy{L["
  b"„½¹a*íNTžGŦÑMIµ"
  b"AE´óËœKôñ\x00'Ϥ½µ"
  b"\x1FÂÕ\x07\rôNŒ‚UÙ^Ã\x1DÝ"
  b"¼Âm\x02\x16TOÕ…\x01¹]t\x17"
  b"ù\x1FŽ8–ZM)Ž8¯Ù\txø_"
  b"Ñß\x040¬*Nú­é>´)²7h"
  b"ä<\x1A\x1F-Ä@P¥mÞv(ĹF"
  b"\x14˜\x19ø@Ц´¦\x17a¢D|"
  b"Ž~©\x1EßIq“\x14\x16èÙ³"
  b"ñù7&\x1ACJ‚¡çÁpûÖ\x06´"
  b"ìyÿŸgûK‘¡#þ>äÒ…€"
  b"\x7F\x0FŽ«AAµ'*ùëœ\x0Fñ"
  b"|“¶\x01³/F/&F\tÑóK"
  b"„d¾–(­N[º0ðp²•ËG"
  b"Z}ŽQ&K|€þÑÄrMâ"
  b"\x01ª\r\fZÙ@ª‚±9¼ïsëþ"
  b"6E½žtˆJ켌é¨ôˆ¤í"
  b"¼U(ݲ\tDÍ®¡Ó\x1F律é"
  b"\x08‚×Ý¥&M\x1C€“¯ª\x0E%‡\x01"
  b"\x10ÒI?\x02&N9ƒjÊù\x1Fn‡X"
  b"% ‚S~ÑG\x7F–\nc¹8?õ"
  b"*}â>JECv˜‘&Ç‹ªÜ"
  b";Ž!®ê\x07G\x04Ÿ\x1A!\x18Š$°\x03"
  b"ëáf¸ç\x13C+”Š\r\x1CÎ;õM"
  b"¼\x08î¥ ~L\f’²‘Ú\x06*í°"
  b"{NË\x1E§|D±˜µƒ?ëtpP"
  b"†¦\vþ3¨B#¯ç®žœDu\x10"
  b"›ñ-’DKµ”\x06\x1Ac‚;"
  b"Ù`\x12\x12\x1DJK£\x19žW0ït¤"
  b"˜GìJã>GÚŽ\vžù»Óf9"
  b"÷E+n°öJ;»g}G<õ‰\e"
  b"³¿¸\e»?G’Žž¶t\x16ø•-"
  b"\x00—P²\x0EØCsŒSŽ\x18þÍÂr"
  b"Ôìkû\x0EœA}­!Ÿ¢‡\e›"
  b"hÿ=ß§'IAƒ!)Î<~ßx"
  b"½\x08“›\x1A\x16N=³3c Å(w"
  b"""
    i¹uçg.NBŒS\n
    óŽÖ\x04
    """
  b"|ÿëÐdGO\x17’÷W•ÝŽ&3"
  b"\x18¦óK$O\x7F’-¨= Û\x17$"
  b":|ã¬ï\x08Jƒ½:€+¨Ú<¿"
  b"dÂ÷ê0\x18ED’7\x15¶8U\x13c"
  b"\°Êâø²Cá‰NÏDÏL+%"
  b"a)\x02´3µAo¤%Z;’\x00\x1D^"
  b"§2F=_B@\x1C²Ükü=­Ö\x14"
  b">\x0Eúˆ›ŽM+–ÐR½\x12»F6"
  b"Ú<Ž;|\x06Eq…<xÅ\ø…m"
  b"¨ÇX–H1@ô‰Jø³8m“W"
  b"×o}^\tè@\x1E¶ÔD\x04:)X\x1D"
  b":â©t©\x00IO®RÎò Æ£"
  b"ð|°YËAr¬__aèAÔ\x15"
  b"}&0š\x02BAfmïÃÿ“šP"
  b"\x02öÊ\x13aÒM‘©,¡\x06Á9\x7F½"
  b"ã\ooúuC×€\x18ìC°€ÞÂ"
  b"ÌÝóMÞUA©‘\x00@(\x18&ü5"
  b"\x11\x10Ë\x0F»\x17C-¡yôa5Ç‹…"
  b"Ž+3“{!M2¶î\Ã0$Íß"
  b"a–yêçÌD2¿«\x05\x11\x01<Nw"
  b"\x15W¢$óÁMQŠ#\x04ì|B׫"
  b":U•ªJgHV¥Of::;.<"
  b"¶í pe·F¡¯6Œ\x1C·ƒãv"
  b"ÝTüÿ7zF\x12\x13Ï‹^ÙÏù"
  b"¬ôvóÆ\x10J$«A;—%è‹~"
  b"ð\x146‰\x01¿@l“O‚¥$™²~"
  b"³5Æv€8B4¢ÜêEƒì\x7F"
  b"ÃD¿‘ÞÆHü­b\x18LÞ ­ˆ"
  b"×¥2‚CKA”¢©€\x07ƒ\tG?"
  b"\t7|ÅN@šÇt\r\x17¿­1"
  b"!‡4Uð(ClŸwgx‚¥ÂV"
  b"—OÈßæñIµ—\x13ÕI\x01KGë"
  b"Ü™ª\x16É”@ϝK“õ(Ä–"
  b"n\x19xçR\x13M発nà\fÿFZ"
  b" \x16;i\x05DUŽ8Ó\x10¾\x01ìÒ"
  b"Éã'ø>IM̾\x12\x05A¢Ë"
  b"Ñ\x1D³\t·áA¼ YžÄÌÂzƒ"
  b"ПŽÐ>DAå™^òú˜ðv\x00"
  b"§…\x18\x0E\tºFs½{Áà$amƒ"
  b"µîüÅ&ÝIž+¶{à;§œ"
  b"Y\v¸ ïlF„¿™\x15œe+•°"
  b"#TôéŸÐF÷Ž%1Îs%ñ"
  b"Αód”JEü²@\x16Í,÷7"
  b"""
    اZù*9I\n
    ¼“™…\x1FzÄ\
    """
  b"º`ðò2Jæ­kt¨\x0E4ŠG"
  b"\x13^m\x10CˆŸ?ÊB¢°Þ‰"
  b"žZÇ(GiB…¦-·é\x08"
  b"PeŒ\x02÷’@º˜ùRÚŠ^¸å"
  b"­.Ò·d=KT¶\x12bŒòÙèÂ"
  b"\“sŠ–\x12Dœ³ê—\x07f\x11"A"
  b"¡ÿõ7ŸCn¶î.Ri¦ÙŸ"
  b"«vKÅ08Dn­:‡{\x16<æl"
  b"àW‚émÆF$®%O|ŽÙ“ª"
  b"\x07’«ÉÙSE\x06Ì|œÀ[öÂ"
  b"(zns"ÐC¿¨\x0F\e #Kaµ"
  b"\x04\rUí’ E&™ð‹Æ¬‡Œ"
  b"\x1C^\x15…q\x19I©¢ù–"hˆ\x1E`"
  b"""
    ñ¯ &îFϦ\n
    ¦‚\Lå©
    """
  b"íæ\x01Ä1A³¹'ò‘ÈÕôl"
  b"D·ßކ8MqÙæNÍð"
  b"/8\x05_(HoŸ¡8¥¿l9\x1D"
  b"2×ʯԵCÝ·­yRº„^"
  b"]^6ñ\x02ÏF–¨dŽœ^@©£"
  b"ݝ­ï\x08çG\x05¹È™°-U~U"
  b"Q%Õë¶mHgœ†ë§\x137µ”"
  b"\x190Ð)Ö`O–½ˆ›\x1DTb‚r"
  b"Tªi\x0ECB¼…\x16*I0H\x17ë"
  b"àò¯\x7F£N¹§j¼²áá¼Ó"
  b"""
    íKª\n
    4\x1FA€²1E¨1?°m
    """
  b"@k3³R¬K8ºñÉÁµ×…è"
  b"«ÌéáüÞJv¾9)'7ÿMC"
  b"§UÜ\f<Mg£ó¿L<\x15"
  b"®›@ËwsIDZÏ$u_nmü"
  b"G>àÃ*&Ia£†òÔï)x\v"
  b"+íÁO\x14¼Iý†V:¾Bz\x07÷"
  b"bÙ‡Ÿ=ØM\fœÈ6=ñ\x19ã±"
  b"U8YªçòFY¨­P+\x155¸›"
  b"kSÎl`lB<£®“îe»È"
  b"ÏKÁ*:Mî¡ÔóG \x14U‰"
  b"Ñ\x1EªÑOæF~²½_O\x0Fß\x11\x01"
  b"—á\x7FD=©©¸ÂŽ\fû+"
  b"$ ?]ÅûF?©é5#hc7ÿ"
  b",q\AÂ1C•®.\t&JN\x13"
  b"ȉ¡« ŒG)¾f\x12\x1CåBQ¬"
  b"zX°Ôc(E\‰©\x1D¾nEæ"
  b"W@I/'gOޝa…<@ómõ"
  b"Ìq|¤\x15UM'~\4¿áÑU"
  b"Ï\x01ØÌô`Kh©Ñ9Ý­3º“"
  b"Ò§ Ž°oC—’ü]’âi™"
  b"l8ÃȶpIy€ÂÒï˜6_\x1C"
  b"­CÙÓŽøNL¾¸\x17\x06"²‡f"
  b"Ác¬t™H:º•8•ªr\n"
  b"u—×\x0FîäHæºâEh\x03c•\x0F"
  b"8ï¸\x01NzL?¿§D¿2°\x01Ö"
  b"ElÙX¤\x04Di»\x08ØõÓL\r]"
  b"¨0/’õ3Nÿ§Ã^ñêG“\x1F"
  b":OS+\x177Ia‘H‚¨+z$`"
  b"\x15\x08Ÿ#‡2H¾µj‹7ŠÞK\x07"
  b"åcØÈ\x02¥Op¦¶\x1Fñ\x1E7v©"
  b"wÇÒýf’Ic›â\råLͤr"
  b"|·=\x08:D•ƒ>ð3\e<´Ú"
  b"•NÐòFÔD>Žù2ï\x03™pn"
  b"¼E\x10D•åLï´êÂ$Ó|‡Œ"
  b"\x05½âv\x00GFº—!\fe\x1E‡H­"
  b"""
    H\n
    ä\e®ìE*¿¢UQQÑZŽ
    """
  b"ÛŽ#vdñCÒ¿aèc?\x04èè"
  b"h\x00\x0EÚ‰°KP½©/Ðê¨,"
  b"µR\x15AÖ=K3•½o£3A¸ó"
  b"Ð\x12³Ê¯\x02Hý¶¥\x04Sݾ±‚"
  b"Y{Âáa\x1CG¤½7ÅàûºçU"
  b"ˆ-jx©ôI¸†Ö£Žô\x1E"
  b"fýdÌß²LFŒ@\x1Ab'«ùõ"
  b"‹+ÿÓwLÞš˜\x1FàžØc\x1A"
  b"Ÿ×\x16ÁwGW³BƒÇ#}L\v"
  b"\x06±yü³rN\r²çpQ§ÿô<"
  b"y{_?êAÒ†\eºÙl\x08m\x02"
  b"`Ž4\x07W¹Nº»£\x14W9\tjr"
  b"Y|Ð\x06.\x01G/®j\x0F›]­Þy"
  b"\f½\x16\x1C\x17ÞOsŽžTÑ¡bX×"
  b"‹¡\x0FjÞ I‰±®,â¡Gob"
  b"ƒá8ÊTiD\x04ˆníµÕÚ~“"
  b"Ÿ?9UyH޲@þ™ÉöY³"
  b"""
    \n
    \x11ƒœ\x1FLf­Šþ·ò߇*
    """
  b"\vüø\x1D\x1DGꡌ?\rS®>Ð"
  b"a—Ž¿ÛPM‘©î½Þ›\x07÷\x01"
  b"\x19Eƒç„J¬„Ù3IÉ(&Î"
  b",sêf¦÷I¨ÝeÔuW?q"
  b"îpâ‰ãˆN\v˜©/Ó]hÝ"
  b"A\x1C=)R"@¾kG&5¿Ç "
  b"N>\x00n´ÒJ›¸¨\n*Ý£h:"
  b"¬m+ŽI\x17IáºWÖQø\x1D…é"
  b"–~%^÷)NÖ«rZ\x14\x00\eÚ\x16"
  b"BþÞÆôçCŒ¿\x13{´\N×\x07"
  b"¹$\x03ïÂ\GŸ·>La“t–"
  b"ä¼™3t/JR–n\x06ùä¢\x01Ã"
  b"q\x08ÏO´÷NQ£oàúÐ\x17»³"
  b"ÏRÉ1Ö\x08J³‰`íx\x04zQŽ"
  b"çª\x0Eu¥'H´¾ùè\x05“FŨ"
  b"\x05>Ð#F6Žø\x19²×‚sÚ"
  b"\x00¿ÙRÈðN,´]\x11ÊŽØßº"
  b"\x7F‘aÚ jL\x7F\x14Ä{’£=\x13"
  b"õ\x1Aº£uöHкޡ2Ýk"
  b"¤=ˆD;/G•˜¸y\x04{QúE"
  b"\x10¹8»ŸÖFí³y‡/þ\x13\x04î"
  b"œ:†wz=EE’#ÄBŽó@ê"
  b"3^ø(WŒE!¢oŸ°ðͲÝ"
  b"§£Ãh{¾E;‹™\x12)‚¢7Ž"
  b"\x08g©Cy\x15@F‰~¸¤ð^OÒ"
  b"\x06†¥}ê¬Mh¦E¯¬]JBþ"
  b"""
    ˜t¤w“ÚDQ’ï·æ³Ä\n
    N
    """
  b"\x05ür2ð\x1DCΟ\x10˜\x1Aoàó\v"
  b"&Ã|Û#F@\x13¶_ze€\e\x16\x01"
  b"س\x02¡õ\x16F‹°—çeæ%è"
  b"ÍtUŽò¾K핏\x16ˆE½‰"
  b"¥9ý\f*ÓDŸvžÂàA\x1F\x05"
  b"‚%ŸéV™Ev‚\x02\x1A³øÐ"
  b"ó\eY¢ÐñM[ºñy÷ÞÀW€"
  b"\x1D\x1Aµç¦TD—°¶%‡@§sM"
  b"@œ&M.¿@e•9„¸!¾†z"
  b"ƲЃžãD\x00ƒQ¨•¤¬–L"
  b"\x15Ùôp«ÖEÄ™.c\x0FyƒP "
  b"öuŸ+å\x04E®¢/ƒQt–´Ã"
  b"”†E}§èLF¹fi®CƒnÍ"
  b"ë\x06<\x1CoãFp±£\x069Þ!}~"
  b"¬ûAÇ2[LÕ¡1B\f1ÇúÛ"
  b"û´\x1F”ä\t@ÿ¿¦MŒé a\x12"
  b"n{(°Á<OZ€¥uO\x1C¢ó\x03"
  b"¨t”dOQKô—,š[ßäïù"
  b"Š\x7F \x18ëdHy®'Ô‡+›ê‰"
  b"Hi\x13%ë—G;“BI{ÈÐV"
  b"\x19„W“O`•\x18-“”z5#"
  b"«ž«×*,@Ò¨\x1CÁ8ŽÆØˆ"
  b"à¬Yĝ}IV<c—L†Ir"
  b"b°_\fT·JJ•ôB>—R\e"
  b"xèýY‰\x7FO\x05»¦ø\x1C\t:¿"
  b"¨ÞHV©¶E(Žtw\e ЮŽ"
  b"]\x1A·úÑNC‰ŒHL6…~Çg"
  b"\eF\x1Cq¼6BýŸ\x14—«ÖÔ-ª"
  b"™¥µÔ;mEáéõìÞ\x05.’"
  b"x9˜ž/üK“žMç©å\x13»¢"
  b"—‹é\x08»RA|¦…{¸‹§0"
  b"¸TæÒê>OßšÅÐ\x14r\x11ç\x11"
  b"ý¨„ß'«G¼¾om¤)ÿÖ"
  b"@]\x7FÕá;N#–ëPO\x03¶¯""
  b"ã˨:»”B*‡S&Kó^ä""
  b"¦ªô§ÈÆFŠŽÑ9ƒû³­\x13"
  b"àI㑹HHŸ°,D½^Ê,"
  b"@?×gØEM,„\x08ø5¿‡éŽ"
  b"µÀ­š¦\x1DKr¤ß\vTÇÏÑç"
  b"Tzá\e˜%J-…+QþrØíx"
  b"™·…éœ'@g™%ê÷J\fUm"
  b"%ÝdOÖŠFE¸C%6@Á"\x0F"
  b"\x1Cï\x10ÜÙXKžŸ\tÌø/“1\x13"
  b"\x103ñÝ}ìLx±ÈšB¥2ýß"
  b"\x1EÄâ’4¯CV‡—;—§I\x02"
  b"/j¦¹I\x1AD\x18„恔\x111”."
  b"O9JÉÌ›I7‘\v\x16\x04"
  b"mÓdzK\x1CDÄœƒˆ¬\x15ê\x11-"
  b"BB”\x05)¸L«±au\e?í‘ä"
  b"ý8DöëLG-¤qnz…$ÙN"
  b"ndòXé]L0œ–•ë¸@\x1C*"
  b"\rˆŽêOACv±Í–Dƒ:øU"
  b"„n‰t\e¿H¿ˆx\x7F\x11ýÑ"
  b"""
    äzÚ‡\x1DŸA¯­·\n
    õ¬£'\x12
    """
  b"…›C?åTI:\x024Ô§]Ry"
  b"öŽùݾaHÛŽÉÕéç^ê`"
  b"\x15‹ýÂÎõK…¹¹ålÔkR+"
  b"ËÕéZä­Kƒ€q)\x01œF¿Ê"
  b"q\\x7F-ç©K¼€ÂûåØÊ˜¨"
  b"W…¬œß\x1FJº¾+ë8Â\x01B\x14"
  b"oês`tF•ší‘fŒ¼‹f"
  b"\x16%\x15¨ÉMÝ«!«1f» “"
  b"gF\x03­cîK'!i\x05.s\f6"
  b"Ó¤T\x05\x13¤BŒ…ìÝu/£•ø"
  b"\x18ޱ\`LK·¶ˆ¶tKÌæ\x02"
  b"…Ñm\t‰~B£µcbŤf\Y"
  b")«h°\>B›-_g©r\x13@"
  b"U§Ñ\t vJZœÚŸ\x1Aw\x13žk"
  b"Ä;5}×gF\x16˜\x19æÓ\x0EðT\x05"
  b"g’’´«\x1CA¡œ9\r\x12UÐÛ\r"
  b"´\x18"zŠºDá¨\x1D(%eÊÿ("
  b"Ïe\x12\x15ÜtAæŠßK—>;Ô¶"
  b"_ d¤Ù)D‰ˆÜV4°Xñõ"
  b"""
    \x16\n
    V€>ñI…¢\v…ðƒK}Ï
    """
  b"\x1Eq'\x164fHÇŽú¤†+¾Ïc"
  b"J·e”ÉßB.ƒ¾¡#áè¦Ø"
  b"^JÂŽ±¯C%”Ò\rE,br*"
  b"\x06.}NIwƒ`ì|O93"
  b"Yƒª\e\x15\x0FE½‚‡O³‹Öà"
  b"_d-j7ÕBëŽÉû¥kºÛm"
  b"=\x1F•£ØïG>ŽG5å;úQ#"
  b"å_©’"îL!Šë¼rÓþåš"
  b"zšDgëA+žEz}\x7F¸\x05\x1E"
  b"¾&"\´èEw—š¥_-Dm‚"
  b"T\x1D\x02玣M\“â\x0E¢¶l<€"
  b"É\x11+¬ò%G¦©ßþ߀ž¨ö"
  b"pýÄ;SRKè¥Sþ^\x7F9yÉ"
  b"\e5dšÝ*H”¾»<#õ+ÐÄ"
  b"B\x06Ñõ­IAÍ“)ÆÅJ—ôv"
  b"àO\x19¶/\x03Dw«°{¶yÙàÉ"
  b"4\x1A=\x1EF¶Ež£Œ\Ž\x1F»$ƒ"
  b"UÎ Š‹EG•ºá›š\x04#TÄ"
  b"¢FÀµ$ýN6¬âhÃʨÉ"
  b"ê\x15`Å„ºA=›4ùÿÏ+´H"
  b"&\x169F1dL_»!â1’UûS"
  b"‚ï̝"ËFd»œ\x02¿d­¿Þ"
  b"—aCrQ)IÔ‡ÅC}¥ocp"
  b" }¤\[bC¼§‚=÷ðÆç0"
  b"\x03\x058i\eL@ꆋ;\x07\x00þE˜"
  b"óª©O&[G0¥ÜüpðÃ\x1DÒ"
  b"""
    Åu\x06\n
    Eµo\x05P\x1EÀça
    """
  b"õ®Mèt^FÉŽ¶„NW¯ÂŸ"
  b"`:ëõr\x7FO'w\x13Œ\x05誏"
  b"wmº„·`@h¿i74©i¼¾"
  b"ƒo\x1CíEsI`….Ït¤ž\x1Ei"
  b"½£‡‰+§Hé²\x15£\x01bPõ\r"
  b"½\x04¿%+1J·‡"Ñɼè\x173"
  b"\x17<\x08¥t\x1EAé©\x7F}4/by'"
  b"\x1E\x00Ò‡óÁF¶²óhgka<á"
  b"h\e¢p©öDx)`gÉ÷–"
  b"a›W‡ôfIe¤uÓ82í•ï"
  b"Üoµ\fACNª‰«²(«®øà"
  b"n@¦’'ƒJ”Š1³î\x17\x16"
  b"\x11-BR»@\e½b©£‹ƒX½"
  b"Æw\x1DI½ÂM\x05§ùö^{Ù¬È"
  b"m\x1F]ß˜EO¸^ü[ämu;"
  b"\rjc%À{BðŒ\x08?çž¶ÿ("
  b"’Qc8”“N ½[ÿ–°\x16æ\x0E"
  b"™înºÄsI\x13˜êù\x1F¤Îöº"
  b"æ#W%¤ÆCç°Œ¬(U\x1E ¡"
  b"\x1ApkO5çH8£Ó[À¾ä†"
  b"¾bQÑD,F\x17¥«\x08C\x11Z†H"
  b"„N˜„\x1E\fC€¼v(ÒÎ÷"
  b"\x1D\x04\x03´ãG²ª/\x03#8©_\x19"
  b"K“‹\x7FÈÃKc½=ikK/»¶"
  b"\n,Éï\x08GM¥AQÕ²Ê\x006"
  b"wƒcÄ÷§Je¨}G—šg""
  b"""
    \n
    #Ë.ÿšC¦¼_¼œ\x1Emÿ\x18
    """
  b"Žˆý±\x1F—Gr¦\x00½¥ËÛ­Í"
  b"\rCfá‰ËHñº\x1D˜4îÚËÝ"
  b"\x11+ø“\x07E,¼­\x1Að?¯ýn"
  b"”6@©x\x1FCþð×Ã&±Ÿ"
  b"§Ìþºº©L\x12ŽPÆKx¥*Ñ"
  b"âÎò\x04/:I¿n\x01ÂÉ2„P"
  b"\x19\x17Úü¼mAD˜eþá0ˆè="
  b"×x\x04u“\x01INˆó³‚¬õUÁ"
  b"²†wF¹gIù«2ahHxå0"
  b"È£\x19÷\x02VD&ŠÎíý•EÀa"
  b"ø»[ÆYþOѱ\t\eÁ\x19ñï"
  b"\t7’Î-Ä@—§5ü.\x18{ô×"
  b"Ô\x06{àÿãE\x1C¬×š=]އ÷"
  b"ô\x01{5ŠÿM ©4!@p´Æò"
  b"‘e(ã3îE\x06‚¼ö\x7Fà"Øë"
  b"Êv‹\x14–B\x1A¾Òm|ðЏ\e"
  b"\x19Ov€F=B8ƒ\x05\x08^ÄWŽŸ"
  b" n\x01ˆÑùEi€ó.ÎNi œ"
  b"®\x18Ã,ú°M=œ\x7FØ£èÝ\x11H"
  b"“›b7\f\rA.•ÂÙI‹jÀt"
  b"""
    æup\n
    Ð\x07OI˜(Àúm©()
    """
  b"\x08ü\x19m\x19NMÔ±tØ^é7?t"
  b"èy4ù1jMñ«ÄìÚa÷¯¼"
  b"ùúÿ\x11ÊCI»‚·R!zU0÷"
  b"ÖîJ?ð\x03Kž¬AY\x0F˜‘\x07"
  b"A¦#P2ùK©¡6¥8•7‚x"
  b"²àFÝ{sA½ˆÃHEôç.¬"
  b"Pz'S¤]G\x16¾\x16­ÚoÌÆ\x1A"
  b"""
    \n
    ¢=KoO!†ñÓëµ\x17—ê
    """
  b"@[\x07Ž4¿B¨–ö}Ý9Úvg"
  b"\x01–©\x07MŸEó£l\x17Ù›ŒÆ½"
  b"…MA\x1Dñ\fN9·Âj}O³%‘"
  b"¸#2Ám¡Fc—\x03¿\x06Ï™Ôå"
  b"<=à8m«E…•WY\x7FiŒ}¢"
  b"·\x16ù>“\x10OŒ¿ä©°Ö@…F"
  b"ÎŧГ5O\x0FŽ3l—âì˜\x08"
  b"^w\vl;:H;”mL&ž\r"
  b"!ðTNšÄBדdʳýñ½@"
  b"""
    ¹¶òaÅÐKÜ‘dŠxª \n
    
    """
  b"ïž\x00\eczCm¼ ËŸK¯šæ"
  b"""
    ü82{\x18ºC\n
    ³OÕ!(\x17‚³
    """
  b"BjÅw'IJšŽõ#\x1C“G®"
  b"{‰WwsÃN~ƒàZ}‡È\ó"
  b"\x13G\x1E\x08uÅBŸŸþ(ßÁ\ê`"
  b"\rF¼ÞJó¶\x15ÍX'Ô&™"
  b"tôu¨\eEEꋸ\x06\x01Š3ŠD"
  b"3|\r:%¨Fá±\x06\x0FGùŽe5"
  b"E&À†ÁP@Ê•)¤ÃÔ§ó "
  b"Yú\x7F]\x0EC¯¢Ót7&±Éæ"
  b"\x03\x1D¦\x0EÕòD¯ž\x1E\x18à\f"
  b"?¢•\x01Ò J!‰\x1C_\x06¿æ¶ä"
  b"\x1E’„ÇeóG¾qXª±9?Ã"
  b"ÇÖ®—OMKf°øêÍ“Ÿå›"
  b"ÜEb„p”MNŽwÎm‰…o²"
  b"%Ä`ACÇA \x00´G&àt2"
  b"""
    ß:ÌÛH\rL¢µ\n
    óGÛÍK&
    """
  b"¢)îì\x03Cž·‹a>\x04\e‘£"
  b"Wkÿb„¾MhšKQŒ¿­)\v"
  b"³ê$òkäA!’…áT\x16Žìï"
  b"Ð\x1Cæëa\x1EJ¥”\x0ED1k¸õ "
  b"\x11\x13R\eBÆ€Ïþ\x05‡ûãò"
  b"ø)ÿØóa@\x10²\x12SUº\x10r#"
  b"¶þ)`ñ>@ ¤fSfg]\x1Fg"
  b"‡Z\r;‡ªD\t¢ „¯=á•ü"
  b"b¹€vÿ\v@w¿[ÿ2»E¾"
  b"¨/–%l@Ó¨zúúÎ`Ð"
  b"œnÅI’lG\x04³Ãw<ÒR'Ï"
  b"È:ÜwBzHŸŽàcyˆ¤C\x14"
  b"L\x16¤]¿*LK„Ø\x1AüR\x10¼°"
  b"ì:\r£>(JIèÂ…8{j6"
  b"¬\f\e$/FFΰeßâWäHî"
  b"\x00@\x0E]• Gf‘éûpœu\x1EB"
  b"s_°_€‚FA‘“‹Ä\x1A†Ëw"
  b"\x18K\eæùFк«%­ôf]"
  b"¼º—¨\x13wBÛ¦½)*\x00ý\n¥"
  b"¦h¨¹ŽGh¨\f@ŒÁ"•é"
  b"&aívq'M¯¸³Õ½d\v|Q"
  b"îo\rBH:‹ôÈŽøaÎ"
  b"ý†ýáå\x19E\x13©#›ÊTfÝ\"
  b"""
    Ǥ*K\n
    òC\x1E¦c\x16tÀP\x04C
    """
  b"ضh~\x01ÏG\x0F€ŽÑ¦ÞÍ\x1F"
  b"þ¢F$FMÚ…ÆRÞÒ‡¸w"
  b"apí\x14´JJ\x02¦Úò\x0E©:\x1Dp"
  b"_7¹ï\vÛMx…R»9XÀ½\t"
  b"BùçØ9pA׬\x00\x11[I@œ\x04"
  b"ªoœŸ"\eM³¼¤}Ð.\x01–*"
  b"f=@\x11Ï´BLŒô\x08\x07\x1Fe¦r"
  b"eð׎œAF8º+\x1Fs²¶B\x16"
  b"—nL6›BFMµ|0æë\x06íK"
  b"ÍxïÆ\foH`ŒšÉêÂÿGR"
  b"0á'\t6FO©È!"©M|å"
  b"1¿xY\x07OJ>žløUœÑ@©"
  b"2ÐüˆóÿGµ¬ŒYˆˆÒ\n"
  b"ÁÇÿ.\x1E*OO¾žu€>–k¶"
  b"&2pŠ~ÁB\x1A•ÚÛ(åc²Ö"
  b"0uåšç×L,Žƒ{ΝÀr\e"
  b"\x1ABË>ŸXE» )ƒ¢£þ\x1E\e"
  b")zÖ¡€TLýšD\x7F»ça\x02"
  b"å³ø™ËïE1µÕ×Ë=BH\x18"
  b"Ö\x04ã¯Ð&K¹ŒdÂ9ņ_ì"
  b"`Èò½5ÚDÙ‹ƒªxg•`®"
  b"–!çÜVãNB‚MÃ\x14yCÂ"
  b"é-ì.$PA0¢X/ :O[„"
  b"\x18Ê\x16\x17\fdCœ°•\x12Åß±r»"
  b"n\tO1#ûGö¶ãÎS\x01d†"
  b"žk¾]ï€H ¸Ô?qò;%|"
  b"í*½\x04TÍO(Bnß¶>¬‚"
  b"™ÆŒŽ=˜@\x01†§"\m£\x05¬"
  b"O”: €7Dâ¬!÷–ŠÈ”"
  b"ÌHß–qMA‚’fõ\x1F\x1DàÓ0"
  b"$7†[2«N÷´å1u_ñ|y"
  b"‚v‚_íND=¼ëýŸ1Œ\x18\"
  b"d@€ðníM\x18ŽÔpPúÝÂ’"
  b"L\x19âÊ„ÊIÒ±·œá³\x10"
  b"ëAGBÀVHüÂïà¨0éÚ"
  b"9EQð…¢C²Šg²Ú©-â"
  b"ŒT<N9;C܇RÂt\e¯Æ}"
  b";Ÿ_È'qO•“Ùwó‡pš‰"
  b"bw\e\r8ËO£¢n¹\v€—‹0"
  b"rGNÇ…5I“ Ec–µ®8ð"
  b"¬KXWóSB¶«P“¶¨\x06"
  b"€ŠiyËLA\x04·F\x14\x01™£1x"
  b"^ä„\r\x13`Kx²1͵ú\x18A\x14"
  b"õç„×€O:œ÷ukãSþ "
  b"}\x05\x07@ëMH©œ\x04́²N\x03\x16"
  b"öˆ\x14=MØJB¼¦\x1EÓ³m9~"
  b"\f¼Ç‘®´HbŸéZ…Ä\x13"
  b"!“ú£þFý—O†$ûU0x"
  b"ª\x1D‘LZ„JažOÄŽêi÷^"
  b"\x1C]“\x1E\x07KF‡¾H\flÌ_d’"
  b"e^mÜœ†Nïª\x14'U„.÷º"
  b"Ó\x15\x12R©Bíµ$Û\+(èA"
  b"ðu‹\~ÆFǰ\rúCÒ\x11¤¢"
  b"\x01×~£I\x0F‹Í\x02\x0FzYW^"
  b"C‡ËO‹ºBO­?8:+\x00=\v"
  b"{ýj\x0E)wB„½-Û­!õ!2"
  b"""
    •óc_Cg@œ’˜\n
    $qݲ§
    """
  b"ÏŠ\x01\x1FTŽLÖµ\x006Gø'Þõ"
  b"V¡Iy™@ö‚üôXYS´¶"
  b"\fˆ11Ž\vD\x07†Ô`>⯒<"
  b"QQØR×#Nï»\x00TyvÌ£¼"
  b"àž"%ÒŒG׿‹q\x0E˜Òv§"
  b"úU!/«\x03C%²qW\x04ìF“ž"
  b"ò«ñi‰Ca·º#Ä{fÆã"
  b"_æ”G¥äAó³hó²°Æâé"
  b"\x18Y‡\x0E¹—D¦ŽÛµ÷çϬˆ"
  b"2¾~è\x19jHt‚"æ\x08F²Ó)"
  b"ƒìe©LžOñŽ=yå lbn"
  b"\vq/¡²øC{«\\vºd¤wt"
  b"íŸYÄ\x01þG®¡¨y\f\x06ÇW"
  b"’Ÿ\x00ù0#Fߪå©eloöY"
  b"F1Fña&Fò¥\x1D§b.\x05[E"
  b"Kß³0Ì\x15OÅ›\x14¯µì÷9¿"
  b"Ss?«X\x1FJ\x15ž®hB©`ïÄ"
  b"\x17X\x07–ÝFMf´³\x16õP ž°"
  b"'ÏãûR?E\x1A™†Sê:Ñ3U"
  b"}m#]ŽGF\•¸lPyñÂ"
  b"×SW\x0FPB\.ÜŸÝËÒq"
  b"Ñ1œZ°oCí¬$=mœ³¶Ù"
  b"hõ`Ì%N\x11œ\x1D8nñVæÜ"
  b"“©¡\x14NHE½¦±<½\x12\x04"
  b"÷)\x1FÚ•²FŒœŒ)Äß½é^"
  b"ä[M9þàLЁQ\x15òòQš\x19"
  b"ý¨h® H|´ãnÉØ`òo"
  b"“tDƒ\x7F¡@˜½ŽÀ\x08×XÄß"
  b"7ÐëKé\fO†±aº²”\x105D"
  b"+Ð×íŒG€…[Y+¡‚iü"
  b"s\x0E\x00—¾ÌDÒ¨‹„×áUa›"
  b"ªa\x06~¸ØKù’N\x0Eÿ’JÐb"
  b"""
    \n
    Ô\x0E mÒB#™öT^—.m‘
    """
  b"Z8lTdM‚¦  (\x10výƒ"
  b"À$\x19йQ@Y¶ùÖ• \x05[‚"
  b"š\x03b§´dJB’\x1Fójf± Ÿ"
  b"Ä Õ·\x14\rM‚ŽÂg¡È×½y"
  b"ŽWãÄ-®E‚¾L,²µe\x7F`"
  b"´l‹œSéBæ¨à¹@Œç\x1AB"
  b"\‚Túü×EÔ´ŽÂ'\x12"0Ã"
  b"N^õlK@LaŒˆæß:‹+2"
  b"@\x19¹[•ñNÿ½‚ÄÍJÙš:"
  b"\x07홸S©IÓ†éåbz°("
  b"нѵշA¦ºeMÂíÐóû"
  b"\x11}­R“\x11LÁ­];h\x18ê\x1E²"
  b"w@”Âe}C²žµ'\t|]9"
  b"‚vs^{×K\x19´/\x14{t3Ä¢"
  b"›¤ÐN/PC%ªù!i{”µá"
  b"\x1Dƒ®JN‡C¡„^ýU)>LÌ"
  b"0\x13–ýç\x7FB͆š¥Ê¶\x13Yt"
  b"\x18s†n\x1FH\x1E ¿÷\x1A…ÝNË"
  b"ývzŸŒ\x00N\x15˜@Û•–Óíi"
  b"ÿf\x11âH\x03JO¼LÁ|á\x0F¼e"
  b"·½7(ž½OcƒJs\x0E\x05ú\x00¯"
  b"„»\x06få^Mϳ݄³hÖ\x0E"
  b"%$;ÊŽçE‡„d\x00(²Ð€$"
  b"¡.¾xôšNé¸n}w\x1A;\x16"
  b"ÁŒaƒöJ±®\x1D¢V&ä\x03\x14"
  b"\x02§œ\x06X\tA\x04Œ\x12oŠ€›¿š"
  b"žÁ†Ç<H‡¡\x176la¦ì"
  b"¦Œ¥àrWD\x01·3?l££'’"
  b"pzݝ &MÅ™ð~M\x00ùþs"
  b"""
    F·°»÷>Kq”`^oÖ\n
    ÒD
    """
  b"Qâ´ùͨN‡ˆ,['õ¦Bv"
  b"¢\x04ãçüBI-fy|+\x1F["
  b"ޏ[u\x0FêGÍŒFjèäx\e\x0E"
  b"mN¦ÖDäN;”Z\v§Ù‚\x1C"
  b"™ó¤^\x07WIL½s¦ðÕr\x18/"
  b"ÇOñíå\x7FI)¢\x13ÕvC\r¾‡"
  b"¤\x12\x1Aß\x14\x12@†‹D\x18\x1C>Póð"
  b"Þ\x11\x1EV…@}Šo0†\x1F‡ªË"
  b"·E))ñ\x03NȐ\x1D›tÇ\x02KA"
  b"%e/‚\x0F\x12J6‹i¡+—Ì\x7Fû"
  b"#õð·æ•D“ C\x0EªÌœ5Ù"
  b"‰øÎíµîH\x03¦äî\x1DP»_"
  b"Ê\x11ªþˆtA¯¹¥¸)8Ž|%"
  b"arÝÔ\x11žA#±¾\x04\x1F¹ä¶C"
  b"aäO›A\x05M‡˜B-p0W\x1F"
  b"C•\x01\t^üB¿¬e.\x16L\eˆU"
  b"Oõ7êS\C\v¨8j^úqš#"
  b"\x01\r¸ê\t}K›³\eŽ×Ã\x14dž"
  b"a\x06Vû•ÆCü†dW\x18ßㄟ"
  b"܉\fë24@˜É¥¹NíÒg"
  b"Û§\x7FÑÙ¢Ae Sqd\x07Éj"
  b"ë\x07Œ]<óFPûÿ>æ'È)"
  b"îR¶ôybA7Ž\x7F¨û\x19Ût;"
  b"{¡ÙØ\x12\x10AߊŠI·\x01’·Ë"
  b"â3ª`¼ÝD‚¾â×ËÕË0Ç"
  b"9H u§yO!‚7Òõ™Ëu‘"
]
94 3.81 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.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`.`file_hash` as `property_group_option.media.fileHash`, `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`, `property_group_option.media.translation.title` as `property_group_option.media.title`, `property_group_option.media.translation.alt`, `property_group_option.media.translation.alt` as `property_group_option.media.alt`, `property_group_option.media.translation.customFields`, `property_group_option.media.translation.customFields` as `property_group_option.media.customFields`, `property_group_option.translation.name`, `property_group_option.translation.name` as `property_group_option.name`, `property_group_option.translation.position`, `property_group_option.translation.position` as `property_group_option.position`, `property_group_option.translation.customFields`, `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `media` `property_group_option.media` ON `property_group_option`.`media_id` = `property_group_option.media`.`id` 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` 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 (SELECT `property_group_option.media.translation`.`media_id`, `property_group_option.media.translation`.`alt` as `property_group_option.media.translation.alt`, `property_group_option.media.translation`.`title` as `property_group_option.media.translation.title`, `property_group_option.media.translation`.`custom_fields` as `property_group_option.media.translation.customFields` 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"PVÚÇ\x08\x11D¤µ\x1Fð*—¿­Ž"
  b"_%€…\x7F¾B0µÞµ$¸ç<³"
  b"<\x19—†ŽwOÉ©öŠÖ0v\x18š"
  b"""
    #‹P©bhBjºíÆ\n
    €-oó
    """
  b"4¥’ïÑ\x05Ož‹d'ü\x01ÔAÜ"
  b"\x10\x11¤2\x08D€‘väd\L@k"
  b"o\t¾\x17WLF'¹U2\x03ÄØZÓ"
  b"i¶ ¼tÝG˜J„_i­\x16˜"
  b"z#d[–cGߌù\x17DýN©"
  b"÷‰¨œØ:D»§ß9Ɖdˆ~"
  b"©Œw`È\x19B\x0EŽ=|\x05Áq@Ç"
  b"""
    \x14í€Û\n
    HèŽ\x01\x19Ò'|ì
    """
  b"›:ù%ÓRGÏŠýЬ~:\x05"
  b"¹) &\x0FEN\x17…ŽÅ‚»"[£"
  b"Œ{ñ\x19\x1ATB·°qÚþÄ\f"
  b"=Vì\tçWOð«·­Rà0ÙŽ"
  b"¹ÚÐá‘ðJ\r«\rD¤Ï_B"
  b"Ã\vk\x0F|VD3¨Áo\x06[éŽ9"
  b"E™Låð^I.”¡j\x12Á[\x1Aˆ"
  b"\x1F˜?~’t@xƒ=\x019>«;£"
  b"±ã×Uv›F‚à?5¾½]c"
  b"õ\x1DC‰?¥J¤#„hó\"
  b"Z&Šss8Mí’&Ñ&‰xJù"
  b"nÉøŠ·\x19G؉\x18ð;d\x06þ_"
  b"7)ÙëV«M<Š\x05ËQ\x06ó¢ê"
  b"%nÇ—t‡L›œP7¯û#ë"
  b"xAóÖÊ8GQ—Ÿ¾¯ºÈ\x08P"
  b"¤—|øU\x1ABÍ«$ó\x07?\x18Ïy"
  b"\t~êcDäAµ®ïƒZ\x04\x1DÊö"
  b"Ÿc\x7F\x07Z\x07F–ލ\x15mÝ·£Ã"
  b"""
    ðJ]E°ï@\x0F˜\n
    \x13\x04ò$z¬
    """
  b"<\x10$ѧEAJ¤®"©òöŸ"
  b"é1\rÚ£hB\x17¿\x1FéϨ\x17¸œ"
  b"\x1D>ŽRnÛIõœ»Û\x15\x1ChÂ+"
  b"Q\x18ÑÓPpL\x02‚Ç zÑúÑ\x15"
  b"\x12–®\x16\tDgŸïèî\x12J"
  b"ŦÞh'ßJ®²QøR¤$]G"
  b"\x1C!«¢kOë‘lÖí\x17\x7Fž&"
  b"§\x1FNøQD:…½f|ŒÀi\x18"
  b"‰Ã¾çª\x1DE€¦û\x14­jcá"
  b"¢­ëžÌ7Jñ¤½dÊ”\x039\x16"
  b"Ï\x1C\x00â ›@ƝÜq¡’‰‡T"
  b""Ù[–\x7F³C«¬\x16F윷~‡"
  b"˜F‹y\x15\x05@ó°9„ŸÙBŠO"
  b"¶-pƒ,ŸF³½‡zÐA¨\x0Eí"
  b"Î,»ø²[F¨¥\x1EÃYZ\tœR"
  b"Ü\r1lǪM>“™3Š\x01p«ä"
  b"Yq+e¦½K\x1C¹\x16\x10Jg·,("
  b"`qþ,E›NÏ„«\x17íZQ"
  b"ä±\x03äôÙOP·‡\t(;ÈZ4"
  b" CÈŒôŒ@iŠ“»JT~è\x1C"
  b"\x14u\x02Ç\x1EÅD\x7F¨^CrÙ"F³"
  b"ŒÇmœ¾ßNœ™Ûpé?³iÈ"
  b"¨#Êíu±Ae°g4+ºS´"
  b"I›ÈJÎçO­°¹e<_H\x18\x16"
  b"g-[«A»ETŸúü”jr\x00å"
  b"\e%¤†K#Mì“<CS©Z0s"
  b"iûN‰\x15=JQº\x0E\x01Ò¯~­"
  b"ž¯ä0FKHž¼Æ\x05\x16â3Š\x07"
  b"""
    \x1A\n
    )kB>¥µ]ECå\x1Dô
    """
  b"Ó’\x17îC‚J<½\v±!ÜÂB "
  b"š:ò\x00©#Nv°Ðg\x04_`áœ"
  b"]D.ZÁ…A%³qsÕU!Ї"
  b"×2\f\x18­ìI>¯œ>P§\x01ÅT"
  b"Æ.d¬‘<Mý›4‚ L\x08Ò\x14"
  b"#GÔ©‹PE\x7F„òºcD\x0FU"
  b"sN\f"mËF£7xžl‘µ®"
  b"9\x01Ž‘-ïAµ™¯ºßu `?"
  b"\x06>¡™_^N!‹X™\x03¦µãÄ"
  b"\x01\fûMSA8Žmòè\x02“¢""
  b"ØY™")BLíºU>È£,Ü!"
  b"\x1AÍ¡%¢þL`¡\x17¼´#ÚãÛ"
  b"\6,\x05WÙM´•¼©Q7¢˜?"
  b"‰æž$ nAo¿nO\x06´´O "
  b"†Ž¢l;‡L’¼ÈA\x117tÖ¥"
  b"L#¤mr$A|ƒ\r†#ÊØÐW"
  b"´¸\x04\x1AöcEˆŸ‡¾ˆg»ñ\x13"
  b"%Ÿ×—_ÿFñ„‚Ççœ%´A"
  b"¦,±(#ªI ·\x7F)Œkh+˜"
  b"-\x04Š»¦~Gº±­@\x12ömfY"
  b"çÅÏŽ\x00,F¾³†\x16\x1CkÿI"
  b"\x00⽆ÝGÿ«Q#ûW\x03“N"
  b"""
    ¬ãä &D\x1Eˆ½Ð(Ò\n
    ¶6
    """
  b"õ‡)ÀÖ„E¬•e\tiø’ÕÊ"
  b"\fÊ)[\x15B̈å\f“qY§"
  b"Á@9í¡lG_ŽÌQ\x0FRûðñ"
  b"\x00‡Ba\x04\x1EE\x11¹jêŨ{çL"
  b"²mMªû4G‹‡yÑ|\x15pÓ›"
  b"’®__ßUC¾®&bmÛò\x7F©"
  b"–Rº‡ï9F7œÇÚŽÝú.i"
  b"ßc?Âæ\vDW®Ó¼õ¿{\x15\x06"
  b"\x08ù\x0FÚ\x1DÑO>º\x1Cò\x05Wü7\x05"
  b"¦(\x1Fw\rŽD¯ˆÆr\x05\x1F¾â\f"
  b"\x18Æ–¼A\x00„cn\x1A\x16\x08Å?"
  b"?„Þ¼¾ŽK¤§¥¾O—ˆ ²"
  b"""
    ãž5^Ø"@\n
    €6í\x04\x12('\x12
    """
  b"öÀpol0FV¬'Ì™Q¸ÌI"
  b"Ódâ+©òC;…ÆYëP'Ÿ\x18"
  b"\x0E$\x0F6Ò°Boœf\x13¥iF\x1F\x12"
  b"\x1E_-ysL\r’[;q\r8\x7F^"
  b"Q\½ðž$O\ë'ÓAn–V"
  b"ÝR—ŸýÝMͼˆóÃë~;T"
  b"\x1Fóìkª¶ExŸ3¢]V>àz"
  b"p­Óœ"FC„{\x1FÒþ“ªè"
  b"\x11²Óv€ªM%‰þÜ8žh\f"
  b"¸\x027W3ûM\x08§´\féÓ”[!"
  b"Û!Î\x1D$”OþŠÿ\x18·˜Üèƒ"
  b"Çá¶Ï’‰Mè¤Z‰Qà•\x10Ò"
  b"wà>9I\rD¢‹Ú9V<må!"
  b"\x1DÁ†ý,~O\x7F´ó\x18Åq„&Ý"
  b"¡MÌV“šNE½ÐjTÁkÛ­"
  b"\x04ä ±”Bþ¾o:,”)Eï"
  b"9Å~Žu+H\vŒ¶»(9 \x17}"
  b"ž!¼X\x00¬@§¡XB^à\x11,q"
  b"""
    2õÝ%r\n
    N[šw¶!†l\x12
    """
  b"O.Ú\x11JïGë¶àTãp/¥"
  b"o"†\x02 +L(¿u\x1Eî1.|\x06"
  b"M°N\x10\x19¨F\x1Eºy\x19Û…\x18TY"
  b"Â#\x00pð}Cï2eT\x07I׆"
  b"\x1AlCæî"H•¿\röMØäÃÆ"
  b"\x1DþXp?tEf‡WÆ\x04ã´"
  b"\e²d\x0Eœ|I¶ˆáf£11°o"
  b"ö¸\x11Ýô­@é ¿R \x10ctu"
  b"\x1F\x04ḄÁE¯£\x03'y}Oûÿ"
  b"Ì\rß%\x18:F®’¿ šë.\x19"
  b"†àWu–M\x03©;o:\rî8\x14"
  b"4&~t{\x17Eùõû©aڐp"
  b"½[×LÿôIQ»d\x10\e>Ún±"
  b"ã„:„¢êHŽ©>­žÉˆÜÕ"
  b"""
    B\x13ol5WGý‘ÎÜv\x12\x1F\n
    ~
    """
  b"c×¾-ãÿFGŒp\x05ý[“]ª"
  b" $,o7'M´¬µF×WŠvH"
  b"Š\x07zå[ÌMú¼³`x{…m"
  b"éíÇš_³E:£ùH\x14ì\x0E"
  b"—†žã\x0E`H›Ÿ\x04`±·Ö$~"
  b"‹7§øv±K\x14±¿†ŒÀ¸T„"
  b"io;¾Ž^C\x1Eƒä·k>3 ò"
  b"§n\f*,‰H\x13¨l®WÕ\x07è"
  b"Ë`¬´ËG-“HÌá¼Ø‚$"
  b"~2ßÊu{K~†{þ\eüâcZ"
  b"¯ÖTM¨ZKÒ…'\x08®µ÷GÞ"
  b"ÛqÓ§ksJ[˜¡ØCÆ(gm"
  b"Ê\x08ÕSý\x1FN\x08\x02i\x07²Â3·"
  b"ô2Fn+HG<´\x05þ \x1Co8"
  b"\x12íB~]ãGÁ‰Ý±õŵ.\n"
  b"L¶Ú*…£Lw ,%ú©“Õ\x0F"
  b"ó\\x11l¨ÁE^°.§ÆRnUL"
  b":ÕsGìYIE¡ÂŒègÎ\x19s"
  b"”±9£Ï·Jd¥H«{õÓkÐ"
  b"\x00Ê -æB}…+ˆônE.&"
  b"Ý5qéÓÀN\x15½IòÀ7n"
  b"¯%ÔGöÞDżÏb®Î\x07õ9"
  b"®Ñ!*œ³G[§\x16Í\x1Fy×»ö"
  b"ÐòvGÂùJŠš¢wŽÌ\t"
  b"„a\v}fVAt‰õ8F¤ôh·"
  b"©¶ÿæ‚b@B¥qÉšŒ>Úk"
  b"""
    ©\n
    ðÄ:\x0FN£Šœ é¶ÈÁŠ
    """
  b"‰lá… @2£ßñü® Í«"
  b"Eˆy†ˆèGë±ÚÖš–„\x1F'"
  b" «t@¼\x19Oü¿3çŒRl6b"
  b"@\x18æðM\x14A\x10“_\x1F£ÒÁP×"
  b"U­;\x06äK5¨àé\x10ùÓ\x12Ï"
  b"l ÌÃâwJ\x03­pš§àÀ62"
  b"àl\x11¨\x0FgM:ˆ6Š’/(™†"
  b"µÐÆ·.zH—¥Ÿ\x08t\x17#?“"
  b"Àß\x15GÞY@Ù¾ÎYÛÊu~"
  b"IËÛ\x17ªaJpŽ\x01&Ñk\x19«í"
  b"˜s†8•CI°¢m\x02e3‹ö"
  b"ŸÞ« \v£EÍ–¤\x06]Â\x04\t"
  b"\rOkA°åAL““\x15ºæ±>¼"
  b"h»v6¿ Nj›\x10´ÿ—C.¨"
  b"í•k¶î{F°‚‡³ð;ýëò"
  b"øBT›\x15eLL§Í’⢵¯I"
  b"""
    õ‘!<\x7F„FŽ‚\n
    îñ×[£ü
    """
  b"Väƒa\x1AðKò˜ÃY\x04û;–\x14"
  b"¸ßÀßp6Ar‡˜\x1CÞÃÙ\x05a"
  b"Œäx±¼ÐOݪR×ß­;'ÿ"
  b"å£Ñ\x06G\x1EKC„pevWÛu»"
  b"e\tdt\x15uGFœˆôQßì¹½"
  b"kƒä5IQG¬°\x02ˆô:&\x0EÂ"
  b"n”ÑÇ\x16qJHœ[¡\x07×\x058="
  b"ŒB’j¼íHB²l1•ý\x1FˆÔ"
  b"uŒóX¢‚E7¨€$ÒEô¬"
  b"夗\x15êÓEåŠØ»Ç¢$@B"
  b"6\x03óî\x1D\x0FB?£®˜Ö’ú«4"
  b"*8\x08Ft#Fü¥\x1D\x1CŽÉHÁŠ"
  b"/o8ŸJáG½«µ½kŽfßÄ"
  b"8\x04Þ|¢¨F(ªK8\x06¶ˆ«$"
  b"LÅ\x02X7C²˜°V YMƒ)"
  b"Pߺ.ÜvG€†[\x108]Ý\x16š"
  b"íß\x06ã\x06ºHœóQ2L}‰*"
  b"Á@!e›ØBöt\f1¥C\fh"
  b"¼Z\x08\x07NDˆf¶³Xæmq"
  b"4d3ÖaÊG<ƒá³¶M1~¿"
  b"/O$nß­D\x04ªxÛÁ>Ð\x05ø"
  b"¦1)NR?G_©\x14ß\tD¬´È"
  b"Ò:Ë[\x19\x12F‰”²7JAªÜƒ"
  b"\x03•Ì+ì—IÆ¿^ðV{¿*¡"
  b"¤\ÑÐÖ1N² ™IÍ)\x14"
  b"\tùžGN\x1AM’ºtŸa“·M¢"
  b"ë<\\x0E¥OTºý8+£\x12åj"
  b"E]ç[ø\x03Oz«X&1mƒ\vÔ"
  b"¾=¥?>oA«ž¬8“\x14¿Œ"
  b"¿´f´n\x10G“¸ò[±§U¾È"
  b"w\x00µ[0KAÙº…và(FVE"
  b"""
    ^\n
    oï?„Fµ4èm»<nR
    """
  b"Tü_¸1µNXŸ\x16¤:Ϲ<f"
  b"{\x1AÆøDwD¤ˆØ[´ð¸Óü"
  b"cÒÈ^BJIµŽ¶hF\x0FéÒ\v"
  b"*÷;XÐpO˦ÅO\x18rÑäv"
  b"\x15¿~ƒ\x1E2IÜŽ&_±l°\"
  b"\x1DS\x0F‡ÄfH°™ÞGj\r¿ñ\x14"
  b"¥¬¡m¡J[½çJÕ2\x7F´ "
  b"Ä!\x02\x06Co™Pb•… œ\x08"
  b"Ñ9bBGKHy¥ƒ…ŽÕbë"
  b"LV•bM+J:®·î\x1E\fp‘Œ"
  b"\x10\x01\x01sEKŽb\x7Ft÷Þ}!"
  b"33öƒÖ@\x10§×\x04­\x04nî!"
  b"h3š\x18àŠH÷˜àJw+âØÁ"
  b"""
    s¿\x05\x1A(†GÞ„\n
    Á\x10\x13
    """
  b"©IúÕ“\x03JY‰s¸Û!ÿEÊ"
  b"\x06¬îÂi¶Jú°¬é}âªXš"
  b"Ý\x1C'£}H\x0F©\eh|a÷ú|"
  b"ü\x1CŠºaÊI ½u€(ì”\x07Ä"
  b"\x1Dz¶jÈÏAÜ‹ v§†·ü\x08"
  b"µzœÙѦC\x1C™°˜\x1F–uhs"
  b"íPá]+D\r®üÉÁi]2+"
  b"¹ÅŒ*ŒêI&Ÿs‰åœ¸Ü"
  b"ÖàÖFŽ|N÷¹C\n\x1C([Ö\x00"
  b"‹çè“=(K{´ï À\x11:\x16D"
  b"\x0EŸëÁÖ\fLEªP7=î¸lU"
  b" ¥Ô@\x08\x0FJïªýîÂ~ðJ\x13"
  b"×\x08\x10NKª‹:´éÞ\t\x19\x17"
  b"äB‚•S\fG)¤µ\x19š-¥Ê"
  b"žŸÂ„QžI+Ž~êÂY\vû;"
  b"ùGAKáiF#²¸\x05¥ŒÖ\vè"
  b"š\x17‡dDN⩉£œQ7²="
  b"Ú\x13\x7Fåá\x16Fí¨¤x„¡fyf"
  b".iÛ7PóHN– lÌ»\x10"
  b"I4˜"Ë\x01B‰€§ùXæÇC"
  b"¤ü&Ov\x07K\rƒÎ·M¿Ð$\x15"
  b"ÓÕðX>²I.šrE\x10'!—Ô"
  b"UsÇÐCH~©˜Gÿ¹¯7\x1C"
  b"ƒ…Äù\x05¶Oë›o\x132“éRV"
  b"-}æ[\x159Cë¸_Kß/,\x048"
  b"NAJ‰áGB\x13¨6]{ï¶ìý"
  b"µ\x06ê\x04lÌC0‡ˆô¿~ãà\x1D"
  b"\x1DÄY\x04ø°JW’$O„³…3ê"
  b"xEq6+\x16G­°\x15²\f+¤=’"
  b"wÚ#\x1258I,¦xã\x15DßÜæ"
  b"ƒ.\te\x16õD×®†˜pÕÛ)¯"
  b"¹‡Š²\x02_BåŽ)\x06å„På\x04"
  b"þÂ]´¯’Nj¤1\x13ööIï\f"
  b"#øÛh\x1F\x08F•¸ª\x11dOóQ¢"
  b"h²ÞƒÝÌAd‰™\x03\x06DKež"
  b"§:~e“-F¸Žû=Èy®o\f"
  b"gõHá±\x06Nn†·‘ïŒÕ\x14"
  b"""
    aç“FºÆO\n
    —V}þé\x14]\x1E
    """
  b"Ñ鼯ââHÒ¤]&å\x03éN}"
  b"\x06 Išr÷F±€Çd\x7F\x0F¥\³"
  b"\x18z‰ßÀbJ*¬šù·.\fæï"
  b"v¤"ë)ÁB¢ªé\et\x04ˆì·"
  b"/[†\fí{Oѳú”'öÑ\x16+"
  b"Nßq^øCGX³õ‘ˆóÿ—¯"
  b"\x102a~8jJ¯ ’î_Z\x08"
  b"§\x1Có×Ë6D{²±ò¶J}SÙ"
  b"\Tª,›xMR›ÙŽ×PÎÓÚ"
  b"²Æi0içN1޶®a³\rä:"
  b"Y=\x13µ…ÃO.¼Êjj\x12°\x07"
  b"\x02xÚv›FeŸ¤±QP\x07"
  b"\x00þ×<\x16<J7ŒcÎ\x16ÄKep"
  b"äÀàs¶ZIØ‚e\x7FäŸ0wS"
  b"¥\x01ÄŠ›lF\e¥B1/»^ß"
  b"Ð*ÿÚ¶˜K½‰\x1C:?¶_‰Ö"
  b"âi2\x1EÔÙLµ“+œHðb1ž"
  b"î\x06ç\x12ÔtBÁ¢\x10v)”32ö"
  b"""
    \n
    U\rü\v\x1AI~„T®Ü\x02÷iÙ
    """
  b"% †( REXº³A÷‘Ø*D"
  b"\x11¦dÀteGÇ™\x19\x17Ìó2Ue"
  b"1`°h+ŽNH‘Ù!n„Mß2"
  b"\x08P=ü^@YŒ—#nL*\"
  b"hLȉp\x1CAšÒŽ8w¸0ö"
  b"À\x06p†&LÞç¼eŽƒ"
  b"\x16ñŒœJ˜©Êù\x04ìŸ9I"
  b"\x0Eà…^1½Mú¶@\x7F\x11\x13\tßÌ"
  b":ðšH\x11¼A7„—²i\x17ô=J"
  b"ÉS\x11åý\nL8‡\x00šur‘ì"
  b"""
    ~\v\tÊT’OZŒŠl\n
    \x1Cü
    """
  b"\tn\x10\x03\t>H=ŒœÙ9Π»"
  b"u\x10¸VL\x00JÝ«®ôáÈæy4"
  b"""
    «;P\n
    fR@´Èß|=ät>
    """
  b"Â0Sï“„J®†8vlò4.="
  b"0O[­dœN²•9 $â÷m‰"
  b"\x069U'F…°\x1AtðýÍ™Ê"
  b"\x7F÷ò¼‡*Lo¥Þ3ðŽÓ…s"
  b"É(#ë–üJ5‰Uí\x01Zd\x17Š"
  b"V”\x19\x1E#ãD“¾¾šg\x0FGãb"
  b"‡(©=¯µHô® \x10ùŠMÙN"
  b"ÇÑ~g0ÊMו>Œt…½ßZ"
  b"\v~ÝÖo·HͧÛâä›a4Ÿ"
  b"i­MzHH×®6­ó¾3\Í"
  b"É¥nn¼xGê¸8©üåßÃh"
  b"\x14\x01Jè%´J\x14™\Æ\x00}ÙÑj"
  b"7ò䀌úN^‘\x0E6êc\x0E\x180"
  b"òYn@\x06i@x‘`Gš¤ˆ‰"
  b"…y\x04ðOJê¢\ea\x00ȉ¦g"
  b"ƒŽäоˆG$˜‚¢ž-×¼q"
  b"D>àµ6ÎGΚ•–@ƒÔág"
  b"\x19 .{­²Kꕦ0„w]”6"
  b"Ñ”9ìOÉL´°ø\x12·qiô¢"
  b"]i¯³‡[GÅ•Ï(ô.²Ú6"
  b"·Âò\x00ø)EݨË<Þî”ò‘"
  b"Á\x07úøõ€H;ª+Â&\x1Cæ±7"
  b"ݼ\x00oVùCª¼AL5ÖJ·Q"
  b"Ж›ÛPàCY¨—Ã"!ovä"
  b"\x19\x19`¢ÃQ@<£_òk€m¡z"
  b"åJ\x05/§¤H뇙Ɏ¥36¤"
  b"¦EŽ\x193ÞBß¶»ý?¾^\x1D¹"
  b"#ÉT¼ú‡Br†÷;ÿøñ×\x03"
  b"\f§È~†lF3­ðD\x11éqm\x07"
  b"O*…$ÚÕH\x16­g\x1C\x10”Ë"
  b"\x14\ts?ÞD«¿ª\x17ëréhf"
  b"=Ð"W©@G8—mޤ-F¯Þ"
  b"Fô=”êãF\“úóÒ«ò\x18Ò"
  b"\x1AX%9\t­DÀ‚\x1A¸n᱇i"
  b"E¥´Þ»6B(®~í¢­D}&"
  b"\x16t¹"\x02¥H5¡¨\x08n‰\x1EËl"
  b"1Gºž\x1FfKzƒ\x1AL\rpÿÓŽ"
  b"©\x0Ež&¥C†Ÿr;â\x18蝬"
  b"Y"\x11Ð0aB·¼{Ê2Œ93¯"
  b"Ǜ丙\x13KFŸ\tÕgÛPI‘"
  b"\x11™×’I…G\x12™ß46AXTe"
  b"\x11-ÎòãMà‘‘ïªAç­"
  b"Îf&„C€F_¯†r\x12\x1Fò\Þ"
  b"ð¶\x13¥‰§C¥ŠØKK\x0E©b\n"
  b"\x00»ÙÞ\x1AVM&¸\x15õ|/œœÁ"
  b"÷d^\x04l,Kg€\x17‡&WóG"
  b"q•¢*\x04ÕKð›\x1AϘšéH|"
  b"\x155P¡\x07óBO’øBÓHk…Í"
  b"*\x14\x00à\x1CûCA¿Ò4<+!\x02*"
  b"¥ÊêÇ“G[‹Ýh©8\v¾K"
  b"¥‚;Ó¸uCÓŽJyÞ!GòF"
  b"È\x19ÊÛD\x19A›»ð<fÛï­§"
  b"E¾©ñK½FÆ®\x18\x07žÉ\x16¥ë"
  b"’3b"8JNÞ¢œJL jH¬"
  b"\x1A쒐õÖ@Õ‚ÿq!\x14ÍFÿ"
  b"ÍÁA锜JQ ]*bŒBñÎ"
  b"4:ÊŽ¿DT¡”Ò©taîÐ"
  b"?T‡žstD‘ªƒ»w£¼ƒu"
  b"Kîo,¨\x17E€Ÿ\x07²N)\x04ÔD"
  b"‰ÙG*ÒûD$±V¯foyä\x02"
  b"Îx²“†ÝH[Ž“Ð\x00=§c\x14"
  b"$\x01wý.^HÔ¢KÐÈU3hJ"
  b"\x1A!Í©cAFu¦ØÿÑGµ–\t"
  b"+ÕçòXðJå¬Eœéö\x06\x08"
  b"ÛzÈ÷^ÆHnº\x16¬·Ê÷=ç"
  b"’†Q’‡\vE" Ö<—\x0Eº"v"
  b"Ú\x08\x14\x00]Ì@Ì»bˆ\x15YÖ†""
  b"""
    bß—dŠÔF\x12¸ô\f\n
    x¡B¾
    """
  b"šÃ(¥SðLHº™NS5Ð^Ÿ"
  b"ž.Å”?²AÛ˜!ïy+\f0j"
  b"""
    ú´Å2b\n
    MH»1\tt÷™î£
    """
  b"\x13\x00øþA뉚ˆÕ8¥\x01s"
  b"X¤¶§\x1F¢K\x01²ŽýÚ$îÛó"
  b"Sïwï¹8Kð¸ušò\x07µ6Ù"
  b"E\x04évµL@•šÅïÔ¨\x05\x13œ"
  b"Ú* \t†£C4³|’ô ò<Æ"
  b"%sþÂ$¬HÜ™F©1\x06q%P"
  b"í!ahsðK’£R>˜8\x13å"
  b"Ì%s\x17Å\x18IYˆÜÍÒ\f\Eº"
  b"""
    ;ݶš*äAœ¦¤1\\n
    \x0EÐ
    """
  b"Ê{öÚÍóC‚³3\tw¯§÷\x7F"
  b"\x0E—ö‡Ã\x15EsŽy\x08:ìÈ\x07#"
  b"úôÝìjëAx½ùC\x04[Ž)\x0F"
  b"I]Æéu$Nz¬‰U@Ëc¾Þ"
  b"ªS«·\x1C]B¼Ÿ\x07Z‚o}D"
  b"Ây\x13òdáMD©qq\x10#«ðj"
  b"¿]í\x13.÷DЊ¸\x02cf\x13"
  b"#I¿:=ÊI<­6˜\x08·üÆ "
  b"Œ{Ì\x128¾C†‡.b]\x00Ç\t"
  b"^—Œ?!¾KУ–Õ⥇=ù"
  b"lµú'6M”’]ŽÖßr^â"
  b"‹ÅOUœŸBÛ±·Sòí{ôM"
  b"¼áqTd¸Hb–Ý\x08¾ê묺"
  b"[˜ö\x1A3zB`— \x1C<¬˜z"
  b"8}(9öRI\x05¹\x14\x0Fšþ‘çe"
  b";!'p¿ÇO\x04·\x11ßõ–*7Ö"
  b"N×(\x06uCDÓžþÒ2—>jq"
  b"–‘$ku4OŠ…A¸Ä|\x027\x00"
  b"£\x1F’¦ŸÎHH‰ƒ\rê1‹Ö1"
  b"h1f\x0FVôM0¨0Sç,2z©"
  b"w{tƒ×\x18CQŽ8ÆF\x15¨šF"
  b"\vy¤w~àM†¬j·\x14s˜å"
  b"\v6ZÓE׮ߢYa9Ö"
  b"Û=$–ß\x02AÖ­â\x01\x1DÛD~\x02"
  b"\™zˆ´yDâ•SØ...•B"
  b"^G½¿ÒTB”—àY$—âŠ\x01"
  b"\r±$mwADæ‰)Ç ;,­J"
  b"…/£\x7F\x07EF-Ÿac\×e\t""
  b"|FRÏ\x01 Eˆ•Æ·Ð\x11:ûÒ"
  b"±{V½\x04ª@\x14±·\x1C臸u×"
  b"pLÃÔ\x14!Aiþ™ë÷O:á"
  b"""
    Fx\x16{Rš@Õ¯|õÉo\n
    |)
    """
  b"²·2%s·J1˜bã ¿çøt"
  b"ï0(Ck\x1AJN™\r€]Âþ&Ž"
  b"DÆü÷¶d@ZŽÅëÁ;‡8"
  b"và­·“\rDò½\x05ÕO—\x1E\x1Fp"
  b"\e­ŸFèJÄŒ\f\x15‘ê¹Ts"
  b"¿ÕÆÉ‹îHž²¼ú=áfÕ_"
  b"ð\e£\x11+ì@\x03›»›o‚Šj\x17"
  b"\x0E¢\x13oûQC’¡Ð+˜|©"y"
  b"ƒù`¤EöDc¥˜ç¾£ \fI"
  b"ps\vî\@\r²Ý\x06]]½zç"
  b"÷\x1Fpè»"GRŽÿkÖ¹W0\x01"
  b"Ó°O;@úH\x1E¿ú\x13Xˆ·×\x05"
  b"{8\x1A&\x04…C\x08ƒ°-í}\x14G€"
  b"1½iÙ\v\x1FNR‘\x19ì(H®\x19"
  b"QÏ?©uè@“¶\x1DÞ¥¨éЭ"
  b"""
    }\n
    \x1EDHZƒ\x1AÒ=;þÖç
    """
  b"ÿPÊ̬NCàœ›h^.]SÃ"
  b"""
    \n
    +Sѯ\n
    C~²:%îâ`L™
    """
  b"`eP×\x13ûB’€Lç…nI\x17E"
  b"ÒL’7Ô·E¶ŽÀ\r<BIL"
  b"34o?c:OʤVŽ­B\x13Ò\x1E"
  b"±´\x1A=\x13T@­Ž\euäð\x11"
  b"ìèNn™C@žº5¤e\f"
  b"I½gϵ^Aù—SÑØºZ¤t"
  b"¸˜ÕÒ\x14§DNÝö³±[èò"
  b"""
    ¬ªp^ƒÛ@±‚Š„Œ\n
    \f\x04
    """
  b"Ggô´„BDòž(•§zÜz1"
  b"UÔþ9V•BŽš3«îêûËÏ"
  b"""
    Ò\n
    \eß\t0HG¿ÑÔßú «Ì
    """
  b"´\x06À\x1A÷?Bû™ÚF*\x0FW~<"
  b"ô¬š\x03»èJ¹^ß~ðp\x06ø"
  b"øÏ{þ7øIL–\x15ò\x01·ÒEÅ"
  b"õ~\x02bFŠEû†¬˜ç’ö\x02\x08"
  b"v,\x06*½–I5Ÿ\x1ATFhôo§"
  b"T``\x04\\x18K¼ŒhŠjVüaj"
  b"«k䊰 @¥¼èàÁQž®ª"
  b"""
    cÞÃ\n
    8HL‹¸äg–\flĝ
    """
  b"·?AÞA"K;Ž\x0E\x10HŽ¥¼"
  b"¸\x16Lõ9\x11F\x04©-K9kxœÑ"
  b"\x19X€’ˆ\x03LÓ‰bµ3ìŽÙ§"
  b"2%Ž]®CØ’½a"³Nú‚"
  b"Äû¨1‚’I’³…\x03Õ£pæ3"
  b"ƈ-¿¼\x1C@«€¦~bE-Ë\x14"
  b"\x02—xí±FK\x03 ý*\rÒn ÷"
  b"\t\x15\x0E­\x03wE‡©\x11M;»\x7F"
  b"’T¤Ê9úEŠŒÓ0)`õ½Z"
  b"‰’¶ªïºDq‡\ûø¶\x13‡–"
  b"ò‡aÉÅTBa…gxÂÃ\x10\ru"
  b"”ÁÂߝmDÞŠÒš·¯>ÉÓ"
  b"8Os\x12 €@·YL\tq2bK"
  b"#F]\x1FWcJí°ÿ.„ôÞ‹«"
  b"""
    \x02\x0EvÕ5¼CBþ\n
    \x0E\x03IS
    """
  b"äÀѵHmNi’Ÿ¡\x0F\x05@\ef"
  b"†sš\x7F\x07\x07HÖ¶½…®ÂÌ\f"
  b"bñz¶#fGi\x7F!\t²„³$"
  b"e6Ì­‹kH„‹\x1Eæ‰tºR‰"
  b"b¤¸«qšBš‘¥K=ò/M\n"
  b"¤N?ù-ßG7‘\x1Dl\fï Ü’"
  b"\Ù:Y/\x10H&·h£s~™•H"
  b";ÈpÛ&ÛH\f¬ÈF\:¾lk"
  b"ë¸\x00'ENI·ž®Œ'„\v‡Ô"
  b"íFf „\x02Až¤öú\x18âÑîJ"
]
95 0.56 ms
-- product-listing::property-group-filter::read
SELECT `property_group`.`id` as `property_group.id`, `property_group`.`display_type` as `property_group.displayType`, `property_group`.`sorting_type` as `property_group.sortingType`, `property_group`.`filterable` as `property_group.filterable`, `property_group`.`visible_on_product_detail_page` as `property_group.visibleOnProductDetailPage`, `property_group`.`created_at` as `property_group.createdAt`, `property_group`.`updated_at` as `property_group.updatedAt`, `property_group.translation.name`, `property_group.translation.name` as `property_group.name`, `property_group.translation.description`, `property_group.translation.description` as `property_group.description`, `property_group.translation.position`, `property_group.translation.position` as `property_group.position`, `property_group.translation.customFields`, `property_group.translation.customFields` as `property_group.customFields` FROM `property_group` LEFT JOIN (SELECT `property_group.translation`.`property_group_id`, `property_group.translation`.`name` as `property_group.translation.name`, `property_group.translation`.`description` as `property_group.translation.description`, `property_group.translation`.`position` as `property_group.translation.position`, `property_group.translation`.`custom_fields` as `property_group.translation.customFields` FROM `property_group_translation` `property_group.translation` WHERE `property_group.translation`.`language_id` = ?) `property_group.property_group_translation` ON `property_group.property_group_translation`.`property_group_id` = `property_group`.`id` WHERE ((`property_group`.`filterable` = ?)) AND (`property_group`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
  b"\W\x12\x08\x19\x05ES¼mã>o<â¯"
  b"´ºËˆ\x1FˆNë¸J\x11>ZÆ\x19:"
  b"¦CH\x15©Oªxà1î\e\x0E\x12"
  b"¡5f:Y9O@ž¥ÿìÄ›úy"
  b"L\t“m͆@*—åÞ\eV}("
  b"„’Ô¥ ´C/¼>pÿ·øÚ%"
  b"׏]\x03-sA6’\x17Ê,ž”Ì\n"
  b"\x0F\x12ÿò*\x7FDÉ›Qn¤«HFð"
  b"Fy“M\x1AQO° ›\x11ÈÎj\x19\"
  b"ùÌ\x05-\x06jNr»ý-¢J\v"
  b"&y.[@z@2Ž|ƒ€\eèks"
  b"Y¸(VÅ«I}®Ó»ÞU‡ŒÎ"
  b"èyAªÞ$K\x12¡wÊ‹Ûc•3"
  b" míj¤"Kß»mÑ»\v¥i¥"
  b"µ*G\\x0F”L\v¢Am\x1D‰ØÈ~"
  b"Î\x01“聸LJº¹r¤´nð¾"
  b"µ‘ŽIÐÜD%†Ïb\x1D\x19Š"
  b"Ò\x1CÏîo^G÷·\tC/̘Ø"
  b"#Ìe±A£G§¨ÌxIýx–Ø"
  b"¸º©\x10r\Mω5’u\eÛGæ"
  b"eYrï\x1F\x18@Õ»=o\x1A*¤‹."
  b"7¼ÈZ\r+D6¯ú2%D7OØ"
  b"""
    ô˜|C\x06˜\n
    =ÈS¿ŠÚ
    """
  b"ía÷\x16[_A\x16ƒ)\x108+kÏÐ"
  b"Ù\x10áˆQàI\x05ŽMv'‰ü´Þ"
  b"¦\x10Àø?ÓJ󫤆\x15Z }»"
  b"W;|k6ÉLZAÿ‘ª\x7FÁ"
  b"o°¬\x03„-Lú¿†ŠïÑ€äÿ"
  b"‘x0­†\x15Cº§t®\e\x03ÀÊ`"
  b"ÆZøUYIMÀ½\x17[1b\x05ä«"
  b"\x1AE\x1Då"eD0·\x05j2\fåçp"
]
96 0.36 ms
SELECT `acl_role`.`privileges` AS `privileges`
            FROM `acl_role`
            INNER JOIN `app` ON `app`.`acl_role_id` = `acl_role`.`id`
            WHERE `app`.`id` = ?
Parameters:
[
  b"\x01Š\x03º‰¿q_†3QZ]\eé×"
]
97 0.52 ms
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`.`active` as `language.active`, `language`.`custom_fields` as `language.customFields`, `language`.`created_at` as `language.createdAt`, `language`.`updated_at` as `language.updatedAt`, `language.locale`.`id` as `language.locale.id`, `language.locale`.`code` as `language.locale.code`, `language.locale`.`created_at` as `language.locale.createdAt`, `language.locale`.`updated_at` as `language.locale.updatedAt`, `language.locale.translation.name`, `language.locale.translation.name` as `language.locale.name`, `language.locale.translation.territory`, `language.locale.translation.territory` as `language.locale.territory`, `language.locale.translation.customFields`, `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language`.`locale_id` = `language.locale`.`id` LEFT JOIN (SELECT `language.locale.translation`.`locale_id`, `language.locale.translation`.`name` as `language.locale.translation.name`, `language.locale.translation`.`territory` as `language.locale.translation.territory`, `language.locale.translation`.`custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation`.`language_id` = ?) `language.locale.locale_translation` ON `language.locale.locale_translation`.`locale_id` = `language.locale`.`id` WHERE `language`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
98 0.16 ms
SELECT `acl_role`.`privileges` AS `privileges`
            FROM `acl_role`
            INNER JOIN `app` ON `app`.`acl_role_id` = `acl_role`.`id`
            WHERE `app`.`id` = ?
Parameters:
[
  b"\x01›ÅËq*pHˆoèäH¢šq"
]
99 0.28 ms
-- sales-channel::load-analytics::read
SELECT `sales_channel_analytics`.`id` as `sales_channel_analytics.id`, `sales_channel_analytics`.`tracking_id` as `sales_channel_analytics.trackingId`, `sales_channel_analytics`.`active` as `sales_channel_analytics.active`, `sales_channel_analytics`.`track_orders` as `sales_channel_analytics.trackOrders`, `sales_channel_analytics`.`anonymize_ip` as `sales_channel_analytics.anonymizeIp`, `sales_channel_analytics`.`created_at` as `sales_channel_analytics.createdAt`, `sales_channel_analytics`.`updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics`.`id` IN (?)
Parameters:
[
  b"\x01Œ4\x03½¨| ¶³FÒ©½‰P"
]
100 0.10 ms
SELECT `name`, `path`, `author`, `self_managed`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
101 0.15 ms
SELECT url FROM sales_channel_domain
Parameters:
[]
102 0.08 ms
SELECT url FROM sales_channel_domain
Parameters:
[]
103 2.69 ms
SELECT
    `theme_id`,
    `technical_name`,
    `resolved_config`,
    `view_inheritance`,
    `script_files`,
    `icon_sets`,
    `updated_at`
    FROM `theme_runtime_config`
    WHERE `technical_name` = ?
Parameters:
[
  "PremsEmChildTheme"
]
104 0.15 ms
SELECT `theme`.`id` FROM `theme` WHERE (`theme`.`technical_name` = ?)
Parameters:
[
  "zenitPlatformStratus"
]
105 39.33 ms
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`custom_fields` as `category.translation.customFields`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `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` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` WHERE (`category`.`version_id` = ?) AND ((`category`.`active` = ? AND NOT (COALESCE(IF(JSON_TYPE(JSON_EXTRACT(`category.translation.customFields`, '$.zenit_stratus_navigation_icon_media')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`category.translation.customFields`, '$.zenit_stratus_navigation_icon_media')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL)) <=> ? OR COALESCE(IF(JSON_TYPE(JSON_EXTRACT(`category.translation.customFields`, '$.zenit_stratus_navigation_icon_media')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`category.translation.customFields`, '$.zenit_stratus_navigation_icon_media')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL)) <=> ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  true
  null
  ""
]
106 0.33 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:
[]
107 0.16 ms
SELECT DISTINCT `technical_name`
    FROM `theme_runtime_config`
    WHERE `technical_name` IS NOT NULL
Parameters:
[]
108 0.13 ms
SELECT path FROM category WHERE id = ?
Parameters:
[
  b"DZÂb\x146AMˆÄš\x11šñ;“"
]
109 0.10 ms
SELECT `min_search_length` FROM `product_search_config` WHERE `language_id` = ?
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
110 0.41 ms
-- theme-service::resolve-media::read
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`file_hash` as `media.fileHash`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `media.translation.title` as `media.title`, `media.translation.alt`, `media.translation.alt` as `media.alt`, `media.translation.customFields`, `media.translation.customFields` as `media.customFields` 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`.`alt` as `media.translation.alt`, `media.translation`.`title` as `media.translation.title`, `media.translation`.`custom_fields` as `media.translation.customFields` 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`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  false
  true
  "product_download"
  b"N4"\x05ÃK/«\x03NH2\x05”×"
  b"\v\x00Ë\x06qÒIëŽ\x15\x13æ\x17Ýl "
  b"¥è»HËš\x17…ë\x17Êåë"
]
111 0.42 ms
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `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` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"DZÂb\x146AMˆÄš\x11šñ;“"
]
112 0.32 ms
-- breadcrumb-extension::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.translation.name`, `category.translation.name` as `category.name`, `category.translation.breadcrumb`, `category.translation.breadcrumb` as `category.breadcrumb`, `category.translation.slotConfig`, `category.translation.slotConfig` as `category.slotConfig`, `category.translation.linkType`, `category.translation.linkType` as `category.linkType`, `category.translation.internalLink`, `category.translation.internalLink` as `category.internalLink`, `category.translation.externalLink`, `category.translation.externalLink` as `category.externalLink`, `category.translation.linkNewTab`, `category.translation.linkNewTab` as `category.linkNewTab`, `category.translation.description`, `category.translation.description` as `category.description`, `category.translation.metaTitle`, `category.translation.metaTitle` as `category.metaTitle`, `category.translation.metaDescription`, `category.translation.metaDescription` as `category.metaDescription`, `category.translation.keywords`, `category.translation.keywords` as `category.keywords`, `category.translation.customFields`, `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation`.`category_id`, `category.translation`.`category_version_id`, `category.translation`.`breadcrumb` as `category.translation.breadcrumb`, `category.translation`.`name` as `category.translation.name`, `category.translation`.`custom_fields` as `category.translation.customFields`, `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` FROM `category_translation` `category.translation` WHERE `category.translation`.`language_id` = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.`category_version_id` = `category`.`version_id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"̤á\x1A$\x19Cד3í¤¼±n}"
  b"×\x15ðÀQ>HEžgëŠ_ï\x7F¸"
  b"DZÂb\x146AMˆÄš\x11šñ;“"
]
113 7.55 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/c7b1c2621436414d88c49a119af13b93"
  "/navigation/cca4e11a241943d79333eda4bcb16e7d"
  "/navigation/d715f0c0513e48459e67eb8a5fef7fb8"
  "/navigation/443ea528ab6644ffb021dfe17b29c1a5"
  "/navigation/8d8665e80b9d41eb8f144957997fdbf1"
  "/navigation/1f7f8e409140414cbd07f3bd62ef5568"
  "/navigation/664ca67467164f5599e1befe0ce70b0a"
  "/navigation/e31b154368dd4fa887d59be9d802e5f4"
  "/navigation/e43c6d82df7a46169dc4faba4640d71d"
  "/navigation/1261a623223041759712f79d4dc76a59"
  "/navigation/79558e947c0d48e4bbf0405778f84245"
  "/navigation/3e57b447a15b4ee8928f17ee9c7d30b5"
  "/navigation/9bd02890d9814966a4011cfb8e3aa89c"
  "/navigation/d6e8f1efb3c14308bf21d846e756c110"
  "/navigation/45a80f4c994f43659a2a14561a35f73b"
  "/navigation/e71905336ef64436b3696dd1fba0caff"
  "/navigation/707101f1cc934721a8586a41aeb6a9a5"
  "/navigation/6dafc1e0094c4a6fa8437d8a7979a2db"
  "/navigation/2d6af63f720e49d6a1298c4b1a3de126"
  "/navigation/5a53034957b9499e9ceb3f8990db00fe"
  "/navigation/abc7ecbb95944f10a3364ddbec3ec0ac"
  "/navigation/4610d644cf524650b55b59098510db73"
  "/navigation/b397c1b268bb453fa2997f5e7dbcb6fc"
  "/navigation/7e578847cab84d688de076a1829ea986"
  "/navigation/c264aa4f26554cf3b6efe091fb6c5de5"
  "/navigation/981ded9e0e2047b99513c043e2a6d0ee"
  "/navigation/76fecb96542d49ffb5815024667f0aee"
  "/navigation/cade8022fb41405d914c35481ec62267"
  "/navigation/55f0ae17c96e44198dd7962be3f99211"
  "/navigation/a5cb2129215843a8a253970e39d73851"
  "/navigation/39ff5c698a9e41949694c62ce77c4a47"
  "/navigation/857f56a9c75049ff921fbf13a93c849f"
  "/navigation/58b724d0a0214fd2a7b69428ee6faa96"
  "/navigation/0140a6a15dcc4aa7af29ccc206be878e"
  "/navigation/f276a6f0315749d89226fd01a7e827b8"
  "/navigation/ef8f312ea5064a86a3747c79c792fec8"
  "/navigation/2c579104fc494823b67c5cc6cee40466"
  "/navigation/35338c8089334f1c8321f52cd90dab56"
  "/navigation/9185b6a2f1ea42d89cb18c3506420421"
  "/navigation/abe55d192c5d49fb97bd19139321df27"
  "/navigation/559ed17dbd1847bf9b1999fe5ce4e5e0"
  "/navigation/bca456fc9dd848838a1fba61104e9824"
  "/navigation/3a8bd8885b2a414c900b99f48b10acb8"
  "/navigation/00b72af3d43c41148a94ba8f1ae6d5e1"
  "/navigation/66e50d5c650646398f33d0ce3accb99d"
  "/navigation/d3fa7ca919bb40bcb5a2eebd49b9a9e3"
  "/navigation/5d611c940b764a8a936b4f4ec44d0298"
  "/navigation/0c8cbeef682e4219848a5c2f60a0fb23"
  "/navigation/1ac8d3ab2cb14630b11c339c4484b01b"
  "/navigation/ff02af86f13949788b2e68e3ca527dd1"
  "/navigation/08cabefdd8a24356a745d3d1548be364"
  "/navigation/56a5ab98d63340b2a114c80f22ed0b98"
  "/navigation/5c05c6e8247049e49a26a6e6d491a853"
  "/navigation/c4a4122a669941ebb4dc3c602c84e021"
  "/navigation/d36986067ec04d268793aa5beb14272e"
  "/navigation/3dbff2bf84a04a878192db0439d13830"
  "/navigation/a3aac71e990d4d7095a280ffd73af0fb"
  "/navigation/03ba42a92f4f45e0a610feccd23e2d4d"
  "/navigation/87a8d3b84a724bad86ca3b203622dd36"
  "/navigation/41def871cd88434b90b9eb94ede162e2"
  "/navigation/266167db6aad44a2800c3848f1b04201"
  "/navigation/778583ea780848809c557fb21b8f5439"
  "/navigation/93b4f185ea544966b1eae3e77091e32e"
  "/navigation/0744d4cda2c0436d906e9ba95e0a2d53"
  "/navigation/b5a44d23262144b0b1270c361c2158d0"
  "/navigation/f557155fc452404bb96b950d62470b57"
  "/navigation/1b6ceb92553243fb87462971d296b66e"
  "/navigation/ec4afcca87fc48018721b006af2f0eeb"
  "/navigation/876e5f9ba2d94dae9d68876c90f36b5f"
  "/navigation/495fa7d43a71475086b80efa7f786331"
  "/navigation/9fdb1d136f6040768a9350cab57cae45"
  "/navigation/c233158fa2f24800b806aad72fb2a8e6"
  "/navigation/a4e18e55349d4e32a55da3480ea51726"
  "/navigation/4fba340ab90e42858c3fa4926e966698"
  "/navigation/4231f92676bc4e6a8a655a77bf966bec"
  "/navigation/101ebaa92c2944fa9a2fd354d055359e"
  "/navigation/9e2f16bab710470ca1773d9769502328"
  "/navigation/a5bf6bad05f643ed86615b6f93813398"
  "/navigation/844c53fa4abb49d4abaab857f69602a4"
  "/navigation/eb0cfa6126234b258fd9cb783b6942c8"
  "/navigation/a0080298a95947f7971d445d39e7f99f"
  "/navigation/73d5cc8871404033b9fbd9da167807bd"
  "/navigation/d462067707304784a0d283595995fbea"
  "/navigation/b78018dea71c46e59974a5e67eb762a7"
  "/navigation/ed8a4cf917904badb036d1d2217832da"
  "/navigation/4c5cb1618d134fc9b09584eeec8ccbec"
  "/navigation/c03a3d74289540279f881353553c11f8"
  "/navigation/a0424da29b134325a59b2ddc1cc56e53"
  "/navigation/6471ac2d906a4b9c9cdb08d9d4bacdb0"
  "/navigation/a1b1035ab6fe43269e2a7b6826120c7e"
  "/navigation/26ca161250df4f8fb045c26a8ba63c20"
  "/navigation/ca42b919494b47f1bd0846bc924ce731"
  "/navigation/b695244e762743438b516ba323fa63e5"
  "/navigation/c640b6693e9543f09b5286a07868fc42"
  "/navigation/0d43cbd67de145fdb188fab6cf6a9105"
  "/navigation/60afff5953d14bc680d898fff45e02db"
  "/navigation/cbdab8332f5941159f7ed4aea7f6f71f"
  "/navigation/dedf997e6f6d4e758c7f01d337f4fe66"
  "/navigation/c70750befe19491b9dcbbbce0fa9cee2"
  "/navigation/38095aa00d33468a87b932f42d2949f4"
  "/navigation/9880c313c62e43ae818c18ae5bc90117"
  "/navigation/5b91bf80876e467bbbe476f0f413b009"
  "/navigation/f51350449f0c46fe9200fcb6729fcebf"
  "/navigation/b1a5bdc22bba45738091f8c8a089f05b"
  "/navigation/cb21e32caab34dc289ee25ab210f0553"
  "/navigation/ed9466ac463f41d59e1c2371b89ac325"
  "/navigation/ba3f2e9fd12e4df0b11b9788026e9cb1"
  "/navigation/2563c595270946fabfc822a2f47a7344"
  "/navigation/069976b47d4c441a83c6a3560f8cd3d6"
  "/navigation/89a780c1dfdb4b31b0fb321057b1d097"
  "/navigation/3c34459267df45f7b4483cf5d454cc40"
  "/navigation/8c61b69082194b9ea9d6ad5726f922bc"
  "/navigation/1c0bf9a1e5214fdfbba87397733c1e50"
  "/navigation/cb586dc5103c4de68f14d13e08ce1f07"
  "/navigation/de469e9b153f41bc8a4597e36693216f"
  "/navigation/ebf6b0028d0245a295b045b06a0e5df4"
  "/navigation/6b200dc7a281470f9bbd189d1a490366"
  "/navigation/5b2052ac60954afe94190cc98aec9442"
  "/navigation/d1bb2635d4ce4e58b29c4bde2c86574f"
  "/navigation/9998d81d00e3431991337d9c9c16842a"
  "/navigation/b3b6ccb7db2246a2993cf859bf7025ca"
  "/navigation/9c176dd9c4b645ef9aabda71c506176b"
  "/navigation/5162a70dc99e4b29a29a4106e927ef6d"
  "/navigation/fea1c3229ea74588ad11cd486b52920e"
  "/navigation/e5efef73119d44e3a53a08a1fcad8185"
  "/navigation/dd768cf29f3c4a20b53bb6debe7766b3"
  "/navigation/8465741566344df49dbaf03275dedb51"
  "/navigation/e6cb917aece048c0827a07ff16167023"
  "/detail/40da9d4ebe2346938793eaa3fc7d7d3f"
  "/detail/6dd024662ccd4a41b6e8d171238cfd5e"
  "/detail/e270f3c4992e41cba172ef584eecc04b"
  "/detail/c7f0600acaed44b484ac4dc1990afd53"
  "/detail/822641920c4d4911936c3fe92c4d8cfb"
  "/detail/931dd5f022e943989d33e6e5488f701d"
  "/detail/a33fd64d9a2a44ecad4658ea02c71d3e"
  "/detail/0aee294ee01c4d0297133def45406728"
  "/detail/68c12da4c4c34639842b157f88ccb393"
  "/detail/3f51f35146a8430b880197de5a8da762"
  "/detail/72c37e7925e5461887338437ac64ccb2"
  "/detail/a6064cd06c0a40b396bc4b509002a537"
  "/detail/bf251d33697848fa83332823d7735265"
  "/detail/e847ec2e408143a0a8f866f723c29989"
  "/detail/3bf0c7a12843435d8bae806594aa169b"
  "/detail/4509e9c611fb42ea94fea2b3f2ce649f"
  "/detail/821e6558c0264d6689ee9fbec17b1bb0"
  "/detail/cb6de37534e54e56ba1a3b350a8476e8"
  "/detail/f29bf067e0f74a4ebcc4f46599d56b2d"
  "/detail/97224d26035748dd9f5c203019d11139"
  "/detail/868cf6f4cddb41ababbab2206da075af"
  "/detail/eac3d48fb0954066bea0f6ddc309bcc7"
  "/detail/9202c1cbc0bb49779c49825f88d78b2a"
  "/detail/353cf3c742b7488e96175139279f4ead"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‰E;¸^q ‰ô_¡=W99"
]
114 0.93 ms
SELECT `acris_cookie`.`id` as `acris_cookie.id`, `acris_cookie`.`cookie_group_id` as `acris_cookie.cookieGroupId`, `acris_cookie.cookieGroup`.`id` as `acris_cookie.cookieGroup.id`, `acris_cookie.cookieGroup`.`is_default` as `acris_cookie.cookieGroup.isDefault`, `acris_cookie.cookieGroup`.`identification` as `acris_cookie.cookieGroup.identification`, `acris_cookie.cookieGroup`.`created_at` as `acris_cookie.cookieGroup.createdAt`, `acris_cookie.cookieGroup`.`updated_at` as `acris_cookie.cookieGroup.updatedAt`, `acris_cookie.cookieGroup.translation.title`, `acris_cookie.cookieGroup.translation.title` as `acris_cookie.cookieGroup.title`, `acris_cookie.cookieGroup.translation.description`, `acris_cookie.cookieGroup.translation.description` as `acris_cookie.cookieGroup.description`, `acris_cookie`.`cookie_id` as `acris_cookie.cookieId`, `acris_cookie`.`google_cookie_consent_mode` as `acris_cookie.googleCookieConsentMode`, `acris_cookie`.`default_value` as `acris_cookie.defaultValue`, `acris_cookie`.`script_position` as `acris_cookie.scriptPosition`, `acris_cookie`.`expiration` as `acris_cookie.expiration`, `acris_cookie`.`provider` as `acris_cookie.provider`, `acris_cookie`.`active` as `acris_cookie.active`, `acris_cookie`.`unknown` as `acris_cookie.unknown`, `acris_cookie`.`is_default` as `acris_cookie.isDefault`, `acris_cookie`.`from_extension` as `acris_cookie.fromExtension`, `acris_cookie`.`created_at` as `acris_cookie.createdAt`, `acris_cookie`.`updated_at` as `acris_cookie.updatedAt`, (SELECT GROUP_CONCAT(HEX(`acris_cookie.salesChannels.mapping`.`sales_channel_id`) SEPARATOR '||')
                  FROM `acris_cookie_sales_channel` `acris_cookie.salesChannels.mapping`
                  WHERE `acris_cookie.salesChannels.mapping`.`cookie_id` = `acris_cookie`.`id` ) as `acris_cookie.salesChannels.id_mapping`, `acris_cookie.translation.title`, `acris_cookie.translation.title` as `acris_cookie.title`, `acris_cookie.translation.description`, `acris_cookie.translation.description` as `acris_cookie.description`, `acris_cookie.translation.script`, `acris_cookie.translation.script` as `acris_cookie.script` FROM `acris_cookie` LEFT JOIN `acris_cookie_group` `acris_cookie.cookieGroup` ON `acris_cookie`.`cookie_group_id` = `acris_cookie.cookieGroup`.`id` LEFT JOIN (SELECT `acris_cookie.translation`.`acris_cookie_id`, `acris_cookie.translation`.`title` as `acris_cookie.translation.title`, `acris_cookie.translation`.`description` as `acris_cookie.translation.description`, `acris_cookie.translation`.`script` as `acris_cookie.translation.script` FROM `acris_cookie_translation` `acris_cookie.translation` WHERE `acris_cookie.translation`.`language_id` = ?) `acris_cookie.acris_cookie_translation` ON `acris_cookie.acris_cookie_translation`.`acris_cookie_id` = `acris_cookie`.`id` LEFT JOIN (SELECT `acris_cookie.cookieGroup.translation`.`acris_cookie_group_id`, `acris_cookie.cookieGroup.translation`.`title` as `acris_cookie.cookieGroup.translation.title`, `acris_cookie.cookieGroup.translation`.`description` as `acris_cookie.cookieGroup.translation.description` FROM `acris_cookie_group_translation` `acris_cookie.cookieGroup.translation` WHERE `acris_cookie.cookieGroup.translation`.`language_id` = ?) `acris_cookie.cookieGroup.acris_cookie_group_translation` ON `acris_cookie.cookieGroup.acris_cookie_group_translation`.`acris_cookie_group_id` = `acris_cookie.cookieGroup`.`id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
115 0.47 ms
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`.`measurement_units` as `sales_channel.measurementUnits`, `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.translation.name`, `sales_channel.translation.name` as `sales_channel.name`, `sales_channel.translation.homeSlotConfig`, `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig`, `sales_channel.translation.homeEnabled`, `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled`, `sales_channel.translation.homeName`, `sales_channel.translation.homeName` as `sales_channel.homeName`, `sales_channel.translation.homeMetaTitle`, `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle`, `sales_channel.translation.homeMetaDescription`, `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription`, `sales_channel.translation.homeKeywords`, `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords`, `sales_channel.translation.customFields`, `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation`.`sales_channel_id`, `sales_channel.translation`.`name` as `sales_channel.translation.name`, `sales_channel.translation`.`custom_fields` as `sales_channel.translation.customFields`, `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` 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` WHERE `sales_channel`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
  b"\x01‰E;¸^q ‰ô_¡=W99"
]
116 0.14 ms
SELECT `acris_cookie_group`.`id` FROM `acris_cookie_group` WHERE (`acris_cookie_group`.`identification` = ?) LIMIT 1
Parameters:
[
  "functional"
]
117 0.11 ms
SELECT `acris_cookie_group`.`id` FROM `acris_cookie_group` WHERE (`acris_cookie_group`.`identification` = ?)
Parameters:
[
  "cookie.groupStatistical"
]
118 0.09 ms
SELECT `acris_cookie_group`.`id` FROM `acris_cookie_group` WHERE (`acris_cookie_group`.`identification` = ?)
Parameters:
[
  "cookie.groupMarketing"
]
119 0.10 ms
SELECT `acris_cookie_group`.`id` FROM `acris_cookie_group` WHERE (`acris_cookie_group`.`identification` = ?)
Parameters:
[
  "cookie.groupComfortFeatures"
]
120 0.28 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‰E9êäs!…\x1EòëŸt£"
  b"\x01‰E9êýqDªåa˜J\x17\x11x"
  b"\x01‰E9üùr\x0E¬<Œ9\x0282\x11"
  b"\x01‹†\x18v`rñ¬]o\x1A—È\x02c"
  b"\x01‹)XÆp\x18ƒ¾Å?•ÀF)"
  b"\x01‹qÄ\rÑxX”O+^€RM›"
  b"\x01”¶þþj~vª/$ng‘²"
  b"\x01‰E9ë;s÷ŒÚ\fV\x0Fï)"
  b"Ü…\x00K­¤Dn°¬©ew\x13\eO"
]
121 0.10 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "zMqo9vtVXidnk74lV4eIGBMzLXvX0cwf"
]
122 0.55 ms
SELECT `acris_cookie`.`id` FROM `acris_cookie` LEFT JOIN `acris_cookie_sales_channel` `acris_cookie.salesChannels.mapping` ON `acris_cookie`.`id` = `acris_cookie.salesChannels.mapping`.`cookie_id`  LEFT JOIN `acris_cookie_group` `acris_cookie.cookieGroup` ON `acris_cookie`.`cookie_group_id` = `acris_cookie.cookieGroup`.`id` LEFT JOIN `sales_channel` `acris_cookie.salesChannels` ON `acris_cookie.salesChannels.mapping`.`sales_channel_id` = `acris_cookie.salesChannels`.`id`  WHERE (`acris_cookie`.`active` = ? AND NOT (`acris_cookie`.`default_value` <=> ?) AND (`acris_cookie.salesChannels`.`id` <=> ? OR `acris_cookie.salesChannels`.`id` = ?) AND `acris_cookie.cookieGroup`.`is_default` = ?) GROUP BY `acris_cookie`.`id`
Parameters:
[
  true
  null
  null
  b"\x01‰E;¸^q ‰ô_¡=W99"
  true
]
123 0.51 ms
SELECT `acris_cookie`.`id` as `acris_cookie.id`, `acris_cookie`.`cookie_group_id` as `acris_cookie.cookieGroupId`, `acris_cookie.cookieGroup`.`id` as `acris_cookie.cookieGroup.id`, `acris_cookie.cookieGroup`.`is_default` as `acris_cookie.cookieGroup.isDefault`, `acris_cookie.cookieGroup`.`identification` as `acris_cookie.cookieGroup.identification`, `acris_cookie.cookieGroup`.`created_at` as `acris_cookie.cookieGroup.createdAt`, `acris_cookie.cookieGroup`.`updated_at` as `acris_cookie.cookieGroup.updatedAt`, `acris_cookie.cookieGroup.translation.title`, `acris_cookie.cookieGroup.translation.title` as `acris_cookie.cookieGroup.title`, `acris_cookie.cookieGroup.translation.description`, `acris_cookie.cookieGroup.translation.description` as `acris_cookie.cookieGroup.description`, `acris_cookie`.`cookie_id` as `acris_cookie.cookieId`, `acris_cookie`.`google_cookie_consent_mode` as `acris_cookie.googleCookieConsentMode`, `acris_cookie`.`default_value` as `acris_cookie.defaultValue`, `acris_cookie`.`script_position` as `acris_cookie.scriptPosition`, `acris_cookie`.`expiration` as `acris_cookie.expiration`, `acris_cookie`.`provider` as `acris_cookie.provider`, `acris_cookie`.`active` as `acris_cookie.active`, `acris_cookie`.`unknown` as `acris_cookie.unknown`, `acris_cookie`.`is_default` as `acris_cookie.isDefault`, `acris_cookie`.`from_extension` as `acris_cookie.fromExtension`, `acris_cookie`.`created_at` as `acris_cookie.createdAt`, `acris_cookie`.`updated_at` as `acris_cookie.updatedAt`, (SELECT GROUP_CONCAT(HEX(`acris_cookie.salesChannels.mapping`.`sales_channel_id`) SEPARATOR '||')
                  FROM `acris_cookie_sales_channel` `acris_cookie.salesChannels.mapping`
                  WHERE `acris_cookie.salesChannels.mapping`.`cookie_id` = `acris_cookie`.`id` ) as `acris_cookie.salesChannels.id_mapping`, `acris_cookie.translation.title`, `acris_cookie.translation.title` as `acris_cookie.title`, `acris_cookie.translation.description`, `acris_cookie.translation.description` as `acris_cookie.description`, `acris_cookie.translation.script`, `acris_cookie.translation.script` as `acris_cookie.script` FROM `acris_cookie` LEFT JOIN `acris_cookie_group` `acris_cookie.cookieGroup` ON `acris_cookie`.`cookie_group_id` = `acris_cookie.cookieGroup`.`id` LEFT JOIN (SELECT `acris_cookie.translation`.`acris_cookie_id`, `acris_cookie.translation`.`title` as `acris_cookie.translation.title`, `acris_cookie.translation`.`description` as `acris_cookie.translation.description`, `acris_cookie.translation`.`script` as `acris_cookie.translation.script` FROM `acris_cookie_translation` `acris_cookie.translation` WHERE `acris_cookie.translation`.`language_id` = ?) `acris_cookie.acris_cookie_translation` ON `acris_cookie.acris_cookie_translation`.`acris_cookie_id` = `acris_cookie`.`id` LEFT JOIN (SELECT `acris_cookie.cookieGroup.translation`.`acris_cookie_group_id`, `acris_cookie.cookieGroup.translation`.`title` as `acris_cookie.cookieGroup.translation.title`, `acris_cookie.cookieGroup.translation`.`description` as `acris_cookie.cookieGroup.translation.description` FROM `acris_cookie_group_translation` `acris_cookie.cookieGroup.translation` WHERE `acris_cookie.cookieGroup.translation`.`language_id` = ?) `acris_cookie.cookieGroup.acris_cookie_group_translation` ON `acris_cookie.cookieGroup.acris_cookie_group_translation`.`acris_cookie_group_id` = `acris_cookie.cookieGroup`.`id` WHERE `acris_cookie`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01\vÂ̹s»E¦¯ð¯\x04Ì"
]
124 0.42 ms
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`.`measurement_units` as `sales_channel.measurementUnits`, `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.translation.name`, `sales_channel.translation.name` as `sales_channel.name`, `sales_channel.translation.homeSlotConfig`, `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig`, `sales_channel.translation.homeEnabled`, `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled`, `sales_channel.translation.homeName`, `sales_channel.translation.homeName` as `sales_channel.homeName`, `sales_channel.translation.homeMetaTitle`, `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle`, `sales_channel.translation.homeMetaDescription`, `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription`, `sales_channel.translation.homeKeywords`, `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords`, `sales_channel.translation.customFields`, `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation`.`sales_channel_id`, `sales_channel.translation`.`name` as `sales_channel.translation.name`, `sales_channel.translation`.`custom_fields` as `sales_channel.translation.customFields`, `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` 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` WHERE `sales_channel`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01‰E;¸^q ‰ô_¡=W99"
]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.