GET https://abb-dev.tech/navigation/b07a3af7856d40648557298447477738

Query Metrics

99 Database Queries
62 Different statements
230.97 ms Query time

Queries

Group similar statements

# Time Info
1 0.37 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
2 0.46 ms
# dbal-plugin-loader
        SELECT
               `name`,
               `base_class` AS baseClass,
               IF(`active` = 1 AND `installed_at` IS NOT NULL, 1, 0) AS active,
               `path`,
               `version`,
               `autoload`,
               `managed_by_composer` AS managedByComposer,
               composer_name as composerName
        FROM `plugin`
        ORDER BY `installed_at`;
Parameters:
[]
3 0.56 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
4 0.75 ms
SELECT custom_entity.name, custom_entity.fields, custom_entity.flags
                FROM custom_entity
                    LEFT JOIN app ON app.id = custom_entity.app_id
                WHERE (custom_entity.app_id IS NULL OR app.active = 1) AND custom_entity.deleted_at IS NULL;
Parameters:
[]
5 0.19 ms
SET @@group_concat_max_len = CAST(IF(@@group_concat_max_len > 320000, @@group_concat_max_len, 320000) AS UNSIGNED);SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''))
Parameters:
[]
6 0.81 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"
  "Batterien/Versorgungsbatterien/Solar-Batterien"
  "Batterien/Versorgungsbatterien/Solar-Batterien/"
]
7 0.45 ms
SELECT `name`, `path`, `author`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
8 0.57 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"\x01’µ8öEr²ªÍW«a$LH"
  "KB9ispUMEnQGY6LUbeNPBUR31ncTNkqf"
]
9 0.51 ms
#cart-persister::load
            SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "KB9ispUMEnQGY6LUbeNPBUR31ncTNkqf"
]
10 0.51 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
11 1.14 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 0.44 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.82 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.43 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 0.37 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 0.49 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
17 1.02 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 0.51 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 0.50 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 0.28 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 0.45 ms
DELETE FROM `cart` WHERE `token` = :token
Parameters:
[
  "token" => "KB9ispUMEnQGY6LUbeNPBUR31ncTNkqf"
]
22 0.67 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 0.75 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 0.46 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.40 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.54 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.33 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 0.32 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 0.23 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 0.31 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 0.29 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 0.38 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.32 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.55 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
35 3.05 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 2.66 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 0.50 ms
SELECT `handler_identifier`, LOWER(HEX(`id`)) FROM `payment_method`
Parameters:
[]
38 0.62 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 0.41 ms
SELECT `language`.`id` FROM `language` WHERE `language`.`id` IN (?) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
40 0.65 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 0.70 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 0.76 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
43 1.16 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 0.41 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 0.58 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 0.38 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 0.78 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
48 0.96 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 0.80 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 0.58 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 0.42 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 1.42 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"°z:÷…m@d…W)„GGw8"
]
53 1.40 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ÆÁ8jýpÊëÿ˹øüÖ§"
]
54 1.56 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ÆÁ8jýpÊëÿ˹øüÖ§"
]
55 1.62 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’µ8omq\x0F—J\x03Æ„†/Z"
]
56 1.34 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’µ8jòqb€QºÑ¥\x05"
  b"\x01’µ8jòqb€QºÑ¥œík"
  b"\x01’µ8o×sứå\x17\x13¡\x17L"
]
57 0.84 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 0.51 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 0.75 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 0.66 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"°z:÷…m@d…W)„GGw8"
]
61 0.46 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"°z:÷…m@d…W)„GGw8"
]
62 6.31 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"°z:÷…m@d…W)„GGw8"
  null
]
63 5.45 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"°z:÷…m@d…W)„GGw8"
  null
]
64 3.68 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"°z:÷…m@d…W)„GGw8"
  null
]
65 0.79 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"qx¦Ö“gHå¥t‡Íp¹ëS"
  b"‘ÒÄCÜ`A³‚D–;=úrŸ"
  b"\x14└Öý┬EI▄¡\x00Úú┌ì£\x1A"
]
66 103.76 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"°z:÷…m@d…W)„GGw8"
  null
]
67 2.62 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"°z:÷…m@d…W)„GGw8"
  null
  0
]
68 2.28 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"°z:÷…m@d…W)„GGw8"
  null
  true
]
69 16.99 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"°z:÷…m@d…W)„GGw8"
  null
]
70 4.79 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"°z:÷…m@d…W)„GGw8"
  null
]
71 0.86 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"\x082┐ëêMO┘ÄØ5┴\x04\x04"
  b"¾Q^\x19) M±º˜«M•æ§="
  b"└É\x04d%\x16O┤┐▓b\x1F▒[2ó"
  b"¡PüÐÎ\x1DF™¦ž_\t”Ú÷–"
  b"╣«\x07µ\x1F³GÙñEgÜÉÔ┼à"
]
72 1.00 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"\x082┐ëêMO┘ÄØ5┴\x04\x04"
  b"¾Q^\x19) M±º˜«M•æ§="
  b"└É\x04d%\x16O┤┐▓b\x1F▒[2ó"
  b"¡PüÐÎ\x1DF™¦ž_\t”Ú÷–"
  b"╣«\x07µ\x1F³GÙñEgÜÉÔ┼à"
]
73 4.21 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"\x082┐ëêMO┘ÄØ5┴\x04\x04"
  b"¾Q^\x19) M±º˜«M•æ§="
  b"└É\x04d%\x16O┤┐▓b\x1F▒[2ó"
  b"¡PüÐÎ\x1DF™¦ž_\t”Ú÷–"
  b"╣«\x07µ\x1F³GÙñEgÜÉÔ┼à"
]
74 2.30 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"\t\x0E¤ÖáåK>ØÙ#\x16*y¸i"
  b"\x15\t"ƒÍlDêÁ.╣í×Å\x00Ø"
  b"\x1DìÞ\x0F%hJó»*Ë└ª¨AÑ"
  b"\x1E]©ÁñÈDÁò¡╗¤iÅä9"
  b"#¢&3å»A«ºMlÛ„‘\x1Eú"
  b"$À‘e\x07\x03B³¢‹'´Œkäm"
  b".z¡¦B4NV”¡‰\x0F¤ø‰û"
  b"\x17¯ìD´²¡º‹4ºàˆ"
  b"\x14„7¯NoŒ{ãŠ2y\x06"
  b"Fı@öû\x01HÉ×╣û-\x1FyV\x08"
  b"F¾;û÷SAÔÉ\x1E╦ÍÙ¹÷─"
  b"Y&\x05”ò\x18Ec«Ñ@P=W\fà"
  b"^*ô‘\x18á@ò©6ßè\x03é :"
  b"náLQ×\x1CBrŠ)w€½ÊQ‘"
  b"""
    p\n
    pn×û@\vâêúÓ\x1F║IØ
    """
  b"ŽÄ¶‹ô\x10Lö‚>µ.\ruá¤"
  b"£\riˆ}÷KɘB;¼\x16õþý"
  b"ÉT r‚–Mø¦BØwÝ(\x7F2"
  b"═vC╚Â\x13DôüÌ╗DG■█¢"
  b"Þ•8ÿ/ÐHž¹œì\x03I¼Ú–"
  b"å?)«VƒM8™ŽP \x1CD¿©"
  b"\t\x0E¤ÖáåK>ØÙ#\x16*y¸i"
  b"\x11\x1A¯…rH@\x02¨•jÒ”„\x0FÖ"
  b"\x15\t"ƒÍlDêÁ.╣í×Å\x00Ø"
  b"\x1E]©ÁñÈDÁò¡╗¤iÅä9"
  b"D\x12mxŒ FÛ‰OãáX2)~"
  b"\x14„7¯NoŒ{ãŠ2y\x06"
  b"E\x03ýV╝ÊDQì<)¤c¼QÒ"
  b"Fı@öû\x01HÉ×╣û-\x1FyV\x08"
  b"Y&\x05”ò\x18Ec«Ñ@P=W\fà"
  b"^*ô‘\x18á@ò©6ßè\x03é :"
  b"náLQ×\x1CBrŠ)w€½ÊQ‘"
  b"""
    p\n
    pn×û@\vâêúÓ\x1F║IØ
    """
  b"xr\x04To\x1FJuü_4CÏ%àK"
  b"…üd\x16]iNü¿\x1DPµ“¢—Ì"
  b"""
    Å\n
    \t\x05ÛÌM/ä°ª┤▓rA`
    """
  b"£\riˆ}÷KɘB;¼\x16õþý"
  b"¿u«ÀókJ\x00¥8(ó±×É0"
  b"Áì╗ÏmDD\x00ó¸<Ø»SÄ┼"
  b"ÉT r‚–Mø¦BØwÝ(\x7F2"
  b"ÌŒú?w,I|œã\x13áá?ªk"
  b"═vC╚Â\x13DôüÌ╗DG■█¢"
  b"Þ•8ÿ/ÐHž¹œì\x03I¼Ú–"
  b"\t\x0E¤ÖáåK>ØÙ#\x16*y¸i"
  b"\x15\t"ƒÍlDêÁ.╣í×Å\x00Ø"
  b"\x1E]©ÁñÈDÁò¡╗¤iÅä9"
  b"-0\x14ü|×IÛÆ»░dK\tx\x1F"
  b"\x14„7¯NoŒ{ãŠ2y\x06"
  b"EìzÎ^…IŠ­Ô‹\x10\x03:ó*"
  b"Fı@öû\x01HÉ×╣û-\x1FyV\x08"
  b"Y&\x05”ò\x18Ec«Ñ@P=W\fà"
  b"]\x17╬╔JEL#▒)░ñQÐØE"
  b"^*ô‘\x18á@ò©6ßè\x03é :"
  b"`\x7F\x01"C¥»yÄN[ôH9"
  b"náLQ×\x1CBrŠ)w€½ÊQ‘"
  b"""
    p\n
    pn×û@\vâêúÓ\x1F║IØ
    """
  b"ŠÖË\x17øýIû–a±v\x03–¢]"
  b"£\riˆ}÷KɘB;¼\x16õþý"
  b"¤¢7\x06ŠáN\x16¶ãù€Îhñ–"
  b"""
    ¾4­ƒ]\n
    B¨¾,\’6#\x0Fð
    """
  b"ÉT r‚–Mø¦BØwÝ(\x7F2"
  b"═vC╚Â\x13DôüÌ╗DG■█¢"
  b"ÑÀùcæŒ@àˆ\x12>äI\x07Ô`"
  b"Î/@(ƒØD$É\x113 íÉ6V"
  b"Þ•8ÿ/ÐHž¹œì\x03I¼Ú–"
  b"\t\x0E¤ÖáåK>ØÙ#\x16*y¸i"
  b"\x15\t"ƒÍlDêÁ.╣í×Å\x00Ø"
  b"\x1DìÞ\x0F%hJó»*Ë└ª¨AÑ"
  b"\x1E]©ÁñÈDÁò¡╗¤iÅä9"
  b"#¢&3å»A«ºMlÛ„‘\x1Eú"
  b"$À‘e\x07\x03B³¢‹'´Œkäm"
  b".z¡¦B4NV”¡‰\x0F¤ø‰û"
  b"\x17¯ìD´²¡º‹4ºàˆ"
  b"\x14„7¯NoŒ{ãŠ2y\x06"
  b"Fı@öû\x01HÉ×╣û-\x1FyV\x08"
  b"F¾;û÷SAÔÉ\x1E╦ÍÙ¹÷─"
  b"Y&\x05”ò\x18Ec«Ñ@P=W\fà"
  b"^*ô‘\x18á@ò©6ßè\x03é :"
  b"náLQ×\x1CBrŠ)w€½ÊQ‘"
  b"""
    p\n
    pn×û@\vâêúÓ\x1F║IØ
    """
  b"ŽÄ¶‹ô\x10Lö‚>µ.\ruá¤"
  b"£\riˆ}÷KɘB;¼\x16õþý"
  b"ÉT r‚–Mø¦BØwÝ(\x7F2"
  b"═vC╚Â\x13DôüÌ╗DG■█¢"
  b"Þ•8ÿ/ÐHž¹œì\x03I¼Ú–"
  b"å?)«VƒM8™ŽP \x1CD¿©"
  b"\t\x0E¤ÖáåK>ØÙ#\x16*y¸i"
  b"\x11\x1A¯…rH@\x02¨•jÒ”„\x0FÖ"
  b"\x15\t"ƒÍlDêÁ.╣í×Å\x00Ø"
  b"\x1E]©ÁñÈDÁò¡╗¤iÅä9"
  b"D\x12mxŒ FÛ‰OãáX2)~"
  b"\x14„7¯NoŒ{ãŠ2y\x06"
  b"E\x03ýV╝ÊDQì<)¤c¼QÒ"
  b"Fı@öû\x01HÉ×╣û-\x1FyV\x08"
  b"Y&\x05”ò\x18Ec«Ñ@P=W\fà"
  b"^*ô‘\x18á@ò©6ßè\x03é :"
  b"náLQ×\x1CBrŠ)w€½ÊQ‘"
  b"""
    p\n
    pn×û@\vâêúÓ\x1F║IØ
    """
  b"xr\x04To\x1FJuü_4CÏ%àK"
  b"…üd\x16]iNü¿\x1DPµ“¢—Ì"
  b"""
    Å\n
    \t\x05ÛÌM/ä°ª┤▓rA`
    """
  b"£\riˆ}÷KɘB;¼\x16õþý"
  b"¿u«ÀókJ\x00¥8(ó±×É0"
  b"Áì╗ÏmDD\x00ó¸<Ø»SÄ┼"
  b"ÉT r‚–Mø¦BØwÝ(\x7F2"
  b"ÌŒú?w,I|œã\x13áá?ªk"
  b"═vC╚Â\x13DôüÌ╗DG■█¢"
  b"Þ•8ÿ/ÐHž¹œì\x03I¼Ú–"
]
75 0.86 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"\x082┐ëêMO┘ÄØ5┴\x04\x04"
  b"¡PüÐÎ\x1DF™¦ž_\t”Ú÷–"
  b"╣«\x07µ\x1F³GÙñEgÜÉÔ┼à"
  b"¾Q^\x19) M±º˜«M•æ§="
  b"└É\x04d%\x16O┤┐▓b\x1F▒[2ó"
]
76 0.98 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"\x082┐ëêMO┘ÄØ5┴\x04\x04"
  b"¡PüÐÎ\x1DF™¦ž_\t”Ú÷–"
  b"╣«\x07µ\x1F³GÙñEgÜÉÔ┼à"
  b"¾Q^\x19) M±º˜«M•æ§="
  b"└É\x04d%\x16O┤┐▓b\x1F▒[2ó"
]
77 0.78 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"\x082┐ëêMO┘ÄØ5┴\x04\x04"
  b"¡PüÐÎ\x1DF™¦ž_\t”Ú÷–"
  b"╣«\x07µ\x1F³GÙñEgÜÉÔ┼à"
  b"¾Q^\x19) M±º˜«M•æ§="
  b"└É\x04d%\x16O┤┐▓b\x1F▒[2ó"
]
78 0.86 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.63 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
80 1.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"
]
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.77 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.73 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 4.59 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"\x05Òï)8sC‡¤Ü®§­]ý\x1F"
  b"*¡Z\x07ù░IÌå\x16s½üÙvE"
  b"\x14„7¯NoŒ{ãŠ2y\x06"
  b"N˜‚¼É€@@©ç…ã\x1F®Ìð"
  b"e†JéÎÍJkŸ@\x04é¥&±+"
  b"x¼™^™»I›¨‚Ž]\x14úá•"
  b"ž¢‰]Æ®@\x03¡|˜\x07?ø‡6"
  b"¦½–߇ÄK¸‡.\x02_Ïì\x01¢"
  b"³ù¤Ø:vD\x1E€Äɯ·ÂÒ÷"
  b"\x1FåÒæúBØŠ®Iö°)¿€"
  b"ÙÉ\x04ıÿ\x10KhÉ▄Ø\x1F\x16Q6Þ"
  b"\x1EÔ3aOgG¤žÌ•ÝÑ\x02\x13À"
  b"!Þ¾{4ÎDé€0¦O[52¦"
  b";%yåYPE\tª`¾Ø\x02\x7F"
  b"TîB\x1Df3L‹Ž1ë©a,r™"
  b"zÞö\x17\x1AÅGDŸOr.½<Ý"
  b"""
    É­░\n
    «]N<ì6ÈÂ╚‗\─
    """
  b"‘‡ÄÔ<HJ£ˆ…’©\x7FT\x08"
  b"«†1ÏÄFAá¿9Mø¾ËÔ^"
  b"·\x07PA¬ëB\x02€M_RS&ˆÀ"
  b"┐_ÃÚ┘yNäòNá┴*\x1EäÉ"
  b"ð@‡K=^E†€´¸ñueX…"
  b"öt°\x0Eh\x13H\x16£\x1Ak<è†Õo"
  b"·ÃàÞ\»Ib«¶Ü/Øv═\x08"
  b" 5DÉÍäGs╗¸\x1A¬µ#½W"
  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"\x16\x14\x05œ-7D·¹(BaIõ-5"
  b"%|odŽ˜H‘»\x03®]Â\x0EÉ1"
  b"*–ò\e\x13¯GG±ž äœx¤‚"
  b"2oqDü*@Aå=.Çíì÷\x1F"
  b"@ö®‹{<K¦‰\x05ÈPî\x0F­F"
  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"¡<‰a¯ýM…°´—z]\x7F×`"
  b"""
    ¨˜(—Ë4KŽ•È\n
    íb¡×l
    """
  b"±]—ô'\x13@\x08µMIþ\x10.Τ"
  b"´ª0QhÌ@YŽ¦NWø\x03T\r"
  b"ß\x00£┤<XGxØÄÀ┌óÒa▄"
  b"ð2²\x17~ÿL¸»>¹¡\x00Ý\x1D,"
  b"ôÁ”.\x0FžG\x04®Â,Œ\x07¹\f5"
  b"õ\x02y5ñÊB1¦±\x10/™¯yò"
  b"¨│Tü\x02]A$░}®\r\x00¬·É"
  b"\x1Aæ<Û\x13WMÆÅ¢j(╬iÒ╔"
  b"!À.ú­‡Mõ‚@(‡wúæµ"
  b"1£M§p¸E—•.œâÕ†jû"
  b"rüQß┤\x16B\x15Á»,16\x7F]║"
  b"ì\x00ºqû JÆ°á¡(Ïx¯¿"
  b" TÃ\x05Ê|FY¿│½ÞoR'Ø"
  b"\x15\t"ƒÍlDêÁ.╣í×Å\x00Ø"
  b"\x1DìÞ\x0F%hJó»*Ë└ª¨AÑ"
  b"#¢&3å»A«ºMlÛ„‘\x1Eú"
  b"$À‘e\x07\x03B³¢‹'´Œkäm"
  b".z¡¦B4NV”¡‰\x0F¤ø‰û"
  b"\x17¯ìD´²¡º‹4ºàˆ"
  b"F¾;û÷SAÔÉ\x1E╦ÍÙ¹÷─"
  b"náLQ×\x1CBrŠ)w€½ÊQ‘"
  b"""
    p\n
    pn×û@\vâêúÓ\x1F║IØ
    """
  b"ŽÄ¶‹ô\x10Lö‚>µ.\ruá¤"
  b"£\riˆ}÷KɘB;¼\x16õþý"
  b"å?)«VƒM8™ŽP \x1CD¿©"
  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"\x13žÍsÒ]Oú°<Û\x03«„­Z"
  b";µ÷Å\x1CÆAdɦ¯76\x04\x01"
  b"D³Ù▄üVIhÄ\x10\x08\x0EèÝDr"
  b"QØO┬(ÑJTÆ‗m­l▒{!"
  b"YÈ‹VÀ¿C3¤Vô/·+@å"
  b"c}´¿ß¡BוËo\x13jç´;"
  b"gЈJ²\x04Lܽ}ãùå`G•"
  b"¬ö¤/ÅçK░Ø\x15@¹HÝX\x1A"
  b"©±╬¯fìD»î\x7FfPM#ÅF"
  b"Î!ArMŒL©†\x07ØG|ì\x11ý"
  b"Õl>”ÜîD+‚>Øgu€PÍ"
  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"Ú\x02‰Iq7FË©Ác¡ˆm§3"
  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"\x13ÅmRýdIöà=Ö¯wÛ]¯"
  b"JگݩYB¬–,JXÃúB¹"
  b"S\f\x00'ð?B\x01ë\tdØûª\x1Aæ"
  b"""
    ‰Í\x18ØAcOÓ”ô4\x17\n
    _
    """
  b"—"i\x06Ú¡Büˆq\x07$Hn¬\x1F"
  b"í\x1Aþ┘ÜöBÄ╣░Z▓ÅUÄË"
  b"Ñé~üÊÞE(î36^6d\x00"
  b"¦Ø‡Æc"Mr¨ƒ„è{\x15\x05Ø"
  b"¶%\x16ýnNCc©jŸ\x04öŽÏ-"
  b"┴D¨Ë?¨Lõî)\x04╣Å\x04½K"
  b"┘úÏß)\tH╗ñ19\f\x0E\x11"
  b"""
    ┌ÍÅ╗┌t@:ì´º\n
    \x06ƒëµ
    """
  b"Þ;x$¨\x08MÚŠM„\x08„ýÊÈ"
  b"\x05ƒ±†\x1D+H\x01²¼Sý\x1D?`¬"
  b"$\x13$Í°Ø@ü¹ÄE˜Õ§D0"
  b"""
    *[uü½\n
    G}▓k┤Ð╚9ì9
    """
  b"E©iÝ^ÈDÏš`ÍS‘v]\x06"
  b"g\x01│57\x0FHµÉè└╝ÝéY)"
  b"h¨W©ÛõD.³qú‰í\x12¨Ž"
  b"zi‹ÓK”H)½\x1C^¬Þ:>Ê"
  b"~^”Q°:AV¬¿\x04AµßB!"
  b"¡ \x1FQJ\L£•~Qs.±½\x13"
  b"ÄH R\x06!M=»¿ž‡2\x16\ej"
  b"Å\x12yÄË\rG6¡üäÿ¸E¯Ù"
  b"Í•™\x0F§NF ™\x12ìþzJ¸<"
  b"Ñ¢\x08ð:\x07H\x1D¨ôdÍ¿‚¼Î"
  b"Ó6˜\x195`HϽôˆ—®ãV\x1E"
  b"×·Qº²íJ³œŠ×5µ¾{\x1F"
  b"\eˆ^ªWáO— 4Ï\x00Ú,áì"
  b"-\x00S»‘øO\x10¥£àˆ±¤\x1D\n"
  b"fùkGüË@æ¡×╩Ät~@ë"
  b"yV„ø&oF›¼¶\x18\fü“Zs"
  b"°*~v£\x1CK\x0E¼\_—óÅ–\x02"
  b"ý\x06ȯøoN\x10‰ò³Úƒœ\x041"
  b"""
    \x03yé™\x07¾DÕ£ä\n
    Ù‰þΊ
    """
  b"\x03£â´ê}@Ò¬(G¨ž7FH"
  b"\v└%‗K3ü=ñ¥└X╩Ì"
  b"A\x06\x1CáÆYEAžjl}\x1E¤Û¿"
  b"I+_fá;@^™12oS9\x13y"
  b"Oò%†E E¸”¿ŸÕ\x18m&ó"
  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"\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"?#\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"Áì╗ÏmDD\x00ó¸<Ø»SÄ┼"
  b"""
    !{ \x13ãdD\n
    š2zN\x1DØ(.
    """
  b"U}©–g\x16@@³å<Ë9nÅÝ"
  b"‹€¿¢E)EK€\x17’8¿ÚZû"
  b"ÓÔ–¯\v!AS«Ç¢ÿ\x068&7"
  b"ô÷öDKoOÁ¦Ù©«`-\x16\e"
  b"û\x054`ûEN‡²¸‡9˜âÂi"
  b"\x1AŽ%¿†FLùºjF·t\x0F"
  b"*4äý°U@q¤Hh€€ËA>"
  b"lG.#O…Cc¥õÄz®šG%"
  b"nÆîŠîfGk±5\x1CÎ1ª^£"
  b"ܶÜ\x02U\x08I`ºªjhSÏìÛ"
  b"V¿‰Ù\x10ÊKA…­gOÓ\x0E\x110"
  b"ì2>;\x10~J7èÈÑâ═=¤\n"
  b"Êjßg-\x02Lõû/ì<(ð·À"
  b"\x014Ç‹+pC倩€¾íkÓ#"
  b"!!OÖð\x06@¡ŽPïÐñ×g©"
  b"vhâ▓dÊDÀ░V\eÌ║ü2}"
  b"wqTÝ¢†NJ§V\x1D‚Bñ‚b"
  b"Ó»\x17ê/Å@»ªÇn░'Rß\x12"
  b"'Å┐TÖïBÀ¬7%fÈ┴%§"
  b"1Ÿ“öœ³Néš´\x1FO¤UÔP"
  b"Tëa\x03}\fFê‘;0]\x18B<×"
  b"«¼\x07Mµ═AżN,ö‗yL!"
  b"ºD¬\x01\x0F\x1EFí½ª¢«w¯Gì"
  b"Ú,ïÚÏjAä¸èžH§…\x00º"
  b"&dÓ┬ë»I|úZüR"o«0"
  b"/ÌD\x1FíâF~ØZ\x7F\t═¶®N"
  b"\±…¡ÜøOS½î{v\x1E\x07\x06Æ"
  b"vôçìsFA$é/E>ÏZÜÎ"
  b"‚iAÄB\rA\x14»7ñÏÇ|¥½"
  b"░gy¦┼I@ É\tû\x17í«▓ï"
  b"ú©•º—êJv“ôÀþ9„ŒN"
  b"\x03\x1A#ÙÀoH\«WÌr┬ð¡ü"
  b"\x13ØÁl¼║E±ï²│}<CV("
  b"!\x01꘠+N2™Ýܲ\x10\x00G "
  b"*\x19:x0“I/šÈ©ÊP‹#\x11"
  b".\x04Fh¨qAh‰Ï“C\x1C\x0EÀC"
  b"/\x1D–ƒ\t[K¨¯T{²ÆT\eÏ"
  b"fZÙ>"”G\x0F½gjY,²ª\x16"
  b"iLIùA:C…œ<öÄê”Ä\r"
  b"\x17å\x06«G“‰ä\~ž›±K"
  b"\x12±ZoNˆ¬¹¯çÚ»W\x1F"
  b"µ7«Yð\x12BR¿G}Þ¶„YÂ"
  b"└^OÅU<Dƒü\x03\x0F\x0F[\x02ÚÉ"
  b"Ã\x06NIý\IŠ…«ÈèlïÞÜ"
  b""Ýu\x1DÂéM-î\x1Eɦ\x1EÜí "
  b"$Bªý£\Gi¥C#’Î_\x121"
  b"Xꌛ+ÒKs†ä\x11´\x1A?L\f"
  b"\x04F|ëB\x0E¿ãgøUÅnÂ"
  b"dT\®ÈKN}ƒé©ÀíAÊf"
  b"ãÌÐAª•O\x16µ<\x04•N\f?\f"
  b"þ<‗┼È\vICùØ ‗¨a£å"
  b" \x7FÔ\x0EÇ\x07D+çÖPø4üm¦"
  b"DÑxcr4D*†…ƒ§:&ft"
  b"XÙ¶ÍíÉJ®–·é@é2íÒ"
  b"ýZ²ÊÎ\x02DŠŸ‚uÑ\fn™¨"
  b"\x03õf%Z>J\f£BS¯Õ=Ø{"
  b"psD±=ïD—·xJ,òv]\x05"
  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"ö€6Õï‰Güƒ¨WÈå³e¹"
  b"""
     ÚYä\x05‚I~•\n
    û¨ËbS†
    """
  b"xy.!3\x0EJ:ì\x01\x10lÿs"
  b"©\x7FÃ"H¨MYªú\x0Fž\f¸û­"
  b"äZ\x05 ]œDYˆß\x14ŸQ\x1C\x13\x02"
  b"H\f Fù!N\x1Fž\x08åñ{J¯\x16"
  b"""
    L­ùª‗MO<ØÚ¹┘z\n
    
    """
  b"^VLqÎÜL{€µ\ì\x02W©{"
  b"po°ÍqŠO™¶*§^æõ\x02\x00"
  b"•F\x1F\x02`\x19H§²äÚÕJFæJ"
  b"ʽê┌▒6LõÂj#\r\x19\x18"
  b"å\`„\x12ÊK\x0EŸa@Z\x7F\x13z"
  b"%!]h■[B!»òÏÅË~´B"
  b"`\x14=2Ø(@Ù▓À|iU\x11┌>"
  b"m3o:¤ÆC^¡m\rqKy5ô"
  b"ü‰³÷:JK1ª8Að\x1A­œÆ"
  b"\x12S\x05¿lCK]¢\x17q+#~RÒ"
  b"\x1EÉQJ\x1DÚA\x18¬0YÁ\x06»é╔"
  b"{š‡Äe»OQµþ®\x12\x024ªv"
  b"~5†úª'A&©ûç\x0FB\x19ý>"
  b"ç,\x15─░}M├ü▄\x1A&╗G╦\x13"
  b"""
    Œ\n
    ÁƒOnK_™\rÕPþ27:
    """
  b"""
    ¸@6V^\x02EçÏ1\n
    ¤ï¥Á
    """
  b"\x02ºÝÿaaC°”=nýÙ\x1D\f\r"
  b"\x1D˜\x08‹[\x01@B“U~"Î\x0FÜ "
  b")¼Í!ê­Lu‡šYl"60ž"
  b"""
    ,õøÎ4DF╗äfÅ\n
    ‗Øòg
    """
  b"?àààËùG”’böV\x07–Ã["
  b"eN▀Âõ\x12K4Ø«\x07\fG|q±"
  b"┐Aþ¾=╦F"Ø\x18\x02¸¡ávã"
  b"ÏŸ”m2#Kn¿d¸Þ­ÍÚ†"
  b"\x18¥|­╣-HêØË╗\x18Tõ═╩"
  b"""
    \e\x1A\x13/΂O’Œ\n
    ÓÍ\x17€]y
    """
  b":.ÊȃXJݧµJY×·Ø\x03"
  b"ŸqMQy†J{›*àf\vÏñ´"
  b"""
    8\n
    4ž ¯Ja¯T$Iš_:ù
    """
  b"HW%“QÑCa¸\x07_$bÀÓ¹"
  b"YPñ\x15qiB\x04·–˜­\x07œß*"
  b"öÁeG0[CqÉb~<├╔╩¥"
  b"Ū/)6uBâ­¹Ãw9¯ùý"
  b"×\x18B>¨aAT¡Ÿ¥¦Wúéé"
  b"u─ÅÚ\x06ç@┐ÉÅ\x14Kÿö1:"
  b"Çe+,¹³D£ü╩b\x01\x1FÏ+&"
  b"°▒▄╚xZOkÄ[¬╠O2▀Å"
  b"""
    \n
    &é╝ü┘FéìDì\x11}³└ß
    """
  b"\x1A3”-8\x13I\t¾º\x11íMí%ü"
  b"\x1Cà\x1Cã?\x12@x˜\x1CS_áí4Ì"
  b"\x1F%°ÅB\êÇ7\x08Aß}‗"
  b"2\x01mL2ÿM<«\x07ᨙý¥["
  b"³ðX”þ«OT²±­4½\x07"
  b"wN)Å║ÅH¡ÑÁðmÆ×4,"
  b"xñ?Ï" Eا–.wð;dq"
  b"Äç▄ár#LÛÿü¥I└f{P"
  b"""
    ¾4­ƒ]\n
    B¨¾,\’6#\x0Fð
    """
  b"""
    Ë\n
    \x05ð\r\eOS…ѽ÷+á•=
    """
  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"\┬¥\x0E}©CÅ×C▀°êÞ¤┤"
  b"Ö=Èu\v.B9‰¡µ÷¨Š¦P"
  b"WÉmt\x01#J°¿¾X\x17,\x0Eéô"
  b"p²ÀªÍ#O&€}ì\x18oÛÉO"
  b"ç¡àÛ\x1EÀB¹º[\x7Füw$m="
  b"˜–®¿.÷I$½f¢ù œé."
  b"¿ºULzìE¤„Ìû•" ÈÕ"
  b"õ¹ã»MiG\x1A–Ý\x15M{Y8p"
  b"\x10\x11┐¾f½DØØÄ█╔O!k±"
  b"G¢èRy–Ot´Ë#\x0F!¾mj"
  b"M\x13’#D¨Ad–\x18~H\x01÷éò"
  b"q\x7Fn dÎF…˜j\x1Aç—Ž\x06\f"
  b"òÏ&ø8KBk╗õÅ║Ëã$Ç"
  b"×É‗cý«MÀªËaU\x7F┬n#"
  b"úÿÑ\x7FãOJ\x12ì\x19\x0Fëràq1"
  b"ÖC—ö­ì@ˆ–Vá×9|Èü"
  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"é\x19öÐP«J[¬æ³Æ8sµŠ"
  b"\x02ü&!\fÿE­‚èäð\x06\x17¡E"
  b"_”‘p8¡Nw w£\rxÏ̯"
  b"qÈ_¥`fKS’\x07‰¤…ÉZ¯"
  b"t9\x7F\x15þ‗Bòå*▒\x06ã\x05\x05Ø"
  b"€q×ÈbúMÊŠ\x17\x07sÊV’Ó"
  b"Çþº7\+G¸´²[þTê%¼"
  b"\x17M8\x0F\x14ˆBm†o™Oædƒ¢"
  b"g?Iæ¬íK²²\x7FF\x14\x15ùaÿ"
  b"u┤┘-ð\x17G¹æø\x13®5╬/ü"
  b"å\x064ÚD¨AØ«I ÈtÀ¨Ä"
  b"´xòSº]@œ¶I2SIËIA"
  b"├q╣ÝìãCÁ┤Ùzûı¥(Ô"
  b"ìRÊï¹UCˆ‘pN„V\x19\x02×"
  b"¾\x06½Ò^nD¯Øã;G┤\x16"
  b"°C6¡]ëK¾ü\x1Ex└ߪ³w"
  b"\x15}Ú€:mO\x11”f­‚mþyz"
  b"“ˆ\x04žŒÝNi¤>SÍPPÍ|"
  b"¬\x01ƤP_B\x15Š­\x1AStB \x08"
  b"Ù_!\x12…IB°)\x07\x05}¡<J"
  b"·╗ÆãçYG┤ä»sxXþSì"
  b"""
    #\n
    \x15SChœ…q3ñˆ…\f
    """
  b"rú4fÅ.CÀ▒\x18´ÏVÊ_\x00"
  b"9O$\x19€!K\x10¿\x08lBû{iÃ"
  b";©I; 9@┤º9¨\x1AÅø/["
  b"Mý|£EWBo£\x14嫹"\x10q"
  b"`ÿ¹2õÐJÞ™-ù\x1FÛ\x17Ba"
  b"í¢FLܤIÅÇ\x05g╚\x13XGo"
  b"Ó€¿yÚjO\x12ªÌÎ\x15\x0FDyK"
  b"ß╗]\x1DKQO\x02ªâ§&┴ìá¬"
  b"\x1CÓv\x13P8AL‘kQ9J¼5ä"
  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" Å\x0EnÐ2Dïèú\x04\x1F"
  b"W\rR╚^gJü½&\x1F\vuA»\f"
  b"h«N\x1C3ÉFßï¤?├q┘Eæ"
  b"ÿOÎPî\x02FøØ\x11;C\x06\x19\x0E§"
  b"دËÖ╦─Oòäæ\x00╚H­ìI"
  b"ÊÿJþuZA¾§înóL}_\x13"
  b"2\x1CŸG†×Aø‘ÂSfÌîL\x07"
  b"QË¥\x19\x04MM"£\x0EcËž\x0Fîž"
  b"i4Å\x05{[D`¬²d\tbÌŒ¶"
  b"jŒiÊ\x03\vD\x01±ÿñ(*‘sA"
  b"€]q\x00¹dJ™Žòôˆ[Ü\x03Â"
  b"Àµ·]ü>Fz‰oÑèe\x10“Ö"
  b"옾h`+Jÿ‰+õ¡†ª\x03ˆ"
  b"¼ –\x1A\x06°H*‹ÖŠ\x19m"
  b"Â\x07Ù\x06ÕÂA|£ÒÛTlM.m"
  b"áÎ\x1AE\x1DéG9¢\x16&\x02a\e™S"
  b"\x0EúèZ LF¿”œ0 \x16Ê\x02\x10"
  b"¹{)Î\x1EbG´░Ú¡─╔»ØÛ"
  b"7Dyìî\x00Cý©¨¾ñ¢ÈH¦"
  b"Y║\x08«b\x1EJ┴ò\x16┬ñØ╝ý<"
  b"\’«\x0F½ìN\v¸\x14\x02¯\k"Y"
  b"\┬ع\x14±Gk¼û▒═\fF\x16"
  b"ìÓãüÊ\x07LÀØù\tÚ.\vô&"
  b"ÈõI±ì£I|¥Î|È0C(ç"
  b"Õ>ûù╣üHj¢¿E$Ò▓Y>"
  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"""
    °R\r4±5HD­¦oÕ\n
    DNO
    """
  b"gÖr\x1A‗ÁAì¡N\x02m╔sVû"
  b"Á@…‘%\x1EM\x03‘±q\x7F{¤ w"
  b"Û-¨Eõ‡OFµ¼ý¥°\x13ž?"
  b"èeQþèãDŒ€uõ¯«Ä;\x08"
  b"{©!½¯AI%â┤ç┘Åı╗."
  b"ƒÖ4$Ó\x01J¦ê£═Åu╬8D"
  b"ß}~£ÿ4H µ\x03>\x05Šå\x1Eæ"
  b"\vƒ$©8\x14J²½\vÂLj€ò"
  b":\ëÙ´TEýÉù_/┬\x16k╬"
  b"fÅ6\tW$Nd©/éÓsyfí"
  b"╚Ju2vëFº¿/\x07«┌\üC"
  b"í\x0Fέ¼ÀNK¿¸zÅÞ×,“"
  b"\x1A¥ÍÚ'HDÆ‚]Ο\x1F\x13ü<"
  b"\x16¼ooD4╝Å®Ü▀ÏıÌ"
  b"niQ{Ò¬JVª*†[\x00À\r½"
  b"À\x15Œ¼ÆzG\x16™¹-Á]fÙg"
  b"\x01²ã\f‰tOE²SK}ÕñŒ‚"
  b"\x072¹¶]%KýıÅËI\x7F\x02"
  b"E\x03ýV╝ÊDQì<)¤c¼QÒ"
  b"S\eä\x063–Ax‰º_Ü\x17\x15"
  b"…üd\x16]iNü¿\x1DPµ“¢—Ì"
  b"©¡à\rý @/²´çéØÁB\x16"
  b"þ·x…ÅúG+¨ªŠ¿:xæX"
  b"ÿ1{'¨ŸF\ˆ\x13s\x03}R\x18q"
  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"""
    +/\x0E®ê\x06Bçµ\n
    Ò\ýõ-½
    """
  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"\x05m=bY\x11H\x1F–™6åÇ’Óí"
  b"\r¶é¹ØVB®ôq±è\9Û"
  b"FöXt÷+IpøPØ▓9Á╗À"
  b"b\x15÷“¸4O\f ÿå™ÑÙô’"
  b"ÂKK3`|BÑúɃ;Ï@³§"
  b"Ê)\x10Þª\x1CKe╝kHmÅ_µ¨"
  b"3«e\tT\x17MTô\x0FR‗³├Ø\x02"
  b"K|ì!ÀžJ\»»ÂèÅmw^"
  b"KÓŸ§ÙhL¡šÙ\x06\x18ÿ⇺"
  b"┴ı╔l│#BçÉ═'òû;<"
  b"]r}o\x14îF,½ë ‡¯*C\x1E"
  b"(O•#ƒàM)‚Ö\v½xe”\f"
  b"\x07ŠõÐñGK\x02±_ç^\r©o‚"
  b"\x0EÐõmÉéBì│\x05\x02ÀÅ~s\x03"
  b"\x1C\x03\x05ˆ‘¢L7¶Ï<íšÂÓä"
  b">öXY\x19ÅM\v¡ÃaoJX>«"
  b"p╚¶ø±ãK6Ø# î\┌\x05B"
  b"xw—EÜÚJ€œ#›Apõ—Î"
  b"{*¿"¿/O‡¾Ÿ}Òù¬s°"
  b"³\eÍAã”éªfj1¿,"
  b"ýu\V¶ÝF]ŠÑ²}\e\x1C»­"
  b"mœŸ\x00èHAÆ¿©\rðE\x14dP"
  b"Šø¬èOYJ\x15²$ÈÐà“%n"
  b"«g\x07U‚OD\e¬ìQ‡ÍŒø\f"
  b"êíMÓ(`@ßœ¼\ÝQe\x18p"
  b"""
    \n
    ÚzÌ!¤FQµL­{à\x07\v\x19
    """
  b"\x19\tñ%9ÉHIù‗·(┌ç░}"
  b"‚o@¬“\x1CDÄšdÇ\v8“©ˆ"
  b"¼n®\\x17\x1DJ ¹›\t\x156ö!¤"
  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")@Q÷UxNɱ«´êšà+¸"
  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"─`┬╣Ź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"g8mºlSK\vŽ«\x15)n\x13\x01"
  b"º<ô9ÓùJP¦:µsí$ÁÇ"
  b"ãJ½\x01õ¯@\x05¶§ùñ¶\x17¼V"
  b".\x02ÒÎë;J=ž\x1E¿ç Mí\x0F"
  b"¹ã!§wxE¦‚N!HÞÙ3y"
  b"""
    \f2ƒ±4ÙK­‚\x0E\n
    )^pî\x0E
    """
  b"\x19/~A╠ÆD)É┐┌©*'\x15"
  b"œ‚P2*_D\x17‘ºñÂøŠþ¿"
  b"Ù\x15·Hî¤Né­\x1E1„füÑ\x07"
  b"\x02n¬^5FJ$ŽËzÉýÞ–ò"
  b"\x18\x1EÊM¾ÇE▓×│_'Ú\x07"
  b"6Û4âö¶C×®ö²\e\ÕÒ\x07"
  b"w}_¡[KF,¡Ã\x02ýõãÄf"
  b"{J“\x1A³ED´„¨îBá:nD"
  b"¨î\x05ç>"F–›\x10ªþ'mŽ="
  b"4ãÁúısA"ÉøfÃáT'S"
  b"Q}Á¡éöLn•\x06È\x1EŸSí\x1E"
  b"ðÊÒnµ\x0FH\e¹pZK€óVx"
  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"î}¸ŒÎð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"º¡b\x08GÍAb¨d\x03ZK2\x17\x03"
  b"═▀ÀØÕnM2ø│xبî╗Ã"
  b".ðN+cýKÅ«ýByú»jò"
  b"\x11\x1A¯…rH@\x02¨•jÒ”„\x0FÖ"
  b"D\x12mxŒ FÛ‰OãáX2)~"
  b"xr\x04To\x1FJuü_4CÏ%àK"
  b"¿u«ÀókJ\x00¥8(ó±×É0"
  b"ÁÑÀ¢”\x1FC@Ÿæî\x14–è\x17Z"
  b"·w\x0F«\x06ÕJ█óÉù} Ûk█"
  b"$ö,’ÿêDÿµò„¶/ÆË…"
  b"~&îÊØlE7©«U\x1EÔ\x18þ\x0E"
  b"è\x1CXbe:C\x0FÅ*ªYæÀ/ö"
  b"Ãåâe#8F\x05¿EFÜAg\x06á"
  b"$╬Ø}íhK7©­¾ï)■\x03\x14"
  b"iè7Ž¥äHѵá)/Ô®Û("
  b"l¢­©i░HïØ\x13°■╠jÝÑ"
  b"\x08‘Öi8CÕ´\t>\x16‰øTÑ"
  b"│Æ╩╦ºÉK.鶸xJ¼ê\n"
  b"©F¤█¤ÅMP®\x10ßËb%\r¥"
  b"ô\x15¸A¾žI_ˆ\x12iþ˜!\t"
  b"1\x1D$úÉ\x1FKµ«Ê0\x03€6…í"
  b"6\x7F%├É┬BPƒß¦m%Ö½´"
  b"\eï…·Fà¸-†<½\e\x10ö"
  b"š±à»jAGU©¤E&\x1E)8("
  b"\tìnµeA┼░ëÉ![‗ð\x04"
  b"ßrõ8\x04¡I^©lØ\r4¥(¥"
  b"õ\x14ä×ÖTG!•\x7F¸J\x17ßüa"
  b"-0\x14ü|×IÛÆ»░dK\tx\x1F"
  b"]\x17╬╔JEL#▒)░ñQÐØE"
  b"`\x7F\x01"C¥»yÄN[ôH9"
  b"ŠÖË\x17øýIû–a±v\x03–¢]"
  b"¤¢7\x06ŠáN\x16¶ãù€Îhñ–"
  b"ÑÀùcæŒ@àˆ\x12>äI\x07Ô`"
  b"Î/@(ƒØD$É\x113 íÉ6V"
  b"\x1F\f ø\x7F╝J9¿Ç±┐kü└Ú"
  b"goEyLÌ@Ô¯ƒ\x18\x17"
  b"ü$ó|├\x04@>Â\x00þãûÑä\x1F"
  b"â˹`\x16¥Cêà\x07î‗ÁÕ«Ø"
  b"˜§eÊ%\x12Iع…ùcÑ5Z‹"
  b"´X¿9“«Iû²\f\x04ä²û¨z"
  b"¾}\x08FPÊN$²—‡;šT¥k"
  b"pY±©¹ÅLV¼}H-Så×h"
  b"rnéÆ[ÄG踕ÉZ\x18hã]"
  b"\x7Fz';*ÿM‚–]ÅÎo_îI"
  b"\x16a\e1\°NŽ­æ›©_%(\e"
  b"mEAJ@ÂKZ˜Æ\x04ÔÜ\x04Éá"
  b"\x05\x1DÍ­ÅP@]±R\x10\x1D\x12\x1D"
  b"é┘éN╔ÉH~ɽ¹FòÚÀ-"
  b"¡\x12_åó§M»®ÓrÒ[?k\x07"
  b"ó}Í_ð DÄ»"^ìï›\x15H"
]
85 3.60 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"""
    \x03yé™\x07¾DÕ£ä\n
    Ù‰þΊ
    """
  b"\x03õf%Z>J\f£BS¯Õ=Ø{"
  b"\x05m=bY\x11H\x1F–™6åÇ’Óí"
  b"\x05Òï)8sC‡¤Ü®§­]ý\x1F"
  b"\t\x0E¤ÖáåK>ØÙ#\x16*y¸i"
  b"\t§ÎàzÏG¶‚{Od(˜ù\x1F"
  b"""
    \n
    &é╝ü┘FéìDì\x11}³└ß
    """
  b"\x0E\x06îuÕg@±¢0L9Ï}},"
  b"\x0F¦ö<±▀Fo¼ü░¡R//Å"
  b"\x10\x14¢nüÔIήÆ_êñ\ev>"
  b"\x11\x1A¯…rH@\x02¨•jÒ”„\x0FÖ"
  b"\x13žÍsÒ]Oú°<Û\x03«„­Z"
  b"\x16a\e1\°NŽ­æ›©_%(\e"
  b"\x17M8\x0F\x14ˆBm†o™Oædƒ¢"
  b"\x18¥|­╣-HêØË╗\x18Tõ═╩"
  b"\x1A3”-8\x13I\t¾º\x11íMí%ü"
  b"\x1A£ÉŠ÷—F#šÑV\r<êÉ\x00"
  b"""
    \e\x1A\x13/΂O’Œ\n
    ÓÍ\x17€]y
    """
  b"\eˆ^ªWáO— 4Ï\x00Ú,áì"
  b"\x1CÓv\x13P8AL‘kQ9J¼5ä"
  b"\x1Cà\x1Cã?\x12@x˜\x1CS_áí4Ì"
  b"\x1EÉQJ\x1DÚA\x18¬0YÁ\x06»é╔"
  b" Å\x0EnÐ2Dïèú\x04\x1F"
  b"""
    !{ \x13ãdD\n
    š2zN\x1DØ(.
    """
  b"!À.ú­‡Mõ‚@(‡wúæµ"
  b"!Þ¾{4ÎDé€0¦O[52¦"
  b""Ýu\x1DÂéM-î\x1Eɦ\x1EÜí "
  b"""
    #\n
    \x15SChœ…q3ñˆ…\f
    """
  b"$e\x06\x19G\x05µ³Xx\x14 ‚„"
  b"$À‘e\x07\x03B³¢‹'´Œkäm"
  b"$╬Ø}íhK7©­¾ï)■\x03\x14"
  b"$ö,’ÿêDÿµò„¶/ÆË…"
  b"%!]h■[B!»òÏÅË~´B"
  b"%ö¦ø»¸B£‘sX÷Š€©Ë"
  b"\x1F%°ÅB\êÇ7\x08Aß}‗"
  b"'Å┐TÖïBÀ¬7%fÈ┴%§"
  b"(O•#ƒàM)‚Ö\v½xe”\f"
  b"*\x19:x0“I/šÈ©ÊP‹#\x11"
  b"*4äý°U@q¤Hh€€ËA>"
  b"-’HlÑ*F\tŠ²\x1D²/‹P("
  b".\x02ÒÎë;J=ž\x1E¿ç Mí\x0F"
  b"\x12ŒÚMHŒœ)£ª[¿¥÷"
  b"6\x7F%├É┬BPƒß¦m%Ö½´"
  b":.ÊȃXJݧµJY×·Ø\x03"
  b";3«¬íz@›šä$FÅ[f+"
  b"=®)9ñüJ\x1FÆR\x11!SZ°v"
  b">öXY\x19ÅM\v¡ÃaoJX>«"
  b"D³Ù▄üVIhÄ\x10\x08\x0EèÝDr"
  b"EìzÎ^…IŠ­Ô‹\x10\x03:ó*"
  b"""
    L­ùª‗MO<ØÚ¹┘z\n
    
    """
  b"N˜‚¼É€@@©ç…ã\x1F®Ìð"
  b"O└¤ù ╦JÉå║⮵Û_Ö"
  b"Oò%†E E¸”¿ŸÕ\x18m&ó"
  b"Q¹¾¨ãXF\x11 \x11ª©\rØè¶"
  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"YPñ\x15qiB\x04·–˜­\x07œß*"
  b"[\eE\x04~REP…Lm:\x1C„Gè"
  b"\±…¡ÜøOS½î{v\x1E\x07\x06Æ"
  b"\┬ع\x14±Gk¼û▒═\fF\x16"
  b"\┬¥\x0E}©CÅ×C▀°êÞ¤┤"
  b"]\x17╬╔JEL#▒)░ñQÐØE"
  b"]r}o\x14îF,½ë ‡¯*C\x1E"
  b"^*ô‘\x18á@ò©6ßè\x03é :"
  b"`\x7F\x01"C¥»yÄN[ôH9"
  b"a\x06aýº¢Gm»¾­ jñŒý"
  b"bB▒"FØL"ñ▄æDóóG "
  b"\x04F|ëB\x0E¿ãgøUÅnÂ"
  b"c}´¿ß¡BוËo\x13jç´;"
  b"d½ı&X\x11B8úîÅùä.\x04è"
  b"eßó╝6\eLäØ▓¶\x18Í\vƒí"
  b"fZÙ>"”G\x0F½gjY,²ª\x16"
  b"gHA‘uJJÔŸúxÒwJ[ø"
  b"gÖr\x1A‗ÁAì¡N\x02m╔sVû"
  b"gЈJ²\x04Lܽ}ãùå`G•"
  b"h¨W©ÛõD.³qú‰í\x12¨Ž"
  b"iLIùA:C…œ<öÄê”Ä\r"
  b"jŒiÊ\x03\vD\x01±ÿñ(*‘sA"
  b"\x12±ZoNˆ¬¹¯çÚ»W\x1F"
  b"mEAJ@ÂKZ˜Æ\x04ÔÜ\x04Éá"
  b"mñ•{@(A»Œ¶!¿\x19wi,"
  b"nÆîŠîfGk±5\x1CÎ1ª^£"
  b"oó’ñJÚD\x15š\x06\x7FÍŸB\x1Df"
  b"""
    p\n
    pn×û@\vâêúÓ\x1F║IØ
    """
  b"qÈ_¥`fKS’\x07‰¤…ÉZ¯"
  b"rX^~gåKô¿\x0EU˜˜=È¥"
  b"vôçìsFA$é/E>ÏZÜÎ"
  b"wN)Å║ÅH¡ÑÁðmÆ×4,"
  b"xr\x04To\x1FJuü_4CÏ%àK"
  b"yV„ø&oF›¼¶\x18\fü“Zs"
  b"zi‹ÓK”H)½\x1C^¬Þ:>Ê"
  b"z°JþÔÈB\x1A Ï\x05\x01^Ãòí"
  b"zǬ\x08b§B\»àö]ºò·ç"
  b"{š‡Äe»OQµþ®\x12\x024ªv"
  b"|²»ûıûAY╣o╦Ãü─Ç»"
  b"ü·ØJ ÓF═Çý│¿<AæÆ"
  b"‚iAÄB\rA\x14»7ñÏÇ|¥½"
  b"‚o@¬“\x1CDÄšdÇ\v8“©ˆ"
  b"é┘éN╔ÉH~ɽ¹FòÚÀ-"
  b"å\x064ÚD¨AØ«I ÈtÀ¨Ä"
  b"ç,\x15─░}M├ü▄\x1A&╗G╦\x13"
  b"‹€¿¢E)EK€\x17’8¿ÚZû"
  b"Ä¥Å┬╬\x07O~ÿó9hBá▀­"
  b"ŽÄ¶‹ô\x10Lö‚>µ.\ruá¤"
  b"öÁeG0[CqÉb~<├╔╩¥"
  b"•F\x1F\x02`\x19H§²äÚÕJFæJ"
  b"òÏ&ø8KBk╗õÅ║Ëã$Ç"
  b"ù-Û#▒\x13JuîØÔDü¨Z\x04"
  b"˜ä\t/ ÖNvª\x05\x14\x03‡¼\x18Q"
  b"Ø·C\x18+ÎHxèÑ>\x01ô÷k\x13"
  b"ž¢‰]Æ®@\x03¡|˜\x07?ø‡6"
  b"í\x1Aþ┘ÜöBÄ╣░Z▓ÅUÄË"
  b"úÿÑ\x7FãOJ\x12ì\x19\x0Fëràq1"
  b"¦½–߇ÄK¸‡.\x02_Ïì\x01¢"
  b"░OLî¿åE\x19ü█p\x1EóE\x10×"
  b"""
    °R\r4±5HD­¦oÕ\n
    DNO
    """
  b"░gy¦┼I@ É\tû\x17í«▓ï"
  b"±]—ô'\x13@\x08µMIþ\x10.Τ"
  b"´ª0QhÌ@YŽ¦NWø\x03T\r"
  b"µ7«Yð\x12BR¿G}Þ¶„YÂ"
  b"\x1FåÒæúBØŠ®Iö°)¿€"
  b"""
    ¸@6V^\x02EçÏ1\n
    ¤ï¥Á
    """
  b"ºD¬\x01\x0F\x1EFí½ª¢«w¯Gì"
  b"╗8┘─.╦GÀü|­┤K┤A\x1F"
  b"¼n®\\x17\x1DJ ¹›\t\x156ö!¤"
  b"¾}\x08FPÊN$²—‡;šT¥k"
  b"¿ºULzìE¤„Ìû•" ÈÕ"
  b"À\x15Œ¼ÆzG\x16™¹-Á]fÙg"
  b"┴D¨Ë?¨Lõî)\x04╣Å\x04½K"
  b"Ù_!\x12…IB°)\x07\x05}¡<J"
  b"Å\x12yÄË\rG6¡üäÿ¸E¯Ù"
  b"ÆWA!œŸJ\x11’Ÿ}\x14åþ¦‰"
  b"╚Ju2vëFº¿/\x07«┌\üC"
  b"ÉT r‚–Mø¦BØwÝ(\x7F2"
  b"ÌŒú?w,I|œã\x13áá?ªk"
  b"═vC╚Â\x13DôüÌ╗DG■█¢"
  b"ÏŸ”m2#Kn¿d¸Þ­ÍÚ†"
  b"ðr4ìA5D_åuf(]┤RB"
  b"Ñ¢\x08ð:\x07H\x1D¨ôdÍ¿‚¼Î"
  b"Ê)\x10Þª\x1CKe╝kHmÅ_µ¨"
  b"ÓÔ–¯\v!AS«Ç¢ÿ\x068&7"
  b"Õl>”ÜîD+‚>Øgu€PÍ"
  b"×·Qº²íJ³œŠ×5µ¾{\x1F"
  b"×ì\v~\x08hE퇄^ãCÊ«‰"
  b"Ú,ïÚÏjAä¸èžH§…\x00º"
  b"""
    ┌ÍÅ╗┌t@:ì´º\n
    \x06ƒëµ
    """
  b"Û-¨Eõ‡OFµ¼ý¥°\x13ž?"
  b"Þ;x$¨\x08MÚŠM„\x08„ýÊÈ"
  b"൦6§³HÄ—««ƒï\x08' "
  b"ß╗]\x1DKQO\x02ªâ§&┴ìá¬"
  b"áÎ\x1AE\x1DéG9¢\x16&\x02a\e™S"
  b"â.~V¾ GÇ•E¦d\x1Aé&Ì"
  b"æ“Ȧ\x05ïOjœòÒ¯¤\x121f"
  b"é\x19öÐP«J[¬æ³Æ8sµŠ"
  b"ÙÉ\x04ıÿ\x10KhÉ▄Ø\x1F\x16Q6Þ"
  b"ì\x1A77±–@åŒüqI­K_ö"
  b"î}¸ŒÎðJ:Œ‡\x15e þ’á"
  b"ð2²\x17~ÿL¸»>¹¡\x00Ý\x1D,"
  b"ð@‡K=^E†€´¸ñueX…"
  b"¾\x06½Ò^nD¯Øã;G┤\x16"
  b"óý`‰1²I·œ§_\x11êyY‹"
  b"ôÁ”.\x0FžG\x04®Â,Œ\x07¹\f5"
  b"õ\x14ä×ÖTG!•\x7F¸J\x17ßüa"
  b"öt°\x0Eh\x13H\x16£\x1Ak<è†Õo"
  b"ö€6Õï‰Güƒ¨WÈå³e¹"
  b"·w\x0F«\x06ÕJ█óÉù} Ûk█"
  b"·╗ÆãçYG┤ä»sxXþSì"
  b"üƒb\e\x17hM牮\x15jJšëD"
  b"ü‰³÷:JK1ª8Að\x1A­œÆ"
  b"ýZ²ÊÎ\x02DŠŸ‚uÑ\fn™¨"
  b"ýu\V¶ÝF]ŠÑ²}\e\x1C»­"
  b"þ·x…ÅúG+¨ªŠ¿:xæX"
  b"■╠ðYú­Hìó²õiGR:¿"
  b" 5DÉÍäGs╗¸\x1A¬µ#½W"
]
86 5.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"\x05Òï)8sC‡¤Ü®§­]ý\x1F"
  b"*¡Z\x07ù░IÌå\x16s½üÙvE"
  b"\x14„7¯NoŒ{ãŠ2y\x06"
  b"N˜‚¼É€@@©ç…ã\x1F®Ìð"
  b"e†JéÎÍJkŸ@\x04é¥&±+"
  b"x¼™^™»I›¨‚Ž]\x14úá•"
  b"ž¢‰]Æ®@\x03¡|˜\x07?ø‡6"
  b"¦½–߇ÄK¸‡.\x02_Ïì\x01¢"
  b"³ù¤Ø:vD\x1E€Äɯ·ÂÒ÷"
  b"\x1FåÒæúBØŠ®Iö°)¿€"
  b"ÙÉ\x04ıÿ\x10KhÉ▄Ø\x1F\x16Q6Þ"
  b"\x1EÔ3aOgG¤žÌ•ÝÑ\x02\x13À"
  b"!Þ¾{4ÎDé€0¦O[52¦"
  b";%yåYPE\tª`¾Ø\x02\x7F"
  b"TîB\x1Df3L‹Ž1ë©a,r™"
  b"zÞö\x17\x1AÅGDŸOr.½<Ý"
  b"""
    É­░\n
    «]N<ì6ÈÂ╚‗\─
    """
  b"‘‡ÄÔ<HJ£ˆ…’©\x7FT\x08"
  b"«†1ÏÄFAá¿9Mø¾ËÔ^"
  b"·\x07PA¬ëB\x02€M_RS&ˆÀ"
  b"┐_ÃÚ┘yNäòNá┴*\x1EäÉ"
  b"ð@‡K=^E†€´¸ñueX…"
  b"öt°\x0Eh\x13H\x16£\x1Ak<è†Õo"
  b"·ÃàÞ\»Ib«¶Ü/Øv═\x08"
  b" 5DÉÍäGs╗¸\x1A¬µ#½W"
  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"\x16\x14\x05œ-7D·¹(BaIõ-5"
  b"%|odŽ˜H‘»\x03®]Â\x0EÉ1"
  b"*–ò\e\x13¯GG±ž äœx¤‚"
  b"2oqDü*@Aå=.Çíì÷\x1F"
  b"@ö®‹{<K¦‰\x05ÈPî\x0F­F"
  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"¡<‰a¯ýM…°´—z]\x7F×`"
  b"""
    ¨˜(—Ë4KŽ•È\n
    íb¡×l
    """
  b"±]—ô'\x13@\x08µMIþ\x10.Τ"
  b"´ª0QhÌ@YŽ¦NWø\x03T\r"
  b"ß\x00£┤<XGxØÄÀ┌óÒa▄"
  b"ð2²\x17~ÿL¸»>¹¡\x00Ý\x1D,"
  b"ôÁ”.\x0FžG\x04®Â,Œ\x07¹\f5"
  b"õ\x02y5ñÊB1¦±\x10/™¯yò"
  b"¨│Tü\x02]A$░}®\r\x00¬·É"
  b"\x1Aæ<Û\x13WMÆÅ¢j(╬iÒ╔"
  b"!À.ú­‡Mõ‚@(‡wúæµ"
  b"1£M§p¸E—•.œâÕ†jû"
  b"rüQß┤\x16B\x15Á»,16\x7F]║"
  b"ì\x00ºqû JÆ°á¡(Ïx¯¿"
  b" TÃ\x05Ê|FY¿│½ÞoR'Ø"
  b"\x15\t"ƒÍlDêÁ.╣í×Å\x00Ø"
  b"\x1DìÞ\x0F%hJó»*Ë└ª¨AÑ"
  b"#¢&3å»A«ºMlÛ„‘\x1Eú"
  b"$À‘e\x07\x03B³¢‹'´Œkäm"
  b".z¡¦B4NV”¡‰\x0F¤ø‰û"
  b"\x17¯ìD´²¡º‹4ºàˆ"
  b"F¾;û÷SAÔÉ\x1E╦ÍÙ¹÷─"
  b"náLQ×\x1CBrŠ)w€½ÊQ‘"
  b"""
    p\n
    pn×û@\vâêúÓ\x1F║IØ
    """
  b"ŽÄ¶‹ô\x10Lö‚>µ.\ruá¤"
  b"£\riˆ}÷KɘB;¼\x16õþý"
  b"å?)«VƒM8™ŽP \x1CD¿©"
  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"\x13žÍsÒ]Oú°<Û\x03«„­Z"
  b";µ÷Å\x1CÆAdɦ¯76\x04\x01"
  b"D³Ù▄üVIhÄ\x10\x08\x0EèÝDr"
  b"QØO┬(ÑJTÆ‗m­l▒{!"
  b"YÈ‹VÀ¿C3¤Vô/·+@å"
  b"c}´¿ß¡BוËo\x13jç´;"
  b"gЈJ²\x04Lܽ}ãùå`G•"
  b"¬ö¤/ÅçK░Ø\x15@¹HÝX\x1A"
  b"©±╬¯fìD»î\x7FfPM#ÅF"
  b"Î!ArMŒL©†\x07ØG|ì\x11ý"
  b"Õl>”ÜîD+‚>Øgu€PÍ"
  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"Ú\x02‰Iq7FË©Ác¡ˆm§3"
  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"\x13ÅmRýdIöà=Ö¯wÛ]¯"
  b"JگݩYB¬–,JXÃúB¹"
  b"S\f\x00'ð?B\x01ë\tdØûª\x1Aæ"
  b"""
    ‰Í\x18ØAcOÓ”ô4\x17\n
    _
    """
  b"—"i\x06Ú¡Büˆq\x07$Hn¬\x1F"
  b"í\x1Aþ┘ÜöBÄ╣░Z▓ÅUÄË"
  b"Ñé~üÊÞE(î36^6d\x00"
  b"¦Ø‡Æc"Mr¨ƒ„è{\x15\x05Ø"
  b"¶%\x16ýnNCc©jŸ\x04öŽÏ-"
  b"┴D¨Ë?¨Lõî)\x04╣Å\x04½K"
  b"┘úÏß)\tH╗ñ19\f\x0E\x11"
  b"""
    ┌ÍÅ╗┌t@:ì´º\n
    \x06ƒëµ
    """
  b"Þ;x$¨\x08MÚŠM„\x08„ýÊÈ"
  b"\x05ƒ±†\x1D+H\x01²¼Sý\x1D?`¬"
  b"$\x13$Í°Ø@ü¹ÄE˜Õ§D0"
  b"""
    *[uü½\n
    G}▓k┤Ð╚9ì9
    """
  b"E©iÝ^ÈDÏš`ÍS‘v]\x06"
  b"g\x01│57\x0FHµÉè└╝ÝéY)"
  b"h¨W©ÛõD.³qú‰í\x12¨Ž"
  b"zi‹ÓK”H)½\x1C^¬Þ:>Ê"
  b"~^”Q°:AV¬¿\x04AµßB!"
  b"¡ \x1FQJ\L£•~Qs.±½\x13"
  b"ÄH R\x06!M=»¿ž‡2\x16\ej"
  b"Å\x12yÄË\rG6¡üäÿ¸E¯Ù"
  b"Í•™\x0F§NF ™\x12ìþzJ¸<"
  b"Ñ¢\x08ð:\x07H\x1D¨ôdÍ¿‚¼Î"
  b"Ó6˜\x195`HϽôˆ—®ãV\x1E"
  b"×·Qº²íJ³œŠ×5µ¾{\x1F"
  b"\eˆ^ªWáO— 4Ï\x00Ú,áì"
  b"-\x00S»‘øO\x10¥£àˆ±¤\x1D\n"
  b"fùkGüË@æ¡×╩Ät~@ë"
  b"yV„ø&oF›¼¶\x18\fü“Zs"
  b"°*~v£\x1CK\x0E¼\_—óÅ–\x02"
  b"ý\x06ȯøoN\x10‰ò³Úƒœ\x041"
  b"""
    \x03yé™\x07¾DÕ£ä\n
    Ù‰þΊ
    """
  b"\x03£â´ê}@Ò¬(G¨ž7FH"
  b"\v└%‗K3ü=ñ¥└X╩Ì"
  b"A\x06\x1CáÆYEAžjl}\x1E¤Û¿"
  b"I+_fá;@^™12oS9\x13y"
  b"Oò%†E E¸”¿ŸÕ\x18m&ó"
  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"\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"?#\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"Áì╗ÏmDD\x00ó¸<Ø»SÄ┼"
  b"""
    !{ \x13ãdD\n
    š2zN\x1DØ(.
    """
  b"U}©–g\x16@@³å<Ë9nÅÝ"
  b"‹€¿¢E)EK€\x17’8¿ÚZû"
  b"ÓÔ–¯\v!AS«Ç¢ÿ\x068&7"
  b"ô÷öDKoOÁ¦Ù©«`-\x16\e"
  b"û\x054`ûEN‡²¸‡9˜âÂi"
  b"\x1AŽ%¿†FLùºjF·t\x0F"
  b"*4äý°U@q¤Hh€€ËA>"
  b"lG.#O…Cc¥õÄz®šG%"
  b"nÆîŠîfGk±5\x1CÎ1ª^£"
  b"ܶÜ\x02U\x08I`ºªjhSÏìÛ"
  b"V¿‰Ù\x10ÊKA…­gOÓ\x0E\x110"
  b"ì2>;\x10~J7èÈÑâ═=¤\n"
  b"Êjßg-\x02Lõû/ì<(ð·À"
  b"\x014Ç‹+pC倩€¾íkÓ#"
  b"!!OÖð\x06@¡ŽPïÐñ×g©"
  b"vhâ▓dÊDÀ░V\eÌ║ü2}"
  b"wqTÝ¢†NJ§V\x1D‚Bñ‚b"
  b"Ó»\x17ê/Å@»ªÇn░'Rß\x12"
  b"'Å┐TÖïBÀ¬7%fÈ┴%§"
  b"1Ÿ“öœ³Néš´\x1FO¤UÔP"
  b"Tëa\x03}\fFê‘;0]\x18B<×"
  b"«¼\x07Mµ═AżN,ö‗yL!"
  b"ºD¬\x01\x0F\x1EFí½ª¢«w¯Gì"
  b"Ú,ïÚÏjAä¸èžH§…\x00º"
  b"&dÓ┬ë»I|úZüR"o«0"
  b"/ÌD\x1FíâF~ØZ\x7F\t═¶®N"
  b"\±…¡ÜøOS½î{v\x1E\x07\x06Æ"
  b"vôçìsFA$é/E>ÏZÜÎ"
  b"‚iAÄB\rA\x14»7ñÏÇ|¥½"
  b"░gy¦┼I@ É\tû\x17í«▓ï"
  b"ú©•º—êJv“ôÀþ9„ŒN"
  b"\x03\x1A#ÙÀoH\«WÌr┬ð¡ü"
  b"\x13ØÁl¼║E±ï²│}<CV("
  b"!\x01꘠+N2™Ýܲ\x10\x00G "
  b"*\x19:x0“I/šÈ©ÊP‹#\x11"
  b".\x04Fh¨qAh‰Ï“C\x1C\x0EÀC"
  b"/\x1D–ƒ\t[K¨¯T{²ÆT\eÏ"
  b"fZÙ>"”G\x0F½gjY,²ª\x16"
  b"iLIùA:C…œ<öÄê”Ä\r"
  b"\x17å\x06«G“‰ä\~ž›±K"
  b"\x12±ZoNˆ¬¹¯çÚ»W\x1F"
  b"µ7«Yð\x12BR¿G}Þ¶„YÂ"
  b"└^OÅU<Dƒü\x03\x0F\x0F[\x02ÚÉ"
  b"Ã\x06NIý\IŠ…«ÈèlïÞÜ"
  b""Ýu\x1DÂéM-î\x1Eɦ\x1EÜí "
  b"$Bªý£\Gi¥C#’Î_\x121"
  b"Xꌛ+ÒKs†ä\x11´\x1A?L\f"
  b"\x04F|ëB\x0E¿ãgøUÅnÂ"
  b"dT\®ÈKN}ƒé©ÀíAÊf"
  b"ãÌÐAª•O\x16µ<\x04•N\f?\f"
  b"þ<‗┼È\vICùØ ‗¨a£å"
  b" \x7FÔ\x0EÇ\x07D+çÖPø4üm¦"
  b"DÑxcr4D*†…ƒ§:&ft"
  b"XÙ¶ÍíÉJ®–·é@é2íÒ"
  b"ýZ²ÊÎ\x02DŠŸ‚uÑ\fn™¨"
  b"\x03õf%Z>J\f£BS¯Õ=Ø{"
  b"psD±=ïD—·xJ,òv]\x05"
  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"ö€6Õï‰Güƒ¨WÈå³e¹"
  b"""
     ÚYä\x05‚I~•\n
    û¨ËbS†
    """
  b"xy.!3\x0EJ:ì\x01\x10lÿs"
  b"©\x7FÃ"H¨MYªú\x0Fž\f¸û­"
  b"äZ\x05 ]œDYˆß\x14ŸQ\x1C\x13\x02"
  b"H\f Fù!N\x1Fž\x08åñ{J¯\x16"
  b"""
    L­ùª‗MO<ØÚ¹┘z\n
    
    """
  b"^VLqÎÜL{€µ\ì\x02W©{"
  b"po°ÍqŠO™¶*§^æõ\x02\x00"
  b"•F\x1F\x02`\x19H§²äÚÕJFæJ"
  b"ʽê┌▒6LõÂj#\r\x19\x18"
  b"å\`„\x12ÊK\x0EŸa@Z\x7F\x13z"
  b"%!]h■[B!»òÏÅË~´B"
  b"`\x14=2Ø(@Ù▓À|iU\x11┌>"
  b"m3o:¤ÆC^¡m\rqKy5ô"
  b"ü‰³÷:JK1ª8Að\x1A­œÆ"
  b"\x12S\x05¿lCK]¢\x17q+#~RÒ"
  b"\x1EÉQJ\x1DÚA\x18¬0YÁ\x06»é╔"
  b"{š‡Äe»OQµþ®\x12\x024ªv"
  b"~5†úª'A&©ûç\x0FB\x19ý>"
  b"ç,\x15─░}M├ü▄\x1A&╗G╦\x13"
  b"""
    Œ\n
    ÁƒOnK_™\rÕPþ27:
    """
  b"""
    ¸@6V^\x02EçÏ1\n
    ¤ï¥Á
    """
  b"\x02ºÝÿaaC°”=nýÙ\x1D\f\r"
  b"\x1D˜\x08‹[\x01@B“U~"Î\x0FÜ "
  b")¼Í!ê­Lu‡šYl"60ž"
  b"""
    ,õøÎ4DF╗äfÅ\n
    ‗Øòg
    """
  b"?àààËùG”’böV\x07–Ã["
  b"eN▀Âõ\x12K4Ø«\x07\fG|q±"
  b"┐Aþ¾=╦F"Ø\x18\x02¸¡ávã"
  b"ÏŸ”m2#Kn¿d¸Þ­ÍÚ†"
  b"\x18¥|­╣-HêØË╗\x18Tõ═╩"
  b"""
    \e\x1A\x13/΂O’Œ\n
    ÓÍ\x17€]y
    """
  b":.ÊȃXJݧµJY×·Ø\x03"
  b"ŸqMQy†J{›*àf\vÏñ´"
  b"""
    8\n
    4ž ¯Ja¯T$Iš_:ù
    """
  b"HW%“QÑCa¸\x07_$bÀÓ¹"
  b"YPñ\x15qiB\x04·–˜­\x07œß*"
  b"öÁeG0[CqÉb~<├╔╩¥"
  b"Ū/)6uBâ­¹Ãw9¯ùý"
  b"×\x18B>¨aAT¡Ÿ¥¦Wúéé"
  b"u─ÅÚ\x06ç@┐ÉÅ\x14Kÿö1:"
  b"Çe+,¹³D£ü╩b\x01\x1FÏ+&"
  b"°▒▄╚xZOkÄ[¬╠O2▀Å"
  b"""
    \n
    &é╝ü┘FéìDì\x11}³└ß
    """
  b"\x1A3”-8\x13I\t¾º\x11íMí%ü"
  b"\x1Cà\x1Cã?\x12@x˜\x1CS_áí4Ì"
  b"\x1F%°ÅB\êÇ7\x08Aß}‗"
  b"2\x01mL2ÿM<«\x07ᨙý¥["
  b"³ðX”þ«OT²±­4½\x07"
  b"wN)Å║ÅH¡ÑÁðmÆ×4,"
  b"xñ?Ï" Eا–.wð;dq"
  b"Äç▄ár#LÛÿü¥I└f{P"
  b"""
    ¾4­ƒ]\n
    B¨¾,\’6#\x0Fð
    """
  b"""
    Ë\n
    \x05ð\r\eOS…ѽ÷+á•=
    """
  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"\┬¥\x0E}©CÅ×C▀°êÞ¤┤"
  b"Ö=Èu\v.B9‰¡µ÷¨Š¦P"
  b"WÉmt\x01#J°¿¾X\x17,\x0Eéô"
  b"p²ÀªÍ#O&€}ì\x18oÛÉO"
  b"ç¡àÛ\x1EÀB¹º[\x7Füw$m="
  b"˜–®¿.÷I$½f¢ù œé."
  b"¿ºULzìE¤„Ìû•" ÈÕ"
  b"õ¹ã»MiG\x1A–Ý\x15M{Y8p"
  b"\x10\x11┐¾f½DØØÄ█╔O!k±"
  b"G¢èRy–Ot´Ë#\x0F!¾mj"
  b"M\x13’#D¨Ad–\x18~H\x01÷éò"
  b"q\x7Fn dÎF…˜j\x1Aç—Ž\x06\f"
  b"òÏ&ø8KBk╗õÅ║Ëã$Ç"
  b"×É‗cý«MÀªËaU\x7F┬n#"
  b"úÿÑ\x7FãOJ\x12ì\x19\x0Fëràq1"
  b"ÖC—ö­ì@ˆ–Vá×9|Èü"
  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"é\x19öÐP«J[¬æ³Æ8sµŠ"
  b"\x02ü&!\fÿE­‚èäð\x06\x17¡E"
  b"_”‘p8¡Nw w£\rxÏ̯"
  b"qÈ_¥`fKS’\x07‰¤…ÉZ¯"
  b"t9\x7F\x15þ‗Bòå*▒\x06ã\x05\x05Ø"
  b"€q×ÈbúMÊŠ\x17\x07sÊV’Ó"
  b"Çþº7\+G¸´²[þTê%¼"
  b"\x17M8\x0F\x14ˆBm†o™Oædƒ¢"
  b"g?Iæ¬íK²²\x7FF\x14\x15ùaÿ"
  b"u┤┘-ð\x17G¹æø\x13®5╬/ü"
  b"å\x064ÚD¨AØ«I ÈtÀ¨Ä"
  b"´xòSº]@œ¶I2SIËIA"
  b"├q╣ÝìãCÁ┤Ùzûı¥(Ô"
  b"ìRÊï¹UCˆ‘pN„V\x19\x02×"
  b"¾\x06½Ò^nD¯Øã;G┤\x16"
  b"°C6¡]ëK¾ü\x1Ex└ߪ³w"
  b"\x15}Ú€:mO\x11”f­‚mþyz"
  b"“ˆ\x04žŒÝNi¤>SÍPPÍ|"
  b"¬\x01ƤP_B\x15Š­\x1AStB \x08"
  b"Ù_!\x12…IB°)\x07\x05}¡<J"
  b"·╗ÆãçYG┤ä»sxXþSì"
  b"""
    #\n
    \x15SChœ…q3ñˆ…\f
    """
  b"rú4fÅ.CÀ▒\x18´ÏVÊ_\x00"
  b"9O$\x19€!K\x10¿\x08lBû{iÃ"
  b";©I; 9@┤º9¨\x1AÅø/["
  b"Mý|£EWBo£\x14嫹"\x10q"
  b"`ÿ¹2õÐJÞ™-ù\x1FÛ\x17Ba"
  b"í¢FLܤIÅÇ\x05g╚\x13XGo"
  b"Ó€¿yÚjO\x12ªÌÎ\x15\x0FDyK"
  b"ß╗]\x1DKQO\x02ªâ§&┴ìá¬"
  b"\x1CÓv\x13P8AL‘kQ9J¼5ä"
  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" Å\x0EnÐ2Dïèú\x04\x1F"
  b"W\rR╚^gJü½&\x1F\vuA»\f"
  b"h«N\x1C3ÉFßï¤?├q┘Eæ"
  b"ÿOÎPî\x02FøØ\x11;C\x06\x19\x0E§"
  b"دËÖ╦─Oòäæ\x00╚H­ìI"
  b"ÊÿJþuZA¾§înóL}_\x13"
  b"2\x1CŸG†×Aø‘ÂSfÌîL\x07"
  b"QË¥\x19\x04MM"£\x0EcËž\x0Fîž"
  b"i4Å\x05{[D`¬²d\tbÌŒ¶"
  b"jŒiÊ\x03\vD\x01±ÿñ(*‘sA"
  b"€]q\x00¹dJ™Žòôˆ[Ü\x03Â"
  b"Àµ·]ü>Fz‰oÑèe\x10“Ö"
  b"옾h`+Jÿ‰+õ¡†ª\x03ˆ"
  b"¼ –\x1A\x06°H*‹ÖŠ\x19m"
  b"Â\x07Ù\x06ÕÂA|£ÒÛTlM.m"
  b"áÎ\x1AE\x1DéG9¢\x16&\x02a\e™S"
  b"\x0EúèZ LF¿”œ0 \x16Ê\x02\x10"
  b"¹{)Î\x1EbG´░Ú¡─╔»ØÛ"
  b"7Dyìî\x00Cý©¨¾ñ¢ÈH¦"
  b"Y║\x08«b\x1EJ┴ò\x16┬ñØ╝ý<"
  b"\’«\x0F½ìN\v¸\x14\x02¯\k"Y"
  b"\┬ع\x14±Gk¼û▒═\fF\x16"
  b"ìÓãüÊ\x07LÀØù\tÚ.\vô&"
  b"ÈõI±ì£I|¥Î|È0C(ç"
  b"Õ>ûù╣üHj¢¿E$Ò▓Y>"
  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"""
    °R\r4±5HD­¦oÕ\n
    DNO
    """
  b"gÖr\x1A‗ÁAì¡N\x02m╔sVû"
  b"Á@…‘%\x1EM\x03‘±q\x7F{¤ w"
  b"Û-¨Eõ‡OFµ¼ý¥°\x13ž?"
  b"èeQþèãDŒ€uõ¯«Ä;\x08"
  b"{©!½¯AI%â┤ç┘Åı╗."
  b"ƒÖ4$Ó\x01J¦ê£═Åu╬8D"
  b"ß}~£ÿ4H µ\x03>\x05Šå\x1Eæ"
  b"\vƒ$©8\x14J²½\vÂLj€ò"
  b":\ëÙ´TEýÉù_/┬\x16k╬"
  b"fÅ6\tW$Nd©/éÓsyfí"
  b"╚Ju2vëFº¿/\x07«┌\üC"
  b"í\x0Fέ¼ÀNK¿¸zÅÞ×,“"
  b"\x1A¥ÍÚ'HDÆ‚]Ο\x1F\x13ü<"
  b"\x16¼ooD4╝Å®Ü▀ÏıÌ"
  b"niQ{Ò¬JVª*†[\x00À\r½"
  b"À\x15Œ¼ÆzG\x16™¹-Á]fÙg"
  b"\x01²ã\f‰tOE²SK}ÕñŒ‚"
  b"\x072¹¶]%KýıÅËI\x7F\x02"
  b"E\x03ýV╝ÊDQì<)¤c¼QÒ"
  b"S\eä\x063–Ax‰º_Ü\x17\x15"
  b"…üd\x16]iNü¿\x1DPµ“¢—Ì"
  b"©¡à\rý @/²´çéØÁB\x16"
  b"þ·x…ÅúG+¨ªŠ¿:xæX"
  b"ÿ1{'¨ŸF\ˆ\x13s\x03}R\x18q"
  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"""
    +/\x0E®ê\x06Bçµ\n
    Ò\ýõ-½
    """
  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"\x05m=bY\x11H\x1F–™6åÇ’Óí"
  b"\r¶é¹ØVB®ôq±è\9Û"
  b"FöXt÷+IpøPØ▓9Á╗À"
  b"b\x15÷“¸4O\f ÿå™ÑÙô’"
  b"ÂKK3`|BÑúɃ;Ï@³§"
  b"Ê)\x10Þª\x1CKe╝kHmÅ_µ¨"
  b"3«e\tT\x17MTô\x0FR‗³├Ø\x02"
  b"K|ì!ÀžJ\»»ÂèÅmw^"
  b"KÓŸ§ÙhL¡šÙ\x06\x18ÿ⇺"
  b"┴ı╔l│#BçÉ═'òû;<"
  b"]r}o\x14îF,½ë ‡¯*C\x1E"
  b"(O•#ƒàM)‚Ö\v½xe”\f"
  b"\x07ŠõÐñGK\x02±_ç^\r©o‚"
  b"\x0EÐõmÉéBì│\x05\x02ÀÅ~s\x03"
  b"\x1C\x03\x05ˆ‘¢L7¶Ï<íšÂÓä"
  b">öXY\x19ÅM\v¡ÃaoJX>«"
  b"p╚¶ø±ãK6Ø# î\┌\x05B"
  b"xw—EÜÚJ€œ#›Apõ—Î"
  b"{*¿"¿/O‡¾Ÿ}Òù¬s°"
  b"³\eÍAã”éªfj1¿,"
  b"ýu\V¶ÝF]ŠÑ²}\e\x1C»­"
  b"mœŸ\x00èHAÆ¿©\rðE\x14dP"
  b"Šø¬èOYJ\x15²$ÈÐà“%n"
  b"«g\x07U‚OD\e¬ìQ‡ÍŒø\f"
  b"êíMÓ(`@ßœ¼\ÝQe\x18p"
  b"""
    \n
    ÚzÌ!¤FQµL­{à\x07\v\x19
    """
  b"\x19\tñ%9ÉHIù‗·(┌ç░}"
  b"‚o@¬“\x1CDÄšdÇ\v8“©ˆ"
  b"¼n®\\x17\x1DJ ¹›\t\x156ö!¤"
  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")@Q÷UxNɱ«´êšà+¸"
  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"─`┬╣Ź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"g8mºlSK\vŽ«\x15)n\x13\x01"
  b"º<ô9ÓùJP¦:µsí$ÁÇ"
  b"ãJ½\x01õ¯@\x05¶§ùñ¶\x17¼V"
  b".\x02ÒÎë;J=ž\x1E¿ç Mí\x0F"
  b"¹ã!§wxE¦‚N!HÞÙ3y"
  b"""
    \f2ƒ±4ÙK­‚\x0E\n
    )^pî\x0E
    """
  b"\x19/~A╠ÆD)É┐┌©*'\x15"
  b"œ‚P2*_D\x17‘ºñÂøŠþ¿"
  b"Ù\x15·Hî¤Né­\x1E1„füÑ\x07"
  b"\x02n¬^5FJ$ŽËzÉýÞ–ò"
  b"\x18\x1EÊM¾ÇE▓×│_'Ú\x07"
  b"6Û4âö¶C×®ö²\e\ÕÒ\x07"
  b"w}_¡[KF,¡Ã\x02ýõãÄf"
  b"{J“\x1A³ED´„¨îBá:nD"
  b"¨î\x05ç>"F–›\x10ªþ'mŽ="
  b"4ãÁúısA"ÉøfÃáT'S"
  b"Q}Á¡éöLn•\x06È\x1EŸSí\x1E"
  b"ðÊÒnµ\x0FH\e¹pZK€óVx"
  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"î}¸ŒÎð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"º¡b\x08GÍAb¨d\x03ZK2\x17\x03"
  b"═▀ÀØÕnM2ø│xبî╗Ã"
  b".ðN+cýKÅ«ýByú»jò"
  b"\x11\x1A¯…rH@\x02¨•jÒ”„\x0FÖ"
  b"D\x12mxŒ FÛ‰OãáX2)~"
  b"xr\x04To\x1FJuü_4CÏ%àK"
  b"¿u«ÀókJ\x00¥8(ó±×É0"
  b"ÁÑÀ¢”\x1FC@Ÿæî\x14–è\x17Z"
  b"·w\x0F«\x06ÕJ█óÉù} Ûk█"
  b"$ö,’ÿêDÿµò„¶/ÆË…"
  b"~&îÊØlE7©«U\x1EÔ\x18þ\x0E"
  b"è\x1CXbe:C\x0FÅ*ªYæÀ/ö"
  b"Ãåâe#8F\x05¿EFÜAg\x06á"
  b"$╬Ø}íhK7©­¾ï)■\x03\x14"
  b"iè7Ž¥äHѵá)/Ô®Û("
  b"l¢­©i░HïØ\x13°■╠jÝÑ"
  b"\x08‘Öi8CÕ´\t>\x16‰øTÑ"
  b"│Æ╩╦ºÉK.鶸xJ¼ê\n"
  b"©F¤█¤ÅMP®\x10ßËb%\r¥"
  b"ô\x15¸A¾žI_ˆ\x12iþ˜!\t"
  b"1\x1D$úÉ\x1FKµ«Ê0\x03€6…í"
  b"6\x7F%├É┬BPƒß¦m%Ö½´"
  b"\eï…·Fà¸-†<½\e\x10ö"
  b"š±à»jAGU©¤E&\x1E)8("
  b"\tìnµeA┼░ëÉ![‗ð\x04"
  b"ßrõ8\x04¡I^©lØ\r4¥(¥"
  b"õ\x14ä×ÖTG!•\x7F¸J\x17ßüa"
  b"-0\x14ü|×IÛÆ»░dK\tx\x1F"
  b"]\x17╬╔JEL#▒)░ñQÐØE"
  b"`\x7F\x01"C¥»yÄN[ôH9"
  b"ŠÖË\x17øýIû–a±v\x03–¢]"
  b"¤¢7\x06ŠáN\x16¶ãù€Îhñ–"
  b"ÑÀùcæŒ@àˆ\x12>äI\x07Ô`"
  b"Î/@(ƒØD$É\x113 íÉ6V"
  b"\x1F\f ø\x7F╝J9¿Ç±┐kü└Ú"
  b"goEyLÌ@Ô¯ƒ\x18\x17"
  b"ü$ó|├\x04@>Â\x00þãûÑä\x1F"
  b"â˹`\x16¥Cêà\x07î‗ÁÕ«Ø"
  b"˜§eÊ%\x12Iع…ùcÑ5Z‹"
  b"´X¿9“«Iû²\f\x04ä²û¨z"
  b"¾}\x08FPÊN$²—‡;šT¥k"
  b"pY±©¹ÅLV¼}H-Så×h"
  b"rnéÆ[ÄG踕ÉZ\x18hã]"
  b"\x7Fz';*ÿM‚–]ÅÎo_îI"
  b"\x16a\e1\°NŽ­æ›©_%(\e"
  b"mEAJ@ÂKZ˜Æ\x04ÔÜ\x04Éá"
  b"\x05\x1DÍ­ÅP@]±R\x10\x1D\x12\x1D"
  b"é┘éN╔ÉH~ɽ¹FòÚÀ-"
  b"¡\x12_åó§M»®ÓrÒ[?k\x07"
  b"ó}Í_ð DÄ»"^ìï›\x15H"
]
87 0.91 ms
# app-scripts::refresh::search-ids
SELECT `app`.`id` FROM `app` WHERE (`app`.`active` = ?)
Parameters:
[
  true
]
88 1.24 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.57 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.60 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.27 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 1.22 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"°z:÷…m@d…W)„GGw8"
]
93 1.16 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 0.56 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 0.56 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.92 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
97 1.07 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 1.61 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/b07a3af7856d40648557298447477738"
  "/support"
  "/account/recover"
  "/detail/0832bf89884d4fd98e9d35c104046af3"
  "/detail/be515e1929a04db1ba98ab4d95e6a73d"
  "/detail/c090046425164fb4bfb2621fb15b32a2"
  "/detail/a150fcd0ce1d4699a69e5f0994daf796"
  "/detail/b9ae07e61ffc47eba445679a90e2c585"
  "/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 1.03 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.