GET https://abb-dev.tech/navigation/1e91e09ea4454b1c852b9ebfeace2659

Query Metrics

99 Database Queries
62 Different statements
609.89 ms Query time

Queries

Group similar statements

# Time Info
1 0.44 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
2 0.80 ms
# dbal-plugin-loader
        SELECT
               `name`,
               `base_class` AS baseClass,
               IF(`active` = 1 AND `installed_at` IS NOT NULL, 1, 0) AS active,
               `path`,
               `version`,
               `autoload`,
               `managed_by_composer` AS managedByComposer,
               composer_name as composerName
        FROM `plugin`
        ORDER BY `installed_at`;
Parameters:
[]
3 17.71 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
4 3.89 ms
SELECT custom_entity.name, custom_entity.fields, custom_entity.flags
                FROM custom_entity
                    LEFT JOIN app ON app.id = custom_entity.app_id
                WHERE (custom_entity.app_id IS NULL OR app.active = 1) AND custom_entity.deleted_at IS NULL;
Parameters:
[]
5 3.57 ms
SET @@group_concat_max_len = CAST(IF(@@group_concat_max_len > 320000, @@group_concat_max_len, 320000) AS UNSIGNED);SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''))
Parameters:
[]
6 1.24 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’µ8öEr²ªÍW«a$LH"
  "Sale"
  "Sale/"
]
7 3.90 ms
SELECT `name`, `path`, `author`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
8 23.66 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"\x01’µ8öEr²ªÍW«a$LH"
  "yRiRW0Hh98yoQHEVV7MfspfJN08nuCf2"
]
9 0.56 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "yRiRW0Hh98yoQHEVV7MfspfJN08nuCf2"
]
10 10.34 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
11 6.82 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01“?ÐËçrÅ€\x04ÜWË0Ë\x1E"
]
12 14.98 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01“?ÐËçrÅ€\x04ÜWË0Ë\x1E"
]
13 0.92 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
14 0.49 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
15 3.84 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’µ8öEr²ªÍW«a$LH"
  b"\x01’µ8gIsúŸ’ÇM\x1F\x7F"
]
16 7.67 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
17 11.82 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01“?ÐËçrÅ€\x04ÜWË0Ë\x1E"
]
18 3.30 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01“?ÐËçrÅ€\x04ÜWË0Ë\x1E"
]
19 1.07 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
20 6.17 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
21 8.13 ms
DELETE FROM `cart` WHERE `token` = :token
Parameters:
[
  "token" => "yRiRW0Hh98yoQHEVV7MfspfJN08nuCf2"
]
22 2.62 ms
SELECT `link_item_group`.`id` as `link_item_group.id`, `link_item_group`.`name` as `link_item_group.name`, `link_item_group`.`style` as `link_item_group.style`, `link_item_group`.`active` as `link_item_group.active`, `link_item_group`.`custom_fields` as `link_item_group.customFields`, `link_item_group`.`created_at` as `link_item_group.createdAt`, `link_item_group`.`updated_at` as `link_item_group.updatedAt` FROM `link_item_group` WHERE (`link_item_group`.`active` = ?)
Parameters:
[
  true
]
23 7.03 ms
SELECT `link_item`.`id` FROM `link_item` WHERE (`link_item`.`group_id` = ? AND `link_item`.`active` = ?) ORDER BY `link_item`.`order_number` ASC
Parameters:
[
  b"\x01ÆÂ\x17b╚q\x1Dêü&\x05\x161Ju"
  true
]
24 6.68 ms
SELECT `link_item`.`id` FROM `link_item` WHERE (`link_item`.`group_id` = ? AND `link_item`.`active` = ?) ORDER BY `link_item`.`order_number` ASC
Parameters:
[
  b"\x01ÆÂ\x17b╚q\x1Dêü&\x05\x16»~\x1C"
  true
]
25 0.70 ms
SELECT `link_item`.`id` FROM `link_item` WHERE (`link_item`.`group_id` = ? AND `link_item`.`active` = ?) ORDER BY `link_item`.`order_number` ASC
Parameters:
[
  b"\x01ÆÂ\x17b╚q\x1Dêü&\x05\x16¥Ç\x19"
  true
]
26 0.64 ms
SELECT `link_item`.`id` FROM `link_item` WHERE (`link_item`.`group_id` = ? AND `link_item`.`active` = ?) ORDER BY `link_item`.`order_number` ASC
Parameters:
[
  b"\x01ÆÂ\x17b╚q\x1Dêü&\x05\x16╔h0"
  true
]
27 0.53 ms
SELECT `link_item`.`id` FROM `link_item` WHERE (`link_item`.`group_id` = ? AND `link_item`.`active` = ?) ORDER BY `link_item`.`order_number` ASC
Parameters:
[
  b"\x01ÆÂ\x17b╚q\x1Dêü&\x05\x17ÆGâ"
  true
]
28 2.36 ms
SELECT `link_item`.`id` FROM `link_item` WHERE (`link_item`.`group_id` = ? AND `link_item`.`active` = ?) ORDER BY `link_item`.`order_number` ASC
Parameters:
[
  b"\x01ÆÂ\x17b╚q\x1Dêü&\x05\x18# ╩"
  true
]
29 3.74 ms
SELECT `link_item`.`id` FROM `link_item` WHERE (`link_item`.`group_id` = ? AND `link_item`.`active` = ?) ORDER BY `link_item`.`order_number` ASC
Parameters:
[
  b"\x01ÆÂ\x17b╚q\x1Dêü&\x05\x18I▀ñ"
  true
]
30 2.28 ms
SELECT `link_item`.`id` FROM `link_item` WHERE (`link_item`.`group_id` = ? AND `link_item`.`active` = ?) ORDER BY `link_item`.`order_number` ASC
Parameters:
[
  b"\x01’¶\x17bås8¦—Ä\x16fE\x0Ee"
  true
]
31 5.84 ms
SELECT `link_item`.`id` FROM `link_item` WHERE (`link_item`.`group_id` = ? AND `link_item`.`active` = ?) ORDER BY `link_item`.`order_number` ASC
Parameters:
[
  b"\x01’¶\x17bås8¦—Ä\x16fÁš®"
  true
]
32 7.10 ms
SELECT `link_item`.`id` FROM `link_item` WHERE (`link_item`.`group_id` = ? AND `link_item`.`active` = ?) ORDER BY `link_item`.`order_number` ASC
Parameters:
[
  b"\x01’¶\x17bås8¦—Ä\x16g\x1FÇ\x12"
  true
]
33 0.64 ms
SELECT `link_item`.`id` FROM `link_item` WHERE (`link_item`.`group_id` = ? AND `link_item`.`active` = ?) ORDER BY `link_item`.`order_number` ASC
Parameters:
[
  b"\x01’¶\x17bås8¦—Ä\x16gIq¯"
  true
]
34 0.83 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
35 4.67 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.NavEntity`.`id` as `category.NavEntity.id`, `category.NavEntity`.`category_id` as `category.NavEntity.category_id`, `category.NavEntity`.`profile_image` as `category.NavEntity.profile_image`, `category.NavEntity`.`category_video` as `category.NavEntity.category_video`, `category.NavEntity`.`middle_image` as `category.NavEntity.middle_image`, `category.NavEntity`.`created_at` as `category.NavEntity.createdAt`, `category.NavEntity`.`updated_at` as `category.NavEntity.updatedAt`, `category.NavEntity.translation.description_top`, `category.NavEntity.translation.description_top` as `category.NavEntity.description_top`, `category.NavEntity.translation.description_bottom`, `category.NavEntity.translation.description_bottom` as `category.NavEntity.description_bottom`, `category.batteriumCategorySvgUri`.`id` as `category.batteriumCategorySvgUri.id`, `category.batteriumCategorySvgUri`.`category_id` as `category.batteriumCategorySvgUri.category_id`, `category.batteriumCategorySvgUri`.`org_filename` as `category.batteriumCategorySvgUri.org_filename`, `category.batteriumCategorySvgUri`.`created_at` as `category.batteriumCategorySvgUri.createdAt`, `category.batteriumCategorySvgUri`.`updated_at` as `category.batteriumCategorySvgUri.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 `nav` `category.NavEntity` ON `category`.`id` = `category.NavEntity`.`category_id` LEFT JOIN `batterium_category_svg_uri` `category.batteriumCategorySvgUri` ON `category`.`id` = `category.batteriumCategorySvgUri`.`category_id` 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` LEFT JOIN (SELECT `category.NavEntity.translation`.`nav_id`, `category.NavEntity.translation`.`description_top` as `category.NavEntity.translation.description_top`, `category.NavEntity.translation`.`description_bottom` as `category.NavEntity.translation.description_bottom` FROM `nav_translation` `category.NavEntity.translation` WHERE `category.NavEntity.translation`.`language_id` = ?) `category.NavEntity.nav_translation` ON `category.NavEntity.nav_translation`.`nav_id` = `category.NavEntity`.`id` WHERE (`category`.`version_id` = ?) AND ((COALESCE(IF(JSON_TYPE(JSON_EXTRACT(`category.translation.customFields`, '$.nf_category_positioning_style')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`category.translation.customFields`, '$.nf_category_positioning_style')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL)) = ? AND `category`.`visible` = ? AND `category`.`active` = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "flyout"
  true
  true
]
36 6.17 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.NavEntity`.`id` as `category.NavEntity.id`, `category.NavEntity`.`category_id` as `category.NavEntity.category_id`, `category.NavEntity`.`profile_image` as `category.NavEntity.profile_image`, `category.NavEntity`.`category_video` as `category.NavEntity.category_video`, `category.NavEntity`.`middle_image` as `category.NavEntity.middle_image`, `category.NavEntity`.`created_at` as `category.NavEntity.createdAt`, `category.NavEntity`.`updated_at` as `category.NavEntity.updatedAt`, `category.NavEntity.translation.description_top`, `category.NavEntity.translation.description_top` as `category.NavEntity.description_top`, `category.NavEntity.translation.description_bottom`, `category.NavEntity.translation.description_bottom` as `category.NavEntity.description_bottom`, `category.batteriumCategorySvgUri`.`id` as `category.batteriumCategorySvgUri.id`, `category.batteriumCategorySvgUri`.`category_id` as `category.batteriumCategorySvgUri.category_id`, `category.batteriumCategorySvgUri`.`org_filename` as `category.batteriumCategorySvgUri.org_filename`, `category.batteriumCategorySvgUri`.`created_at` as `category.batteriumCategorySvgUri.createdAt`, `category.batteriumCategorySvgUri`.`updated_at` as `category.batteriumCategorySvgUri.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 `nav` `category.NavEntity` ON `category`.`id` = `category.NavEntity`.`category_id` LEFT JOIN `batterium_category_svg_uri` `category.batteriumCategorySvgUri` ON `category`.`id` = `category.batteriumCategorySvgUri`.`category_id` 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` LEFT JOIN (SELECT `category.NavEntity.translation`.`nav_id`, `category.NavEntity.translation`.`description_top` as `category.NavEntity.translation.description_top`, `category.NavEntity.translation`.`description_bottom` as `category.NavEntity.translation.description_bottom` FROM `nav_translation` `category.NavEntity.translation` WHERE `category.NavEntity.translation`.`language_id` = ?) `category.NavEntity.nav_translation` ON `category.NavEntity.nav_translation`.`nav_id` = `category.NavEntity`.`id` WHERE (`category`.`version_id` = ?) AND ((COALESCE(IF(JSON_TYPE(JSON_EXTRACT(`category.translation.customFields`, '$.nf_category_positioning_style')) != "NULL", CONVERT(JSON_UNQUOTE(JSON_EXTRACT(`category.translation.customFields`, '$.nf_category_positioning_style')) USING "utf8mb4") COLLATE utf8mb4_unicode_ci, NULL)) = ? AND `category`.`visible` = ? AND `category`.`active` = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "mega"
  true
  true
]
37 2.97 ms
SELECT `handler_identifier`, LOWER(HEX(`id`)) FROM `payment_method`
Parameters:
[]
38 0.77 ms
SELECT LOWER(HEX(assoc.`sales_channel_id`))
                FROM `sales_channel_payment_method` AS assoc
                    LEFT JOIN `payment_method` AS pm
                        ON pm.`id` = assoc.`payment_method_id`
                WHERE
                    assoc.`payment_method_id` = ? AND
                    pm.`active` = 1
Parameters:
[
  b"\x01’µ9"®s¦¡AÿÑmýsý"
]
39 1.47 ms
SELECT `language`.`id` FROM `language` WHERE `language`.`id` IN (?) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
40 1.56 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`.`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"
]
41 2.45 ms
SELECT `sales_channel`.`id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel`.`id` = `sales_channel.paymentMethods.mapping`.`sales_channel_id`  LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping`.`payment_method_id` = `sales_channel.paymentMethods`.`id`  WHERE ((`sales_channel`.`id` = ? AND `sales_channel.paymentMethods`.`id` = ? AND `sales_channel.paymentMethods`.`active` = ?)) LIMIT 1
Parameters:
[
  b"\x01’µ8öEr²ªÍW«a$LH"
  b"¸©Å╔└\x10G\x02®ofM½■&V"
  true
]
42 8.61 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
43 3.40 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01“?ÐËçrÅ€\x04ÜWË0Ë\x1E"
]
44 2.52 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01“?ÐËçrÅ€\x04ÜWË0Ë\x1E"
]
45 5.94 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
46 3.90 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
47 4.03 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
48 6.35 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01“?ÐËçrÅ€\x04ÜWË0Ë\x1E"
]
49 1.90 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01“?ÐËçrÅ€\x04ÜWË0Ë\x1E"
]
50 1.97 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
51 6.09 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
52 10.17 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.NavEntity`.`id` as `category.NavEntity.id`, `category.NavEntity`.`category_id` as `category.NavEntity.category_id`, `category.NavEntity`.`profile_image` as `category.NavEntity.profile_image`, `category.NavEntity`.`category_video` as `category.NavEntity.category_video`, `category.NavEntity`.`middle_image` as `category.NavEntity.middle_image`, `category.NavEntity`.`created_at` as `category.NavEntity.createdAt`, `category.NavEntity`.`updated_at` as `category.NavEntity.updatedAt`, `category.NavEntity.translation.description_top`, `category.NavEntity.translation.description_top` as `category.NavEntity.description_top`, `category.NavEntity.translation.description_bottom`, `category.NavEntity.translation.description_bottom` as `category.NavEntity.description_bottom`, `category.batteriumCategorySvgUri`.`id` as `category.batteriumCategorySvgUri.id`, `category.batteriumCategorySvgUri`.`category_id` as `category.batteriumCategorySvgUri.category_id`, `category.batteriumCategorySvgUri`.`org_filename` as `category.batteriumCategorySvgUri.org_filename`, `category.batteriumCategorySvgUri`.`created_at` as `category.batteriumCategorySvgUri.createdAt`, `category.batteriumCategorySvgUri`.`updated_at` as `category.batteriumCategorySvgUri.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `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 `nav` `category.NavEntity` ON `category`.`id` = `category.NavEntity`.`category_id` LEFT JOIN `batterium_category_svg_uri` `category.batteriumCategorySvgUri` ON `category`.`id` = `category.batteriumCategorySvgUri`.`category_id` 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.NavEntity.translation`.`nav_id`, `category.NavEntity.translation`.`description_top` as `category.NavEntity.translation.description_top`, `category.NavEntity.translation`.`description_bottom` as `category.NavEntity.translation.description_bottom` FROM `nav_translation` `category.NavEntity.translation` WHERE `category.NavEntity.translation`.`language_id` = ?) `category.NavEntity.nav_translation` ON `category.NavEntity.nav_translation`.`nav_id` = `category.NavEntity`.`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"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x1E‘àž¤EK\x1C…+ž¿êÎ&Y"
]
53 11.25 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.cmsPage`.`id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.id`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`version_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.versionId`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`type` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.type`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`entity` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.entity`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`css_class` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cssClass`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`config` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.config`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`preview_media_id` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.previewMediaId`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`locked` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.locked`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`created_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.createdAt`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`updated_at` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.updatedAt`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.name`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.name` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.name`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.customFields`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.customFields` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.customFields`, `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` LEFT JOIN `cms_page` `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage` ON `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`cms_page_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`id` AND `cms_page.swagCmsExtensionsScrollNavigationPageSettings`.`cms_page_version_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`version_id` LEFT JOIN (SELECT `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation`.`cms_page_id`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation`.`cms_page_version_id`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation`.`name` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.name`, `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation`.`custom_fields` as `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation.customFields` FROM `cms_page_translation` `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation` WHERE `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.translation`.`language_id` = ?) `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cms_page_translation` ON `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cms_page_translation`.`cms_page_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`id` AND `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage.cms_page_translation`.`cms_page_version_id` = `cms_page.swagCmsExtensionsScrollNavigationPageSettings.cmsPage`.`version_id` WHERE (`cms_page`.`version_id` = ?) AND (`cms_page`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01ôøQîür\x08ï«^CäËdG"
]
54 12.89 ms
# category::cms-page::association::sections::read
SELECT `cms_section`.`id` as `cms_section.id`, `cms_section`.`position` as `cms_section.position`, `cms_section`.`type` as `cms_section.type`, `cms_section`.`locked` as `cms_section.locked`, `cms_section`.`name` as `cms_section.name`, `cms_section`.`sizing_mode` as `cms_section.sizingMode`, `cms_section`.`mobile_behavior` as `cms_section.mobileBehavior`, `cms_section`.`background_color` as `cms_section.backgroundColor`, `cms_section`.`background_media_id` as `cms_section.backgroundMediaId`, `cms_section`.`background_media_mode` as `cms_section.backgroundMediaMode`, `cms_section`.`css_class` as `cms_section.cssClass`, `cms_section`.`cms_page_id` as `cms_section.pageId`, `cms_section`.`visibility` as `cms_section.visibility`, `cms_section`.`custom_fields` as `cms_section.customFields`, `cms_section`.`version_id` as `cms_section.versionId`, `cms_section`.`cms_page_version_id` as `cms_section.cmsPageVersionId`, `cms_section`.`created_at` as `cms_section.createdAt`, `cms_section`.`updated_at` as `cms_section.updatedAt`, `cms_section.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.cmsSection`.`id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.id`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`position` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.position`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`type` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.type`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`locked` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.locked`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`name` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.name`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`sizing_mode` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.sizingMode`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`mobile_behavior` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.mobileBehavior`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`background_color` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.backgroundColor`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`background_media_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.backgroundMediaId`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`background_media_mode` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.backgroundMediaMode`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`css_class` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.cssClass`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`cms_page_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.pageId`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`visibility` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.visibility`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`custom_fields` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.customFields`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`version_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.versionId`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`cms_page_version_id` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.cmsPageVersionId`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`created_at` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.createdAt`, `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`updated_at` as `cms_section.swagCmsExtensionsScrollNavigation.cmsSection.updatedAt`, `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`.`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 `cms_section` `cms_section.swagCmsExtensionsScrollNavigation.cmsSection` ON `cms_section.swagCmsExtensionsScrollNavigation`.`cms_section_id` = `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`id` AND `cms_section.swagCmsExtensionsScrollNavigation`.`cms_section_version_id` = `cms_section.swagCmsExtensionsScrollNavigation.cmsSection`.`version_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ôøQîür\x08ï«^CäËdG"
]
55 6.88 ms
# category::cms-page::association::sections::association::blocks::read
SELECT `cms_block`.`id` as `cms_block.id`, `cms_block`.`position` as `cms_block.position`, `cms_block`.`type` as `cms_block.type`, `cms_block`.`locked` as `cms_block.locked`, `cms_block`.`name` as `cms_block.name`, `cms_block`.`section_position` as `cms_block.sectionPosition`, `cms_block`.`margin_top` as `cms_block.marginTop`, `cms_block`.`margin_bottom` as `cms_block.marginBottom`, `cms_block`.`margin_left` as `cms_block.marginLeft`, `cms_block`.`margin_right` as `cms_block.marginRight`, `cms_block`.`background_color` as `cms_block.backgroundColor`, `cms_block`.`background_media_id` as `cms_block.backgroundMediaId`, `cms_block`.`background_media_mode` as `cms_block.backgroundMediaMode`, `cms_block`.`css_class` as `cms_block.cssClass`, `cms_block`.`visibility` as `cms_block.visibility`, `cms_block`.`cms_section_id` as `cms_block.sectionId`, `cms_block`.`custom_fields` as `cms_block.customFields`, `cms_block`.`version_id` as `cms_block.versionId`, `cms_block`.`cms_section_version_id` as `cms_block.cmsSectionVersionId`, `cms_block`.`created_at` as `cms_block.createdAt`, `cms_block`.`updated_at` as `cms_block.updatedAt`, `cms_block.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`.`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“›QŒ“pM±nØ_|\x15Å\x1A"
]
56 11.31 ms
# category::cms-page::association::sections::association::blocks::association::slots::read
SELECT `cms_slot`.`id` as `cms_slot.id`, `cms_slot`.`version_id` as `cms_slot.versionId`, `cms_slot`.`type` as `cms_slot.type`, `cms_slot`.`slot` as `cms_slot.slot`, `cms_slot`.`locked` as `cms_slot.locked`, `cms_slot`.`cms_block_id` as `cms_slot.blockId`, `cms_slot`.`cms_block_version_id` as `cms_slot.cmsBlockVersionId`, `cms_slot`.`created_at` as `cms_slot.createdAt`, `cms_slot`.`updated_at` as `cms_slot.updatedAt`, `cms_slot.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“›QŒ“pM±nØ_|îGÐ"
  b"\x01“›QŒ“pM±nØ_~\f\fM"
  b"\x01“›QŒ”p§³È*Év¾¯ç"
]
57 15.97 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ÆÁ8üÜpÊó($ªãÿ$¾"
]
58 5.54 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
]
59 2.08 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ÆÁ8üÜpÊó($ªãÿ$¾"
  b"\x01ÆÁ8üÜpÊó($ªÃ<¶}"
  b"\x01ÆÁ8üÜpÊó($ªÃ╔│¨"
  b"\x01ÆÁ8üÜpÊó($ª╚hhî"
  b"\x01ÆÁ8üÜpÊó($ª╔H4┼"
  b"\x01’µ8ƒÞq\r®tDzo²;Æ"
]
60 5.38 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"\x1E‘àž¤EK\x1C…+ž¿êÎ&Y"
]
61 2.39 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"\x1E‘àž¤EK\x1C…+ž¿êÎ&Y"
]
62 10.97 ms
# product-listing-route::loading::search-ids
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`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` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?))) GROUP BY `product`.`display_group` ORDER BY MIN(COALESCE(`product.translation.name`,`product.parent.translation.name`)) ASC, MIN(`product`.`id`) ASC LIMIT 5
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"\x01’µ8öEr²ªÍW«a$LH"
  true
  b"\x1E‘àž¤EK\x1C…+ž¿êÎ&Y"
  null
]
63 7.11 ms
SELECT COUNT(*) FROM (# product-listing-route::loading::search-ids
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN (SELECT `product.translation`.`product_id`, `product.translation`.`product_version_id`, `product.translation`.`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` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?))) GROUP BY `product`.`display_group`) total
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"\x01’µ8öEr²ªÍW«a$LH"
  true
  b"\x1E‘àž¤EK\x1C…+ž¿êÎ&Y"
  null
]
64 5.34 ms
# product-listing-route::loading::aggregation::manufacturer
SELECT LOWER(HEX(IFNULL(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`))) as `manufacturer` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?))) GROUP BY IFNULL(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`)
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"\x01’µ8öEr²ªÍW«a$LH"
  true
  b"\x1E‘àž¤EK\x1C…+ž¿êÎ&Y"
  null
]
65 1.33 ms
# manufacturer-aggregation::read
SELECT `product_manufacturer`.`id` as `product_manufacturer.id`, `product_manufacturer`.`version_id` as `product_manufacturer.versionId`, `product_manufacturer`.`media_id` as `product_manufacturer.mediaId`, `product_manufacturer`.`link` as `product_manufacturer.link`, `product_manufacturer`.`created_at` as `product_manufacturer.createdAt`, `product_manufacturer`.`updated_at` as `product_manufacturer.updatedAt`, `product_manufacturer.translation.name`, `product_manufacturer.translation.name` as `product_manufacturer.name`, `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`.`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"…'\x7Fú@~L½“ûê“K’_L"
  b"‘ÒÄCÜ`A³‚D–;=úrŸ"
  b"\x10„€™¡T@ù«‘íe½'hÎ"
  b"~I§¿'ZOy‹Ý\x1F9¦Ú_‘"
  b"_O╔êIªN×¥┼y½|SÞÅ"
  b"ýP@ÇúwDÔØH\x11¯ü©j~"
  b"""
    ÍVÓ\n
    òÇN·¬\r¶¬Œ:ll
    """
  b"úˆÎuñoC/ºEe;²ÈΑ"
  b"\x1E“öYC­ƒ\x14J¯¨\x00ž\x17"
  b"Ä•X¢êìE°”\x12;o‰gÿr"
  b"ëMPÒ\x1FŽC\x05®¯¨Ü–†Ò\x08"
  b"\r”…8E$€E7=j1˜Ÿ"
  b"""
    \n
    ²ä|óüMÃ╣░\x11d§xøç
    """
  b"\x15`┴iÉ╔F|¥:·\x1A┼ FÛ"
]
66 125.95 ms
# product-listing-route::loading::aggregation::price
SELECT MIN(IFNULL(COALESCE((ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule063b1ad4f7b2488a976ab21f670f2bbe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule07fca9bbe46543d3ac345e41c3b38eff.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule160b35e830df4e2bb11608086b3f5100.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule1a70ce62d6884f76a08b9112ffa46829.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule237bde03a96740209c93a552bef26a15.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule275b92e8b48d4e048bd0b1d6acf59fca.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule27a96dd1f40d40dd9f092ff7910b0be1.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule2d5866c8047b4ffcaab41eeb21f54cbc.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule37a25eb8b9e44325a980aab691d89e12.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule3d03f77a584c4e3fa6537e772a777c8c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule419a15f76e974efc82f246185aebb3c4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule4d160d3746f2414aa35c6b48b10a74b9.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule625c13521246471da7e563ec37b93810.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule669cb8be3bc04b8b8e71ab54c1dede3d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule767c3c153d2e44eaa1ca4af8353b9f64.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule77ae533b2f544526aa8a6783329004d6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule808955860a1e4048847024479b23320f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule86f1bce1661248fe84d4d50b505f2d46.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule95d30dbb9e8846f5b09e4dd7b3df19a8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule95e9ddd8486240a38ec88be6ac971b2b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule96ec65f825b545bf97ef208b6c09e42b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.ruleaa2e1a46df1a448a90941a9fa32b5a9e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.ruleab2447b71ea74a4683872c9d5b308943.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.ruleb7cc3c4c85fc4b50b20e67aa917b30ae.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulecc7ab9a9d041402591a1eb7747b4b484.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.ruleda1cbca5772a4f97b6a1d38a6666d14b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.ruleda49fe7802574471ae3eafff3b10b4fe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulef3a5b8c34f484600a0b07b63c5463df0.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule0192b538687e707bb6baea2c80710d61.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule0192b53868b67048a8abdb26e744d0c2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule0192b53876b170338f0f567f690419fe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule019320fdbd2f73cda3637e30b0093866.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulee44e6782c64247b796b891cf25ae38f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100)), COALESCE((ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule063b1ad4f7b2488a976ab21f670f2bbe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule07fca9bbe46543d3ac345e41c3b38eff.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule160b35e830df4e2bb11608086b3f5100.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule1a70ce62d6884f76a08b9112ffa46829.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule237bde03a96740209c93a552bef26a15.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule275b92e8b48d4e048bd0b1d6acf59fca.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule27a96dd1f40d40dd9f092ff7910b0be1.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule2d5866c8047b4ffcaab41eeb21f54cbc.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule37a25eb8b9e44325a980aab691d89e12.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule3d03f77a584c4e3fa6537e772a777c8c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule419a15f76e974efc82f246185aebb3c4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule4d160d3746f2414aa35c6b48b10a74b9.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule625c13521246471da7e563ec37b93810.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule669cb8be3bc04b8b8e71ab54c1dede3d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule767c3c153d2e44eaa1ca4af8353b9f64.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule77ae533b2f544526aa8a6783329004d6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule808955860a1e4048847024479b23320f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule86f1bce1661248fe84d4d50b505f2d46.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule95d30dbb9e8846f5b09e4dd7b3df19a8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule95e9ddd8486240a38ec88be6ac971b2b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule96ec65f825b545bf97ef208b6c09e42b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.ruleaa2e1a46df1a448a90941a9fa32b5a9e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.ruleab2447b71ea74a4683872c9d5b308943.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.ruleb7cc3c4c85fc4b50b20e67aa917b30ae.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulecc7ab9a9d041402591a1eb7747b4b484.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.ruleda1cbca5772a4f97b6a1d38a6666d14b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.ruleda49fe7802574471ae3eafff3b10b4fe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulef3a5b8c34f484600a0b07b63c5463df0.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule0192b538687e707bb6baea2c80710d61.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule0192b53868b67048a8abdb26e744d0c2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule0192b53876b170338f0f567f690419fe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule019320fdbd2f73cda3637e30b0093866.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulee44e6782c64247b796b891cf25ae38f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100)))) as `price.min`, MAX(IFNULL(COALESCE((ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule063b1ad4f7b2488a976ab21f670f2bbe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule07fca9bbe46543d3ac345e41c3b38eff.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule160b35e830df4e2bb11608086b3f5100.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule1a70ce62d6884f76a08b9112ffa46829.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule237bde03a96740209c93a552bef26a15.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule275b92e8b48d4e048bd0b1d6acf59fca.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule27a96dd1f40d40dd9f092ff7910b0be1.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule2d5866c8047b4ffcaab41eeb21f54cbc.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule37a25eb8b9e44325a980aab691d89e12.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule3d03f77a584c4e3fa6537e772a777c8c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule419a15f76e974efc82f246185aebb3c4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule4d160d3746f2414aa35c6b48b10a74b9.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule625c13521246471da7e563ec37b93810.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule669cb8be3bc04b8b8e71ab54c1dede3d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule767c3c153d2e44eaa1ca4af8353b9f64.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule77ae533b2f544526aa8a6783329004d6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule808955860a1e4048847024479b23320f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule86f1bce1661248fe84d4d50b505f2d46.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule95d30dbb9e8846f5b09e4dd7b3df19a8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule95e9ddd8486240a38ec88be6ac971b2b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule96ec65f825b545bf97ef208b6c09e42b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.ruleaa2e1a46df1a448a90941a9fa32b5a9e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.ruleab2447b71ea74a4683872c9d5b308943.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.ruleb7cc3c4c85fc4b50b20e67aa917b30ae.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulecc7ab9a9d041402591a1eb7747b4b484.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.ruleda1cbca5772a4f97b6a1d38a6666d14b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.ruleda49fe7802574471ae3eafff3b10b4fe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulef3a5b8c34f484600a0b07b63c5463df0.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule0192b538687e707bb6baea2c80710d61.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule0192b53868b67048a8abdb26e744d0c2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule0192b53876b170338f0f567f690419fe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rule019320fdbd2f73cda3637e30b0093866.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.rulee44e6782c64247b796b891cf25ae38f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product`.`cheapest_price_accessor`, "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100)), COALESCE((ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule063b1ad4f7b2488a976ab21f670f2bbe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule07fca9bbe46543d3ac345e41c3b38eff.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule160b35e830df4e2bb11608086b3f5100.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule1a70ce62d6884f76a08b9112ffa46829.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule237bde03a96740209c93a552bef26a15.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule275b92e8b48d4e048bd0b1d6acf59fca.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule27a96dd1f40d40dd9f092ff7910b0be1.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule2d5866c8047b4ffcaab41eeb21f54cbc.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule37a25eb8b9e44325a980aab691d89e12.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule3d03f77a584c4e3fa6537e772a777c8c.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule419a15f76e974efc82f246185aebb3c4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule4d160d3746f2414aa35c6b48b10a74b9.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule625c13521246471da7e563ec37b93810.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule669cb8be3bc04b8b8e71ab54c1dede3d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule767c3c153d2e44eaa1ca4af8353b9f64.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule77ae533b2f544526aa8a6783329004d6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule808955860a1e4048847024479b23320f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule86f1bce1661248fe84d4d50b505f2d46.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule95d30dbb9e8846f5b09e4dd7b3df19a8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule95e9ddd8486240a38ec88be6ac971b2b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule96ec65f825b545bf97ef208b6c09e42b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.ruleaa2e1a46df1a448a90941a9fa32b5a9e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.ruleab2447b71ea74a4683872c9d5b308943.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.ruleb7cc3c4c85fc4b50b20e67aa917b30ae.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulecc7ab9a9d041402591a1eb7747b4b484.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.ruleda1cbca5772a4f97b6a1d38a6666d14b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.ruleda49fe7802574471ae3eafff3b10b4fe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulef3a5b8c34f484600a0b07b63c5463df0.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule0192b538687e707bb6baea2c80710d61.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule0192b53868b67048a8abdb26e744d0c2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule0192b53876b170338f0f567f690419fe.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rule019320fdbd2f73cda3637e30b0093866.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.rulee44e6782c64247b796b891cf25ae38f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100),(ROUND((ROUND(CAST((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`cheapest_price_accessor`, "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) * 1) as DECIMAL(30, 20)), 2)) * 100, 0) / 100)))) as `price.max` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"\x01’µ8öEr²ªÍW«a$LH"
  true
  b"\x1E‘àž¤EK\x1C…+ž¿êÎ&Y"
  null
]
67 3.04 ms
# product-listing-route::loading::aggregation::rating-exists
SELECT MAX(IFNULL(`product`.`rating_average`, `product.parent`.`rating_average`)) as `rating` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?))) AND (((IFNULL(`product`.`rating_average`, `product.parent`.`rating_average`) >= ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"\x01’µ8öEr²ªÍW«a$LH"
  true
  b"\x1E‘àž¤EK\x1C…+ž¿êÎ&Y"
  null
  0
]
68 3.21 ms
# product-listing-route::loading::aggregation::shipping-free-filter
SELECT MAX(IFNULL(`product`.`shipping_free`, `product.parent`.`shipping_free`)) as `shipping-free` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?))) AND ((IFNULL(`product`.`shipping_free`, `product.parent`.`shipping_free`) = ?))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"\x01’µ8öEr²ªÍW«a$LH"
  true
  b"\x1E‘àž¤EK\x1C…+ž¿êÎ&Y"
  null
  true
]
69 21.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_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `product_property` `product.properties.mapping` ON `product`.`properties` = `product.properties.mapping`.`product_id`  AND `product`.`version_id` = `product.properties.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` LEFT JOIN `property_group_option` `product.properties` ON `product.properties.mapping`.`property_group_option_id` = `product.properties`.`id`  WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?))) GROUP BY `product.properties`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"\x01’µ8öEr²ªÍW«a$LH"
  true
  b"\x1E‘àž¤EK\x1C…+ž¿êÎ&Y"
  null
]
70 5.64 ms
# product-listing-route::loading::aggregation::options
SELECT LOWER(HEX(`product.options`.`id`)) as `options.key`, COUNT(`product`.`id`) as `options.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product`.`id` = `product.categoriesRo.mapping`.`product_id`  AND `product`.`version_id` = `product.categoriesRo.mapping`.`product_version_id` LEFT JOIN `product_option` `product.options.mapping` ON `product`.`id` = `product.options.mapping`.`product_id`  AND `product`.`version_id` = `product.options.mapping`.`product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping`.`category_id` = `product.categoriesRo`.`id`  AND `product.categoriesRo`.`version_id` = `product.categoriesRo.mapping`.`category_version_id` LEFT JOIN `property_group_option` `product.options` ON `product.options.mapping`.`property_group_option_id` = `product.options`.`id`  WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?) AND `product.categoriesRo`.`id` = ? AND NOT (`product`.`display_group` <=> ?))) GROUP BY `product.options`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  30
  b"\x01’µ8öEr²ªÍW«a$LH"
  true
  b"\x1E‘àž¤EK\x1C…+ž¿êÎ&Y"
  null
]
71 0.90 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"b7\x1D\x15}CA█ìƒ/\x08£/Áu"
  b"À°╬½?qCoØÃí§╚┤\x1C["
  b"@\x14«;áºL╦º\f\x19¨J\x04Ø®"
  b"\x1ECƒXÔ)Kt޲õ‹Ó•“1"
  b"\rj¹╦&ìD└áåü\r█¤=\x04"
]
72 4.37 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’µ8öEr²ªÍW«a$LH"
  true
  b"b7\x1D\x15}CA█ìƒ/\x08£/Áu"
  b"À°╬½?qCoØÃí§╚┤\x1C["
  b"@\x14«;áºL╦º\f\x19¨J\x04Ø®"
  b"\x1ECƒXÔ)Kt޲õ‹Ó•“1"
  b"\rj¹╦&ìD└áåü\r█¤=\x04"
]
73 9.93 ms
# product-listing-route::loading::read
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`canonical_product_version_id`, `product.parent`.`canonical_product_version_id`) as `product.canonicalProductVersionId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product.parent`.`cheapest_price` as `product.cheapestPrice.inherited`, COALESCE(`product`.`cheapest_price`, `product.parent`.`cheapest_price`) as `product.cheapestPrice`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, `product.manufacturer`.`id` as `product.manufacturer.id`, `product.manufacturer`.`version_id` as `product.manufacturer.versionId`, `product.manufacturer`.`media_id` as `product.manufacturer.mediaId`, `product.manufacturer`.`link` as `product.manufacturer.link`, `product.manufacturer`.`created_at` as `product.manufacturer.createdAt`, `product.manufacturer`.`updated_at` as `product.manufacturer.updatedAt`, `product.manufacturer.translation.name`, `product.manufacturer.translation.name` as `product.manufacturer.name`, `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.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`config` as `product.cover.media.config`, `product.cover.media`.`path` as `product.cover.media.path`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, `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.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`) 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 `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product`.`manufacturer` = `product.manufacturer`.`id` AND IFNULL(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) = `product.manufacturer`.`version_id` LEFT JOIN `unit` `product.unit` ON `product`.`unit` = `product.unit`.`id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product`.`deliveryTime` = `product.deliveryTime`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`cover` = `product.cover`.`id` AND IFNULL(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) = `product.cover`.`version_id` LEFT JOIN (SELECT `product.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`.`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"b7\x1D\x15}CA█ìƒ/\x08£/Áu"
  b"À°╬½?qCoØÃí§╚┤\x1C["
  b"@\x14«;áºL╦º\f\x19¨J\x04Ø®"
  b"\x1ECƒXÔ)Kt޲õ‹Ó•“1"
  b"\rj¹╦&ìD└áåü\r█¤=\x04"
]
74 2.09 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"\x04+'‗¿ì@╔åè£═b■­\x14"
  b" ÊÅlF\x1CL±©™\x08è\x17ÚwD"
  b"_V÷ÿç\x01FsÖ\x16]Ø}&\x12±"
  b"x4Ü/Ú@KĶ\x14®;iÐȹ"
  b"‘vcB\x19$F¶Ÿö4\x06ï»{\n"
  b"“Ã\x10TgmB\x00©î\x0E´y«Jl"
  b"\x04+'‗¿ì@╔åè£═b■­\x14"
  b" ÊÅlF\x1CL±©™\x08è\x17ÚwD"
  b"&æ[_ÌJNµ„2\x04|¹ßv©"
  b"S§ü­³æOÁܤq\x1CK·îL"
  b"~á2\x0E\x1FîEª•oo=læ\x1A1"
  b"â%!¾\x0FbM█ùEDSü\x1A¸Ê"
  b"‡7h2_\x1DIµ‘g{á"s\x1Ci"
  b"¿\x17–=ÙÍJ‚œÝïêý\t\e;"
  b"ÀñœµK¡Aî—‰±ñ>\x1A’L"
  b"ïIëÅÒêIÝ™áØX\x19QlK"
  b"\x04+'‗¿ì@╔åè£═b■­\x14"
  b" ÊÅlF\x1CL±©™\x08è\x17ÚwD"
  b"&æ[_ÌJNµ„2\x04|¹ßv©"
  b"v˧1\v=N╠ñ8:7\x14<É┌"
  b"~á2\x0E\x1FîEª•oo=læ\x1A1"
  b"â%!¾\x0FbM█ùEDSü\x1A¸Ê"
  b"‡7h2_\x1DIµ‘g{á"s\x1Ci"
  b"¿\x17–=ÙÍJ‚œÝïêý\t\e;"
  b"ÀñœµK¡Aî—‰±ñ>\x1A’L"
  b"ïIëÅÒêIÝ™áØX\x19QlK"
  b"\t\x0E¤ÖáåK>ØÙ#\x16*y¸i"
  b" -i5wºJÍ‹Ýb\x06ìí\x08Ý"
  b"$¼1éO▄G╚¼\x02\x06ÍE^"
  b"*\x19:x0“I/šÈ©ÊP‹#\x11"
  b"""
    ,(H╔ØüK\ºÈ¬oôè\n
    "
    """
  b"\x14„7¯NoŒ{ãŠ2y\x06"
  b"N˜‚¼É€@@©ç…ã\x1F®Ìð"
  b"^*ô‘\x18á@ò©6ßè\x03é :"
  b"wf\x01¾šJG\x15¹:«¢\x12Â;º"
  b"ÄÅjk*┼EýñDÍáïkö~"
  b"ž¢‰]Æ®@\x03¡|˜\x07?ø‡6"
  b"À\x15Œ¼ÆzG\x16™¹-Á]fÙg"
  b"┌á\x11─ObN\x10ɵÓòÏ\x13ãh"
  b"Þ•8ÿ/ÐHž¹œì\x03I¼Ú–"
  b"\t\x0E¤ÖáåK>ØÙ#\x16*y¸i"
  b" -i5wºJÍ‹Ýb\x06ìí\x08Ý"
  b"*\x19:x0“I/šÈ©ÊP‹#\x11"
  b"-ö[ZtÅDbÖâ┼þ$fÈØ"
  b"\x14„7¯NoŒ{ãŠ2y\x06"
  b"N˜‚¼É€@@©ç…ã\x1F®Ìð"
  b"^*ô‘\x18á@ò©6ßè\x03é :"
  b"wf\x01¾šJG\x15¹:«¢\x12Â;º"
  b"å\x064ÚD¨AØ«I ÈtÀ¨Ä"
  b"‡q\x00ç\x08ùA£´Ó€`k%\x18\n"
  b"ÄÅjk*┼EýñDÍáïkö~"
  b"¬Íݸ{\x0FK€´›Û²\x06\r"
  b"Þ•8ÿ/ÐHž¹œì\x03I¼Ú–"
  b"""
    àùé\x0E’ûNT°Ü}¬\n
    WóÕ
    """
]
75 0.98 ms
# product-listing-route::loading::association::productReviews::read
SELECT `product_review`.`id` as `product_review.id`, `product_review`.`product_id` as `product_review.productId`, `product_review`.`product_version_id` as `product_review.productVersionId`, `product_review`.`customer_id` as `product_review.customerId`, `product_review`.`sales_channel_id` as `product_review.salesChannelId`, `product_review`.`language_id` as `product_review.languageId`, `product_review`.`external_user` as `product_review.externalUser`, `product_review`.`external_email` as `product_review.externalEmail`, `product_review`.`title` as `product_review.title`, `product_review`.`content` as `product_review.content`, `product_review`.`points` as `product_review.points`, `product_review`.`status` as `product_review.status`, `product_review`.`comment` as `product_review.comment`, `product_review`.`custom_fields` as `product_review.customFields`, `product_review`.`created_at` as `product_review.createdAt`, `product_review`.`updated_at` as `product_review.updatedAt` FROM `product_review` WHERE ((`product_review`.`status` = ?) AND `product_review`.`product_id` IN (?, ?, ?, ?, ?))
Parameters:
[
  true
  b"\rj¹╦&ìD└áåü\r█¤=\x04"
  b"\x1ECƒXÔ)Kt޲õ‹Ó•“1"
  b"@\x14«;áºL╦º\f\x19¨J\x04Ø®"
  b"b7\x1D\x15}CA█ìƒ/\x08£/Áu"
  b"À°╬½?qCoØÃí§╚┤\x1C["
]
76 1.46 ms
# product-listing-route::loading::association::wishlists::read
SELECT `customer_wishlist_product`.`id` as `customer_wishlist_product.id`, `customer_wishlist_product`.`product_id` as `customer_wishlist_product.productId`, `customer_wishlist_product`.`product_version_id` as `customer_wishlist_product.productVersionId`, `customer_wishlist_product`.`customer_wishlist_id` as `customer_wishlist_product.wishlistId`, `customer_wishlist_product`.`created_at` as `customer_wishlist_product.createdAt`, `customer_wishlist_product`.`updated_at` as `customer_wishlist_product.updatedAt`, `customer_wishlist_product.wishlist`.`id` as `customer_wishlist_product.wishlist.id`, `customer_wishlist_product.wishlist`.`customer_id` as `customer_wishlist_product.wishlist.customerId`, `customer_wishlist_product.wishlist`.`sales_channel_id` as `customer_wishlist_product.wishlist.salesChannelId`, `customer_wishlist_product.wishlist`.`custom_fields` as `customer_wishlist_product.wishlist.customFields`, `customer_wishlist_product.wishlist`.`created_at` as `customer_wishlist_product.wishlist.createdAt`, `customer_wishlist_product.wishlist`.`updated_at` as `customer_wishlist_product.wishlist.updatedAt`, `customer_wishlist_product.wishlist.customer`.`id` as `customer_wishlist_product.wishlist.customer.id`, `customer_wishlist_product.wishlist.customer`.`customer_group_id` as `customer_wishlist_product.wishlist.customer.groupId`, `customer_wishlist_product.wishlist.customer`.`sales_channel_id` as `customer_wishlist_product.wishlist.customer.salesChannelId`, `customer_wishlist_product.wishlist.customer`.`language_id` as `customer_wishlist_product.wishlist.customer.languageId`, `customer_wishlist_product.wishlist.customer`.`last_payment_method_id` as `customer_wishlist_product.wishlist.customer.lastPaymentMethodId`, `customer_wishlist_product.wishlist.customer`.`default_billing_address_id` as `customer_wishlist_product.wishlist.customer.defaultBillingAddressId`, `customer_wishlist_product.wishlist.customer`.`default_shipping_address_id` as `customer_wishlist_product.wishlist.customer.defaultShippingAddressId`, `customer_wishlist_product.wishlist.customer`.`auto_increment` as `customer_wishlist_product.wishlist.customer.autoIncrement`, `customer_wishlist_product.wishlist.customer`.`customer_number` as `customer_wishlist_product.wishlist.customer.customerNumber`, `customer_wishlist_product.wishlist.customer`.`salutation_id` as `customer_wishlist_product.wishlist.customer.salutationId`, `customer_wishlist_product.wishlist.customer`.`first_name` as `customer_wishlist_product.wishlist.customer.firstName`, `customer_wishlist_product.wishlist.customer`.`last_name` as `customer_wishlist_product.wishlist.customer.lastName`, `customer_wishlist_product.wishlist.customer`.`company` as `customer_wishlist_product.wishlist.customer.company`, `customer_wishlist_product.wishlist.customer`.`password` as `customer_wishlist_product.wishlist.customer.password`, `customer_wishlist_product.wishlist.customer`.`email` as `customer_wishlist_product.wishlist.customer.email`, `customer_wishlist_product.wishlist.customer`.`title` as `customer_wishlist_product.wishlist.customer.title`, `customer_wishlist_product.wishlist.customer`.`vat_ids` as `customer_wishlist_product.wishlist.customer.vatIds`, `customer_wishlist_product.wishlist.customer`.`affiliate_code` as `customer_wishlist_product.wishlist.customer.affiliateCode`, `customer_wishlist_product.wishlist.customer`.`campaign_code` as `customer_wishlist_product.wishlist.customer.campaignCode`, `customer_wishlist_product.wishlist.customer`.`active` as `customer_wishlist_product.wishlist.customer.active`, `customer_wishlist_product.wishlist.customer`.`double_opt_in_registration` as `customer_wishlist_product.wishlist.customer.doubleOptInRegistration`, `customer_wishlist_product.wishlist.customer`.`double_opt_in_email_sent_date` as `customer_wishlist_product.wishlist.customer.doubleOptInEmailSentDate`, `customer_wishlist_product.wishlist.customer`.`double_opt_in_confirm_date` as `customer_wishlist_product.wishlist.customer.doubleOptInConfirmDate`, `customer_wishlist_product.wishlist.customer`.`hash` as `customer_wishlist_product.wishlist.customer.hash`, `customer_wishlist_product.wishlist.customer`.`guest` as `customer_wishlist_product.wishlist.customer.guest`, `customer_wishlist_product.wishlist.customer`.`first_login` as `customer_wishlist_product.wishlist.customer.firstLogin`, `customer_wishlist_product.wishlist.customer`.`last_login` as `customer_wishlist_product.wishlist.customer.lastLogin`, `customer_wishlist_product.wishlist.customer`.`newsletter_sales_channel_ids` as `customer_wishlist_product.wishlist.customer.newsletterSalesChannelIds`, `customer_wishlist_product.wishlist.customer`.`birthday` as `customer_wishlist_product.wishlist.customer.birthday`, `customer_wishlist_product.wishlist.customer`.`last_order_date` as `customer_wishlist_product.wishlist.customer.lastOrderDate`, `customer_wishlist_product.wishlist.customer`.`order_count` as `customer_wishlist_product.wishlist.customer.orderCount`, `customer_wishlist_product.wishlist.customer`.`order_total_amount` as `customer_wishlist_product.wishlist.customer.orderTotalAmount`, `customer_wishlist_product.wishlist.customer`.`review_count` as `customer_wishlist_product.wishlist.customer.reviewCount`, `customer_wishlist_product.wishlist.customer`.`custom_fields` as `customer_wishlist_product.wishlist.customer.customFields`, `customer_wishlist_product.wishlist.customer`.`legacy_password` as `customer_wishlist_product.wishlist.customer.legacyPassword`, `customer_wishlist_product.wishlist.customer`.`legacy_encoder` as `customer_wishlist_product.wishlist.customer.legacyEncoder`, `customer_wishlist_product.wishlist.customer`.`remote_address` as `customer_wishlist_product.wishlist.customer.remoteAddress`, `customer_wishlist_product.wishlist.customer`.`tag_ids` as `customer_wishlist_product.wishlist.customer.tagIds`, `customer_wishlist_product.wishlist.customer`.`requested_customer_group_id` as `customer_wishlist_product.wishlist.customer.requestedGroupId`, `customer_wishlist_product.wishlist.customer`.`bound_sales_channel_id` as `customer_wishlist_product.wishlist.customer.boundSalesChannelId`, `customer_wishlist_product.wishlist.customer`.`account_type` as `customer_wishlist_product.wishlist.customer.accountType`, `customer_wishlist_product.wishlist.customer`.`created_by_id` as `customer_wishlist_product.wishlist.customer.createdById`, `customer_wishlist_product.wishlist.customer`.`updated_by_id` as `customer_wishlist_product.wishlist.customer.updatedById`, `customer_wishlist_product.wishlist.customer`.`default_payment_method_id` as `customer_wishlist_product.wishlist.customer.defaultPaymentMethodId`, `customer_wishlist_product.wishlist.customer`.`created_at` as `customer_wishlist_product.wishlist.customer.createdAt`, `customer_wishlist_product.wishlist.customer`.`updated_at` as `customer_wishlist_product.wishlist.customer.updatedAt` FROM `customer_wishlist_product` LEFT JOIN `customer_wishlist` `customer_wishlist_product.wishlist` ON `customer_wishlist_product`.`customer_wishlist_id` = `customer_wishlist_product.wishlist`.`id` LEFT JOIN `customer` `customer_wishlist_product.wishlist.customer` ON `customer_wishlist_product.wishlist`.`customer_id` = `customer_wishlist_product.wishlist.customer`.`id` WHERE (`customer_wishlist_product`.`product_id` IN (?, ?, ?, ?, ?))
Parameters:
[
  b"\rj¹╦&ìD└áåü\r█¤=\x04"
  b"\x1ECƒXÔ)Kt޲õ‹Ó•“1"
  b"@\x14«;áºL╦º\f\x19¨J\x04Ø®"
  b"b7\x1D\x15}CA█ìƒ/\x08£/Áu"
  b"À°╬½?qCoØÃí§╚┤\x1C["
]
77 1.01 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"\rj¹╦&ìD└áåü\r█¤=\x04"
  b"\x1ECƒXÔ)Kt޲õ‹Ó•“1"
  b"@\x14«;áºL╦º\f\x19¨J\x04Ø®"
  b"b7\x1D\x15}CA█ìƒ/\x08£/Áu"
  b"À°╬½?qCoØÃí§╚┤\x1C["
]
78 0.95 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"
]
79 0.71 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
80 1.46 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01“?ÐËçrÅ€\x04ÜWË0Ë\x1E"
]
81 0.64 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01“?ÐËçrÅ€\x04ÜWË0Ë\x1E"
]
82 0.78 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
83 0.59 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
84 9.03 ms
# product-listing::property-filter::search-ids
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` WHERE ((`property_group_option.group`.`filterable` = ?)) AND (`property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) ORDER BY `property_group_option`.`id` ASC LIMIT 500
Parameters:
[
  true
  b"\t\x0E¤ÖáåK>ØÙ#\x16*y¸i"
  b"\x10\x14¢nüÔIήÆ_êñ\ev>"
  b"\x1Dÿi½PÅO4Ñ·C´®ÓTÄ"
  b"$÷ž(ÿŸJ¨€ï„‡ü3ÐY"
  b",Uçê¸KA\x01šá„Äú, ƒ"
  b"KÕ—Þ>÷MÍ”\x0F̲ç\x04"
  b"Y&\x05”ò\x18Ec«Ñ@P=W\fà"
  b"[─¨v╦ØLpâG\x17%HÄ+ "
  b"zǬ\x08b§B\»àö]ºò·ç"
  b"ìX*░´ÛEÿÂMún²R·Æ"
  b"’¨ÙmúÎDˆ¡Ñø\x1AµY˜‹"
  b"ù-Û#▒\x13JuîØÔDü¨Z\x04"
  b"§Tå?ÓPOY»½£(õ_’\x03"
  b"«~`9=_J\x0Eƒ\x11\t-¼w1\x16"
  b"░OLî¿åE\x19ü█p\x1EóE\x10×"
  b"·åmåv5G\x1DмaÊ‚\r\x1A("
  b"╗8┘─.╦GÀü|­┤K┤A\x1F"
  b"ÉT r‚–Mø¦BØwÝ(\x7F2"
  b"═vC╚Â\x13DôüÌ╗DG■█¢"
  b"\x07Þ»0£$Lu©Om\x16oˆ¬["
  b"1\/ZK[B$¥ó&\x14>è#›"
  b"\eãaÛC©«ìdPrWÐÃ"
  b";3«¬íz@›šä$FÅ[f+"
  b"=®)9ñüJ\x1FÆR\x11!SZ°v"
  b"EìzÎ^…IŠ­Ô‹\x10\x03:ó*"
  b"\x13e\x12yJ»ù6Qãü±±\t"
  b"O└¤ù ╦JÉå║⮵Û_Ö"
  b"j:üDyoBHÉüz¹7ù Ó"
  b"„W‹\riXL ·iÉÁ\t‹¹Ý"
  b"ޤ/G\x1F¯EH£±ó\x1C•p‰½"
  b"”^z¿rpEY©NCoÅžú÷"
  b"¼‘æaHzB¶•£~\x0F&\x1F"
  b"Ô7(*ebLP ¤˜;0«âÊ"
  b"Þ•8ÿ/ÐHž¹œì\x03I¼Ú–"
  b"൦6§³HÄ—««ƒï\x08' "
  b"ù@}Y±dF»¹Ð\x19sz‚æ¦"
  b"\x1C¨·“­õK‹¾UC«u=—T"
  b"\x1E]©ÁñÈDÁò¡╗¤iÅä9"
  b"\x1FÂçü\x0F\N|×àW═r¦Ã■"
  b"Fı@öû\x01HÉ×╣û-\x1FyV\x08"
  b"Q¹¾¨ãXF\x11 \x11ª©\rØè¶"
  b"^*ô‘\x18á@ò©6ßè\x03é :"
  b"""
    a¾'µUVAê¬\n
    i¸Á /É
    """
  b"d½ı&X\x11B8úîÅùä.\x04è"
  b"u\x7F °›ÕK¸»Ð…;>QH)"
  b"}\x7FÙ†'ìLÁœ\x02ˆèÓê@:"
  b"\x7F┴år¤½MıÅ·¥\x07õ³èp"
  b"¢æPXM‚J;²ý¾6\x11/œ¬"
  b"ã2PZ▒PH\x16Âü▀\x1A\x0Etå┐"
  b"ÌŒú?w,I|œã\x13áá?ªk"
  b"ñFùº¨›B\x1D–€å–\x02:|ƒ"
  b"\f\x1A\x10‘ÔIÙ„°\x7Fõ\x07¦\x1Ed"
  b"\rh1\x05†ùL ¨·ÃU…¢àF"
  b"\x13\rò«\x7FÿD\x04§èïpÜœèX"
  b"\x18ûkÇ·¨MÀ·5ÁX)¼‹Q"
  b")l·!\x03ÂC¹€@+×x\eÅl"
  b"=€\x04Óš×N\x10‘IèÏi„ 7"
  b"""
    L¦læò\x16Hé‘n\x1D\p\n
    Y%
    """
  b"gl˜w1ðGò´ž!Œ‚±j—"
  b"x\x00{æ¡§HüóGå8╚■┼""
  b"ÉÈ▀*@\x1AD│©Þ¯1ÑÁ\t'"
  b"—#Â\e\x15¡Fœ²\x08Ÿ‰ìF’2"
  b"©4_£^"F¸½MÊ\f0ñ;û"
  b"ã`ÉYé\x0FCqñÛëÆ,8à'"
  b"мݹ\x1AÔOu¤ t\x15X9%Ë"
  b"ÕóykoýH¿„Ä;õZŸ—¢"
  b"Ì╚\x13`8à@m╗\eT╬Éo┬Í"
  b"â\x08ÇšƒÔB[—\x01›pq~gŒ"
  b"ä\x06\x1E\fÎB„œÂh<ÈÎä"
  b"äJ‰k\tjK±‚\x1Cõô§½)\v"
  b"åÌÍ\x1FÊÊJ‰¥þïŠÃÐc„"
  b"ý\x1AÅ\x01¶hF▓║C¹Ï┐}Q""
  b"­4êDÉZ@4▓\x1F┤╔ã\tHy"
  b"²åÉf\x18╣Hç░d\f▒&B─ "
  b"""
    \x05ç8Û]\n
    A\e˜@D\x03\x0Ep‹,
    """
  b"-ù¹!€œK\x10—î±VßÚR="
  b"W╚b‗\x1EIOPÿ\eì┬LN\f"
  b"YƈÖ\x036Mµ€¬\r\x07\x12}|Ö"
  b"sµÑ╦ÄæO1ô\r,ti·Å§"
  b"’Ð\x13\x18è\x15F;œÏ\x1D\x00Ð\x1Fx7"
  b"ö┐¨\x13¢ÅI!«t$ÆÌPêk"
  b"Ä\x17Š\x00\x11B˲žÖ±Õí®\x18"
  b"\x03>ÜŒJsMá§”x\x03\x13´˜A"
  b"\x0ES6ÊÀ¡BÙ…Ø]ï\x15\x14CS"
  b"\x14¾X‡]ÇCµ¥×G\x13¡n±\x08"
  b"""
    \x16ÕäAS×A\n
    ’—\x11Ê·\x1Dc)
    """
  b"w*š¾º!O\t®+c¤hÑÜÈ"
  b"y(x‚×uA‘´yN!e7TK"
  b"äÏà\tñØO(£Gý¬╣\x1F¢"
  b"ðr4ìA5D_åuf(]┤RB"
  b"■╠ðYú­Hìó²õiGR:¿"
  b"\x1Aæ<Û\x13WMÆÅ¢j(╬iÒ╔"
  b"!À.ú­‡Mõ‚@(‡wúæµ"
  b"*¡Z\x07ù░IÌå\x16s½üÙvE"
  b"1£M§p¸E—•.œâÕ†jû"
  b"rüQß┤\x16B\x15Á»,16\x7F]║"
  b"x¼™^™»I›¨‚Ž]\x14úá•"
  b"ì\x00ºqû Jưá¡(Ïx¯¿"
  b" TÃ\x05Ê|FY¿│½ÞoR'Ø"
  b"""
    \x07ßQÑ\x11\n
    FKžJMî«"¬E
    """
  b"'\x0EËœ@ðMÑ¿…Ú\x02Ó8”Ñ"
  b";GMÜ\x14CHJ²:\x1D­)«;Ê"
  b"V®’ˆF»Olˆ:WÙÒZ+ù"
  b"izc\x15ÅuK)®WÄ1\x00?×_"
  b"É#╗"ôÇB\x02à©▀╔WÿgG"
  b"ñ \x1C¤i¶M\eÅ]Å·ßÜ3\x08"
  b"ÂË▓è©\x07HØ¿_)╗º'$­"
  b"ÆWA!œŸJ\x11’Ÿ}\x14åþ¦‰"
  b"ÒNwÍ\x12áJÕ¹ô\x06\x08Ÿ…€_"
  b"Õ\x08eh£ÅG"¤ÿ”êµ{p\x0F"
  b"ÖªÒóPýCÜ´@S\x00\x06\x0Eàr"
  b"â.~V¾ GÇ•E¦d\x1Aé&Ì"
  b"äý»ÏƒôC³¢_e&VL*Ê"
  b"æ“Ȧ\x05ïOjœòÒ¯¤\x121f"
  b"\x0E\x06îuÕg@±¢0L9Ï}},"
  b"\x19mÃ4ù˜I±¬9Sôço+n"
  b"6ã‚%q„@Ö¬¨óa^ŠÛ\x1D"
  b"z°JþÔÈB\x1A Ï\x05\x01^Ãòí"
  b"çZa¨\r´Kdè©7ƒï\x13É+"
  b"Ó‹Æ@Œ0FÜ‘å\x0E=ßÌd¨"
  b"Ü\x03QõvÆD¬¥‡:µáVÈÒ"
  b"µÿ├õFìG«óÌGq\x1C9Â""
  b"Ú0$³bSIÅ╝sƒí¼\x157n"
  b"\x1FM=4\x13\tLŒ­ks\v<êÒA"
  b"%ö¦ø»¸B£‘sX÷Š€©Ë"
  b"-’HlÑ*F\tв\x1D²/‹P("
  b"JOnSdÇND¶ƒ8g3BD\v"
  b"bB▒"FØL"ñ▄æDóóG "
  b"€AÞ¸”\x0EIuµw›‚?\x0E''"
  b"Ž|Iý$\x01C뎑ò³õ\x14Mi"
  b"""
    Å\n
    \t\x05ÛÌM/ä°ª┤▓rA`
    """
  b"›ÑÈk>WD#©¸•¸‰t׌"
  b"""
    ²œ\n
    &üžB(®˜5\x14\x1A\x02°é
    """
  b"¾7½Œ ?LØ¢½h¾ðky["
  b"ñÉ~ÇúýGÉŽ çVòb5÷"
  b"\x04€‹ô2JFß´Ú0ˆ˜¿\x00Ì"
  b"\vvÿýˆc@K€l\t.ˆj\rÈ"
  b"5ùBÃÌ$A\x10¦*ÆŠ%\x06\vñ"
  b"?:ˆ‡µßLòŒV±ÐíÉŒs"
  b"A\x13ªÊþZ@î¿HŸP\x1FkVò"
  b"L´C\x17NšH‹ƒÄð›2|BÐ"
  b"\á½uXêJÿ‹‡—¦ö]KZ"
  b"{úÀ¡ÈâJe‡–Üz†Àh¥"
  b"\x7F\x16xŸ1\x02Gf¢ž—÷÷T}-"
  b"Žy¼Õu\x00I4¢mgÈ;¹Õ\x01"
  b"æyøN=¯EÅÀM'■ðBJ╣"
  b"©ð“øjî@$’þìÀª\x19"
  b"«îj‹%•IRµÖ,\t\x1AH\e­"
  b"»\x19UG~ØH Â7▀└}õ\Þ"
  b"Åýs¾6^O¯€íבéÇ\tq"
  b"ÈmêI–Ð@–±‹­–Y|s€"
  b"Ðyr¹\eUAðÖì‗¡ü‗\t"
  b"""
    ÖŒ¯Ö\n
    yD4‡†\x11Ý\x1C”ü¾
    """
  b"Ý\x16µ•£ôC]­©\x19‘±W\x0E."
  b"¦ì!9gºFÅó`È\x06EG╠x"
  b"ç0•\x03²8J\x06ž\x1F×|\x15\x03”3"
  b"ý)ú\x07ÐoNó´íN|ô;ë!"
  b"\x04+'‗¿ì@╔åè£═b■­\x14"
  b" ÊÅlF\x1CL±©™\x08è\x17ÚwD"
  b"_V÷ÿç\x01FsÖ\x16]Ø}&\x12±"
  b"x4Ü/Ú@KĶ\x14®;iÐȹ"
  b"‘vcB\x19$F¶Ÿö4\x06ï»{\n"
  b"“Ã\x10TgmB\x00©î\x0E´y«Jl"
  b"\x16\x14\x05œ-7D·¹(BaIõ-5"
  b"\eˆ^ªWáO— 4Ï\x00Ú,áì"
  b"%|odŽ˜H‘»\x03®]Â\x0EÉ1"
  b"-\x00S»‘øO\x10¥£àˆ±¤\x1D\n"
  b"2oqDü*@Aå=.Çíì÷\x1F"
  b"@ö®‹{<K¦‰\x05ÈPî\x0F­F"
  b"YÈ‹VÀ¿C3¤Vô/·+@å"
  b"c}´¿ß¡BוËo\x13jç´;"
  b"fùkGüË@æ¡×╩Ät~@ë"
  b"yV„ø&oF›¼¶\x18\fü“Zs"
  b"zi‹ÓK”H)½\x1C^¬Þ:>Ê"
  b"éóèAªÉCJë\x00àÑÖñá^"
  b"â#╗<┐~GmæüTo\x03ÕMê"
  b"Ä¥Å┬╬\x07O~ÿó9hBá▀­"
  b"’ÅY\fì½KU¯übA\x7F%\x13Ð"
  b"–îñ˜á\x04HE¬N%Àl#©R"
  b"˜ä\t/ ÖNvª\x05\x14\x03‡¼\x18Q"
  b"""
    ¨˜(—Ë4KŽ•È\n
    íb¡×l
    """
  b"°*~v£\x1CK\x0E¼\_—óÅ–\x02"
  b"¶%\x16ýnNCc©jŸ\x04öŽÏ-"
  b"Õl>”ÜîD+‚>Øgu€PÍ"
  b"┘úÏß)\tH╗ñ19\f\x0E\x11"
  b"ôÁ”.\x0FžG\x04®Â,Œ\x07¹\f5"
  b"õ\x02y5ñÊB1¦±\x10/™¯yò"
  b"ý\x06ȯøoN\x10‰ò³Úƒœ\x041"
  b"""
    \x01ËMÁë-GÊ•$„Fä\n
    
    """
  b"\vémfþkJªŽAró\x00ŸÌ1"
  b"""
    \f\n
    ö╗&└Fì╣Dd▄■╝Sµ
    """
  b"\x122\x03£\vÏB]«b¯lI|]Ý"
  b"DO\v!4╚Cøñì\x18\x1A½°"
  b"XÅ<Ìy¹@Rè©Ñvd\x17ìÓ"
  b"Xò´hgò@\x15«wua³\x10…U"
  b"gHA‘uJJÔŸúxÒwJ[ø"
  b"{/sN\x1A\x19Jb│¼\x07µÅÒ´ı"
  b"Ø·C\x18+ÎHxèÑ>\x01ô÷k\x13"
  b"┼8¥öó×OQü:O@äÛÇæ"
  b"ê½_K7œI;¤Ûë§\x12žµ="
  b"ì\x1A77±–@åŒüqI­K_ö"
  b"\x03£â´ê}@Ò¬(G¨ž7FH"
  b"\x1A£ÉŠ÷—F#šÑV\r<êÉ\x00"
  b"4ØÆ\x1A@UDé«’\x10àøFµü"
  b"rX^~gåKô¿\x0EU˜˜=È¥"
  b"Â\x19ÌIÜuB¥ØÐı"\f\x7Fà\x1A"
  b"¸.\x14yøHHÁ§ñU<½\x7Fü2"
  b"Êÿ*{ü‹K¦¨Ü+ÅÔ„\x11i"
  b"Ï€–"=¹Iȵ¼‹†Ð\x18«†"
  b"Ñ7q™þ\x7FOs¨¾å>·´/q"
  b"""
    \n
     YIz;O\x16║ì\x18³\x06▄pù
    """
  b"\x1D'\x17M1xM_ØâH\x042­9═"
  b"$À‘e\x07\x03B³¢‹'´Œkäm"
  b"?#\x0E+Ý»Nà¾ÂÛ'ûØÈl"
  b"V·eå¦}Nu¯á7@÷J‚""
  b"mñ•{@(A»Œ¶!¿\x19wi,"
  b"n\x1D¹ïqzGQŠ•_f^\x1C"
  b"""
    ®Å6c“$I\x08šž)!)n\n
    Ê
    """
  b"Ö´}\x1Em©LÙ£yÿ³\x02å±™"
  b"V¿‰Ù\x10ÊKA…­gOÓ\x0E\x110"
  b"ì2>;\x10~J7èÈÑâ═=¤\n"
  b"±]—ô'\x13@\x08µMIþ\x10.Τ"
  b"Å\x12yÄË\rG6¡üäÿ¸E¯Ù"
  b"Êjßg-\x02Lõû/ì<(ð·À"
  b"ÓÔ–¯\v!AS«Ç¢ÿ\x068&7"
  b"ß\x00£┤<XGxØÄÀ┌óÒa▄"
  b"¨│Tü\x02]A$░}®\r\x00¬·É"
  b"\x0Fà$¡Ó)LD—rRÂ`ô_Æ"
  b"\x13ÅmRýdIöà=Ö¯wÛ]¯"
  b"&Qz\x1A\x19╬Klìt\x13╩00(<"
  b")ÃTÚÓIIÀ‡ÿ‘)ý3ÔØ"
  b"7ŕܪ‚@q´¿`\x17Å Á."
  b"\x03Ju×A怽\x15óXØC’"
  b"UeP«ÁÓA»¨D<“9Æõæ"
  b"[\x05®x=ÞCû—ÀTŠ L*ã"
  b"ƒ–œ\x11œˆI"ˆX!\x117ì«\x1D"
  b"¦IÀ@³²N|› ‰‹Àø\x18\x10"
  b"""
    ±±K>q1N\n
    ¹¶¢‰¢¥†“
    """
  b"²×Ñ\x1D\x11‹E»˜Zo% >\x19$"
  b"Ù.éÖcýN½—ƒ$,JPVl"
  b"""
    Û¼© >|J¯°\n
    }s¢C_«
    """
  b"ßF\x15\x08\x07üEc╗wSÚç\x1D#\x1E"
  b"'Å┐TÖïBÀ¬7%fÈ┴%§"
  b"1Ÿ“öœ³Néš´\x1FO¤UÔP"
  b"Tëa\x03}\fFê‘;0]\x18B<×"
  b"«¼\x07Mµ═AżN,ö‗yL!"
  b"´ª0QhÌ@YަNWø\x03T\r"
  b"ºD¬\x01\x0F\x1EFí½ª¢«w¯Gì"
  b"Ú,ïÚÏjAä¸èžH§…\x00º"
  b"&æ[_ÌJNµ„2\x04|¹ßv©"
  b"S§ü­³æOÁܤq\x1CK·îL"
  b"~á2\x0E\x1FîEª•oo=læ\x1A1"
  b"â%!¾\x0FbM█ùEDSü\x1A¸Ê"
  b"‡7h2_\x1DIµ‘g{á"s\x1Ci"
  b"¿\x17–=ÙÍJ‚œÝïêý\t\e;"
  b"ÀñœµK¡Aî—‰±ñ>\x1A’L"
  b"ïIëÅÒêIÝ™áØX\x19QlK"
  b"\x03\x1A#ÙÀoH\«WÌr┬ð¡ü"
  b"\x13ØÁl¼║E±ï²│}<CV("
  b" \x7FÔ\x0EÇ\x07D+çÖPø4üm¦"
  b";%yåYPE\tª`¾Ø\x02\x7F"
  b"DÑxcr4D*†…ƒ§:&ft"
  b"XÙ¶ÍíÉJ®–·é@é2íÒ"
  b"└^OÅU<Dƒü\x03\x0F\x0F[\x02ÚÉ"
  b"öt°\x0Eh\x13H\x16£\x1Ak<è†Õo"
  b"ýZ²ÊÎ\x02DŠŸ‚uÑ\fn™¨"
  b"\x1Dç<]"{N\x13¾Pç•Ö6&ñ"
  b"+úÃ\x12¿\x14K=šêN\x01~›=\x7F"
  b"\x7FÛRÞJ\x1C¹7ÝöÅâÄË"
  b"""
    n=/\n
    ×ÿM\x0Fóò¨\x13AmØý
    """
  b"└áu▀¬\x0FAëÉ\x04óÐTsØÆ"
  b"ýyÇ\x10ÉeN\t╝áN╦²iÏ\r"
  b"\x05Òï)8sC‡¤Ü®§­]ý\x1F"
  b"\x1DìÞ\x0F%hJó»*Ë└ª¨AÑ"
  b"""
     ÚYä\x05‚I~•\n
    û¨ËbS†
    """
  b"#¢&3å»A«ºMlÛ„‘\x1Eú"
  b"F¾;û÷SAÔÉ\x1E╦ÍÙ¹÷─"
  b"xy.!3\x0EJ:ì\x01\x10lÿs"
  b"©\x7FÃ"H¨MYªú\x0Fž\f¸û­"
  b"äZ\x05 ]œDYˆß\x14ŸQ\x1C\x13\x02"
  b"JگݩYB¬–,JXÃúB¹"
  b"S\f\x00'ð?B\x01ë\tdØûª\x1Aæ"
  b"psD±=ïD—·xJ,òv]\x05"
  b"Çe+,¹³D£ü╩b\x01\x1FÏ+&"
  b"""
    ‰Í\x18ØAcOÓ”ô4\x17\n
    _
    """
  b"¦Ø‡Æc"Mr¨ƒ„è{\x15\x05Ø"
  b"┴D¨Ë?¨Lõî)\x04╣Å\x04½K"
  b"Ãåâe#8F\x05¿EFÜAg\x06á"
  b"Ðß5M\tÂEt­NÏzœ·Ÿø"
  b"""
    ┌ÍÅ╗┌t@:ì´º\n
    \x06ƒëµ
    """
  b"+a-Û`qIØ‘N—欦¦û"
  b"<íìO­%G`®─7\x1F°3â▓"
  b"\x14„7¯NoŒ{ãŠ2y\x06"
  b"eÃÑ _oKù¸Î®1\x10¬Ï#"
  b"k´à.2ŒN\f’Ò\x0E\x16#\x03\x7Fp"
  b"¨®\x12Žþ\x19MÔŠ¹þZt0«g"
  b"ê\x15¡s‹OLAƒO×%z‰\va"
  b"\x18¥|­╣-HêØË╗\x18Tõ═╩"
  b"""
    \e\x1A\x13/΂O’Œ\n
    ÓÍ\x17€]y
    """
  b":.ÊȃXJݧµJY×·Ø\x03"
  b"QØO┬(ÑJTÆ‗m­l▒{!"
  b"gЈJ²\x04Lܽ}ãùå`G•"
  b"ŸqMQy†J{›*àf\vÏñ´"
  b"©±╬¯fìD»î\x7FfPM#ÅF"
  b"Î!ArMŒL©†\x07ØG|ì\x11ý"
  b""îÖ'çìE$Ä,ìï╝\x06aM"
  b"&3™Ò¨+IO•n/Ø”_3Ó"
  b":à3\v®ÖCñŽœêcr\x1A"
  b"e>ÆÄÅ(AÛ©ÏEó+▄v®"
  b"¥=qTþÈBÈä<ıüÃ╝ý-"
  b"ϳ¬$ÿ\vJè­E\x11øyƒçŒ"
  b"┘JR-\x0Eh@¥ó\x1479ìdei"
  b"ãtËÇ%tD¢¢â·<Ør\x1E="
  b"""
    /þèÉ~\tHÏ”\n
    ömÔdK)
    """
  b"·«\x08ë\e\x12K_‚éÔ\x0Ea~ëí"
  b"È█ÓA\x13"HØ®\x1Dz"O]Ä┤"
  b"\x16¦é(æŠBd«û\x15á\x04vÇû"
  b""‘éŒj@C©£'ö@ûÑ'¤"
  b"FäŠqkºA\x03§\x12½\x12P~_ˆ"
  b"{\x0E\x17<aÏOFŒ—°ÇEì‹\v"
  b"â9Æ\x14Ó├Eé┐\x14ÉlZ²»ƒ"
  b"ÞÔ0-ª\x1ADí»ï\x07äo´ÿ&"
  b"\x0E\x17ÀݯñA\x04\x0EÓq‹#\x16·"
  b".H—Ø•qBg”Iy\x1AÊS#À"
  b"e\x03Òû|gKÉáTz┘½|^\n"
  b"Ž\x08Ø‘>›K~Œ\x00\x03Iw\x19\x08"
  b"çh¦\x1AŠ„H\x1F¥x£³\x1Fœ¢‚"
  b";žÄ…\x11pJE§IãK¤§Š'"
  b"[êÂËiÆBݽo”\x11F\tZ-"
  b"mêÅ'\x01\x1CLø¿6oKZ¢mÁ"
  b"¢╠¢\x05/ñDºì╦æ╦Í\x11« "
  b"ò@0\x1C\x05³@\x11¡\x7FoeÔ4Aa"
  b"§Aæ¢└üCÌúmı█╠SJ¥"
  b"ÿkMcCÒHn¦ ûÒÛÑô×"
  b"""
    \n
    ݉ÚhwC\x1C£DQŽ£œøi
    """
  b"-»Ò\x13ÓûGa’‹I}\x01l–ž"
  b"8oÚ©O-D\x03šZ ¬€+ªL"
  b"<\x08´á|ZDú­\rvF:<\x12"
  b">Â\x07„ÅJ’³‚È\x01§ôè®"
  b"L\ež!JÃI:”¿çƒ{'\x12ì"
  b"vMW\x1Aü\x07G¼¢áMG W\x06l"
  b"ŒÕñ@&×Kq’.œ˜c™\x02ß"
  b"˜Ùj[»úJ3­y\x18µÝ̆\x05"
  b"Ópä—zIŒ¹ÀX,’\eúÓ"
  b"¦@5\x15lÆAcïPN5;ÉeÃ"
  b"IÑKTFàM=˜êù¯\rûýØ"
  b"¡00Dw‰I©²keð{&¤Ù"
  b"¿n»ƒGýK<¹D.á2!Ø0"
  b"ÿ\x15H˜’RAÓœ\x16}>8\e\x19à"
  b"\t§ÎàzÏG¶‚{Od(˜ù\x1F"
  b"\x0F¦ö<±▀Fo¼ü░¡R//Å"
  b";µ÷Å\x1CÆAdɦ¯76\x04\x01"
  b"Oò%†E E¸”¿ŸÕ\x18m&ó"
  b"\┬¥\x0E}©CÅ×C▀°êÞ¤┤"
  b"Ö=Èu\v.B9‰¡µ÷¨Š¦P"
  b"°▒▄╚xZOkÄ[¬╠O2▀Å"
  b".\x04Fh¨qAh‰Ï“C\x1C\x0EÀC"
  b"HW%“QÑCa¸\x07_$bÀÓ¹"
  b"N˜‚¼É€@@©ç…ã\x1F®Ìð"
  b"WÉmt\x01#J°¿¾X\x17,\x0Eéô"
  b"náLQ×\x1CBrŠ)w€½ÊQ‘"
  b"p²ÀªÍ#O&€}ì\x18oÛÉO"
  b"ç¡àÛ\x1EÀB¹º[\x7Füw$m="
  b"Äç▄ár#LÛÿü¥I└f{P"
  b"˜–®¿.÷I$½f¢ù œé."
  b"£\riˆ}÷KɘB;¼\x16õþý"
  b"""
    ¸@6V^\x02EçÏ1\n
    ¤ï¥Á
    """
  b"¿ºULzìE¤„Ìû•" ÈÕ"
  b"\x07ŠõÐñGK\x02±_ç^\r©o‚"
  b"*–ò\e\x13¯GG±ž äœx¤‚"
  b"U}©–g\x16@@³å<Ë9nÅÝ"
  b"‹€¿¢E)EK€\x17’8¿ÚZû"
  b"ܶÜ\x02U\x08I`ºªjhSÏìÛ"
  b"÷┐Ø\x12ÏÊLä┤M¡×V¯D."
  b" ¯‡ÿÁ#G\x16§©ñ}f~¦+"
  b"$e\x06\x19G\x05µ³Xx\x14 ‚„"
  b"\x12ŒÚMHŒœ)£ª[¿¥÷"
  b"5gÅ!2ZOX·¥ë\r\x0E•ge"
  b"B\x1D­uA‘H>©Ô&(‘¯©+"
  b"d{S\x13\x0F/C—™–8k\x07Ž4Y"
  b"‘‡ÄÔ<HJ£ˆ…’©\x7FT\x08"
  b"┐_ÃÚ┘yNäòNá┴*\x1EäÉ"
  b"é\x19öÐP«J[¬æ³Æ8sµŠ"
  b"\x15}Ú€:mO\x11”f­‚mþyz"
  b"\x1AŽ%¿†FLùºjF·t\x0F"
  b"nÆîŠîfGk±5\x1CÎ1ª^£"
  b"MáìFÕm@²¼Î9x\x11TÊI"
  b"vô©\x17%üIž§\x17%”\x1Aì\x12-"
  b"Ž,ì±Æ]MÕ«Ze\x15’÷pî"
  b"´q³EÆßNk‹÷˜Á\x1Eص_"
  b"¼.-g’\eDj¾F©ùx¼ëÀ"
  b"¿qoA§SHÛ©ÀqAåÑ#Ò"
  b"ïÔµ_1sEÞ¼ç\x0Fнñ+b"
  b"§D3ɤ\fOÊÆmáS®\x04╔±"
  b"“ˆ\x04žŒÝNi¤>SÍPPÍ|"
  b"¬\x01ƤP_B\x15Š­\x1AStB \x08"
  b"Ù_!\x12…IB°)\x07\x05}¡<J"
  b"·╗ÆãçYG┤ä»sxXþSì"
  b"\x03õf%Z>J\f£BS¯Õ=Ø{"
  b"|²»ûıûAY╣o╦Ãü─Ç»"
  b"}N─kN\M¼ì2Æ¢ ©t:"
  b"Â\x17ÑN\x02§CeƒXß¿ÆDrü"
  b"ãn&:ýçJŠ—:åÔHÁšâ"
  b"åÇêð¸_C\x1C¯¹\x1CÁdŸRŽ"
  b"óý`‰1²I·œ§_\x11êyY‹"
  b"5½''á1GU¨·GN¢\x05"
  b"Ôo\fÚ-÷IU¦¤øó ìe/"
  b"v˧1\v=N╠ñ8:7\x14<É┌"
  b"\x10ÊÝóæéLàÂþYmÝ\rC"
  b" ¼ÓnÉ-Dpë­Rƒ\x1D\x04"
  b"0¡F\x1F˜ÄMº‚)Â'°÷_ò"
  b"""
    BQ™!\x02,Jj¨ä%\n
     ž‘6
    """
  b"EݬvŒ5OR£YhûS~å\x14"
  b"HÜúç[ÚBl’\x11SrÊÅ}G"
  b"K\x11øÑ\f\x0EK[‘ßÝ=¾x`|"
  b"UË'VÞ=N›½\x0E\vÚºž%:"
  b"\x1Dƃ^D^‡åÀ<\x1FÌ\x02¬"
  b"\x7F\x14\x03L”»¾º;Jpõ9"
  b"¤á\rõÒ<M[±=ˆÛ¤Ú,š"
  b"®\f‚÷Ö\vL‡¯É\x0E\x11(¾®‚"
  b"└qÚ─¬\x19B¿®Ó\x0FÉ\x10Gôù"
  b"╠²L³ËÊKÅà║¬\x1Eã╩|®"
  b"┌^Z\x7F[#BÉ▒▀ðñ\x0E¸Û\x13"
  b"ýÉë\x01‡r@À› ûœZûn!"
  b"\x07{ÕãD$ž&ˆbì>ªñ"
  b"³€í\x14›FÓ¶²ÙòÛ²¬ç"
  b"\x08F>è±\x1CGL¥Gqþýy\x05«"
  b",\x082├£tH1Àn\x04ò\x7F┤Ø·"
  b"4ãÁúısA"ÉøfÃáT'S"
  b"ZM1\x12\x11╩@0»7A±Bã±É"
  b"üR\faO&@Ü¿\v\x0EÏÁ│Gs"
  b"ûØhrïÚKRä\x14Juëõ9═"
  b"É\6åÙ$H²„@gb®ÒÓ\f"
  b"åÒ\x1A!€ÓN_–%~á!“5Ú"
  b"ëC+K¶\x13K”¡W\fµÒ>¶ô"
  b"\x07,ðñO¹µ1\x00­o£¨ö"
  b"KFwÀ─!I«Øõ8¦\x01Ü¡="
  b"ôðÏ¥×\x12M\x07│Årþ_\x7F×Ü"
  b"˜]\â¢>K\x13›A\x03ïsð\x10l"
  b"ú±*ñu¶FðÆ╩D░lÞôÉ"
  b"""
    ª\n
    û%>LD"°»Û‹âÂËF
    """
  b"Ìáó\x17‘“B1³9 ­‚\x07P\x02"
  b"\x18ω®Ž¨MŸkŠó«´Vü"
  b"$íP\t\x18.GìÿÀRÃìxa‗"
  b"""
    [╠\n
    d\x0E*E\x06¿ÅÑñ'{óþ
    """
  b"_Â6É@GA┬üµ¨:ê╩i▒"
  b"g>&\x7F¹•Dr¿*Ìí‘[æ†"
  b"€þ\x0F\x10¤)C1‹g\vá~É-µ"
  b"‘ëY}5íC\x16”‰ØmK^’Ç"
  b"šrš×݈Oƒ¹Œ\x1CWh†d¯"
  b"œ\x08:\x1EˆÐD\x07±tš<<}aÈ"
  b"¥xîïõ\x08Bo¦g1Kñ5t<"
  b"Íaî\x13ÆkI+€þK\x1F~"‰ù"
  b"צ2=ñ›E„ŠSl\x0FS̺Ð"
  b"ýxHç▒uGJûÕKüÆ:-]"
  b"ö.¨@„ŠIJ”„Uì¤ý—ý"
  b"úýˤ)„Až¬t\ºvìá¶"
  b"\x16Š\x01Æ?‚Háª\x7F.už-‘­"
  b"\x1CÓv\x13P8AL‘kQ9J¼5ä"
  b"""
    M‡:n¹\x1CG\n
    º\x01£y[RÒõ
    """
  b"g/Ô]GØCü½3‘ßrå\x06`"
  b"h]'ä+kD3²YlO¿ñ@…"
  b"«°\x1E`ô­H«▓ƒVjFü!\x05"
  b"³Ë¼¶R]F·”9ø»†S\rœ"
  b"©+╠ü§\x01K\vÁË,£.ÞOç"
  b"¹þŠ;ô©DÕºƒ;ω€\x19e"
  b"ÙÁ½Òh>B\r—ù`Ô\x12ï\x0Eg"
  b"ä„Lb‚ìEø¶ïo¼'fŽt"
  b"±\x17®¼¼6@ªÆ\x03M;É¥╝½"
  b"§åÕRç%EÓöWâü¹Oä\x14"
  b"\x13žÍsÒ]Oú°<Û\x03«„­Z"
  b"2\x1CŸG†×Aø‘ÂSfÌîL\x07"
  b"Mý|£EWBo£\x14嫹"\x10q"
  b"QË¥\x19\x04MM"£\x0EcËž\x0Fîž"
  b"i4Å\x05{[D`¬²d\tbÌŒ¶"
  b"iLIùA:C…œ<öÄê”Ä\r"
  b"jŒiÊ\x03\vD\x01±ÿñ(*‘sA"
  b"€]q\x00¹dJ™Žòôˆ[Ü\x03Â"
  b"Àµ·]ü>Fz‰oÑèe\x10“Ö"
  b"옾h`+Jÿ‰+õ¡†ª\x03ˆ"
  b"`g\f\x07CÙôÏl\x05\x1C)\x01u"
  b"h\x06ß#å^JÊŠo\r’Fþ.\"
  b"û#ÌB\tïC+µ¡o¾œ½t\x7F"
  b"\tjf1ó\x13Aî„R5¦þipå"
  b"\x0FLØ`68G³¡╠®└Í*öá"
  b"|\x1FÆGÚ¢Aâ‚z\eß\x02²’\n"
  b"ÌBS&œöOô¡\x1Dã\x01SâÕJ"
  b"×ì\v~\x08hE퇄^ãCÊ«‰"
  b"\x1A¥ÍÚ'HDÆ‚]Ο\x1F\x13ü<"
  b"\x16¼ooD4╝Å®Ü▀ÏıÌ"
  b"niQ{Ò¬JVª*†[\x00À\r½"
  b"À\x15Œ¼ÆzG\x16™¹-Á]fÙg"
  b"""
    \n
    üóM/ûCì®ØýZó2^[
    """
  b"\x1Aú‚?^ICªŽöì‡\x10&1*"
  b"\x1F\là;´Få’®uÞƒðñÝ"
  b"YL®\x13W»Oqºu3ßX\x13Þ¢"
  b"bÅ_vùVJ¯¸/ÎM\x10]Š‹"
  b"fh²-q–AyŽ\x08šÏ<ê‰÷"
  b"’5\x02Žê°JÍ‚d°¤Ô\x7F²\x1F"
  b"³y•‹AMO“¡Iõt×W°l"
  b"¹\x07¾F \x0EGë¦ï¶C¹h‡B"
  b"ñ¥„’ØcH ³(¶\x16P;\e"
  b"""
    \n
    3T…D–²®þ@ÖT°Ì
    """
  b"\x12&J„\x08W@b¨á\x15\r-ž˜\e"
  b"†lKµ§¡Bý®\x1Eç4¸Ó\x1Dš"
  b"Á<sÇ.ìM=°4\x7Fýf¡šU"
  b"Ö\t¬ëjOJ\x15«`´ŒUè(H"
  b"üƒb\e\x17hM牮\x15jJšëD"
  b"!Þ¾{4ÎDé€0¦O[52¦"
  b"8µ▄"~═LƒïQÎáÖwÉ "
  b"A\r?Þ˜ÈH~¯/µÓDí!¤"
  b"P\t░1Å█Fƒ»énØË¯û;"
  b"ZHÐ%CiOª¨þÛ¦\x16Î܇"
  b" \x0F×XÄ”G:Ž3,a\x01²nÒ"
  b"Û\x13´╚y1Ds▒¸K■D╩DØ"
  b" 5DÉÍäGs╗¸\x1A¬µ#½W"
  b" -i5wºJÍ‹Ýb\x06ìí\x08Ý"
  b"$¼1éO▄G╚¼\x02\x06ÍE^"
  b"*\x19:x0“I/šÈ©ÊP‹#\x11"
  b"""
    ,(H╔ØüK\ºÈ¬oôè\n
    "
    """
  b"wf\x01¾šJG\x15¹:«¢\x12Â;º"
  b"ÄÅjk*┼EýñDÍáïkö~"
  b"ž¢‰]Æ®@\x03¡|˜\x07?ø‡6"
  b"┌á\x11─ObN\x10ɵÓòÏ\x13ãh"
  b"\x00ìÒ\x1FE\x10DâÉÕ0sx█¾«"
  b"\x0FÅÆý2fH\x03«M½ÿÝM\e\"
  b"\x150:éñ§K¥¥V âf\î€"
  b"^—\x0FsÿôJÔ–÷\x0E¸àDa\x00"
  b"hèjͱ³M”€':ÅBVº\x14"
  b"""
    p\n
    pn×û@\vâêúÓ\x1F║IØ
    """
  b"‚W\x1F¿¡\x10Kì‹´èúö€eN"
  b"Åg\x08«?UBÚùÇݺ^\e!z"
  b"’ºŠ(NžOh¾5ô›¡2wÔ"
  b"Ö~'õ\x13\D├Ľ Ôî\x05ìv"
  b"ž\x15ÀûÿÌDF¶Cº\x00‡3|="
  b" Ç9³ù=HM¨BÒ­ 9£`"
  b"í¦øZ\x7F#F[¬ ¹Å\x0Fõîâ"
  b"\x0F¦lGFHX촃ѮۃÚ"
  b"¿Å†5m\x17LH ‘Ê\x17\x120Ó7"
  b"Ë?·¿<ðI‰»ßü8\røN}"
  b"úü™ëÍ5H‚»3Û\e_WVø"
  b"\x01nÚ'FIÉ´\x10\x03â"µ+"
  b"ß╗]\x1DKQO\x02ªâ§&┴ìá¬"
  b"þ÷ªùë\x18D—§’°µc¶c„"
  b"\x06)É^<\x15E(ôÒ{┴·v¥ú"
  b"OÎ"uö¹L_¿\fÀ[É*cg"
  b"çöA▓╩ÙDàÜN»\x1A÷É-<"
  b"▓8»▓┘ìHXù\x08»\x19$?é\x12"
  b"߀›gÚpAÞ©¢`öÀ†ã\x1C"
  b"ß÷+i\x10\x17Aו[ßÊ] \fW"
  b"â/ƒzùØK¿®%Î\x1DÛîV\x02"
  b"\x01²ã\f‰tOE²SK}ÕñŒ‚"
  b"\vÕ_HcwB7Ÿ¹Òß¼¹¹U"
  b"\x1EûºÁIÓOQ¸rå™ÒhgÉ"
  b"""
    -¶º“\x0FLKd­úY\n
    iR\x7FÖ
    """
  b"p5uÍ,FJû¢eý-C\x11"
  b"ž3e:ø®H6·iÄÃa`ÂM"
  b"Ä\x1CìmýÊAžº\x17…†\x1A=!x"
  b"Äï]Ji©E¾²(Šš¯\x1F\x01³"
  b"ÆC¥¥\x0F\x1EH²†\x15ëùêSÓÂ"
  b"╚üUÚ\x15l@u│¸ıW«░Úf"
  b"ùìÑl\x19¯J\r²ùág×Ù’†"
  b"""
    +/\x0E®ê\x06Bçµ\n
    Ò\ýõ-½
    """
  b"po°ÍqŠO™¶*§^æõ\x02\x00"
  b"{K\x03Kª5JX‡/Äv\x13ëÔ\f"
  b"™V²0œÙE\x05œO¦ñØŸ4L"
  b"""
    Êâ4÷T5GKü▄µ½#\n
    I1
    """
  b"Ù¤2\x15\x0F\x13I³žä.Yÿ\x19å;"
  b"ß}~£ÿ4H µ\x03>\x05Šå\x1Eæ"
  b"‚iAÄB\rA\x14»7ñÏÇ|¥½"
  b"\x07Ûª\x03ËNç£×Ô™vÜg¡"
  b"®l÷KÿdJr³šeƒóßs,"
  b"\x05m=bY\x11H\x1F–™6åÇ’Óí"
  b"\r¶é¹ØVB®ôq±è\9Û"
  b"\x0EúèZ LF¿”œ0 \x16Ê\x02\x10"
  b"FöXt÷+IpøPØ▓9Á╗À"
  b"b\x15÷“¸4O\f ÿå™ÑÙô’"
  b"ŽÄ¶‹ô\x10Lö‚>µ.\ruá¤"
  b"—"i\x06Ú¡Büˆq\x07$Hn¬\x1F"
  b"ÂKK3`|BÑúɃ;Ï@³§"
  b"Ê)\x10Þª\x1CKe╝kHmÅ_µ¨"
  b"\x01ï\x15n>ØIû¬╬77`┐░Y"
  b"\vÏÅÞPåHŹ­\x180\x08lzö"
  b"\x0E.°k³~FS†¼º!PAgQ"
  b"\x1DtKP˜¾Oh°{ßW\x0EŒÝw"
  b"\x1FÜÀáå1Df­4\r m´jW"
  b"""
     ┘%'÷\x08J╝ìâô‗\n
    ¨Å1
    """
  b"1ؘy"yAŸƒÓ„\Ï/à\x06"
  b"k\x02ÿlô®GCœ_ÒÙXJG\x10"
  b"v-\x07QÅIL/ªO±/C\x15£|"
  b"Éew#£4M╩í-\x16Å\t9ºm"
  b"©Žfà\x1CË@Žˆ·ÚàbfΛ"
  b"Å×\x1E@õgBŠ€£7._O-í"
  b"╩ÖðDجJð▒×·\x03Æ=Ú`"
  b"Ï&æ\x10¬&D\x04«\x06ðnYЊò"
  b"\x1AÞ÷O&E÷è\x05º\x11zuvØ"
  b"ì\rêpìèB\x0F„|\x08èo:1ì"
  b"1[X¢¡XCƒ–\x1Fã{\x07§\t¡"
  b"E¥É"i\tMâŸè\x02ƒœ…Э"
  b"Pyè\x1AÅ\x17K­˜/\x1E\x16WÂøM"
  b"═,nÁiüFâçp7L\x00ù­:"
  b"úL²yNÚL\x19ºŸÌý\f–´‰"
  b"²½h´øKOÝ¿ÉÌqÛ¡\e\x00"
  b"\x0E„grù+K­„d’¶Ü1VÖ"
  b"\x0EĨ˜xÊE¡°K¿3 æÕ\x17"
  b"\x1CîUÛ:\x04Dk«$ÅÙ└ÎI╝"
  b";Jz║©\x12G³úIøòÃÒÉ#"
  b"BAœ^Ã[J2•ü’w ]-Í"
  b"Gt\x04¿¦\x07JtØ6\x13\r\x0E8De"
  b"R4ð›\x1DÖCÔ†‡”ÏKp€W"
  b"|\v±GO¾E\x0E¦^°3\x19\x1AËÏ"
  b"Üáò\x01\x05╚DÞüQj╚╚█V\x08"
  b"¤I®¹È£J[¬T\vd„(“9"
  b"Ѥ·.L┌@^ºtAIÉÀý÷"
  b"ã\x06F—+|BYˆçâ\x00ÒŒî\x18"
  b"ð\x04‡YÆ7MA‡‘ÍhÜ\x1C¿?"
  b"öXR‘'ÀAgµÍ:\x03\x16b»k"
  b"\x12è\x04D†&Cm§¸â/et§L"
  b"_Òk4j-EÏîÅ\x00ôV5_¤"
  b"m\x04Í\¶»Arì1Z░î©"ß"
  b"œ„ìK\x07ÝCGœ•¹>Ó)ÔI"
  b"▒Ô╠¹\x13╣BÍÅ\x16qrï\Ð."
  b"\x1Eb░VN,ìÉ\x03jH?^÷"
  b"J3¼8ÊZDéµê¥\x03•ÿ–×"
  b"\x1A«ä\eLž˜ðo~ÄTû?"
  b"]¦Tk\x1E¡Oë±\x16ú¦/W„f"
  b"aÝüdc8HIá<äãô▀rª"
  b"g‹ë•³ÏOܘ§#¬@zÀñ"
  b"\x7F­"═uñN®Ø\x1CH|a¯[\x07"
  b"ç\x16BQ9jO~Á═Z┼Ø,í9"
  b"╬©╬Ø-DC=äÈ▄ ▀├║f"
  b"à‰\x00|‘àDÆŠÜ‚¹[\x1A"
  b"³üö¢nÿA°ò1æSnì/|"
  b"&¦_Õ═hKxá└íc\el¸ü"
  b"/¦K¡À\x07HרÎFZšÌÙs"
  b"C¡ö‘,úD*§\x1E3\fö¨9o"
  b"F\x18לMºA\x1F¾lê½Ut}^"
  b"I╦T─&ÛDìëÝ└vt\e§{"
  b"_s¨Z25Lgì³‗°RrÒ╚"
  b"""
    l³®B\n
    \x08A\n
    ¾bl¥%žÉ\x1D
    """
  b"w\x10>h¼ÖNg…e=@½\x04\x13&"
  b"\x16¾â^;ÅDhŠÂ·²µÈ\x13"
  b"\x1DUGeuÎK;ŶuäÀ\x06\x1F/"
  b"\x1F`͉×áBü´åÚ8UÓ,"
  b"+Á•?\x7FöH¨¾¿\x11é\x1Aµ£,"
  b"<ÈÅxÓ'A_£C™‰53ÆÏ"
  b"@fC¤–xGȨ°´\x10=\fcP"
  b"Aܶ<\x1F²I˜˜,™vM¬p×"
  b"Kyæ”6\eH˜¨Æ\x10»[ZGH"
  b"\rÞáK@®§@&¡jo­/"
  b"kô*\x10:\x1DC=”LDî®üa0"
  b"’ˆ¯v·\x1DJ\rƒHé\ra\z2"
  b"¬?┴T▒4E│É\tbøã┼Ì,"
  b"¬\x15v~\x0FsAo©R¬\x0F¢\x00ìæ"
  b"Á[ÿSòéN¯°\x10›'ÃŽXE"
  b"ØE“²zöBe „\x18K²›Jy"
  b"Ø÷\x14ÆèåG\x12³!¢ÎŠmô2"
  b"""
    ÷\x15\x15õ•.G\n
    žä\x04B>\x10\fî
    """
  b"ú\x1EA¦$¤F¹´bâ\x16\x044dk"
  b"(O•#ƒàM)‚Ö\v½xe”\f"
  b"0\x1D\x16\x1CA´É\x04┤j┬èCÊ"
  b"˜7·éÒEO²±g\v~&ÖG "
  b"ái\x15\x16,DMЃƧµ\t`}ó"
  b"ÒØ┴6ÉhA■╣(èÞû¾ák"
  b"Ù/ph`ÞMØáEu\x12z═┌:"
  b"\x12ÆÖæÉ.O¼ùZY\x05¨+í¼"
  b"‰ïüËøy@Ö»Õlš¹_§Ó"
  b"mœŸ\x00èHAÆ¿©\rðE\x14dP"
  b"Šø¬èOYJ\x15²$ÈÐà“%n"
  b"«g\x07U‚OD\e¬ìQ‡ÍŒø\f"
  b"êíMÓ(`@ßœ¼\ÝQe\x18p"
  b"7\x16ÉAwãMJ˜HNT\x04‘3r"
  b"O\x18ê\x00MíNÅ—ièÂ<ã\x0E^"
  b"Å┴´¡\x1Eg@¸╣Ö?¢rý\x02Ç"
  b"""
    “i\n
    r2ðHš€òÙ™0èÐJ
    """
  b"»Üá\x1F×▄BõçÉ╔\x1E\x08Àñì"
  b"´╠=·▓\x13G.ÿØ÷"vÜ\x13«"
  b"-Ó•p—þEœ™iC62\x16Ç¢"
  b"XàáyY\x15H®˜Ôú¹µ‘\x01\x0F"
  b"cÝÀ•\x1DDJ§‹9ÀréÚÏÐ"
  b"ü·ØJ ÓF═Çý│¿<AæÆ"
  b"´j6‘Ç1Jýªø\x13¬mõž0"
  b"¼`Z_\x1DµF\x10¨8ý³Rˆÿr"
  b"""
    \x11R&Ri\n
    KܱèõÚ$˜‚B
    """
  b"\e`%å3wH[¯9½¯>àFä"
  b"\x1E¥?s<êJbô╬ŵä\x03Îa"
  b"3hËóŸ\x16K¹¤\eòyLJõ9"
  b"«=˜ëŸÑCÀ±yËü¸½_¯"
  b"ɨ Ù“hA΃ãf·Ð7¥Y"
  b"úÀõ\x07ÿFNk¶v½\x0E·´\x1Fæ"
  b"p\x19]ß.2A€™ìJ\x04r\x0Fþã"
  b"ƒ¡\x06Æ\x10‹Aœ†Ë;üOpiû"
  b"„Ó\r¯1;J}Šàð«ß\x1Axm"
  b"Å\x14(\x11h\x17IØà\x03Ûv[ûûË"
  b"Ü\x0EüäT`A░Åõ\x03¢│U#µ"
  b" Z Œ¸bG\x1Fª:YK–Õžo"
  b"²MC”¤\x1CCð¶C ‚êª;ð"
  b"Ñ 2Û©óD釀E\x05ÅùŠõ"
  b"ùƒ/6q£EF¤HUâ‡+>\x1A"
  b"\x10\x08c4§–J¾´xi\x03¾ØéY"
  b"cº¸üÙ2C\x07ú¹║QøÇ¾ö"
  b"n╠\x19▒PqGIÜø\v5Åç\x1F="
  b"\x1E\x18ıòA■▒}¹¾▒Uüƒ"
  b"éºþZ¨kAƒ‡±€DÀ*1/"
  b"\x08ÞC\x1Eç´Ké¢Ê@^óÞšâ"
  b"<\x06ÆÂoÖJ\x11\x1FÉH\fLÖW"
  b"R\rðLzˆE:·®¾m\x13QøŸ"
  b"€-}Á»\x06C\x19–:¶¢ÍdêÜ"
  b".z¡¦B4NV”¡‰\x0F¤ø‰û"
  b"─`┬╣ŹA┌ªæ«\t├¼T\x05"
  b"Ãdü£úáDÈ┤╬§%Ç░\x1DL"
  b",ÌÜõ±}G†–ñ¯‘Ý¿¦ñ"
  b"A9¢'vBD\x1A®{\vsZ\x14ÂÄ"
  b"Ibm@Ä\x0EFõ´8\fq&Ã7ä"
  b"Wg\v[—Š@\r£J°òAËÅ0"
  b"ü¿È╝├fG¥┤öEv├¯)t"
  b"ƒì╬øP\eKIöBbkìá9S"
  b"Œ\x12)m\nkH\x00Ÿ\x11&ª©}Ql"
  b"É´sÒ┌ÙIËû¶ã¹Zg°└"
  b"Æn>\x15\x05╣A*ó ║^Ø╔öÃ"
  b"""
    â¡æ\n
    µˆJƒ•À\fu¥’\v\x1C
    """
  b"ï\x05Ø\x1CóìF\x19£ê  “™¯e"
  b"O}‹©à~B$¹e\fÑŒÄôw"
  b"ˆôIÅóÑN·´¨SæµS\fÑ"
  b"║ªZ'¹G@/üà â^}þQ"
  b"Åܺê¤ÍF\x01‰ÃfmJª ×"
  b"\x11\t>ú"»H<Å`═%,┴!\x7F"
  b"ï╦)ýدF\x13Ö\x15a¡QËBf"
  b"—°ÄpÎáC0®0±¨õ8´€"
  b"║Æ\x05┼‗É@xÂVºf ╗Ñ\t"
  b"*\x02:\x0FS]O»ˆ,s×äûgÀ"
  b"T~gEú╝O\x00▒8÷¥Øÿ£b"
  b"_A‚ ÂuAJ†¸—~çPp›"
  b"`D+j\x15©A\x0F¿\f\x06‚[\x12‘¦"
  b"s⢢ýÓCέôÁÎcÕîä"
  b"}fÉÂÄÅA]³\x0F\x0FŒÆžŠq"
  b"˜Âµk.\x1FK±“%›°\x1F{Úx"
  b"¡u¬█\x0E▀E─»3ÈõØ\~É"
  b"ÚiÂiû;Hë›\t<[s¬éì"
  b"ÆÃ̲Œ³Gž¨³y\t?Ií¢"
  b"\x02œfy\x05ÓGàŽ‡Vì“\x02ãð"
  b"\tX╔È´©O`ªéà\x08Éh4╬"
  b"(n\v\x16\x06IK¤‚\x19B+6v%Ï"
  b",^jçìIH‘¸®O´b55#"
  b"mı6╔a\x06A\x0E¡\x05┼D& Øé"
  b"~(‰œÓåKëº/m¤ß¤AR"
  b"˜ ›2*¬J\x07°LêHVÔ‘J"
  b"¦òÿv\x14RDî¬\e1ƒe1t\e"
  b"­D.¯ŽqA\x7F£âeè\x02‡wš"
  b"Q}Á¡éöLn•\x06È\x1EŸSí\x1E"
  b"ðÊÒnµ\x0FH\e¹pZK€óVx"
  b"4é[~îûIîÉ\x17\x185╚\x0E┼¼"
  b"¯˜SÑãDIM‘n\x1FܼµX¢"
  b"ôgÍ@•ŽGΡ£ÙNÇ1lƒ"
  b"\tªp/\x0F\x12LÛš\x12YV\vcÆ\"
  b"!\x08│ììÂMp╝W\x10-╗SAØ"
  b"-áBJzŽA\tŒ\â\x02w[£r"
  b"I╦ÅÊB¦Oh¼S\x19kòQe\x02"
  b"UÏáÜ'sJÅí-(╩╔íã°"
  b"ìõ┘÷ý^M>Ö\x11ðyu5®z"
  b"▄GVÜföJ┬øÔÎ\x17Î6Å\n"
  b"â\x17\x16\t¥AMB¾p8ðkòj\x13"
  b",¨‘\x1El†L$¤\x1FBqiO\x1AÖ"
  b"1ı╣ÛƒîKöü·XWd═}¥"
  b"\x15’zÐNõ«lèì,ÇsÝ"
  b";âd ädM©Á╦:e\x16>ÉÆ"
  b"HyP–\x18ÚMî«ÏS¢Ý•y\x1C"
  b"L$¡O49J³´ ËwŽf„2"
  b"N'\x05²ÍbM™´¯P¢]„%Š"
  b"V▀│\x0F\x08/CªöµÉ·\x0F─ï-"
  b"cØÜÀÌxEo┐Z\eàS>í¤"
  b"„’O»$‡O\x15«%P\x07»kà\x1E"
  b"""
    °R\r4±5HD­¦oÕ\n
    DNO
    """
  b"áÁwö°àKA¸éÖw'-\x05\e"
  b"ÙÌ║║ü¡Eýùàc\x02\x18\x17\x1D"
  b"ú mUçmMm†ò\x00Í5Q¬‰"
  b"\vƒ$©8\x14J²½\vÂLj€ò"
  b"\x12n]²\x15œCý…íDÂ%\x02\x05®"
  b"1QãH>\x02DM³Øk\x03\x1F´‹G"
  b"e[ù›\x0EDA\x1D†—yÌåögm"
  b"eßó╝6\eLäØ▓¶\x18Í\vƒí"
  b"í\x0Fέ¼ÀNK¿¸zÅÞ×,“"
  b"î}¸ŒÎðJ:Œ‡\x15e þ’á"
  b"[\eE\x04~REP…Lm:\x1C„Gè"
  b"a\x06aýº¢Gm»¾­ jñŒý"
  b"ƒ§\x14yÂìDÑØþ\t║D╣»À"
  b"Ðö\x18iº_E¾®Nj–÷\x10Êè"
  b"Ý™´ì\x03>Cs n¾œÊ+®—"
  b"ÁÑÀ¢”\x1FC@Ÿæî\x14–è\x17Z"
  b"·w\x0F«\x06ÕJ█óÉù} Ûk█"
  b"\x15┐Ás0Ñ@\tíÑ▒#³±ìú"
  b"\x18úTÿ░\x1FAsüS\rŰ*ÁÙ"
  b"$¾´ÛÓ\x0EAX…‚z„º\x10çÆ"
  b"6îg\x0F°¢H;ɹ\x14A¹Ë╝Z"
  b"G\v(‰\vîI.¯ïZ¿!ÄLÙ"
  b"\ø§)O¿@÷Âr­Ô¥ØN"
  b"╩>dÖzkJF╗Á\x15ìÌS\f'"
  b"""
    \n
    áúrÄGüÑı▀Jµ[[ô
    """
  b"ãK\x12#`m@-”.ØF\x04×û¹"
  b"ÿQiÚ_{HƃÊ{X\è4³"
  b""Ýu\x1DÂéM-î\x1Eɦ\x1EÜí "
  b"&dÓ┬ë»I|úZüR"o«0"
  b"'\vÅ\x04ùßHHç«WC\x19╝*║"
  b",hîøÙrM\x1Fü╣\x19Ê:7¤·"
  b"=\x05üI┤6I┤å\x1D|3Ëoj¡"
  b"\x0F\x1A›lJX¿-\x10\rt±éY"
  b"s\x10ß5ŠkD\v¼q¬Bs\x1E\x1A~"
  b" Æ¬\x14w+Aº‘Öm\x1Cm" Ô"
  b"""
    Îr@å§åD\x19º\x1D\n
    íkáÓ_
    """
  b"ÕÚZÚ­]J¾¬þ*7Œ/êª"
  b"Ü\x03¡…«UA4¾¦´\x187\x14\\n"
  b"ü13\x194s@#…z` gô‚¾"
  b"(k@n\x03\x1CKB…Š?ªÜ^\x01£"
  b"H5£R\“D\x1Cœ#‚¤i˜–ê"
  b"\”Ây¬\x13@\x00…š¦¹in¦²"
  b"~¹üõ%§Næ¼ø¶í;<‘c"
  b"ùØ┌Ó\x7F\x04D%ózF┌W\x1DÈ‗"
  b"àn ¹<'E¢¬,£Ótþot"
  b"""
    \n
    ÚzÌ!¤FQµL­{à\x07\v\x19
    """
  b"\x16!ÙÃx&Dú»vý§g§\rX"
  b">┌À¿êÃNBìÑ┼\x134█Òc"
  b">öXY\x19ÅM\v¡ÃaoJX>«"
  b"o\x16w\x0E3\fHÓü%8┌┬ÉC×"
  b"«ßQ\x11qICzŽÎ­\x1D6qh\x1C"
  b"±…\x0En ŠC‚¡|Dؗكj"
  b"ÓÜHÔ\x18\x7FFÞ»HïÐq"\x04\x07"
  b"$ö,’ÿêDÿµò„¶/ÆË…"
  b"E\x03ýV╝ÊDQì<)¤c¼QÒ"
  b"I+_fá;@^™12oS9\x13y"
  b"u─ÅÚ\x06ç@┐ÉÅ\x14Kÿö1:"
  b"~&îÊØlE7©«U\x1EÔ\x18þ\x0E"
  b"è\x1CXbe:C\x0FÅ*ªYæÀ/ö"
  b"\x0FFÀ‡\x05ƒB™›?\x0FlÌœR\x1F"
  b"40Ï\f\r4@#ˆäçâìjÇ\f"
  b"GdŽfUÜO\x14‡“¹¢ïô-6"
  b"\úsñêÛI\r¸äÖè¡SÍ;"
  b"†•\x19ì4nF-™…ø­æ\x11:""
  b"Ø\x01\x1D3╔F¼║¼±µ¬º!Ó"
  b"º6\t╩üîDe»ac+5° Î"
  b"¸õÈ4Qw@Ä”L·4íü§ˆ"
  b"ݼ/° SK¾£®#Ù\x0E‘¤N"
  b"ó\x0E×\r\x05•Lñª¹Ó\vk:«d"
  b"""
    \n
    ©/™B˜ƒE\x05Í”ü\x19œ
    """
  b"ksÀ\x00£àG„±’ª]I1ÝJ"
  b"ÅpXëpVIÌà▄\x08Ì\x19\x06"
  b"“A)W¶˜Iõº\x7F«Ef®Šº"
  b"¢$>+#žI\x0E\x13l‡ ៌"
  b"¿ÈW[fÈN ‘œ¾\x1A\x0F\x1Eµh"
  b"ʳ\x13Ž\x06ìBº¡t\x02^Cà Í"
  b"\f█#¸\x15NÓä\fµ\x18ÉV▀\f"
  b"Ô"ŸORúC命‘žJõZù"
  b"ýTJª\x16\x12@Uªsìm!„™å"
  b"""
    &&£$%\x7FB\n
    \x14¯Nôax_
    """
  b"2û‘gïšJųÉ{¹\x01¥'U"
  b"EùID;\x05GW¿■l╣ÖɺX"
  b"X7ÎÃSØGê┤v:╠Àzç┴"
  b"lŽI‚íJOä‚þ]ÿlù?]"
  b"¤Þ\x16B³bGR™\x15K\œüm%"
  b"═˱ÅdëEýí╦C+┴\rıÖ"
  b"\x02 '³¢F\x16¡▓IÅ┘╚\fì"
  b"lG.#O…Cc¥õÄz®šG%"
  b"\vò=µµ!Kž¯\x12k\rõÏÆq"
  b"H?\x1Eƒ4NKͪZ\x03\x15*\x11"
  b"UkM\vÜ›Lè¶\x00“‰r…E\x1A"
  b"kj¡®’±Aü¬]tø\x06;$é"
  b"ÖÜ… *KBÈ´\x07\x11Òh»È…"
  b"\r|>|®V@ε½6èžâJ÷"
  b"\x19–”¤\x15¶O3‘å…\eZ\x123\x05"
  b"Uàˆ6Ýf@5©\t”i\`Âñ"
  b"dc§È\x1CËB –\x05Ÿ¸Ðx\e\x14"
  b"ü&¨\vö\x02I.É┤*K\x0F\x10 ý"
  b"Þ(¥tƒèDY·¯–/Þ˜î'"
  b"""
    ÿ™—‘ä\x04MF«\x12oˆ—\n
    
    """
  b"\r\fó┤╗ì@0Æ|Z\rèc\v"
  b"wÏ–®¹\x15EA‰acWþõrÈ"
  b"ö░PðË\x18A)ÉIåÓó=øx"
  b"-ö[ZtÅDbÖâ┼þ$fÈØ"
  b"å\x064ÚD¨AØ«I ÈtÀ¨Ä"
  b"‡q\x00ç\x08ùA£´Ó€`k%\x18\n"
  b"¬Íݸ{\x0FK€´›Û²\x06\r"
  b"""
    àùé\x0E’ûNT°Ü}¬\n
    WóÕ
    """
  b"A½ºóð\x1FJ-üR\x1C\t*\x12"
  b"ðš“\x1F:ÔKåŽHM»\x11ìHž"
  b"\x18³aðÁßHv‰‡õŸ·t9\x13"
  b"[+ËûK°M±£gôˆ›}V\r"
  b"…€¡Å£ÂA\x18šzrÐõÇï¸"
  b"╗¿░åéôI¡ïÅ\x1DıÜ─èg"
  b"á’P\x0EìüH¸ŽR\x19¡ø\fZx"
  b"ð9µå\x19\x1E@£žs\x10QàYZr"
  b"Áì╗ÏmDD\x00ó¸<Ø»SÄ┼"
  b"%!]h■[B!»òÏÅË~´B"
  b"`\x14=2Ø(@Ù▓À|iU\x11┌>"
  b"m3o:¤ÆC^¡m\rqKy5ô"
  b"ü‰³÷:JK1ª8Að\x1A­œÆ"
  b"&9"\x16~[Fܲ€û«\x03[íó"
  b"6\x1F7ò(ILßšp¨%Ï™úæ"
  b"?Úeg’eOQ´Ö¨$e>\x172"
  b"Mwƒ¼\ÉGóŒÍ”b\fYt‡"
  b"œ\fµ…‰äCì©Wm_³‰ŸB"
  b"""
    ʨWtU\n
    KÞ„z&|é|Cq
    """
  b"ÚÒí\x12\x05JE±‰ØhÅ\x1F¤¿D"
  b"▄eæºZTAmƒÅ`\x01ã®\x18»"
  b"³Å¢H%\eJ+öÛÙ¢¢e¯\x0E"
  b"\tmýìKıIÙÖK\t╩¤Ì3┬"
  b"""
    ?╗r!─\n
    C║ü╚ˬ8▒â'
    """
  b"Fa\x19\x02K\x05ØÝ█´½\x1Eáß"
  b"üı®k\x143K¬ÿ\x17Ë░Â\x04.B"
  b"""
    Œ\n
    …µæ<IfœEdµL«I»
    """
  b"ÄÚPQ÷¡NI˜UÊ:ÆŠLJ"
  b"═t[­°9D4âØ\vß{WY‗"
  b"‗¥À£ÈhGÜäKû\x08ØuMZ"
  b"PÔõ¿¤ÖJe¯=ú-#r̆"
  b"V(\x16"5ÒCLØ;└░õÉ╦╦"
  b"k«■söàKü│N┼m°ªâ\x02"
  b"ŽtŽ¥!îC\•í\x00\eá+"
  b"\x14m²˜)—L˜ˆcŽn `/†"
  b"¨Š¤ßdrFT¥Þ!'ÙIÁ¬"
  b"¯ÝYø"~G`¿\x12 =±-k'"
  b"Ô\x15#¶ì¶Eàä├a zØ▀¿"
  b"èüìñ»*IsœÍ®0{óZè"
  b"\x05\x00<GC´ÄüT N▄&ò"
  b"1+┤\x1Cf─MØéÓÏ(÷å%Í"
  b"HL\x03oaÁEO²ÕÐ1Û°ÄÌ"
  b"Wÿ\x16\x02f\x1AA·BxÑþÈF\r"
  b"r†v^\x08ÜNG¥UkíÿÓWê"
  b"‹q2pTÞA›—<NFÅáêÁ"
  b"mï¿ì^­@<‹›î\x04†Pû|"
  b"\x7Fì└¥+\x13Iߣ╬Rß▄`yø"
  b"ª\x17ýrL\x17CRØ┬n.¼\x0E§Ø"
  b"Ê+qÛ•QI¸—Z˜2°à\t{"
  b"ı~Õ~·cNìÿÝ░F═:1\x04"
  b"ðWr!U¦N\x0EŠë|\x07\x13|Sü"
  b"øÄ \x01êùOñ›–Fn·³“g"
  b"·└â\x13ıÞFãæ \x1EØ\x1AD²╬"
  b"\x15„Êc¯âDÈŽ\x19)õn+Ëü"
  b"\x1Dô¼xh╚G«Å²U═AàH\x19"
  b"¢„\x15M4\x01Jü gê> ,\tG"
  b"▒sï6{ØK\x12¡¡*àQå\x0F"
  b"ɧæüþcH˜¼\x18™*.Ñ1 "
  b"\x14-V8ˆMIð±dߎԶõñ"
  b"\x1F[øî¶\x1CC¯Ÿ¹6 ¨\x7Fì\x08"
  b"X\rv6‚WDó‹XW\x00t¿Ù±"
  b"kœH)­”F¾­¦K…\x04J8ê"
  b"q┘>BÁÄB×ì[Ìúãà\x05ý"
  b"’Vχ'-KXª6ÿ\x1Ff&©§"
  b"¡&ûVHUFŒ…Ù¨!:{¯M"
  b"¡»ð­\x15ùJcªk\x10ZX"
  b"ÉÕóLæiK®¥†¿þîüþm"
  b"òض»‰òIîªbr³Ãs\x08\x03"
  b"pY±©¹ÅLV¼}H-Så×h"
  b"rnéÆ[ÄG踕ÉZ\x18hã]"
  b"\x7Fz';*ÿM‚–]ÅÎo_îI"
  b"\x02S0l#kLÕºˆliçcì)"
  b"\x02Ô\x02ÔάMõ¼S*4¬û~ü"
  b"fZgu\x16IFMµ\r~t=àò¸"
  b"¬2;ÌÑ\x07C€¹ÈÎè— ½*"
  b"¯\x1E‰cT^Dˇi±¤ãaé\x0F"
  b"È0dl\x0E\x1FNUžë<a¬iòx"
  b"ãÄ\ôJYMÒ½êeï\x14\x03§Ÿ"
  b"·Ð\x7Fû┤PL\t©k\x0E3\x02OüÛ"
  b"xñ?Ï" Eا–.wð;dq"
  b"""
    Ë\n
    \x05ð\r\eOS…ѽ÷+á•=
    """
  b"Nµ/úÉK@▀À\x19╝ËX\t«É"
  b"\I-7)GB\x06‘¡¨Ô.\v·ê"
  b"t¯É\x01þnHh€\x1Eûï\x07ϵ/"
  b"\x11bü÷0O¶¸D\x1F,…ÒF‹"
  b"±¥‘{,BL˜¡\x08J“…m\t¤"
  b" VD\t¶╔OråÍ│Â(ü/¹"
  b"\x0F¢Ý2â!Ni±œ¢¤mŒ]\x1E"
  b"/Ín¶\x03ÉN´ÄÈ\x1Aø░└Ô>"
  b"I\x17¨ÑBWDfŒsl1m?sH"
  b"‗.Ò©·ûD8┤q\x17­§cüÍ"
  b">+—î\rŠA\x08Œ{0<±¡\x00\t"
  b"xž4ÜvÝG†­\x1Eð mL*\x1E"
  b"‰€ÐWÓbAº·ÐhÄ7¿}?"
  b"µðr¿\x16\x03A\x03¢zýB\x1F·˜â"
  b"©MÑA\tØK¨©9\x06─<×╗§"
  b"úÅé|ÍÌF«˜QÜÑCcµH"
  b"d\x1C-±ø¸C³¬\x7F9vÏáÃ-"
  b"™éš·T±BLžÊ\x01§Lìûi"
  b"Ù\x14fº lGó¢€…­c7FY"
  b" \x0FÅw\x1FøD\x1FåÿL\x00\x17ËpP"
  b"‰ÓXd÷©Mذ{ô\x19b…‘®"
  b"ØéÝÛHøA³à4¤úú?Hh"
  b"/ÌD\x1FíâF~ØZ\x7F\t═¶®N"
  b"2=\x1E}\x14ÛD­™ãɉ3\x1FÓ~"
  b"oó’ñJÚD\x15š\x06\x7FÍŸB\x1Df"
  b"Àµøƒ,ÞG\x1C™‚uâó¥â«"
  b"Ë\v=Y×ÝG·³«æ]\x1Fá›E"
  b"æŽA¯7úK\x14¶¤\t\x04(š½6"
  b"í“°m²iF"­b\x18Q럑È"
  b"\x0FÏ7\¤[KÂ¥F–9Ò\x1FÎ\x11"
  b"\x13†¦ƒf†G>‚b§©Ñ4\x07É"
  b"\x1EŸšÏ‡(@© %µ!ZÄd>"
  b"ƒé\x10\x0F9úFQó½╗Æéy¶Å"
  b"É»\x1Fž[¡I\x06µåhø\x19bÃ4"
  b"‗>>YèpB7ÁÉ\x7FÝùË6>"
]
85 6.74 ms
# product-listing::property-filter::read
SELECT `property_group_option`.`id` as `property_group_option.id`, `property_group_option`.`property_group_id` as `property_group_option.groupId`, `property_group_option`.`color_hex_code` as `property_group_option.colorHexCode`, `property_group_option`.`media_id` as `property_group_option.mediaId`, `property_group_option`.`created_at` as `property_group_option.createdAt`, `property_group_option`.`updated_at` as `property_group_option.updatedAt`, `property_group_option.group`.`id` as `property_group_option.group.id`, `property_group_option.group`.`display_type` as `property_group_option.group.displayType`, `property_group_option.group`.`sorting_type` as `property_group_option.group.sortingType`, `property_group_option.group`.`filterable` as `property_group_option.group.filterable`, `property_group_option.group`.`visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage`, `property_group_option.group`.`created_at` as `property_group_option.group.createdAt`, `property_group_option.group`.`updated_at` as `property_group_option.group.updatedAt`, `property_group_option.group.translation.name`, `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.media`.`id` as `property_group_option.media.id`, `property_group_option.media`.`user_id` as `property_group_option.media.userId`, `property_group_option.media`.`media_folder_id` as `property_group_option.media.mediaFolderId`, `property_group_option.media`.`mime_type` as `property_group_option.media.mimeType`, `property_group_option.media`.`file_extension` as `property_group_option.media.fileExtension`, `property_group_option.media`.`uploaded_at` as `property_group_option.media.uploadedAt`, `property_group_option.media`.`file_name` as `property_group_option.media.fileName`, `property_group_option.media`.`file_size` as `property_group_option.media.fileSize`, `property_group_option.media`.`media_type` as `property_group_option.media.mediaTypeRaw`, `property_group_option.media`.`meta_data` as `property_group_option.media.metaData`, `property_group_option.media`.`config` as `property_group_option.media.config`, `property_group_option.media`.`path` as `property_group_option.media.path`, `property_group_option.media`.`private` as `property_group_option.media.private`, `property_group_option.media`.`thumbnails_ro` as `property_group_option.media.thumbnailsRo`, `property_group_option.media`.`created_at` as `property_group_option.media.createdAt`, `property_group_option.media`.`updated_at` as `property_group_option.media.updatedAt`, `property_group_option.media.translation.title`, `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 `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option`.`media_id` = `property_group_option.media`.`id` LEFT JOIN (SELECT `property_group_option.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` 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"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01²ã\f‰tOE²SK}ÕñŒ‚"
  b"\x03õf%Z>J\f£BS¯Õ=Ø{"
  b"\x04+'‗¿ì@╔åè£═b■­\x14"
  b"\x05m=bY\x11H\x1F–™6åÇ’Óí"
  b"\x05Òï)8sC‡¤Ü®§­]ý\x1F"
  b"\x06)É^<\x15E(ôÒ{┴·v¥ú"
  b"\x08F>è±\x1CGL¥Gqþýy\x05«"
  b"\t\x0E¤ÖáåK>ØÙ#\x16*y¸i"
  b"\tmýìKıIÙÖK\t╩¤Ì3┬"
  b"\t§ÎàzÏG¶‚{Od(˜ù\x1F"
  b"\tªp/\x0F\x12LÛš\x12YV\vcÆ\"
  b"\vvÿýˆc@K€l\t.ˆj\rÈ"
  b"\vÏÅÞPåHŹ­\x180\x08lzö"
  b"\vò=µµ!Kž¯\x12k\rõÏÆq"
  b"\r\fó┤╗ì@0Æ|Z\rèc\v"
  b"\rh1\x05†ùL ¨·ÃU…¢àF"
  b"\x0E\x06îuÕg@±¢0L9Ï}},"
  b"\x0E\x17ÀݯñA\x04\x0EÓq‹#\x16·"
  b"\x0FÏ7\¤[KÂ¥F–9Ò\x1FÎ\x11"
  b"\x0F¦ö<±▀Fo¼ü░¡R//Å"
  b"\x10\x08c4§–J¾´xi\x03¾ØéY"
  b"\x10\x14¢nüÔIήÆ_êñ\ev>"
  b"\x10ÊÝóæéLàÂþYmÝ\rC"
  b"""
    \x11R&Ri\n
    KܱèõÚ$˜‚B
    """
  b"\x13†¦ƒf†G>‚b§©Ñ4\x07É"
  b"\x13žÍsÒ]Oú°<Û\x03«„­Z"
  b"\x150:éñ§K¥¥V âf\î€"
  b"\x16Š\x01Æ?‚Háª\x7F.už-‘­"
  b"\x16¾â^;ÅDhŠÂ·²µÈ\x13"
  b"\x18¥|­╣-HêØË╗\x18Tõ═╩"
  b"\x19–”¤\x15¶O3‘å…\eZ\x123\x05"
  b"\x1A£ÉŠ÷—F#šÑV\r<êÉ\x00"
  b"\x1Aú‚?^ICªŽöì‡\x10&1*"
  b"""
    \e\x1A\x13/΂O’Œ\n
    ÓÍ\x17€]y
    """
  b"\eˆ^ªWáO— 4Ï\x00Ú,áì"
  b"\x1CîUÛ:\x04Dk«$ÅÙ└ÎI╝"
  b"\x1CÓv\x13P8AL‘kQ9J¼5ä"
  b"\x1DtKP˜¾Oh°{ßW\x0EŒÝw"
  b"\x1Dç<]"{N\x13¾Pç•Ö6&ñ"
  b"\x1EŸšÏ‡(@© %µ!ZÄd>"
  b"\x1E¥?s<êJbô╬ŵä\x03Îa"
  b"\x1F\là;´Få’®uÞƒðñÝ"
  b" -i5wºJÍ‹Ýb\x06ìí\x08Ý"
  b" ÊÅlF\x1CL±©™\x08è\x17ÚwD"
  b"!À.ú­‡Mõ‚@(‡wúæµ"
  b"!Þ¾{4ÎDé€0¦O[52¦"
  b""îÖ'çìE$Ä,ìï╝\x06aM"
  b""Ýu\x1DÂéM-î\x1Eɦ\x1EÜí "
  b"$e\x06\x19G\x05µ³Xx\x14 ‚„"
  b"$À‘e\x07\x03B³¢‹'´Œkäm"
  b"$ö,’ÿêDÿµò„¶/ÆË…"
  b"%!]h■[B!»òÏÅË~´B"
  b"%ö¦ø»¸B£‘sX÷Š€©Ë"
  b"""
    &&£$%\x7FB\n
    \x14¯Nôax_
    """
  b"&3™Ò¨+IO•n/Ø”_3Ó"
  b"'Å┐TÖïBÀ¬7%fÈ┴%§"
  b"(O•#ƒàM)‚Ö\v½xe”\f"
  b")l·!\x03ÂC¹€@+×x\eÅl"
  b"*\x19:x0“I/šÈ©ÊP‹#\x11"
  b"+úÃ\x12¿\x14K=šêN\x01~›=\x7F"
  b",\x082├£tH1Àn\x04ò\x7F┤Ø·"
  b"""
    ,(H╔ØüK\ºÈ¬oôè\n
    "
    """
  b",^jçìIH‘¸®O´b55#"
  b",hîøÙrM\x1Fü╣\x19Ê:7¤·"
  b"-’HlÑ*F\tв\x1D²/‹P("
  b"-ö[ZtÅDbÖâ┼þ$fÈØ"
  b"""
    -¶º“\x0FLKd­úY\n
    iR\x7FÖ
    """
  b".H—Ø•qBg”Iy\x1AÊS#À"
  b"0¡F\x1F˜ÄMº‚)Â'°÷_ò"
  b"\x12ŒÚMHŒœ)£ª[¿¥÷"
  b"3hËóŸ\x16K¹¤\eòyLJõ9"
  b"4é[~îûIîÉ\x17\x185╚\x0E┼¼"
  b"5½''á1GU¨·GN¢\x05"
  b"7ŕܪ‚@q´¿`\x17Å Á."
  b"8oÚ©O-D\x03šZ ¬€+ªL"
  b":.ÊȃXJݧµJY×·Ø\x03"
  b":à3\v®ÖCñŽœêcr\x1A"
  b";3«¬íz@›šä$FÅ[f+"
  b";žÄ…\x11pJE§IãK¤§Š'"
  b"\x7FÛRÞJ\x1C¹7ÝöÅâÄË"
  b"<\x08´á|ZDú­\rvF:<\x12"
  b"<íìO­%G`®─7\x1F°3â▓"
  b"<ÈÅxÓ'A_£C™‰53ÆÏ"
  b"=€\x04Óš×N\x10‘IèÏi„ 7"
  b"=®)9ñüJ\x1FÆR\x11!SZ°v"
  b">Â\x07„ÅJ’³‚È\x01§ôè®"
  b">öXY\x19ÅM\v¡ÃaoJX>«"
  b"A\r?Þ˜ÈH~¯/µÓDí!¤"
  b"A\x13ªÊþZ@î¿HŸP\x1FkVò"
  b"Aܶ<\x1F²I˜˜,™vM¬p×"
  b"\x03Ju×A怽\x15óXØC’"
  b"E¥É"i\tMâŸè\x02ƒœ…Э"
  b"EݬvŒ5OR£YhûS~å\x14"
  b"EìzÎ^…IŠ­Ô‹\x10\x03:ó*"
  b"FäŠqkºA\x03§\x12½\x12P~_ˆ"
  b"GdŽfUÜO\x14‡“¹¢ïô-6"
  b"I╦T─&ÛDìëÝ└vt\e§{"
  b"K\x11øÑ\f\x0EK[‘ßÝ=¾x`|"
  b"KFwÀ─!I«Øõ8¦\x01Ü¡="
  b"Kyæ”6\eH˜¨Æ\x10»[ZGH"
  b"L´C\x17NšH‹ƒÄð›2|BÐ"
  b"N˜‚¼É€@@©ç…ã\x1F®Ìð"
  b"O}‹©à~B$¹e\fÑŒÄôw"
  b"O└¤ù ╦JÉå║⮵Û_Ö"
  b"Oò%†E E¸”¿ŸÕ\x18m&ó"
  b"P\t░1Å█Fƒ»énØË¯û;"
  b"Q¹¾¨ãXF\x11 \x11ª©\rØè¶"
  b"UË'VÞ=N›½\x0E\vÚºž%:"
  b"Uàˆ6Ýf@5©\t”i\`Âñ"
  b"V¿‰Ù\x10ÊKA…­gOÓ\x0E\x110"
  b"Wg\v[—Š@\r£J°òAËÅ0"
  b"WÉmt\x01#J°¿¾X\x17,\x0Eéô"
  b"XÅ<Ìy¹@Rè©Ñvd\x17ìÓ"
  b"\x1A«ä\eLž˜ðo~ÄTû?"
  b"[\eE\x04~REP…Lm:\x1C„Gè"
  b"\┬¥\x0E}©CÅ×C▀°êÞ¤┤"
  b"\úsñêÛI\r¸äÖè¡SÍ;"
  b"^*ô‘\x18á@ò©6ßè\x03é :"
  b"_Òk4j-EÏîÅ\x00ôV5_¤"
  b"`g\f\x07CÙôÏl\x05\x1C)\x01u"
  b"a\x06aýº¢Gm»¾­ jñŒý"
  b"bB▒"FØL"ñ▄æDóóG "
  b"c}´¿ß¡BוËo\x13jç´;"
  b"cº¸üÙ2C\x07ú¹║QøÇ¾ö"
  b"d½ı&X\x11B8úîÅùä.\x04è"
  b"e\x03Òû|gKÉáTz┘½|^\n"
  b"eÃÑ _oKù¸Î®1\x10¬Ï#"
  b"eßó╝6\eLäØ▓¶\x18Í\vƒí"
  b"fZgu\x16IFMµ\r~t=àò¸"
  b"fh²-q–AyŽ\x08šÏ<ê‰÷"
  b"gHA‘uJJÔŸúxÒwJ[ø"
  b"gЈJ²\x04Lܽ}ãùå`G•"
  b"h\x06ß#å^JÊŠo\r’Fþ.\"
  b"h]'ä+kD3²YlO¿ñ@…"
  b"iLIùA:C…œ<öÄê”Ä\r"
  b"jŒiÊ\x03\vD\x01±ÿñ(*‘sA"
  b"k\x02ÿlô®GCœ_ÒÙXJG\x10"
  b"kj¡®’±Aü¬]tø\x06;$é"
  b"lŽI‚íJOä‚þ]ÿlù?]"
  b"m\x04Í\¶»Arì1Z░î©"ß"
  b"mı6╔a\x06A\x0E¡\x05┼D& Øé"
  b"mêÅ'\x01\x1CLø¿6oKZ¢mÁ"
  b"mï¿ì^­@<‹›î\x04†Pû|"
  b"mñ•{@(A»Œ¶!¿\x19wi,"
  b"""
    n=/\n
    ×ÿM\x0Fóò¨\x13AmØý
    """
  b"nÆîŠîfGk±5\x1CÎ1ª^£"
  b"n╠\x19▒PqGIÜø\v5Åç\x1F="
  b"oó’ñJÚD\x15š\x06\x7FÍŸB\x1Df"
  b"""
    p\n
    pn×û@\vâêúÓ\x1F║IØ
    """
  b"p5uÍ,FJû¢eý-C\x11"
  b"rX^~gåKô¿\x0EU˜˜=È¥"
  b"sµÑ╦ÄæO1ô\r,ti·Å§"
  b"wf\x01¾šJG\x15¹:«¢\x12Â;º"
  b"x\x00{æ¡§HüóGå8╚■┼""
  b"yV„ø&oF›¼¶\x18\fü“Zs"
  b"\x1E\x18ıòA■▒}¹¾▒Uüƒ"
  b"zi‹ÓK”H)½\x1C^¬Þ:>Ê"
  b"z°JþÔÈB\x1A Ï\x05\x01^Ãòí"
  b"zǬ\x08b§B\»àö]ºò·ç"
  b"|²»ûıûAY╣o╦Ãü─Ç»"
  b"\x7Fì└¥+\x13Iߣ╬Rß▄`yø"
  b"ü&¨\vö\x02I.É┤*K\x0F\x10 ý"
  b"üR\faO&@Ü¿\v\x0EÏÁ│Gs"
  b"üı®k\x143K¬ÿ\x17Ë░Â\x04.B"
  b"ü·ØJ ÓF═Çý│¿<AæÆ"
  b"‚W\x1F¿¡\x10Kì‹´èúö€eN"
  b"‚iAÄB\rA\x14»7ñÏÇ|¥½"
  b"\x07Ûª\x03ËNç£×Ô™vÜg¡"
  b"„Ó\r¯1;J}Šàð«ß\x1Axm"
  b"å\x064ÚD¨AØ«I ÈtÀ¨Ä"
  b"‡q\x00ç\x08ùA£´Ó€`k%\x18\n"
  b"‰ïüËøy@Ö»Õlš¹_§Ó"
  b"‹q2pTÞA›—<NFÅáêÁ"
  b"‹€¿¢E)EK€\x17’8¿ÚZû"
  b"""
    Œ\n
    …µæ<IfœEdµL«I»
    """
  b"Œ\x12)m\nkH\x00Ÿ\x11&ª©}Ql"
  b"Ž\x08Ø‘>›K~Œ\x00\x03Iw\x19\x08"
  b"ÄÅjk*┼EýñDÍáïkö~"
  b"Ä¥Å┬╬\x07O~ÿó9hBá▀­"
  b"ŽÄ¶‹ô\x10Lö‚>µ.\ruá¤"
  b"Åg\x08«?UBÚùÇݺ^\e!z"
  b"’Vχ'-KXª6ÿ\x1Ff&©§"
  b"’Ð\x13\x18è\x15F;œÏ\x1D\x00Ð\x1Fx7"
  b"“A)W¶˜Iõº\x7F«Ef®Šº"
  b"""
    “i\n
    r2ðHš€òÙ™0èÐJ
    """
  b"ôðÏ¥×\x12M\x07│Årþ_\x7F×Ü"
  b"ö░PðË\x18A)ÉIåÓó=øx"
  b"ù-Û#▒\x13JuîØÔDü¨Z\x04"
  b"ùØ┌Ó\x7F\x04D%ózF┌W\x1DÈ‗"
  b"˜Âµk.\x1FK±“%›°\x1F{Úx"
  b"˜ä\t/ ÖNvª\x05\x14\x03‡¼\x18Q"
  b"Ö~'õ\x13\D├Ľ Ôî\x05ìv"
  b"Ø\x01\x1D3╔F¼║¼±µ¬º!Ó"
  b"Ø·C\x18+ÎHxèÑ>\x01ô÷k\x13"
  b"ž¢‰]Æ®@\x03¡|˜\x07?ø‡6"
  b" Z Œ¸bG\x1Fª:YK–Õžo"
  b" Æ¬\x14w+Aº‘Öm\x1Cm" Ô"
  b"¡&ûVHUFŒ…Ù¨!:{¯M"
  b"í¦øZ\x7F#F[¬ ¹Å\x0Fõîâ"
  b"¥xîïõ\x08Bo¦g1Kñ5t<"
  b"ª\x17ýrL\x17CRØ┬n.¼\x0E§Ø"
  b"º6\t╩üîDe»ac+5° Î"
  b"¨®\x12Žþ\x19MÔŠ¹þZt0«g"
  b"""
    ª\n
    û%>LD"°»Û‹âÂËF
    """
  b"«ßQ\x11qICzŽÎ­\x1D6qh\x1C"
  b"«îj‹%•IRµÖ,\t\x1AH\e­"
  b"¬\x15v~\x0FsAo©R¬\x0F¢\x00ìæ"
  b"¬Íݸ{\x0FK€´›Û²\x06\r"
  b"¡u¬█\x0E▀E─»3ÈõØ\~É"
  b"¯\x1E‰cT^Dˇi±¤ãaé\x0F"
  b"¯ÝYø"~G`¿\x12 =±-k'"
  b"░OLî¿åE\x19ü█p\x1EóE\x10×"
  b"""
    °R\r4±5HD­¦oÕ\n
    DNO
    """
  b"±]—ô'\x13@\x08µMIþ\x10.Τ"
  b"±…\x0En ŠC‚¡|Dؗكj"
  b"±¥‘{,BL˜¡\x08J“…m\t¤"
  b"▓8»▓┘ìHXù\x08»\x19$?é\x12"
  b"´q³EÆßNk‹÷˜Á\x1Eص_"
  b"´ª0QhÌ@YަNWø\x03T\r"
  b"µðr¿\x16\x03A\x03¢zýB\x1F·˜â"
  b"·«\x08ë\e\x12K_‚éÔ\x0Ea~ëí"
  b"""
    ¸@6V^\x02EçÏ1\n
    ¤ï¥Á
    """
  b"¸õÈ4Qw@Ä”L·4íü§ˆ"
  b"¹þŠ;ô©DÕºƒ;ω€\x19e"
  b"ºD¬\x01\x0F\x1EFí½ª¢«w¯Gì"
  b"║ªZ'¹G@/üà â^}þQ"
  b"╗8┘─.╦GÀü|­┤K┤A\x1F"
  b"╗¿░åéôI¡ïÅ\x1DıÜ─èg"
  b"¢╠¢\x05/ñDºì╦æ╦Í\x11« "
  b"¥=qTþÈBÈä<ıüÃ╝ý-"
  b"\x0F¦lGFHX촃ѮۃÚ"
  b"¿qoA§SHÛ©ÀqAåÑ#Ò"
  b"¿ºULzìE¤„Ìû•" ÈÕ"
  b"À\x15Œ¼ÆzG\x16™¹-Á]fÙg"
  b"┴D¨Ë?¨Lõî)\x04╣Å\x04½K"
  b"³€í\x14›FÓ¶²ÙòÛ²¬ç"
  b"Ù_!\x12…IB°)\x07\x05}¡<J"
  b"ÄÚPQ÷¡NI˜UÊ:ÆŠLJ"
  b"Å\x12yÄË\rG6¡üäÿ¸E¯Ù"
  b"Åܺê¤ÍF\x01‰ÃfmJª ×"
  b"ÆWA!œŸJ\x11’Ÿ}\x14åþ¦‰"
  b"ÉT r‚–Mø¦BØwÝ(\x7F2"
  b"ɨ Ù“hA΃ãf·Ð7¥Y"
  b"ÉÕóLæiK®¥†¿þîüþm"
  b"╩>dÖzkJF╗Á\x15ìÌS\f'"
  b"""
    \n
    áúrÄGüÑı▀Jµ[[ô
    """
  b"ÌŒú?w,I|œã\x13áá?ªk"
  b"═,nÁiüFâçp7L\x00ù­:"
  b"Íaî\x13ÆkI+€þK\x1F~"‰ù"
  b"═vC╚Â\x13DôüÌ╗DG■█¢"
  b"""
    Îr@å§åD\x19º\x1D\n
    íkáÓ_
    """
  b"ϳ¬$ÿ\vJè­E\x11øyƒçŒ"
  b"ðr4ìA5D_åuf(]┤RB"
  b"мݹ\x1AÔOu¤ t\x15X9%Ë"
  b"Ðß5M\tÂEt­NÏzœ·Ÿø"
  b"Ê)\x10Þª\x1CKe╝kHmÅ_µ¨"
  b"Ópä—zIŒ¹ÀX,’\eúÓ"
  b"ÓÔ–¯\v!AS«Ç¢ÿ\x068&7"
  b"Ôo\fÚ-÷IU¦¤øó ìe/"
  b"È█ÓA\x13"HØ®\x1Dz"O]Ä┤"
  b"Õl>”ÜîD+‚>Øgu€PÍ"
  b"ı~Õ~·cNìÿÝ░F═:1\x04"
  b"ÖÜ… *KBÈ´\x07\x11Òh»È…"
  b"צ2=ñ›E„ŠSl\x0FS̺Ð"
  b"×ì\v~\x08hE퇄^ãCÊ«‰"
  b"Ù.éÖcýN½—ƒ$,JPVl"
  b"ÙÁ½Òh>B\r—ù`Ô\x12ï\x0Eg"
  b"Ú,ïÚÏjAä¸èžH§…\x00º"
  b"┌^Z\x7F[#BÉ▒▀ðñ\x0E¸Û\x13"
  b"┌á\x11─ObN\x10ɵÓòÏ\x13ãh"
  b"ÚÒí\x12\x05JE±‰ØhÅ\x1F¤¿D"
  b"""
    ┌ÍÅ╗┌t@:ì´º\n
    \x06ƒëµ
    """
  b"""
    Û¼© >|J¯°\n
    }s¢C_«
    """
  b"Ý\x16µ•£ôC]­©\x19‘±W\x0E."
  b"¦@5\x15lÆAcïPN5;ÉeÃ"
  b"¦ì!9gºFÅó`È\x06EG╠x"
  b"Þ(¥tƒèDY·¯–/Þ˜î'"
  b"൦6§³HÄ—««ƒï\x08' "
  b"ái\x15\x16,DMЃƧµ\t`}ó"
  b"ß╗]\x1DKQO\x02ªâ§&┴ìá¬"
  b"â.~V¾ GÇ•E¦d\x1Aé&Ì"
  b"""
    â¡æ\n
    µˆJƒ•À\fu¥’\v\x1C
    """
  b"ä\x06\x1E\fÎB„œÂh<ÈÎä"
  b"ä„Lb‚ìEø¶ïo¼'fŽt"
  b"æ“Ȧ\x05ïOjœòÒ¯¤\x121f"
  b"èüìñ»*IsœÍ®0{óZè"
  b"é\x19öÐP«J[¬æ³Æ8sµŠ"
  b"ê\x15¡s‹OLAƒO×%z‰\va"
  b"ÙÌ║║ü¡Eýùàc\x02\x18\x17\x1D"
  b"ì\x1A77±–@åŒüqI­K_ö"
  b"ýyÇ\x10ÉeN\t╝áN╦²iÏ\r"
  b"î}¸ŒÎðJ:Œ‡\x15e þ’á"
  b"ïÔµ_1sEÞ¼ç\x0Fнñ+b"
  b"ð\x04‡YÆ7MA‡‘ÍhÜ\x1C¿?"
  b"ðWr!U¦N\x0EŠë|\x07\x13|Sü"
  b"ðš“\x1F:ÔKåŽHM»\x11ìHž"
  b"‗>>YèpB7ÁÉ\x7FÝùË6>"
  b"ò@0\x1C\x05³@\x11¡\x7FoeÔ4Aa"
  b"‗¥À£ÈhGÜäKû\x08ØuMZ"
  b"òض»‰òIîªbr³Ãs\x08\x03"
  b"óý`‰1²I·œ§_\x11êyY‹"
  b"ôÁ”.\x0FžG\x04®Â,Œ\x07¹\f5"
  b"§åÕRç%EÓöWâü¹Oä\x14"
  b"öt°\x0Eh\x13H\x16£\x1Ak<è†Õo"
  b"øÄ \x01êùOñ›–Fn·³“g"
  b"ùƒ/6q£EF¤HUâ‡+>\x1A"
  b"úL²yNÚL\x19ºŸÌý\f–´‰"
  b"·w\x0F«\x06ÕJ█óÉù} Ûk█"
  b"·╗ÆãçYG┤ä»sxXþSì"
  b"úÀõ\x07ÿFNk¶v½\x0E·´\x1Fæ"
  b"úýˤ)„Až¬t\ºvìá¶"
  b"üƒb\e\x17hM牮\x15jJšëD"
  b"ü‰³÷:JK1ª8Að\x1A­œÆ"
  b"ý)ú\x07ÐoNó´íN|ô;ë!"
  b"ýZ²ÊÎ\x02DŠŸ‚uÑ\fn™¨"
  b"²½h´øKOÝ¿ÉÌqÛ¡\e\x00"
  b"■╠ðYú­Hìó²õiGR:¿"
  b" 5DÉÍäGs╗¸\x1A¬µ#½W"
  b" VD\t¶╔OråÍ│Â(ü/¹"
  b"ÿkMcCÒHn¦ ûÒÛÑô×"
  b"""
    ÿ™—‘ä\x04MF«\x12oˆ—\n
    
    """
]
86 8.23 ms
# product-listing::property-filter::search-ids
SELECT `property_group_option`.`id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` WHERE ((`property_group_option.group`.`filterable` = ?)) AND (`property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) ORDER BY `property_group_option`.`id` ASC LIMIT 500 OFFSET 500
Parameters:
[
  true
  b"\t\x0E¤ÖáåK>ØÙ#\x16*y¸i"
  b"\x10\x14¢nüÔIήÆ_êñ\ev>"
  b"\x1Dÿi½PÅO4Ñ·C´®ÓTÄ"
  b"$÷ž(ÿŸJ¨€ï„‡ü3ÐY"
  b",Uçê¸KA\x01šá„Äú, ƒ"
  b"KÕ—Þ>÷MÍ”\x0F̲ç\x04"
  b"Y&\x05”ò\x18Ec«Ñ@P=W\fà"
  b"[─¨v╦ØLpâG\x17%HÄ+ "
  b"zǬ\x08b§B\»àö]ºò·ç"
  b"ìX*░´ÛEÿÂMún²R·Æ"
  b"’¨ÙmúÎDˆ¡Ñø\x1AµY˜‹"
  b"ù-Û#▒\x13JuîØÔDü¨Z\x04"
  b"§Tå?ÓPOY»½£(õ_’\x03"
  b"«~`9=_J\x0Eƒ\x11\t-¼w1\x16"
  b"░OLî¿åE\x19ü█p\x1EóE\x10×"
  b"·åmåv5G\x1DмaÊ‚\r\x1A("
  b"╗8┘─.╦GÀü|­┤K┤A\x1F"
  b"ÉT r‚–Mø¦BØwÝ(\x7F2"
  b"═vC╚Â\x13DôüÌ╗DG■█¢"
  b"\x07Þ»0£$Lu©Om\x16oˆ¬["
  b"1\/ZK[B$¥ó&\x14>è#›"
  b"\eãaÛC©«ìdPrWÐÃ"
  b";3«¬íz@›šä$FÅ[f+"
  b"=®)9ñüJ\x1FÆR\x11!SZ°v"
  b"EìzÎ^…IŠ­Ô‹\x10\x03:ó*"
  b"\x13e\x12yJ»ù6Qãü±±\t"
  b"O└¤ù ╦JÉå║⮵Û_Ö"
  b"j:üDyoBHÉüz¹7ù Ó"
  b"„W‹\riXL ·iÉÁ\t‹¹Ý"
  b"ޤ/G\x1F¯EH£±ó\x1C•p‰½"
  b"”^z¿rpEY©NCoÅžú÷"
  b"¼‘æaHzB¶•£~\x0F&\x1F"
  b"Ô7(*ebLP ¤˜;0«âÊ"
  b"Þ•8ÿ/ÐHž¹œì\x03I¼Ú–"
  b"൦6§³HÄ—««ƒï\x08' "
  b"ù@}Y±dF»¹Ð\x19sz‚æ¦"
  b"\x1C¨·“­õK‹¾UC«u=—T"
  b"\x1E]©ÁñÈDÁò¡╗¤iÅä9"
  b"\x1FÂçü\x0F\N|×àW═r¦Ã■"
  b"Fı@öû\x01HÉ×╣û-\x1FyV\x08"
  b"Q¹¾¨ãXF\x11 \x11ª©\rØè¶"
  b"^*ô‘\x18á@ò©6ßè\x03é :"
  b"""
    a¾'µUVAê¬\n
    i¸Á /É
    """
  b"d½ı&X\x11B8úîÅùä.\x04è"
  b"u\x7F °›ÕK¸»Ð…;>QH)"
  b"}\x7FÙ†'ìLÁœ\x02ˆèÓê@:"
  b"\x7F┴år¤½MıÅ·¥\x07õ³èp"
  b"¢æPXM‚J;²ý¾6\x11/œ¬"
  b"ã2PZ▒PH\x16Âü▀\x1A\x0Etå┐"
  b"ÌŒú?w,I|œã\x13áá?ªk"
  b"ñFùº¨›B\x1D–€å–\x02:|ƒ"
  b"\f\x1A\x10‘ÔIÙ„°\x7Fõ\x07¦\x1Ed"
  b"\rh1\x05†ùL ¨·ÃU…¢àF"
  b"\x13\rò«\x7FÿD\x04§èïpÜœèX"
  b"\x18ûkÇ·¨MÀ·5ÁX)¼‹Q"
  b")l·!\x03ÂC¹€@+×x\eÅl"
  b"=€\x04Óš×N\x10‘IèÏi„ 7"
  b"""
    L¦læò\x16Hé‘n\x1D\p\n
    Y%
    """
  b"gl˜w1ðGò´ž!Œ‚±j—"
  b"x\x00{æ¡§HüóGå8╚■┼""
  b"ÉÈ▀*@\x1AD│©Þ¯1ÑÁ\t'"
  b"—#Â\e\x15¡Fœ²\x08Ÿ‰ìF’2"
  b"©4_£^"F¸½MÊ\f0ñ;û"
  b"ã`ÉYé\x0FCqñÛëÆ,8à'"
  b"мݹ\x1AÔOu¤ t\x15X9%Ë"
  b"ÕóykoýH¿„Ä;õZŸ—¢"
  b"Ì╚\x13`8à@m╗\eT╬Éo┬Í"
  b"â\x08ÇšƒÔB[—\x01›pq~gŒ"
  b"ä\x06\x1E\fÎB„œÂh<ÈÎä"
  b"äJ‰k\tjK±‚\x1Cõô§½)\v"
  b"åÌÍ\x1FÊÊJ‰¥þïŠÃÐc„"
  b"ý\x1AÅ\x01¶hF▓║C¹Ï┐}Q""
  b"­4êDÉZ@4▓\x1F┤╔ã\tHy"
  b"²åÉf\x18╣Hç░d\f▒&B─ "
  b"""
    \x05ç8Û]\n
    A\e˜@D\x03\x0Ep‹,
    """
  b"-ù¹!€œK\x10—î±VßÚR="
  b"W╚b‗\x1EIOPÿ\eì┬LN\f"
  b"YƈÖ\x036Mµ€¬\r\x07\x12}|Ö"
  b"sµÑ╦ÄæO1ô\r,ti·Å§"
  b"’Ð\x13\x18è\x15F;œÏ\x1D\x00Ð\x1Fx7"
  b"ö┐¨\x13¢ÅI!«t$ÆÌPêk"
  b"Ä\x17Š\x00\x11B˲žÖ±Õí®\x18"
  b"\x03>ÜŒJsMá§”x\x03\x13´˜A"
  b"\x0ES6ÊÀ¡BÙ…Ø]ï\x15\x14CS"
  b"\x14¾X‡]ÇCµ¥×G\x13¡n±\x08"
  b"""
    \x16ÕäAS×A\n
    ’—\x11Ê·\x1Dc)
    """
  b"w*š¾º!O\t®+c¤hÑÜÈ"
  b"y(x‚×uA‘´yN!e7TK"
  b"äÏà\tñØO(£Gý¬╣\x1F¢"
  b"ðr4ìA5D_åuf(]┤RB"
  b"■╠ðYú­Hìó²õiGR:¿"
  b"\x1Aæ<Û\x13WMÆÅ¢j(╬iÒ╔"
  b"!À.ú­‡Mõ‚@(‡wúæµ"
  b"*¡Z\x07ù░IÌå\x16s½üÙvE"
  b"1£M§p¸E—•.œâÕ†jû"
  b"rüQß┤\x16B\x15Á»,16\x7F]║"
  b"x¼™^™»I›¨‚Ž]\x14úá•"
  b"ì\x00ºqû Jưá¡(Ïx¯¿"
  b" TÃ\x05Ê|FY¿│½ÞoR'Ø"
  b"""
    \x07ßQÑ\x11\n
    FKžJMî«"¬E
    """
  b"'\x0EËœ@ðMÑ¿…Ú\x02Ó8”Ñ"
  b";GMÜ\x14CHJ²:\x1D­)«;Ê"
  b"V®’ˆF»Olˆ:WÙÒZ+ù"
  b"izc\x15ÅuK)®WÄ1\x00?×_"
  b"É#╗"ôÇB\x02à©▀╔WÿgG"
  b"ñ \x1C¤i¶M\eÅ]Å·ßÜ3\x08"
  b"ÂË▓è©\x07HØ¿_)╗º'$­"
  b"ÆWA!œŸJ\x11’Ÿ}\x14åþ¦‰"
  b"ÒNwÍ\x12áJÕ¹ô\x06\x08Ÿ…€_"
  b"Õ\x08eh£ÅG"¤ÿ”êµ{p\x0F"
  b"ÖªÒóPýCÜ´@S\x00\x06\x0Eàr"
  b"â.~V¾ GÇ•E¦d\x1Aé&Ì"
  b"äý»ÏƒôC³¢_e&VL*Ê"
  b"æ“Ȧ\x05ïOjœòÒ¯¤\x121f"
  b"\x0E\x06îuÕg@±¢0L9Ï}},"
  b"\x19mÃ4ù˜I±¬9Sôço+n"
  b"6ã‚%q„@Ö¬¨óa^ŠÛ\x1D"
  b"z°JþÔÈB\x1A Ï\x05\x01^Ãòí"
  b"çZa¨\r´Kdè©7ƒï\x13É+"
  b"Ó‹Æ@Œ0FÜ‘å\x0E=ßÌd¨"
  b"Ü\x03QõvÆD¬¥‡:µáVÈÒ"
  b"µÿ├õFìG«óÌGq\x1C9Â""
  b"Ú0$³bSIÅ╝sƒí¼\x157n"
  b"\x1FM=4\x13\tLŒ­ks\v<êÒA"
  b"%ö¦ø»¸B£‘sX÷Š€©Ë"
  b"-’HlÑ*F\tв\x1D²/‹P("
  b"JOnSdÇND¶ƒ8g3BD\v"
  b"bB▒"FØL"ñ▄æDóóG "
  b"€AÞ¸”\x0EIuµw›‚?\x0E''"
  b"Ž|Iý$\x01C뎑ò³õ\x14Mi"
  b"""
    Å\n
    \t\x05ÛÌM/ä°ª┤▓rA`
    """
  b"›ÑÈk>WD#©¸•¸‰t׌"
  b"""
    ²œ\n
    &üžB(®˜5\x14\x1A\x02°é
    """
  b"¾7½Œ ?LØ¢½h¾ðky["
  b"ñÉ~ÇúýGÉŽ çVòb5÷"
  b"\x04€‹ô2JFß´Ú0ˆ˜¿\x00Ì"
  b"\vvÿýˆc@K€l\t.ˆj\rÈ"
  b"5ùBÃÌ$A\x10¦*ÆŠ%\x06\vñ"
  b"?:ˆ‡µßLòŒV±ÐíÉŒs"
  b"A\x13ªÊþZ@î¿HŸP\x1FkVò"
  b"L´C\x17NšH‹ƒÄð›2|BÐ"
  b"\á½uXêJÿ‹‡—¦ö]KZ"
  b"{úÀ¡ÈâJe‡–Üz†Àh¥"
  b"\x7F\x16xŸ1\x02Gf¢ž—÷÷T}-"
  b"Žy¼Õu\x00I4¢mgÈ;¹Õ\x01"
  b"æyøN=¯EÅÀM'■ðBJ╣"
  b"©ð“øjî@$’þìÀª\x19"
  b"«îj‹%•IRµÖ,\t\x1AH\e­"
  b"»\x19UG~ØH Â7▀└}õ\Þ"
  b"Åýs¾6^O¯€íבéÇ\tq"
  b"ÈmêI–Ð@–±‹­–Y|s€"
  b"Ðyr¹\eUAðÖì‗¡ü‗\t"
  b"""
    ÖŒ¯Ö\n
    yD4‡†\x11Ý\x1C”ü¾
    """
  b"Ý\x16µ•£ôC]­©\x19‘±W\x0E."
  b"¦ì!9gºFÅó`È\x06EG╠x"
  b"ç0•\x03²8J\x06ž\x1F×|\x15\x03”3"
  b"ý)ú\x07ÐoNó´íN|ô;ë!"
  b"\x04+'‗¿ì@╔åè£═b■­\x14"
  b" ÊÅlF\x1CL±©™\x08è\x17ÚwD"
  b"_V÷ÿç\x01FsÖ\x16]Ø}&\x12±"
  b"x4Ü/Ú@KĶ\x14®;iÐȹ"
  b"‘vcB\x19$F¶Ÿö4\x06ï»{\n"
  b"“Ã\x10TgmB\x00©î\x0E´y«Jl"
  b"\x16\x14\x05œ-7D·¹(BaIõ-5"
  b"\eˆ^ªWáO— 4Ï\x00Ú,áì"
  b"%|odŽ˜H‘»\x03®]Â\x0EÉ1"
  b"-\x00S»‘øO\x10¥£àˆ±¤\x1D\n"
  b"2oqDü*@Aå=.Çíì÷\x1F"
  b"@ö®‹{<K¦‰\x05ÈPî\x0F­F"
  b"YÈ‹VÀ¿C3¤Vô/·+@å"
  b"c}´¿ß¡BוËo\x13jç´;"
  b"fùkGüË@æ¡×╩Ät~@ë"
  b"yV„ø&oF›¼¶\x18\fü“Zs"
  b"zi‹ÓK”H)½\x1C^¬Þ:>Ê"
  b"éóèAªÉCJë\x00àÑÖñá^"
  b"â#╗<┐~GmæüTo\x03ÕMê"
  b"Ä¥Å┬╬\x07O~ÿó9hBá▀­"
  b"’ÅY\fì½KU¯übA\x7F%\x13Ð"
  b"–îñ˜á\x04HE¬N%Àl#©R"
  b"˜ä\t/ ÖNvª\x05\x14\x03‡¼\x18Q"
  b"""
    ¨˜(—Ë4KŽ•È\n
    íb¡×l
    """
  b"°*~v£\x1CK\x0E¼\_—óÅ–\x02"
  b"¶%\x16ýnNCc©jŸ\x04öŽÏ-"
  b"Õl>”ÜîD+‚>Øgu€PÍ"
  b"┘úÏß)\tH╗ñ19\f\x0E\x11"
  b"ôÁ”.\x0FžG\x04®Â,Œ\x07¹\f5"
  b"õ\x02y5ñÊB1¦±\x10/™¯yò"
  b"ý\x06ȯøoN\x10‰ò³Úƒœ\x041"
  b"""
    \x01ËMÁë-GÊ•$„Fä\n
    
    """
  b"\vémfþkJªŽAró\x00ŸÌ1"
  b"""
    \f\n
    ö╗&└Fì╣Dd▄■╝Sµ
    """
  b"\x122\x03£\vÏB]«b¯lI|]Ý"
  b"DO\v!4╚Cøñì\x18\x1A½°"
  b"XÅ<Ìy¹@Rè©Ñvd\x17ìÓ"
  b"Xò´hgò@\x15«wua³\x10…U"
  b"gHA‘uJJÔŸúxÒwJ[ø"
  b"{/sN\x1A\x19Jb│¼\x07µÅÒ´ı"
  b"Ø·C\x18+ÎHxèÑ>\x01ô÷k\x13"
  b"┼8¥öó×OQü:O@äÛÇæ"
  b"ê½_K7œI;¤Ûë§\x12žµ="
  b"ì\x1A77±–@åŒüqI­K_ö"
  b"\x03£â´ê}@Ò¬(G¨ž7FH"
  b"\x1A£ÉŠ÷—F#šÑV\r<êÉ\x00"
  b"4ØÆ\x1A@UDé«’\x10àøFµü"
  b"rX^~gåKô¿\x0EU˜˜=È¥"
  b"Â\x19ÌIÜuB¥ØÐı"\f\x7Fà\x1A"
  b"¸.\x14yøHHÁ§ñU<½\x7Fü2"
  b"Êÿ*{ü‹K¦¨Ü+ÅÔ„\x11i"
  b"Ï€–"=¹Iȵ¼‹†Ð\x18«†"
  b"Ñ7q™þ\x7FOs¨¾å>·´/q"
  b"""
    \n
     YIz;O\x16║ì\x18³\x06▄pù
    """
  b"\x1D'\x17M1xM_ØâH\x042­9═"
  b"$À‘e\x07\x03B³¢‹'´Œkäm"
  b"?#\x0E+Ý»Nà¾ÂÛ'ûØÈl"
  b"V·eå¦}Nu¯á7@÷J‚""
  b"mñ•{@(A»Œ¶!¿\x19wi,"
  b"n\x1D¹ïqzGQŠ•_f^\x1C"
  b"""
    ®Å6c“$I\x08šž)!)n\n
    Ê
    """
  b"Ö´}\x1Em©LÙ£yÿ³\x02å±™"
  b"V¿‰Ù\x10ÊKA…­gOÓ\x0E\x110"
  b"ì2>;\x10~J7èÈÑâ═=¤\n"
  b"±]—ô'\x13@\x08µMIþ\x10.Τ"
  b"Å\x12yÄË\rG6¡üäÿ¸E¯Ù"
  b"Êjßg-\x02Lõû/ì<(ð·À"
  b"ÓÔ–¯\v!AS«Ç¢ÿ\x068&7"
  b"ß\x00£┤<XGxØÄÀ┌óÒa▄"
  b"¨│Tü\x02]A$░}®\r\x00¬·É"
  b"\x0Fà$¡Ó)LD—rRÂ`ô_Æ"
  b"\x13ÅmRýdIöà=Ö¯wÛ]¯"
  b"&Qz\x1A\x19╬Klìt\x13╩00(<"
  b")ÃTÚÓIIÀ‡ÿ‘)ý3ÔØ"
  b"7ŕܪ‚@q´¿`\x17Å Á."
  b"\x03Ju×A怽\x15óXØC’"
  b"UeP«ÁÓA»¨D<“9Æõæ"
  b"[\x05®x=ÞCû—ÀTŠ L*ã"
  b"ƒ–œ\x11œˆI"ˆX!\x117ì«\x1D"
  b"¦IÀ@³²N|› ‰‹Àø\x18\x10"
  b"""
    ±±K>q1N\n
    ¹¶¢‰¢¥†“
    """
  b"²×Ñ\x1D\x11‹E»˜Zo% >\x19$"
  b"Ù.éÖcýN½—ƒ$,JPVl"
  b"""
    Û¼© >|J¯°\n
    }s¢C_«
    """
  b"ßF\x15\x08\x07üEc╗wSÚç\x1D#\x1E"
  b"'Å┐TÖïBÀ¬7%fÈ┴%§"
  b"1Ÿ“öœ³Néš´\x1FO¤UÔP"
  b"Tëa\x03}\fFê‘;0]\x18B<×"
  b"«¼\x07Mµ═AżN,ö‗yL!"
  b"´ª0QhÌ@YަNWø\x03T\r"
  b"ºD¬\x01\x0F\x1EFí½ª¢«w¯Gì"
  b"Ú,ïÚÏjAä¸èžH§…\x00º"
  b"&æ[_ÌJNµ„2\x04|¹ßv©"
  b"S§ü­³æOÁܤq\x1CK·îL"
  b"~á2\x0E\x1FîEª•oo=læ\x1A1"
  b"â%!¾\x0FbM█ùEDSü\x1A¸Ê"
  b"‡7h2_\x1DIµ‘g{á"s\x1Ci"
  b"¿\x17–=ÙÍJ‚œÝïêý\t\e;"
  b"ÀñœµK¡Aî—‰±ñ>\x1A’L"
  b"ïIëÅÒêIÝ™áØX\x19QlK"
  b"\x03\x1A#ÙÀoH\«WÌr┬ð¡ü"
  b"\x13ØÁl¼║E±ï²│}<CV("
  b" \x7FÔ\x0EÇ\x07D+çÖPø4üm¦"
  b";%yåYPE\tª`¾Ø\x02\x7F"
  b"DÑxcr4D*†…ƒ§:&ft"
  b"XÙ¶ÍíÉJ®–·é@é2íÒ"
  b"└^OÅU<Dƒü\x03\x0F\x0F[\x02ÚÉ"
  b"öt°\x0Eh\x13H\x16£\x1Ak<è†Õo"
  b"ýZ²ÊÎ\x02DŠŸ‚uÑ\fn™¨"
  b"\x1Dç<]"{N\x13¾Pç•Ö6&ñ"
  b"+úÃ\x12¿\x14K=šêN\x01~›=\x7F"
  b"\x7FÛRÞJ\x1C¹7ÝöÅâÄË"
  b"""
    n=/\n
    ×ÿM\x0Fóò¨\x13AmØý
    """
  b"└áu▀¬\x0FAëÉ\x04óÐTsØÆ"
  b"ýyÇ\x10ÉeN\t╝áN╦²iÏ\r"
  b"\x05Òï)8sC‡¤Ü®§­]ý\x1F"
  b"\x1DìÞ\x0F%hJó»*Ë└ª¨AÑ"
  b"""
     ÚYä\x05‚I~•\n
    û¨ËbS†
    """
  b"#¢&3å»A«ºMlÛ„‘\x1Eú"
  b"F¾;û÷SAÔÉ\x1E╦ÍÙ¹÷─"
  b"xy.!3\x0EJ:ì\x01\x10lÿs"
  b"©\x7FÃ"H¨MYªú\x0Fž\f¸û­"
  b"äZ\x05 ]œDYˆß\x14ŸQ\x1C\x13\x02"
  b"JگݩYB¬–,JXÃúB¹"
  b"S\f\x00'ð?B\x01ë\tdØûª\x1Aæ"
  b"psD±=ïD—·xJ,òv]\x05"
  b"Çe+,¹³D£ü╩b\x01\x1FÏ+&"
  b"""
    ‰Í\x18ØAcOÓ”ô4\x17\n
    _
    """
  b"¦Ø‡Æc"Mr¨ƒ„è{\x15\x05Ø"
  b"┴D¨Ë?¨Lõî)\x04╣Å\x04½K"
  b"Ãåâe#8F\x05¿EFÜAg\x06á"
  b"Ðß5M\tÂEt­NÏzœ·Ÿø"
  b"""
    ┌ÍÅ╗┌t@:ì´º\n
    \x06ƒëµ
    """
  b"+a-Û`qIØ‘N—欦¦û"
  b"<íìO­%G`®─7\x1F°3â▓"
  b"\x14„7¯NoŒ{ãŠ2y\x06"
  b"eÃÑ _oKù¸Î®1\x10¬Ï#"
  b"k´à.2ŒN\f’Ò\x0E\x16#\x03\x7Fp"
  b"¨®\x12Žþ\x19MÔŠ¹þZt0«g"
  b"ê\x15¡s‹OLAƒO×%z‰\va"
  b"\x18¥|­╣-HêØË╗\x18Tõ═╩"
  b"""
    \e\x1A\x13/΂O’Œ\n
    ÓÍ\x17€]y
    """
  b":.ÊȃXJݧµJY×·Ø\x03"
  b"QØO┬(ÑJTÆ‗m­l▒{!"
  b"gЈJ²\x04Lܽ}ãùå`G•"
  b"ŸqMQy†J{›*àf\vÏñ´"
  b"©±╬¯fìD»î\x7FfPM#ÅF"
  b"Î!ArMŒL©†\x07ØG|ì\x11ý"
  b""îÖ'çìE$Ä,ìï╝\x06aM"
  b"&3™Ò¨+IO•n/Ø”_3Ó"
  b":à3\v®ÖCñŽœêcr\x1A"
  b"e>ÆÄÅ(AÛ©ÏEó+▄v®"
  b"¥=qTþÈBÈä<ıüÃ╝ý-"
  b"ϳ¬$ÿ\vJè­E\x11øyƒçŒ"
  b"┘JR-\x0Eh@¥ó\x1479ìdei"
  b"ãtËÇ%tD¢¢â·<Ør\x1E="
  b"""
    /þèÉ~\tHÏ”\n
    ömÔdK)
    """
  b"·«\x08ë\e\x12K_‚éÔ\x0Ea~ëí"
  b"È█ÓA\x13"HØ®\x1Dz"O]Ä┤"
  b"\x16¦é(æŠBd«û\x15á\x04vÇû"
  b""‘éŒj@C©£'ö@ûÑ'¤"
  b"FäŠqkºA\x03§\x12½\x12P~_ˆ"
  b"{\x0E\x17<aÏOFŒ—°ÇEì‹\v"
  b"â9Æ\x14Ó├Eé┐\x14ÉlZ²»ƒ"
  b"ÞÔ0-ª\x1ADí»ï\x07äo´ÿ&"
  b"\x0E\x17ÀݯñA\x04\x0EÓq‹#\x16·"
  b".H—Ø•qBg”Iy\x1AÊS#À"
  b"e\x03Òû|gKÉáTz┘½|^\n"
  b"Ž\x08Ø‘>›K~Œ\x00\x03Iw\x19\x08"
  b"çh¦\x1AŠ„H\x1F¥x£³\x1Fœ¢‚"
  b";žÄ…\x11pJE§IãK¤§Š'"
  b"[êÂËiÆBݽo”\x11F\tZ-"
  b"mêÅ'\x01\x1CLø¿6oKZ¢mÁ"
  b"¢╠¢\x05/ñDºì╦æ╦Í\x11« "
  b"ò@0\x1C\x05³@\x11¡\x7FoeÔ4Aa"
  b"§Aæ¢└üCÌúmı█╠SJ¥"
  b"ÿkMcCÒHn¦ ûÒÛÑô×"
  b"""
    \n
    ݉ÚhwC\x1C£DQŽ£œøi
    """
  b"-»Ò\x13ÓûGa’‹I}\x01l–ž"
  b"8oÚ©O-D\x03šZ ¬€+ªL"
  b"<\x08´á|ZDú­\rvF:<\x12"
  b">Â\x07„ÅJ’³‚È\x01§ôè®"
  b"L\ež!JÃI:”¿çƒ{'\x12ì"
  b"vMW\x1Aü\x07G¼¢áMG W\x06l"
  b"ŒÕñ@&×Kq’.œ˜c™\x02ß"
  b"˜Ùj[»úJ3­y\x18µÝ̆\x05"
  b"Ópä—zIŒ¹ÀX,’\eúÓ"
  b"¦@5\x15lÆAcïPN5;ÉeÃ"
  b"IÑKTFàM=˜êù¯\rûýØ"
  b"¡00Dw‰I©²keð{&¤Ù"
  b"¿n»ƒGýK<¹D.á2!Ø0"
  b"ÿ\x15H˜’RAÓœ\x16}>8\e\x19à"
  b"\t§ÎàzÏG¶‚{Od(˜ù\x1F"
  b"\x0F¦ö<±▀Fo¼ü░¡R//Å"
  b";µ÷Å\x1CÆAdɦ¯76\x04\x01"
  b"Oò%†E E¸”¿ŸÕ\x18m&ó"
  b"\┬¥\x0E}©CÅ×C▀°êÞ¤┤"
  b"Ö=Èu\v.B9‰¡µ÷¨Š¦P"
  b"°▒▄╚xZOkÄ[¬╠O2▀Å"
  b".\x04Fh¨qAh‰Ï“C\x1C\x0EÀC"
  b"HW%“QÑCa¸\x07_$bÀÓ¹"
  b"N˜‚¼É€@@©ç…ã\x1F®Ìð"
  b"WÉmt\x01#J°¿¾X\x17,\x0Eéô"
  b"náLQ×\x1CBrŠ)w€½ÊQ‘"
  b"p²ÀªÍ#O&€}ì\x18oÛÉO"
  b"ç¡àÛ\x1EÀB¹º[\x7Füw$m="
  b"Äç▄ár#LÛÿü¥I└f{P"
  b"˜–®¿.÷I$½f¢ù œé."
  b"£\riˆ}÷KɘB;¼\x16õþý"
  b"""
    ¸@6V^\x02EçÏ1\n
    ¤ï¥Á
    """
  b"¿ºULzìE¤„Ìû•" ÈÕ"
  b"\x07ŠõÐñGK\x02±_ç^\r©o‚"
  b"*–ò\e\x13¯GG±ž äœx¤‚"
  b"U}©–g\x16@@³å<Ë9nÅÝ"
  b"‹€¿¢E)EK€\x17’8¿ÚZû"
  b"ܶÜ\x02U\x08I`ºªjhSÏìÛ"
  b"÷┐Ø\x12ÏÊLä┤M¡×V¯D."
  b" ¯‡ÿÁ#G\x16§©ñ}f~¦+"
  b"$e\x06\x19G\x05µ³Xx\x14 ‚„"
  b"\x12ŒÚMHŒœ)£ª[¿¥÷"
  b"5gÅ!2ZOX·¥ë\r\x0E•ge"
  b"B\x1D­uA‘H>©Ô&(‘¯©+"
  b"d{S\x13\x0F/C—™–8k\x07Ž4Y"
  b"‘‡ÄÔ<HJ£ˆ…’©\x7FT\x08"
  b"┐_ÃÚ┘yNäòNá┴*\x1EäÉ"
  b"é\x19öÐP«J[¬æ³Æ8sµŠ"
  b"\x15}Ú€:mO\x11”f­‚mþyz"
  b"\x1AŽ%¿†FLùºjF·t\x0F"
  b"nÆîŠîfGk±5\x1CÎ1ª^£"
  b"MáìFÕm@²¼Î9x\x11TÊI"
  b"vô©\x17%üIž§\x17%”\x1Aì\x12-"
  b"Ž,ì±Æ]MÕ«Ze\x15’÷pî"
  b"´q³EÆßNk‹÷˜Á\x1Eص_"
  b"¼.-g’\eDj¾F©ùx¼ëÀ"
  b"¿qoA§SHÛ©ÀqAåÑ#Ò"
  b"ïÔµ_1sEÞ¼ç\x0Fнñ+b"
  b"§D3ɤ\fOÊÆmáS®\x04╔±"
  b"“ˆ\x04žŒÝNi¤>SÍPPÍ|"
  b"¬\x01ƤP_B\x15Š­\x1AStB \x08"
  b"Ù_!\x12…IB°)\x07\x05}¡<J"
  b"·╗ÆãçYG┤ä»sxXþSì"
  b"\x03õf%Z>J\f£BS¯Õ=Ø{"
  b"|²»ûıûAY╣o╦Ãü─Ç»"
  b"}N─kN\M¼ì2Æ¢ ©t:"
  b"Â\x17ÑN\x02§CeƒXß¿ÆDrü"
  b"ãn&:ýçJŠ—:åÔHÁšâ"
  b"åÇêð¸_C\x1C¯¹\x1CÁdŸRŽ"
  b"óý`‰1²I·œ§_\x11êyY‹"
  b"5½''á1GU¨·GN¢\x05"
  b"Ôo\fÚ-÷IU¦¤øó ìe/"
  b"v˧1\v=N╠ñ8:7\x14<É┌"
  b"\x10ÊÝóæéLàÂþYmÝ\rC"
  b" ¼ÓnÉ-Dpë­Rƒ\x1D\x04"
  b"0¡F\x1F˜ÄMº‚)Â'°÷_ò"
  b"""
    BQ™!\x02,Jj¨ä%\n
     ž‘6
    """
  b"EݬvŒ5OR£YhûS~å\x14"
  b"HÜúç[ÚBl’\x11SrÊÅ}G"
  b"K\x11øÑ\f\x0EK[‘ßÝ=¾x`|"
  b"UË'VÞ=N›½\x0E\vÚºž%:"
  b"\x1Dƃ^D^‡åÀ<\x1FÌ\x02¬"
  b"\x7F\x14\x03L”»¾º;Jpõ9"
  b"¤á\rõÒ<M[±=ˆÛ¤Ú,š"
  b"®\f‚÷Ö\vL‡¯É\x0E\x11(¾®‚"
  b"└qÚ─¬\x19B¿®Ó\x0FÉ\x10Gôù"
  b"╠²L³ËÊKÅà║¬\x1Eã╩|®"
  b"┌^Z\x7F[#BÉ▒▀ðñ\x0E¸Û\x13"
  b"ýÉë\x01‡r@À› ûœZûn!"
  b"\x07{ÕãD$ž&ˆbì>ªñ"
  b"³€í\x14›FÓ¶²ÙòÛ²¬ç"
  b"\x08F>è±\x1CGL¥Gqþýy\x05«"
  b",\x082├£tH1Àn\x04ò\x7F┤Ø·"
  b"4ãÁúısA"ÉøfÃáT'S"
  b"ZM1\x12\x11╩@0»7A±Bã±É"
  b"üR\faO&@Ü¿\v\x0EÏÁ│Gs"
  b"ûØhrïÚKRä\x14Juëõ9═"
  b"É\6åÙ$H²„@gb®ÒÓ\f"
  b"åÒ\x1A!€ÓN_–%~á!“5Ú"
  b"ëC+K¶\x13K”¡W\fµÒ>¶ô"
  b"\x07,ðñO¹µ1\x00­o£¨ö"
  b"KFwÀ─!I«Øõ8¦\x01Ü¡="
  b"ôðÏ¥×\x12M\x07│Årþ_\x7F×Ü"
  b"˜]\â¢>K\x13›A\x03ïsð\x10l"
  b"ú±*ñu¶FðÆ╩D░lÞôÉ"
  b"""
    ª\n
    û%>LD"°»Û‹âÂËF
    """
  b"Ìáó\x17‘“B1³9 ­‚\x07P\x02"
  b"\x18ω®Ž¨MŸkŠó«´Vü"
  b"$íP\t\x18.GìÿÀRÃìxa‗"
  b"""
    [╠\n
    d\x0E*E\x06¿ÅÑñ'{óþ
    """
  b"_Â6É@GA┬üµ¨:ê╩i▒"
  b"g>&\x7F¹•Dr¿*Ìí‘[æ†"
  b"€þ\x0F\x10¤)C1‹g\vá~É-µ"
  b"‘ëY}5íC\x16”‰ØmK^’Ç"
  b"šrš×݈Oƒ¹Œ\x1CWh†d¯"
  b"œ\x08:\x1EˆÐD\x07±tš<<}aÈ"
  b"¥xîïõ\x08Bo¦g1Kñ5t<"
  b"Íaî\x13ÆkI+€þK\x1F~"‰ù"
  b"צ2=ñ›E„ŠSl\x0FS̺Ð"
  b"ýxHç▒uGJûÕKüÆ:-]"
  b"ö.¨@„ŠIJ”„Uì¤ý—ý"
  b"úýˤ)„Až¬t\ºvìá¶"
  b"\x16Š\x01Æ?‚Háª\x7F.už-‘­"
  b"\x1CÓv\x13P8AL‘kQ9J¼5ä"
  b"""
    M‡:n¹\x1CG\n
    º\x01£y[RÒõ
    """
  b"g/Ô]GØCü½3‘ßrå\x06`"
  b"h]'ä+kD3²YlO¿ñ@…"
  b"«°\x1E`ô­H«▓ƒVjFü!\x05"
  b"³Ë¼¶R]F·”9ø»†S\rœ"
  b"©+╠ü§\x01K\vÁË,£.ÞOç"
  b"¹þŠ;ô©DÕºƒ;ω€\x19e"
  b"ÙÁ½Òh>B\r—ù`Ô\x12ï\x0Eg"
  b"ä„Lb‚ìEø¶ïo¼'fŽt"
  b"±\x17®¼¼6@ªÆ\x03M;É¥╝½"
  b"§åÕRç%EÓöWâü¹Oä\x14"
  b"\x13žÍsÒ]Oú°<Û\x03«„­Z"
  b"2\x1CŸG†×Aø‘ÂSfÌîL\x07"
  b"Mý|£EWBo£\x14嫹"\x10q"
  b"QË¥\x19\x04MM"£\x0EcËž\x0Fîž"
  b"i4Å\x05{[D`¬²d\tbÌŒ¶"
  b"iLIùA:C…œ<öÄê”Ä\r"
  b"jŒiÊ\x03\vD\x01±ÿñ(*‘sA"
  b"€]q\x00¹dJ™Žòôˆ[Ü\x03Â"
  b"Àµ·]ü>Fz‰oÑèe\x10“Ö"
  b"옾h`+Jÿ‰+õ¡†ª\x03ˆ"
  b"`g\f\x07CÙôÏl\x05\x1C)\x01u"
  b"h\x06ß#å^JÊŠo\r’Fþ.\"
  b"û#ÌB\tïC+µ¡o¾œ½t\x7F"
  b"\tjf1ó\x13Aî„R5¦þipå"
  b"\x0FLØ`68G³¡╠®└Í*öá"
  b"|\x1FÆGÚ¢Aâ‚z\eß\x02²’\n"
  b"ÌBS&œöOô¡\x1Dã\x01SâÕJ"
  b"×ì\v~\x08hE퇄^ãCÊ«‰"
  b"\x1A¥ÍÚ'HDÆ‚]Ο\x1F\x13ü<"
  b"\x16¼ooD4╝Å®Ü▀ÏıÌ"
  b"niQ{Ò¬JVª*†[\x00À\r½"
  b"À\x15Œ¼ÆzG\x16™¹-Á]fÙg"
  b"""
    \n
    üóM/ûCì®ØýZó2^[
    """
  b"\x1Aú‚?^ICªŽöì‡\x10&1*"
  b"\x1F\là;´Få’®uÞƒðñÝ"
  b"YL®\x13W»Oqºu3ßX\x13Þ¢"
  b"bÅ_vùVJ¯¸/ÎM\x10]Š‹"
  b"fh²-q–AyŽ\x08šÏ<ê‰÷"
  b"’5\x02Žê°JÍ‚d°¤Ô\x7F²\x1F"
  b"³y•‹AMO“¡Iõt×W°l"
  b"¹\x07¾F \x0EGë¦ï¶C¹h‡B"
  b"ñ¥„’ØcH ³(¶\x16P;\e"
  b"""
    \n
    3T…D–²®þ@ÖT°Ì
    """
  b"\x12&J„\x08W@b¨á\x15\r-ž˜\e"
  b"†lKµ§¡Bý®\x1Eç4¸Ó\x1Dš"
  b"Á<sÇ.ìM=°4\x7Fýf¡šU"
  b"Ö\t¬ëjOJ\x15«`´ŒUè(H"
  b"üƒb\e\x17hM牮\x15jJšëD"
  b"!Þ¾{4ÎDé€0¦O[52¦"
  b"8µ▄"~═LƒïQÎáÖwÉ "
  b"A\r?Þ˜ÈH~¯/µÓDí!¤"
  b"P\t░1Å█Fƒ»énØË¯û;"
  b"ZHÐ%CiOª¨þÛ¦\x16Î܇"
  b" \x0F×XÄ”G:Ž3,a\x01²nÒ"
  b"Û\x13´╚y1Ds▒¸K■D╩DØ"
  b" 5DÉÍäGs╗¸\x1A¬µ#½W"
  b" -i5wºJÍ‹Ýb\x06ìí\x08Ý"
  b"$¼1éO▄G╚¼\x02\x06ÍE^"
  b"*\x19:x0“I/šÈ©ÊP‹#\x11"
  b"""
    ,(H╔ØüK\ºÈ¬oôè\n
    "
    """
  b"wf\x01¾šJG\x15¹:«¢\x12Â;º"
  b"ÄÅjk*┼EýñDÍáïkö~"
  b"ž¢‰]Æ®@\x03¡|˜\x07?ø‡6"
  b"┌á\x11─ObN\x10ɵÓòÏ\x13ãh"
  b"\x00ìÒ\x1FE\x10DâÉÕ0sx█¾«"
  b"\x0FÅÆý2fH\x03«M½ÿÝM\e\"
  b"\x150:éñ§K¥¥V âf\î€"
  b"^—\x0FsÿôJÔ–÷\x0E¸àDa\x00"
  b"hèjͱ³M”€':ÅBVº\x14"
  b"""
    p\n
    pn×û@\vâêúÓ\x1F║IØ
    """
  b"‚W\x1F¿¡\x10Kì‹´èúö€eN"
  b"Åg\x08«?UBÚùÇݺ^\e!z"
  b"’ºŠ(NžOh¾5ô›¡2wÔ"
  b"Ö~'õ\x13\D├Ľ Ôî\x05ìv"
  b"ž\x15ÀûÿÌDF¶Cº\x00‡3|="
  b" Ç9³ù=HM¨BÒ­ 9£`"
  b"í¦øZ\x7F#F[¬ ¹Å\x0Fõîâ"
  b"\x0F¦lGFHX촃ѮۃÚ"
  b"¿Å†5m\x17LH ‘Ê\x17\x120Ó7"
  b"Ë?·¿<ðI‰»ßü8\røN}"
  b"úü™ëÍ5H‚»3Û\e_WVø"
  b"\x01nÚ'FIÉ´\x10\x03â"µ+"
  b"ß╗]\x1DKQO\x02ªâ§&┴ìá¬"
  b"þ÷ªùë\x18D—§’°µc¶c„"
  b"\x06)É^<\x15E(ôÒ{┴·v¥ú"
  b"OÎ"uö¹L_¿\fÀ[É*cg"
  b"çöA▓╩ÙDàÜN»\x1A÷É-<"
  b"▓8»▓┘ìHXù\x08»\x19$?é\x12"
  b"߀›gÚpAÞ©¢`öÀ†ã\x1C"
  b"ß÷+i\x10\x17Aו[ßÊ] \fW"
  b"â/ƒzùØK¿®%Î\x1DÛîV\x02"
  b"\x01²ã\f‰tOE²SK}ÕñŒ‚"
  b"\vÕ_HcwB7Ÿ¹Òß¼¹¹U"
  b"\x1EûºÁIÓOQ¸rå™ÒhgÉ"
  b"""
    -¶º“\x0FLKd­úY\n
    iR\x7FÖ
    """
  b"p5uÍ,FJû¢eý-C\x11"
  b"ž3e:ø®H6·iÄÃa`ÂM"
  b"Ä\x1CìmýÊAžº\x17…†\x1A=!x"
  b"Äï]Ji©E¾²(Šš¯\x1F\x01³"
  b"ÆC¥¥\x0F\x1EH²†\x15ëùêSÓÂ"
  b"╚üUÚ\x15l@u│¸ıW«░Úf"
  b"ùìÑl\x19¯J\r²ùág×Ù’†"
  b"""
    +/\x0E®ê\x06Bçµ\n
    Ò\ýõ-½
    """
  b"po°ÍqŠO™¶*§^æõ\x02\x00"
  b"{K\x03Kª5JX‡/Äv\x13ëÔ\f"
  b"™V²0œÙE\x05œO¦ñØŸ4L"
  b"""
    Êâ4÷T5GKü▄µ½#\n
    I1
    """
  b"Ù¤2\x15\x0F\x13I³žä.Yÿ\x19å;"
  b"ß}~£ÿ4H µ\x03>\x05Šå\x1Eæ"
  b"‚iAÄB\rA\x14»7ñÏÇ|¥½"
  b"\x07Ûª\x03ËNç£×Ô™vÜg¡"
  b"®l÷KÿdJr³šeƒóßs,"
  b"\x05m=bY\x11H\x1F–™6åÇ’Óí"
  b"\r¶é¹ØVB®ôq±è\9Û"
  b"\x0EúèZ LF¿”œ0 \x16Ê\x02\x10"
  b"FöXt÷+IpøPØ▓9Á╗À"
  b"b\x15÷“¸4O\f ÿå™ÑÙô’"
  b"ŽÄ¶‹ô\x10Lö‚>µ.\ruá¤"
  b"—"i\x06Ú¡Büˆq\x07$Hn¬\x1F"
  b"ÂKK3`|BÑúɃ;Ï@³§"
  b"Ê)\x10Þª\x1CKe╝kHmÅ_µ¨"
  b"\x01ï\x15n>ØIû¬╬77`┐░Y"
  b"\vÏÅÞPåHŹ­\x180\x08lzö"
  b"\x0E.°k³~FS†¼º!PAgQ"
  b"\x1DtKP˜¾Oh°{ßW\x0EŒÝw"
  b"\x1FÜÀáå1Df­4\r m´jW"
  b"""
     ┘%'÷\x08J╝ìâô‗\n
    ¨Å1
    """
  b"1ؘy"yAŸƒÓ„\Ï/à\x06"
  b"k\x02ÿlô®GCœ_ÒÙXJG\x10"
  b"v-\x07QÅIL/ªO±/C\x15£|"
  b"Éew#£4M╩í-\x16Å\t9ºm"
  b"©Žfà\x1CË@Žˆ·ÚàbfΛ"
  b"Å×\x1E@õgBŠ€£7._O-í"
  b"╩ÖðDجJð▒×·\x03Æ=Ú`"
  b"Ï&æ\x10¬&D\x04«\x06ðnYЊò"
  b"\x1AÞ÷O&E÷è\x05º\x11zuvØ"
  b"ì\rêpìèB\x0F„|\x08èo:1ì"
  b"1[X¢¡XCƒ–\x1Fã{\x07§\t¡"
  b"E¥É"i\tMâŸè\x02ƒœ…Э"
  b"Pyè\x1AÅ\x17K­˜/\x1E\x16WÂøM"
  b"═,nÁiüFâçp7L\x00ù­:"
  b"úL²yNÚL\x19ºŸÌý\f–´‰"
  b"²½h´øKOÝ¿ÉÌqÛ¡\e\x00"
  b"\x0E„grù+K­„d’¶Ü1VÖ"
  b"\x0EĨ˜xÊE¡°K¿3 æÕ\x17"
  b"\x1CîUÛ:\x04Dk«$ÅÙ└ÎI╝"
  b";Jz║©\x12G³úIøòÃÒÉ#"
  b"BAœ^Ã[J2•ü’w ]-Í"
  b"Gt\x04¿¦\x07JtØ6\x13\r\x0E8De"
  b"R4ð›\x1DÖCÔ†‡”ÏKp€W"
  b"|\v±GO¾E\x0E¦^°3\x19\x1AËÏ"
  b"Üáò\x01\x05╚DÞüQj╚╚█V\x08"
  b"¤I®¹È£J[¬T\vd„(“9"
  b"Ѥ·.L┌@^ºtAIÉÀý÷"
  b"ã\x06F—+|BYˆçâ\x00ÒŒî\x18"
  b"ð\x04‡YÆ7MA‡‘ÍhÜ\x1C¿?"
  b"öXR‘'ÀAgµÍ:\x03\x16b»k"
  b"\x12è\x04D†&Cm§¸â/et§L"
  b"_Òk4j-EÏîÅ\x00ôV5_¤"
  b"m\x04Í\¶»Arì1Z░î©"ß"
  b"œ„ìK\x07ÝCGœ•¹>Ó)ÔI"
  b"▒Ô╠¹\x13╣BÍÅ\x16qrï\Ð."
  b"\x1Eb░VN,ìÉ\x03jH?^÷"
  b"J3¼8ÊZDéµê¥\x03•ÿ–×"
  b"\x1A«ä\eLž˜ðo~ÄTû?"
  b"]¦Tk\x1E¡Oë±\x16ú¦/W„f"
  b"aÝüdc8HIá<äãô▀rª"
  b"g‹ë•³ÏOܘ§#¬@zÀñ"
  b"\x7F­"═uñN®Ø\x1CH|a¯[\x07"
  b"ç\x16BQ9jO~Á═Z┼Ø,í9"
  b"╬©╬Ø-DC=äÈ▄ ▀├║f"
  b"à‰\x00|‘àDÆŠÜ‚¹[\x1A"
  b"³üö¢nÿA°ò1æSnì/|"
  b"&¦_Õ═hKxá└íc\el¸ü"
  b"/¦K¡À\x07HרÎFZšÌÙs"
  b"C¡ö‘,úD*§\x1E3\fö¨9o"
  b"F\x18לMºA\x1F¾lê½Ut}^"
  b"I╦T─&ÛDìëÝ└vt\e§{"
  b"_s¨Z25Lgì³‗°RrÒ╚"
  b"""
    l³®B\n
    \x08A\n
    ¾bl¥%žÉ\x1D
    """
  b"w\x10>h¼ÖNg…e=@½\x04\x13&"
  b"\x16¾â^;ÅDhŠÂ·²µÈ\x13"
  b"\x1DUGeuÎK;ŶuäÀ\x06\x1F/"
  b"\x1F`͉×áBü´åÚ8UÓ,"
  b"+Á•?\x7FöH¨¾¿\x11é\x1Aµ£,"
  b"<ÈÅxÓ'A_£C™‰53ÆÏ"
  b"@fC¤–xGȨ°´\x10=\fcP"
  b"Aܶ<\x1F²I˜˜,™vM¬p×"
  b"Kyæ”6\eH˜¨Æ\x10»[ZGH"
  b"\rÞáK@®§@&¡jo­/"
  b"kô*\x10:\x1DC=”LDî®üa0"
  b"’ˆ¯v·\x1DJ\rƒHé\ra\z2"
  b"¬?┴T▒4E│É\tbøã┼Ì,"
  b"¬\x15v~\x0FsAo©R¬\x0F¢\x00ìæ"
  b"Á[ÿSòéN¯°\x10›'ÃŽXE"
  b"ØE“²zöBe „\x18K²›Jy"
  b"Ø÷\x14ÆèåG\x12³!¢ÎŠmô2"
  b"""
    ÷\x15\x15õ•.G\n
    žä\x04B>\x10\fî
    """
  b"ú\x1EA¦$¤F¹´bâ\x16\x044dk"
  b"(O•#ƒàM)‚Ö\v½xe”\f"
  b"0\x1D\x16\x1CA´É\x04┤j┬èCÊ"
  b"˜7·éÒEO²±g\v~&ÖG "
  b"ái\x15\x16,DMЃƧµ\t`}ó"
  b"ÒØ┴6ÉhA■╣(èÞû¾ák"
  b"Ù/ph`ÞMØáEu\x12z═┌:"
  b"\x12ÆÖæÉ.O¼ùZY\x05¨+í¼"
  b"‰ïüËøy@Ö»Õlš¹_§Ó"
  b"mœŸ\x00èHAÆ¿©\rðE\x14dP"
  b"Šø¬èOYJ\x15²$ÈÐà“%n"
  b"«g\x07U‚OD\e¬ìQ‡ÍŒø\f"
  b"êíMÓ(`@ßœ¼\ÝQe\x18p"
  b"7\x16ÉAwãMJ˜HNT\x04‘3r"
  b"O\x18ê\x00MíNÅ—ièÂ<ã\x0E^"
  b"Å┴´¡\x1Eg@¸╣Ö?¢rý\x02Ç"
  b"""
    “i\n
    r2ðHš€òÙ™0èÐJ
    """
  b"»Üá\x1F×▄BõçÉ╔\x1E\x08Àñì"
  b"´╠=·▓\x13G.ÿØ÷"vÜ\x13«"
  b"-Ó•p—þEœ™iC62\x16Ç¢"
  b"XàáyY\x15H®˜Ôú¹µ‘\x01\x0F"
  b"cÝÀ•\x1DDJ§‹9ÀréÚÏÐ"
  b"ü·ØJ ÓF═Çý│¿<AæÆ"
  b"´j6‘Ç1Jýªø\x13¬mõž0"
  b"¼`Z_\x1DµF\x10¨8ý³Rˆÿr"
  b"""
    \x11R&Ri\n
    KܱèõÚ$˜‚B
    """
  b"\e`%å3wH[¯9½¯>àFä"
  b"\x1E¥?s<êJbô╬ŵä\x03Îa"
  b"3hËóŸ\x16K¹¤\eòyLJõ9"
  b"«=˜ëŸÑCÀ±yËü¸½_¯"
  b"ɨ Ù“hA΃ãf·Ð7¥Y"
  b"úÀõ\x07ÿFNk¶v½\x0E·´\x1Fæ"
  b"p\x19]ß.2A€™ìJ\x04r\x0Fþã"
  b"ƒ¡\x06Æ\x10‹Aœ†Ë;üOpiû"
  b"„Ó\r¯1;J}Šàð«ß\x1Axm"
  b"Å\x14(\x11h\x17IØà\x03Ûv[ûûË"
  b"Ü\x0EüäT`A░Åõ\x03¢│U#µ"
  b" Z Œ¸bG\x1Fª:YK–Õžo"
  b"²MC”¤\x1CCð¶C ‚êª;ð"
  b"Ñ 2Û©óD釀E\x05ÅùŠõ"
  b"ùƒ/6q£EF¤HUâ‡+>\x1A"
  b"\x10\x08c4§–J¾´xi\x03¾ØéY"
  b"cº¸üÙ2C\x07ú¹║QøÇ¾ö"
  b"n╠\x19▒PqGIÜø\v5Åç\x1F="
  b"\x1E\x18ıòA■▒}¹¾▒Uüƒ"
  b"éºþZ¨kAƒ‡±€DÀ*1/"
  b"\x08ÞC\x1Eç´Ké¢Ê@^óÞšâ"
  b"<\x06ÆÂoÖJ\x11\x1FÉH\fLÖW"
  b"R\rðLzˆE:·®¾m\x13QøŸ"
  b"€-}Á»\x06C\x19–:¶¢ÍdêÜ"
  b".z¡¦B4NV”¡‰\x0F¤ø‰û"
  b"─`┬╣ŹA┌ªæ«\t├¼T\x05"
  b"Ãdü£úáDÈ┤╬§%Ç░\x1DL"
  b",ÌÜõ±}G†–ñ¯‘Ý¿¦ñ"
  b"A9¢'vBD\x1A®{\vsZ\x14ÂÄ"
  b"Ibm@Ä\x0EFõ´8\fq&Ã7ä"
  b"Wg\v[—Š@\r£J°òAËÅ0"
  b"ü¿È╝├fG¥┤öEv├¯)t"
  b"ƒì╬øP\eKIöBbkìá9S"
  b"Œ\x12)m\nkH\x00Ÿ\x11&ª©}Ql"
  b"É´sÒ┌ÙIËû¶ã¹Zg°└"
  b"Æn>\x15\x05╣A*ó ║^Ø╔öÃ"
  b"""
    â¡æ\n
    µˆJƒ•À\fu¥’\v\x1C
    """
  b"ï\x05Ø\x1CóìF\x19£ê  “™¯e"
  b"O}‹©à~B$¹e\fÑŒÄôw"
  b"ˆôIÅóÑN·´¨SæµS\fÑ"
  b"║ªZ'¹G@/üà â^}þQ"
  b"Åܺê¤ÍF\x01‰ÃfmJª ×"
  b"\x11\t>ú"»H<Å`═%,┴!\x7F"
  b"ï╦)ýدF\x13Ö\x15a¡QËBf"
  b"—°ÄpÎáC0®0±¨õ8´€"
  b"║Æ\x05┼‗É@xÂVºf ╗Ñ\t"
  b"*\x02:\x0FS]O»ˆ,s×äûgÀ"
  b"T~gEú╝O\x00▒8÷¥Øÿ£b"
  b"_A‚ ÂuAJ†¸—~çPp›"
  b"`D+j\x15©A\x0F¿\f\x06‚[\x12‘¦"
  b"s⢢ýÓCέôÁÎcÕîä"
  b"}fÉÂÄÅA]³\x0F\x0FŒÆžŠq"
  b"˜Âµk.\x1FK±“%›°\x1F{Úx"
  b"¡u¬█\x0E▀E─»3ÈõØ\~É"
  b"ÚiÂiû;Hë›\t<[s¬éì"
  b"ÆÃ̲Œ³Gž¨³y\t?Ií¢"
  b"\x02œfy\x05ÓGàŽ‡Vì“\x02ãð"
  b"\tX╔È´©O`ªéà\x08Éh4╬"
  b"(n\v\x16\x06IK¤‚\x19B+6v%Ï"
  b",^jçìIH‘¸®O´b55#"
  b"mı6╔a\x06A\x0E¡\x05┼D& Øé"
  b"~(‰œÓåKëº/m¤ß¤AR"
  b"˜ ›2*¬J\x07°LêHVÔ‘J"
  b"¦òÿv\x14RDî¬\e1ƒe1t\e"
  b"­D.¯ŽqA\x7F£âeè\x02‡wš"
  b"Q}Á¡éöLn•\x06È\x1EŸSí\x1E"
  b"ðÊÒnµ\x0FH\e¹pZK€óVx"
  b"4é[~îûIîÉ\x17\x185╚\x0E┼¼"
  b"¯˜SÑãDIM‘n\x1FܼµX¢"
  b"ôgÍ@•ŽGΡ£ÙNÇ1lƒ"
  b"\tªp/\x0F\x12LÛš\x12YV\vcÆ\"
  b"!\x08│ììÂMp╝W\x10-╗SAØ"
  b"-áBJzŽA\tŒ\â\x02w[£r"
  b"I╦ÅÊB¦Oh¼S\x19kòQe\x02"
  b"UÏáÜ'sJÅí-(╩╔íã°"
  b"ìõ┘÷ý^M>Ö\x11ðyu5®z"
  b"▄GVÜföJ┬øÔÎ\x17Î6Å\n"
  b"â\x17\x16\t¥AMB¾p8ðkòj\x13"
  b",¨‘\x1El†L$¤\x1FBqiO\x1AÖ"
  b"1ı╣ÛƒîKöü·XWd═}¥"
  b"\x15’zÐNõ«lèì,ÇsÝ"
  b";âd ädM©Á╦:e\x16>ÉÆ"
  b"HyP–\x18ÚMî«ÏS¢Ý•y\x1C"
  b"L$¡O49J³´ ËwŽf„2"
  b"N'\x05²ÍbM™´¯P¢]„%Š"
  b"V▀│\x0F\x08/CªöµÉ·\x0F─ï-"
  b"cØÜÀÌxEo┐Z\eàS>í¤"
  b"„’O»$‡O\x15«%P\x07»kà\x1E"
  b"""
    °R\r4±5HD­¦oÕ\n
    DNO
    """
  b"áÁwö°àKA¸éÖw'-\x05\e"
  b"ÙÌ║║ü¡Eýùàc\x02\x18\x17\x1D"
  b"ú mUçmMm†ò\x00Í5Q¬‰"
  b"\vƒ$©8\x14J²½\vÂLj€ò"
  b"\x12n]²\x15œCý…íDÂ%\x02\x05®"
  b"1QãH>\x02DM³Øk\x03\x1F´‹G"
  b"e[ù›\x0EDA\x1D†—yÌåögm"
  b"eßó╝6\eLäØ▓¶\x18Í\vƒí"
  b"í\x0Fέ¼ÀNK¿¸zÅÞ×,“"
  b"î}¸ŒÎðJ:Œ‡\x15e þ’á"
  b"[\eE\x04~REP…Lm:\x1C„Gè"
  b"a\x06aýº¢Gm»¾­ jñŒý"
  b"ƒ§\x14yÂìDÑØþ\t║D╣»À"
  b"Ðö\x18iº_E¾®Nj–÷\x10Êè"
  b"Ý™´ì\x03>Cs n¾œÊ+®—"
  b"ÁÑÀ¢”\x1FC@Ÿæî\x14–è\x17Z"
  b"·w\x0F«\x06ÕJ█óÉù} Ûk█"
  b"\x15┐Ás0Ñ@\tíÑ▒#³±ìú"
  b"\x18úTÿ░\x1FAsüS\rŰ*ÁÙ"
  b"$¾´ÛÓ\x0EAX…‚z„º\x10çÆ"
  b"6îg\x0F°¢H;ɹ\x14A¹Ë╝Z"
  b"G\v(‰\vîI.¯ïZ¿!ÄLÙ"
  b"\ø§)O¿@÷Âr­Ô¥ØN"
  b"╩>dÖzkJF╗Á\x15ìÌS\f'"
  b"""
    \n
    áúrÄGüÑı▀Jµ[[ô
    """
  b"ãK\x12#`m@-”.ØF\x04×û¹"
  b"ÿQiÚ_{HƃÊ{X\è4³"
  b""Ýu\x1DÂéM-î\x1Eɦ\x1EÜí "
  b"&dÓ┬ë»I|úZüR"o«0"
  b"'\vÅ\x04ùßHHç«WC\x19╝*║"
  b",hîøÙrM\x1Fü╣\x19Ê:7¤·"
  b"=\x05üI┤6I┤å\x1D|3Ëoj¡"
  b"\x0F\x1A›lJX¿-\x10\rt±éY"
  b"s\x10ß5ŠkD\v¼q¬Bs\x1E\x1A~"
  b" Æ¬\x14w+Aº‘Öm\x1Cm" Ô"
  b"""
    Îr@å§åD\x19º\x1D\n
    íkáÓ_
    """
  b"ÕÚZÚ­]J¾¬þ*7Œ/êª"
  b"Ü\x03¡…«UA4¾¦´\x187\x14\\n"
  b"ü13\x194s@#…z` gô‚¾"
  b"(k@n\x03\x1CKB…Š?ªÜ^\x01£"
  b"H5£R\“D\x1Cœ#‚¤i˜–ê"
  b"\”Ây¬\x13@\x00…š¦¹in¦²"
  b"~¹üõ%§Næ¼ø¶í;<‘c"
  b"ùØ┌Ó\x7F\x04D%ózF┌W\x1DÈ‗"
  b"àn ¹<'E¢¬,£Ótþot"
  b"""
    \n
    ÚzÌ!¤FQµL­{à\x07\v\x19
    """
  b"\x16!ÙÃx&Dú»vý§g§\rX"
  b">┌À¿êÃNBìÑ┼\x134█Òc"
  b">öXY\x19ÅM\v¡ÃaoJX>«"
  b"o\x16w\x0E3\fHÓü%8┌┬ÉC×"
  b"«ßQ\x11qICzŽÎ­\x1D6qh\x1C"
  b"±…\x0En ŠC‚¡|Dؗكj"
  b"ÓÜHÔ\x18\x7FFÞ»HïÐq"\x04\x07"
  b"$ö,’ÿêDÿµò„¶/ÆË…"
  b"E\x03ýV╝ÊDQì<)¤c¼QÒ"
  b"I+_fá;@^™12oS9\x13y"
  b"u─ÅÚ\x06ç@┐ÉÅ\x14Kÿö1:"
  b"~&îÊØlE7©«U\x1EÔ\x18þ\x0E"
  b"è\x1CXbe:C\x0FÅ*ªYæÀ/ö"
  b"\x0FFÀ‡\x05ƒB™›?\x0FlÌœR\x1F"
  b"40Ï\f\r4@#ˆäçâìjÇ\f"
  b"GdŽfUÜO\x14‡“¹¢ïô-6"
  b"\úsñêÛI\r¸äÖè¡SÍ;"
  b"†•\x19ì4nF-™…ø­æ\x11:""
  b"Ø\x01\x1D3╔F¼║¼±µ¬º!Ó"
  b"º6\t╩üîDe»ac+5° Î"
  b"¸õÈ4Qw@Ä”L·4íü§ˆ"
  b"ݼ/° SK¾£®#Ù\x0E‘¤N"
  b"ó\x0E×\r\x05•Lñª¹Ó\vk:«d"
  b"""
    \n
    ©/™B˜ƒE\x05Í”ü\x19œ
    """
  b"ksÀ\x00£àG„±’ª]I1ÝJ"
  b"ÅpXëpVIÌà▄\x08Ì\x19\x06"
  b"“A)W¶˜Iõº\x7F«Ef®Šº"
  b"¢$>+#žI\x0E\x13l‡ ៌"
  b"¿ÈW[fÈN ‘œ¾\x1A\x0F\x1Eµh"
  b"ʳ\x13Ž\x06ìBº¡t\x02^Cà Í"
  b"\f█#¸\x15NÓä\fµ\x18ÉV▀\f"
  b"Ô"ŸORúC命‘žJõZù"
  b"ýTJª\x16\x12@Uªsìm!„™å"
  b"""
    &&£$%\x7FB\n
    \x14¯Nôax_
    """
  b"2û‘gïšJųÉ{¹\x01¥'U"
  b"EùID;\x05GW¿■l╣ÖɺX"
  b"X7ÎÃSØGê┤v:╠Àzç┴"
  b"lŽI‚íJOä‚þ]ÿlù?]"
  b"¤Þ\x16B³bGR™\x15K\œüm%"
  b"═˱ÅdëEýí╦C+┴\rıÖ"
  b"\x02 '³¢F\x16¡▓IÅ┘╚\fì"
  b"lG.#O…Cc¥õÄz®šG%"
  b"\vò=µµ!Kž¯\x12k\rõÏÆq"
  b"H?\x1Eƒ4NKͪZ\x03\x15*\x11"
  b"UkM\vÜ›Lè¶\x00“‰r…E\x1A"
  b"kj¡®’±Aü¬]tø\x06;$é"
  b"ÖÜ… *KBÈ´\x07\x11Òh»È…"
  b"\r|>|®V@ε½6èžâJ÷"
  b"\x19–”¤\x15¶O3‘å…\eZ\x123\x05"
  b"Uàˆ6Ýf@5©\t”i\`Âñ"
  b"dc§È\x1CËB –\x05Ÿ¸Ðx\e\x14"
  b"ü&¨\vö\x02I.É┤*K\x0F\x10 ý"
  b"Þ(¥tƒèDY·¯–/Þ˜î'"
  b"""
    ÿ™—‘ä\x04MF«\x12oˆ—\n
    
    """
  b"\r\fó┤╗ì@0Æ|Z\rèc\v"
  b"wÏ–®¹\x15EA‰acWþõrÈ"
  b"ö░PðË\x18A)ÉIåÓó=øx"
  b"-ö[ZtÅDbÖâ┼þ$fÈØ"
  b"å\x064ÚD¨AØ«I ÈtÀ¨Ä"
  b"‡q\x00ç\x08ùA£´Ó€`k%\x18\n"
  b"¬Íݸ{\x0FK€´›Û²\x06\r"
  b"""
    àùé\x0E’ûNT°Ü}¬\n
    WóÕ
    """
  b"A½ºóð\x1FJ-üR\x1C\t*\x12"
  b"ðš“\x1F:ÔKåŽHM»\x11ìHž"
  b"\x18³aðÁßHv‰‡õŸ·t9\x13"
  b"[+ËûK°M±£gôˆ›}V\r"
  b"…€¡Å£ÂA\x18šzrÐõÇï¸"
  b"╗¿░åéôI¡ïÅ\x1DıÜ─èg"
  b"á’P\x0EìüH¸ŽR\x19¡ø\fZx"
  b"ð9µå\x19\x1E@£žs\x10QàYZr"
  b"Áì╗ÏmDD\x00ó¸<Ø»SÄ┼"
  b"%!]h■[B!»òÏÅË~´B"
  b"`\x14=2Ø(@Ù▓À|iU\x11┌>"
  b"m3o:¤ÆC^¡m\rqKy5ô"
  b"ü‰³÷:JK1ª8Að\x1A­œÆ"
  b"&9"\x16~[Fܲ€û«\x03[íó"
  b"6\x1F7ò(ILßšp¨%Ï™úæ"
  b"?Úeg’eOQ´Ö¨$e>\x172"
  b"Mwƒ¼\ÉGóŒÍ”b\fYt‡"
  b"œ\fµ…‰äCì©Wm_³‰ŸB"
  b"""
    ʨWtU\n
    KÞ„z&|é|Cq
    """
  b"ÚÒí\x12\x05JE±‰ØhÅ\x1F¤¿D"
  b"▄eæºZTAmƒÅ`\x01ã®\x18»"
  b"³Å¢H%\eJ+öÛÙ¢¢e¯\x0E"
  b"\tmýìKıIÙÖK\t╩¤Ì3┬"
  b"""
    ?╗r!─\n
    C║ü╚ˬ8▒â'
    """
  b"Fa\x19\x02K\x05ØÝ█´½\x1Eáß"
  b"üı®k\x143K¬ÿ\x17Ë░Â\x04.B"
  b"""
    Œ\n
    …µæ<IfœEdµL«I»
    """
  b"ÄÚPQ÷¡NI˜UÊ:ÆŠLJ"
  b"═t[­°9D4âØ\vß{WY‗"
  b"‗¥À£ÈhGÜäKû\x08ØuMZ"
  b"PÔõ¿¤ÖJe¯=ú-#r̆"
  b"V(\x16"5ÒCLØ;└░õÉ╦╦"
  b"k«■söàKü│N┼m°ªâ\x02"
  b"ŽtŽ¥!îC\•í\x00\eá+"
  b"\x14m²˜)—L˜ˆcŽn `/†"
  b"¨Š¤ßdrFT¥Þ!'ÙIÁ¬"
  b"¯ÝYø"~G`¿\x12 =±-k'"
  b"Ô\x15#¶ì¶Eàä├a zØ▀¿"
  b"èüìñ»*IsœÍ®0{óZè"
  b"\x05\x00<GC´ÄüT N▄&ò"
  b"1+┤\x1Cf─MØéÓÏ(÷å%Í"
  b"HL\x03oaÁEO²ÕÐ1Û°ÄÌ"
  b"Wÿ\x16\x02f\x1AA·BxÑþÈF\r"
  b"r†v^\x08ÜNG¥UkíÿÓWê"
  b"‹q2pTÞA›—<NFÅáêÁ"
  b"mï¿ì^­@<‹›î\x04†Pû|"
  b"\x7Fì└¥+\x13Iߣ╬Rß▄`yø"
  b"ª\x17ýrL\x17CRØ┬n.¼\x0E§Ø"
  b"Ê+qÛ•QI¸—Z˜2°à\t{"
  b"ı~Õ~·cNìÿÝ░F═:1\x04"
  b"ðWr!U¦N\x0EŠë|\x07\x13|Sü"
  b"øÄ \x01êùOñ›–Fn·³“g"
  b"·└â\x13ıÞFãæ \x1EØ\x1AD²╬"
  b"\x15„Êc¯âDÈŽ\x19)õn+Ëü"
  b"\x1Dô¼xh╚G«Å²U═AàH\x19"
  b"¢„\x15M4\x01Jü gê> ,\tG"
  b"▒sï6{ØK\x12¡¡*àQå\x0F"
  b"ɧæüþcH˜¼\x18™*.Ñ1 "
  b"\x14-V8ˆMIð±dߎԶõñ"
  b"\x1F[øî¶\x1CC¯Ÿ¹6 ¨\x7Fì\x08"
  b"X\rv6‚WDó‹XW\x00t¿Ù±"
  b"kœH)­”F¾­¦K…\x04J8ê"
  b"q┘>BÁÄB×ì[Ìúãà\x05ý"
  b"’Vχ'-KXª6ÿ\x1Ff&©§"
  b"¡&ûVHUFŒ…Ù¨!:{¯M"
  b"¡»ð­\x15ùJcªk\x10ZX"
  b"ÉÕóLæiK®¥†¿þîüþm"
  b"òض»‰òIîªbr³Ãs\x08\x03"
  b"pY±©¹ÅLV¼}H-Så×h"
  b"rnéÆ[ÄG踕ÉZ\x18hã]"
  b"\x7Fz';*ÿM‚–]ÅÎo_îI"
  b"\x02S0l#kLÕºˆliçcì)"
  b"\x02Ô\x02ÔάMõ¼S*4¬û~ü"
  b"fZgu\x16IFMµ\r~t=àò¸"
  b"¬2;ÌÑ\x07C€¹ÈÎè— ½*"
  b"¯\x1E‰cT^Dˇi±¤ãaé\x0F"
  b"È0dl\x0E\x1FNUžë<a¬iòx"
  b"ãÄ\ôJYMÒ½êeï\x14\x03§Ÿ"
  b"·Ð\x7Fû┤PL\t©k\x0E3\x02OüÛ"
  b"xñ?Ï" Eا–.wð;dq"
  b"""
    Ë\n
    \x05ð\r\eOS…ѽ÷+á•=
    """
  b"Nµ/úÉK@▀À\x19╝ËX\t«É"
  b"\I-7)GB\x06‘¡¨Ô.\v·ê"
  b"t¯É\x01þnHh€\x1Eûï\x07ϵ/"
  b"\x11bü÷0O¶¸D\x1F,…ÒF‹"
  b"±¥‘{,BL˜¡\x08J“…m\t¤"
  b" VD\t¶╔OråÍ│Â(ü/¹"
  b"\x0F¢Ý2â!Ni±œ¢¤mŒ]\x1E"
  b"/Ín¶\x03ÉN´ÄÈ\x1Aø░└Ô>"
  b"I\x17¨ÑBWDfŒsl1m?sH"
  b"‗.Ò©·ûD8┤q\x17­§cüÍ"
  b">+—î\rŠA\x08Œ{0<±¡\x00\t"
  b"xž4ÜvÝG†­\x1Eð mL*\x1E"
  b"‰€ÐWÓbAº·ÐhÄ7¿}?"
  b"µðr¿\x16\x03A\x03¢zýB\x1F·˜â"
  b"©MÑA\tØK¨©9\x06─<×╗§"
  b"úÅé|ÍÌF«˜QÜÑCcµH"
  b"d\x1C-±ø¸C³¬\x7F9vÏáÃ-"
  b"™éš·T±BLžÊ\x01§Lìûi"
  b"Ù\x14fº lGó¢€…­c7FY"
  b" \x0FÅw\x1FøD\x1FåÿL\x00\x17ËpP"
  b"‰ÓXd÷©Mذ{ô\x19b…‘®"
  b"ØéÝÛHøA³à4¤úú?Hh"
  b"/ÌD\x1FíâF~ØZ\x7F\t═¶®N"
  b"2=\x1E}\x14ÛD­™ãɉ3\x1FÓ~"
  b"oó’ñJÚD\x15š\x06\x7FÍŸB\x1Df"
  b"Àµøƒ,ÞG\x1C™‚uâó¥â«"
  b"Ë\v=Y×ÝG·³«æ]\x1Fá›E"
  b"æŽA¯7úK\x14¶¤\t\x04(š½6"
  b"í“°m²iF"­b\x18Q럑È"
  b"\x0FÏ7\¤[KÂ¥F–9Ò\x1FÎ\x11"
  b"\x13†¦ƒf†G>‚b§©Ñ4\x07É"
  b"\x1EŸšÏ‡(@© %µ!ZÄd>"
  b"ƒé\x10\x0F9úFQó½╗Æéy¶Å"
  b"É»\x1Fž[¡I\x06µåhø\x19bÃ4"
  b"‗>>YèpB7ÁÉ\x7FÝùË6>"
]
87 0.63 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
88 1.44 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE `app`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01“?ÐËçrÅ€\x04ÜWË0Ë\x1E"
]
89 0.65 ms
SELECT `script`.`id` as `script.id`, `script`.`script` as `script.script`, `script`.`hook` as `script.hook`, `script`.`name` as `script.name`, `script`.`active` as `script.active`, `script`.`app_id` as `script.appId`, `script`.`created_at` as `script.createdAt`, `script`.`updated_at` as `script.updatedAt` FROM `script` WHERE (`script`.`app_id` IN (?))
Parameters:
[
  b"\x01“?ÐËçrÅ€\x04ÜWË0Ë\x1E"
]
90 0.85 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
91 0.57 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
92 9.20 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.NavEntity`.`id` as `category.NavEntity.id`, `category.NavEntity`.`category_id` as `category.NavEntity.category_id`, `category.NavEntity`.`profile_image` as `category.NavEntity.profile_image`, `category.NavEntity`.`category_video` as `category.NavEntity.category_video`, `category.NavEntity`.`middle_image` as `category.NavEntity.middle_image`, `category.NavEntity`.`created_at` as `category.NavEntity.createdAt`, `category.NavEntity`.`updated_at` as `category.NavEntity.updatedAt`, `category.NavEntity.translation.description_top`, `category.NavEntity.translation.description_top` as `category.NavEntity.description_top`, `category.NavEntity.translation.description_bottom`, `category.NavEntity.translation.description_bottom` as `category.NavEntity.description_bottom`, `category.batteriumCategorySvgUri`.`id` as `category.batteriumCategorySvgUri.id`, `category.batteriumCategorySvgUri`.`category_id` as `category.batteriumCategorySvgUri.category_id`, `category.batteriumCategorySvgUri`.`org_filename` as `category.batteriumCategorySvgUri.org_filename`, `category.batteriumCategorySvgUri`.`created_at` as `category.batteriumCategorySvgUri.createdAt`, `category.batteriumCategorySvgUri`.`updated_at` as `category.batteriumCategorySvgUri.updatedAt`, `category.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, `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 `nav` `category.NavEntity` ON `category`.`id` = `category.NavEntity`.`category_id` LEFT JOIN `batterium_category_svg_uri` `category.batteriumCategorySvgUri` ON `category`.`id` = `category.batteriumCategorySvgUri`.`category_id` 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.NavEntity.translation`.`nav_id`, `category.NavEntity.translation`.`description_top` as `category.NavEntity.translation.description_top`, `category.NavEntity.translation`.`description_bottom` as `category.NavEntity.translation.description_bottom` FROM `nav_translation` `category.NavEntity.translation` WHERE `category.NavEntity.translation`.`language_id` = ?) `category.NavEntity.nav_translation` ON `category.NavEntity.nav_translation`.`nav_id` = `category.NavEntity`.`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` = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x1E‘àž¤EK\x1C…+ž¿êÎ&Y"
]
93 7.77 ms
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`checkout_gateway_url` as `app.checkoutGatewayUrl`, `app`.`source_type` as `app.sourceType`, `app`.`source_config` as `app.sourceConfig`, `app`.`self_managed` as `app.selfManaged`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, `app.translation.label` as `app.label`, `app.translation.description`, `app.translation.description` as `app.description`, `app.translation.privacyPolicyExtensions`, `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions`, `app.translation.customFields`, `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` LEFT JOIN (SELECT `app.translation`.`app_id`, `app.translation`.`label` as `app.translation.label`, `app.translation`.`description` as `app.translation.description`, `app.translation`.`privacy_policy_extensions` as `app.translation.privacyPolicyExtensions`, `app.translation`.`custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation`.`language_id` = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` WHERE (`app`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "TrustedShopsEasyIntegrationS6"
]
94 9.83 ms
SELECT `payment_method`.`id` FROM `payment_method` WHERE (`payment_method`.`handler_identifier` = ? AND `payment_method`.`active` = ?)
Parameters:
[
  "Kiener\MolliePayments\Handler\Method\ApplePayPayment"
  true
]
95 5.31 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:
[]
96 0.63 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
97 1.28 ms
SELECT `media`.`id` as `media.id`, `media`.`user_id` as `media.userId`, `media`.`media_folder_id` as `media.mediaFolderId`, `media`.`mime_type` as `media.mimeType`, `media`.`file_extension` as `media.fileExtension`, `media`.`uploaded_at` as `media.uploadedAt`, `media`.`file_name` as `media.fileName`, `media`.`file_size` as `media.fileSize`, `media`.`media_type` as `media.mediaTypeRaw`, `media`.`meta_data` as `media.metaData`, `media`.`config` as `media.config`, `media`.`path` as `media.path`, `media`.`private` as `media.private`, `media`.`thumbnails_ro` as `media.thumbnailsRo`, `media`.`created_at` as `media.createdAt`, `media`.`updated_at` as `media.updatedAt`, `media.translation.title`, `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`.`id` IN (?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"\x01\x18\x1DÄ•p$‘Ws`\x18áX@"
  b"\x01\x18\x1D\x18ÛqE¶ò©ÛÅî\x0F¼"
]
98 8.35 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/1e91e09ea4454b1c852b9ebfeace2659"
  "/support"
  "/account/recover"
  "/navigation/0193747acd4d7ad693e41c68fa085eb6"
  "/navigation/019374bb5a5678fc9a65ace03d7f854e"
  "/navigation/019374bb80f470319064fba7b0111a97"
  "/detail/62371d157d4341db8d9f2f089c2fb575"
  "/detail/b7f8ceab3f71436f9dc7a1f5c8b41c5b"
  "/detail/4014ae3ba0a74ccba70c19f94a049da9"
  "/detail/1e438358d4294b748eb2f58bd3959331"
  "/detail/0d6afbcb268d44c0a086810ddbcf3d04"
  "/retoure-und-reklamation"
  "/wissen-kompakt"
  "/bestellung-bezahlung"
  "/impressum"
  "/datenschutz"
  "/AGB"
  "/widerrufsrecht"
  "/rechtliche-hinweise"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01’µ8öEr²ªÍW«a$LH"
]
99 8.05 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"\x06;\x1AÔ÷²HŠ—j²\x1Fg\x0F"
  b"\x07ü©»äeCÓ¬4^AóŽÿ"
  b"\x16\v5è0ßN+±\x16\x08\x08k?Q\x00"
  b"\x1ApÎbÖˆOv ‹‘\x12ÿ¤h)"
  b"#{Þ\x03©g@ œ“¥R¾òj\x15"
  b"'[ÆÞ┤ìN\x04ïð▒ͼ§ƒ╩"
  b"'©mÑô\r@ÝŸ\t/÷‘\v\vá"
  b"-XfÈ\x04{Oüª´\x1Eë!õL¼"
  b"7¢^¸¹äC%©€ª¶‘Øž\x12"
  b"=\x03÷zXLN?¦S~w*w|Œ"
  b"\x15÷n—Nü‚òF\x18Zë³Ä"
  b"""
    M\x16\r7FòAJ£\kH±\n
    
    """
  b"b\\x13R\x12FG\x1D§åcì7¹8\x10"
  b"fœ¸¾;ÀK‹Žq«TÁÞÞ="
  b"v|<\x15=.Dê¡ÊJø5;Ÿd"
  b"w«S;/TE&¬ègâ2É\x04Í"
  b"""
    €‰U†\n
    \x1E@H„p$G›#2\x0F
    """
  b"†ñ¼áf\x12Hþ„ÔÕ\vP_-F"
  b"•Ó\r»žˆFõ°žM׳ß\x19¨"
  b"•éÝØHb@£ŽÈ‹æ¬—\e+"
  b"–ìeø%µE¿—ï ‹l\tä+"
  b"¬.\x1AF▀\x1ADèÉö\x1Aƒú+Z×"
  b"½$GÀ\x1EºJFâç,Ø[0ëC"
  b"·Ì<L…üKP²\x0Egª‘{0®"
  b"Ìz¹©ÐA@%‘¡ëwG´´„"
  b"Ú\x1C¼¥w*O—¶¡ÓŠffÑK"
  b"ÚIþx\x02WDq®>¯ÿ;\x10´þ"
  b"ó¥¸ÃOHF\x00 °{cÅF=ð"
  b"\x01’µ8h~p{¶ºê,€q\ra"
  b"\x01’µ8h¶pH¨«Û&çDÐÂ"
  b"\x01ÆÁ8v▒p3Å\x0FV\x7Fi\x04\x19"
  b"\x01“ ý½/sÍ£c~0°\t8f"
  b"äNg‚ÆBG·–¸‘Ï%®8÷"
]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.