GET https://staging-65.berger-shop.de/detail/79da38510fac057d46658800c384ed67

Query Metrics

224 Database Queries
74 Different statements
762.23 ms Query time

Queries

Group similar statements

# Time Info
1 3.37 ms
# dbal-plugin-loader
        SELECT
               `name`,
               `base_class` AS baseClass,
               IF(`active` = 1 AND `installed_at` IS NOT NULL, 1, 0) AS active,
               `path`,
               `version`,
               `autoload`,
               `managed_by_composer` AS managedByComposer,
               composer_name as composerName
        FROM `plugin`
        ORDER BY `installed_at`;
Parameters:
[]
2 3.16 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:
[]
3 2.97 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:
[]
4 3.31 ms
# seo-url::resolve
SELECT id, path_info pathInfo, is_canonical isCanonical, sales_channel_id salesChannelId FROM seo_url WHERE (language_id = ?) AND ((sales_channel_id = ? OR sales_channel_id IS NULL)) AND (seo_path_info = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x13.D\\x03Mg¬GÀJûm]™"
  "bueroausstattung/ausstellen-und-informieren/schaukaesten/flachschaukasten-bxtxh-1380x43x1025-mm-din-a0-quer-aluprofile-esg-glas-rueckwand-weiss-inkl.-10-magnete-1-einstecktasche-E856596-BS/"
]
5 3.12 ms
SELECT `scop_platform_redirecter_redirect`.`id` FROM `scop_platform_redirecter_redirect` WHERE (`scop_platform_redirecter_redirect`.`sourceURL` IN (?, ?, ?, ?, ?, ?, ?) AND `scop_platform_redirecter_redirect`.`enabled` = ? AND (`scop_platform_redirecter_redirect`.`salesChannelId` = ? OR `scop_platform_redirecter_redirect`.`salesChannelId` <=> ?)) LIMIT 1
Parameters:
[
  "//bueroausstattung/ausstellen-und-informieren/schaukaesten/flachschaukasten-bxtxh-1380x43x1025-mm-din-a0-quer-aluprofile-esg-glas-rueckwand-weiss-inkl.-10-magnete-1-einstecktasche-E856596-BS/"
  "/bueroausstattung/ausstellen-und-informieren/schaukaesten/flachschaukasten-bxtxh-1380x43x1025-mm-din-a0-quer-aluprofile-esg-glas-rueckwand-weiss-inkl.-10-magnete-1-einstecktasche-E856596-BS/"
  "https://staging-65.berger-shop.de/bueroausstattung/ausstellen-und-informieren/schaukaesten/flachschaukasten-bxtxh-1380x43x1025-mm-din-a0-quer-aluprofile-esg-glas-rueckwand-weiss-inkl.-10-magnete-1-einstecktasche-E856596-BS/"
  "https://staging-65.berger-shop.de//bueroausstattung/ausstellen-und-informieren/schaukaesten/flachschaukasten-bxtxh-1380x43x1025-mm-din-a0-quer-aluprofile-esg-glas-rueckwand-weiss-inkl.-10-magnete-1-einstecktasche-E856596-BS/"
  "/bueroausstattung/ausstellen-und-informieren/schaukaesten/flachschaukasten-bxtxh-1380x43x1025-mm-din-a0-quer-aluprofile-esg-glas-rueckwand-weiss-inkl.-10-magnete-1-einstecktasche-E856596-BS/"
  "//bueroausstattung/ausstellen-und-informieren/schaukaesten/flachschaukasten-bxtxh-1380x43x1025-mm-din-a0-quer-aluprofile-esg-glas-rueckwand-weiss-inkl.-10-magnete-1-einstecktasche-E856596-BS/"
  "bueroausstattung/ausstellen-und-informieren/schaukaesten/flachschaukasten-bxtxh-1380x43x1025-mm-din-a0-quer-aluprofile-esg-glas-rueckwand-weiss-inkl.-10-magnete-1-einstecktasche-E856596-BS/"
  true
  b"\x13.D\\x03Mg¬GÀJûm]™"
  null
]
6 3.20 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"\x13.D\\x03Mg¬GÀJûm]™"
  "DyZW3juRLwFZmHMbf1wymJhwQ5nUyNZR"
]
7 3.49 ms
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE ?
Parameters:
[
  "payload"
]
8 2.84 ms
#cart-persister::load
                SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "DyZW3juRLwFZmHMbf1wymJhwQ5nUyNZR"
]
9 3.50 ms
# app-scripts::refresh::read
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`write_access` as `app.integration.writeAccess`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE (`app`.`active` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
10 3.08 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
11 2.99 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:
[]
12 2.93 ms
SELECT `country`.`id` FROM `country` LEFT JOIN `sales_channel_country` `country.salesChannels.mapping` ON `country`.`id` = `country.salesChannels.mapping`.`country_id`  LEFT JOIN `sales_channel` `country.salesChannels` ON `country.salesChannels.mapping`.`sales_channel_id` = `country.salesChannels`.`id`  WHERE ((`country.salesChannels`.`id` = ?)) AND (`country`.`id` IN (?)) GROUP BY `country`.`id`
Parameters:
[
  b"\x13.D\\x03Mg¬GÀJûm]™"
  b"ʲìé\x0FùD1½®\x06êеâ\n"
]
13 3.25 ms
# app-scripts::refresh::read
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`write_access` as `app.integration.writeAccess`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE (`app`.`active` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
14 2.99 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:
[]
15 2.99 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:
[]
16 3.23 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) AND (`product`.`id` IN (?)) GROUP BY `product`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  10
  b"\x13.D\\x03Mg¬GÀJûm]™"
  true
  b"yÚ8Q\x0F¬\x05}Feˆ\x00Äíg"
]
17 10.78 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product.parent`.`cheapest_price` as `product.cheapestPrice.inherited`, COALESCE(`product`.`cheapest_price`, `product.parent`.`cheapest_price`) as `product.cheapestPrice`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, `product.unit`.`id` as `product.unit.id`, `product.unit`.`created_at` as `product.unit.createdAt`, `product.unit`.`updated_at` as `product.unit.updatedAt`, `product.unit.translation.shortCode`, COALESCE(`product.unit.translation.shortCode`,`product.unit.translation.shortCode`) as `product.unit.shortCode`, `product.unit.translation.name`, COALESCE(`product.unit.translation.name`,`product.unit.translation.name`) as `product.unit.name`, `product.unit.translation.customFields`, COALESCE(`product.unit.translation.customFields`,`product.unit.translation.customFields`) as `product.unit.customFields`, `product.unit.translation.createdAt`, `product.unit.translation.updatedAt`, `product.unit.translation.unitId`, `product.unit.translation.languageId`, `product.deliveryTime`.`id` as `product.deliveryTime.id`, `product.deliveryTime`.`min` as `product.deliveryTime.min`, `product.deliveryTime`.`max` as `product.deliveryTime.max`, `product.deliveryTime`.`unit` as `product.deliveryTime.unit`, `product.deliveryTime`.`created_at` as `product.deliveryTime.createdAt`, `product.deliveryTime`.`updated_at` as `product.deliveryTime.updatedAt`, `product.deliveryTime.translation.name`, COALESCE(`product.deliveryTime.translation.name`,`product.deliveryTime.translation.name`) as `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, COALESCE(`product.deliveryTime.translation.customFields`,`product.deliveryTime.translation.customFields`) as `product.deliveryTime.customFields`, `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation.languageId`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`config` as `product.cover.media.config`, `product.cover.media`.`path` as `product.cover.media.path`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, COALESCE(`product.cover.media.translation.title`,`product.cover.media.translation.title`) as `product.cover.media.title`, `product.cover.media.translation.alt`, COALESCE(`product.cover.media.translation.alt`,`product.cover.media.translation.alt`) as `product.cover.media.alt`, `product.cover.media.translation.customFields`, COALESCE(`product.cover.media.translation.customFields`,`product.cover.media.translation.customFields`) as `product.cover.media.customFields`, `product.cover.media.translation.createdAt`, `product.cover.media.translation.updatedAt`, `product.cover.media.translation.mediaId`, `product.cover.media.translation.languageId`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`,`product.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`,`product.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`,`product.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`,`product.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`,`product.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`,`product.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`,`product.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`,`product.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`,`product.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`,`product.translation.customFields`) as `product.customFields`, `product.translation.createdAt`, `product.parent.translation.createdAt`, `product.translation.updatedAt`, `product.parent.translation.updatedAt`, `product.translation.productId`, `product.parent.translation.productId`, `product.translation.languageId`, `product.parent.translation.languageId`, `product.translation.productVersionId`, `product.parent.translation.productVersionId` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN (SELECT `product.translation`.product_id, `product.translation`.product_version_id, `product.translation`.meta_description as `product.translation.metaDescription`, `product.translation`.name as `product.translation.name`, `product.translation`.keywords as `product.translation.keywords`, `product.translation`.description as `product.translation.description`, `product.translation`.meta_title as `product.translation.metaTitle`, `product.translation`.pack_unit as `product.translation.packUnit`, `product.translation`.pack_unit_plural as `product.translation.packUnitPlural`, `product.translation`.custom_search_keywords as `product.translation.customSearchKeywords`, `product.translation`.slot_config as `product.translation.slotConfig`, `product.translation`.custom_fields as `product.translation.customFields`, `product.translation`.created_at as `product.translation.createdAt`, `product.translation`.updated_at as `product.translation.updatedAt`, `product.translation`.product_id as `product.translation.productId`, `product.translation`.language_id as `product.translation.languageId`, `product.translation`.product_version_id as `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation`.language_id = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.product_version_id = `product`.version_id LEFT JOIN (SELECT `product.parent.translation`.product_id, `product.parent.translation`.product_version_id, `product.parent.translation`.meta_description as `product.parent.translation.metaDescription`, `product.parent.translation`.name as `product.parent.translation.name`, `product.parent.translation`.keywords as `product.parent.translation.keywords`, `product.parent.translation`.description as `product.parent.translation.description`, `product.parent.translation`.meta_title as `product.parent.translation.metaTitle`, `product.parent.translation`.pack_unit as `product.parent.translation.packUnit`, `product.parent.translation`.pack_unit_plural as `product.parent.translation.packUnitPlural`, `product.parent.translation`.custom_search_keywords as `product.parent.translation.customSearchKeywords`, `product.parent.translation`.slot_config as `product.parent.translation.slotConfig`, `product.parent.translation`.custom_fields as `product.parent.translation.customFields`, `product.parent.translation`.created_at as `product.parent.translation.createdAt`, `product.parent.translation`.updated_at as `product.parent.translation.updatedAt`, `product.parent.translation`.product_id as `product.parent.translation.productId`, `product.parent.translation`.language_id as `product.parent.translation.languageId`, `product.parent.translation`.product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.language_id = ?) `product.product_translation.parent` ON `product.product_translation.parent`.`product_id` = `product.parent`.`id` AND `product.product_translation.parent`.product_version_id = `product.parent`.version_id LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `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.unit.translation`.unit_id, `product.unit.translation`.short_code as `product.unit.translation.shortCode`, `product.unit.translation`.name as `product.unit.translation.name`, `product.unit.translation`.custom_fields as `product.unit.translation.customFields`, `product.unit.translation`.created_at as `product.unit.translation.createdAt`, `product.unit.translation`.updated_at as `product.unit.translation.updatedAt`, `product.unit.translation`.unit_id as `product.unit.translation.unitId`, `product.unit.translation`.language_id as `product.unit.translation.languageId` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation`.language_id = ?) `product.unit.unit_translation` ON `product.unit.unit_translation`.`unit_id` = `product.unit`.`id` LEFT JOIN (SELECT `product.deliveryTime.translation`.delivery_time_id, `product.deliveryTime.translation`.name as `product.deliveryTime.translation.name`, `product.deliveryTime.translation`.custom_fields as `product.deliveryTime.translation.customFields`, `product.deliveryTime.translation`.created_at as `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation`.updated_at as `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation`.delivery_time_id as `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation`.language_id as `product.deliveryTime.translation.languageId` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation`.language_id = ?) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation`.`delivery_time_id` = `product.deliveryTime`.`id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.media_id, `product.cover.media.translation`.title as `product.cover.media.translation.title`, `product.cover.media.translation`.alt as `product.cover.media.translation.alt`, `product.cover.media.translation`.custom_fields as `product.cover.media.translation.customFields`, `product.cover.media.translation`.created_at as `product.cover.media.translation.createdAt`, `product.cover.media.translation`.updated_at as `product.cover.media.translation.updatedAt`, `product.cover.media.translation`.media_id as `product.cover.media.translation.mediaId`, `product.cover.media.translation`.language_id as `product.cover.media.translation.languageId` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.language_id = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"yÚ8Q\x0F¬\x05}Feˆ\x00Äíg"
]
18 2.93 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
19 2.94 ms
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"yÚ8Q\x0F¬\x05}Feˆ\x00Äíg"
]
20 3.08 ms
# product-price-calculator::units::read
SELECT `unit`.`id` as `unit.id`, `unit`.`created_at` as `unit.createdAt`, `unit`.`updated_at` as `unit.updatedAt`, `unit.translation.shortCode`, COALESCE(`unit.translation.shortCode`,`unit.translation.shortCode`) as `unit.shortCode`, `unit.translation.name`, COALESCE(`unit.translation.name`,`unit.translation.name`) as `unit.name`, `unit.translation.customFields`, COALESCE(`unit.translation.customFields`,`unit.translation.customFields`) as `unit.customFields`, `unit.translation.createdAt`, `unit.translation.updatedAt`, `unit.translation.unitId`, `unit.translation.languageId` FROM `unit` LEFT JOIN (SELECT `unit.translation`.unit_id, `unit.translation`.short_code as `unit.translation.shortCode`, `unit.translation`.name as `unit.translation.name`, `unit.translation`.custom_fields as `unit.translation.customFields`, `unit.translation`.created_at as `unit.translation.createdAt`, `unit.translation`.updated_at as `unit.translation.updatedAt`, `unit.translation`.unit_id as `unit.translation.unitId`, `unit.translation`.language_id as `unit.translation.languageId` FROM `unit_translation` `unit.translation` WHERE `unit.translation`.language_id = ?) `unit.unit_translation` ON `unit.unit_translation`.`unit_id` = `unit`.`id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
21 3.01 ms
SELECT `product_stream_mapping`.`product_id`, `product_stream_mapping`.`product_stream_id` FROM `product_stream_mapping` WHERE (`product_stream_mapping`.`product_id` IN (?))
Parameters:
[
  b"yÚ8Q\x0F¬\x05}Feˆ\x00Äíg"
]
22 3.30 ms
SELECT `acris_discount_group`.`id` FROM `acris_discount_group` LEFT JOIN `acris_discount_dynamic_groups` `acris_discount_group.productStreams.mapping` ON `acris_discount_group`.`id` = `acris_discount_group.productStreams.mapping`.`discount_group_id`  LEFT JOIN `acris_discount_group_rule` `acris_discount_group.rules.mapping` ON `acris_discount_group`.`id` = `acris_discount_group.rules.mapping`.`discount_group_id`  LEFT JOIN `product_stream` `acris_discount_group.productStreams` ON `acris_discount_group.productStreams.mapping`.`product_stream_id` = `acris_discount_group.productStreams`.`id`  LEFT JOIN `rule` `acris_discount_group.rules` ON `acris_discount_group.rules.mapping`.`rule_id` = `acris_discount_group.rules`.`id`  WHERE (`acris_discount_group`.`version_id` = ?) AND (((`acris_discount_group`.`active` = ? AND ((`acris_discount_group`.`active_from` <=> ? AND `acris_discount_group`.`active_until` <=> ?) OR (`acris_discount_group`.`active_from` <=> ? AND (`acris_discount_group`.`active_until` > ?)) OR ((`acris_discount_group`.`active_from` <= ?) AND `acris_discount_group`.`active_until` <=> ?) OR ((`acris_discount_group`.`active_from` <= ?) AND (`acris_discount_group`.`active_until` > ?))) AND (`acris_discount_group`.`customer_assignment_type` = ? OR (`acris_discount_group`.`customer_assignment_type` = ? AND `acris_discount_group.rules`.`id` IN (?, ?, ?, ?, ?, ?, ?))) AND ((`acris_discount_group`.`product_assignment_type` = ? AND `acris_discount_group`.`product_id` = ?) OR (`acris_discount_group`.`product_assignment_type` = ? AND `acris_discount_group.productStreams`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) AND NOT (`acris_discount_group.productStreams`.`id` <=> ?)) OR `acris_discount_group`.`product_assignment_type` = ? OR `acris_discount_group`.`product_assignment_type` = ?)))) GROUP BY `acris_discount_group`.`id` ORDER BY MAX(`acris_discount_group`.`priority`) DESC
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  true
  null
  null
  null
  "2026-02-27 11:47:57"
  "2026-02-27 11:47:57"
  null
  "2026-02-27 11:47:57"
  "2026-02-27 11:47:57"
  "everyCustomer"
  "rules"
  b"\x01š$‘O0r0¹;¶ï¹#Øâ"
  b"\x07ô8ÐjŠIQ£\x02:^x\x10ø„"
  b"'ráóÌRCe“íL{"”&þ"
  b"À\x19Ý/G9Mh‡F\x02x\x1A\x1E°j"
  b"ô29ã.\x16H1¥~IÊáÛw"
  b"d0pÆu\Có­Xë¥\x0FM\v\x17"
  b"§UÆH6ÒGC²•„RPÄXb"
  "product"
  b"yÚ8Q\x0F¬\x05}Feˆ\x00Äíg"
  "dynamicProductGroup"
  b"\x01‘U°«q\x7Fõª~bÍ’\eœO"
  b"\x01\x15Ý6ërƒ­áŽ+Aj\x06³"
  b"\x01š$‘Oõr+¯\x02†ôŸˆŽj"
  b"™%R§:B:ˆ¤…,ŽÔA@"
  b"¯Xe\x06G\x0EFøœ\x7F?Žê\x7F´\x11"
  b"¹Ó±_Ñ!I\x16¿X\x12#ÅOßø"
  b"ºÐS—…¾MÙ£,—oQRˆ\x1E"
  b"Ë).\x1A¯…H‘ Ôâü£-Ð/"
  b"åR\x03­èGœ¶‹ñC?ÚLl"
  b"çéį€`@'›Péh3Õ®Û"
  b"ôæ|\x12kNKO‹OK‚•a;["
  null
  "everyProduct"
  "materialGroup"
]
23 3.21 ms
# app-scripts::refresh::read
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`write_access` as `app.integration.writeAccess`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE (`app`.`active` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
24 3.08 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
25 2.89 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:
[]
26 3.07 ms
SELECT `acris_price_on_request`.`id` FROM `acris_price_on_request` LEFT JOIN `acris_price_on_request_rule` `acris_price_on_request.rules.mapping` ON `acris_price_on_request`.`id` = `acris_price_on_request.rules.mapping`.`price_on_request_id`  LEFT JOIN `acris_price_on_request_product_stream` `acris_price_on_request.productStreams.mapping` ON `acris_price_on_request`.`id` = `acris_price_on_request.productStreams.mapping`.`price_on_request_id`  LEFT JOIN `rule` `acris_price_on_request.rules` ON `acris_price_on_request.rules.mapping`.`rule_id` = `acris_price_on_request.rules`.`id`  LEFT JOIN `product_stream` `acris_price_on_request.productStreams` ON `acris_price_on_request.productStreams.mapping`.`product_stream_id` = `acris_price_on_request.productStreams`.`id`  WHERE (`acris_price_on_request`.`version_id` = ?) AND (((`acris_price_on_request`.`active` = ? AND (`acris_price_on_request.rules`.`id` IN (?, ?, ?, ?, ?, ?, ?) OR `acris_price_on_request.rules`.`id` <=> ?) AND (`acris_price_on_request.productStreams`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) OR `acris_price_on_request.productStreams`.`id` <=> ?)))) GROUP BY `acris_price_on_request`.`id` ORDER BY LENGTH(`acris_price_on_request`.`priority`) DESC, MAX(`acris_price_on_request`.`priority`) DESC
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  true
  b"\x01š$‘O0r0¹;¶ï¹#Øâ"
  b"\x07ô8ÐjŠIQ£\x02:^x\x10ø„"
  b"'ráóÌRCe“íL{"”&þ"
  b"À\x19Ý/G9Mh‡F\x02x\x1A\x1E°j"
  b"ô29ã.\x16H1¥~IÊáÛw"
  b"d0pÆu\Có­Xë¥\x0FM\v\x17"
  b"§UÆH6ÒGC²•„RPÄXb"
  null
  b"\x01‘U°«q\x7Fõª~bÍ’\eœO"
  b"\x01\x15Ý6ërƒ­áŽ+Aj\x06³"
  b"\x01š$‘Oõr+¯\x02†ôŸˆŽj"
  b"™%R§:B:ˆ¤…,ŽÔA@"
  b"¯Xe\x06G\x0EFøœ\x7F?Žê\x7F´\x11"
  b"¹Ó±_Ñ!I\x16¿X\x12#ÅOßø"
  b"ºÐS—…¾MÙ£,—oQRˆ\x1E"
  b"Ë).\x1A¯…H‘ Ôâü£-Ð/"
  b"åR\x03­èGœ¶‹ñC?ÚLl"
  b"çéį€`@'›Péh3Õ®Û"
  b"ôæ|\x12kNKO‹OK‚•a;["
  null
]
27 2.94 ms
SELECT `handler_identifier`, LOWER(HEX(`id`)) FROM `payment_method`
Parameters:
[]
28 2.95 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"T¶e!_ÀCšŸèÊ¥¬ºQ\x1D"
]
29 3.21 ms
# product-detail-route::find-best-variant::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`.`parent_id` = ? AND ((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) ORDER BY IFNULL((ROUND((ROUND(CAST((COALESCE((JSON_UNQUOTE(JSON_EXTRACT(`product`.`price`, "$.cb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) + 0.0))) as DECIMAL(30, 20)), 2)) * 100, 0) / 100), (ROUND((ROUND(CAST((COALESCE((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`price`, "$.cb7d2554b0ce847cd82f3ac9bd1c0dfca.net")) + 0.0))) as DECIMAL(30, 20)), 2)) * 100, 0) / 100)) ASC, `product`.`available` DESC LIMIT 1
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"yÚ8Q\x0F¬\x05}Feˆ\x00Äíg"
  10
  b"\x13.D\\x03Mg¬GÀJûm]™"
  true
]
30 2.96 ms
# product-detail-route::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"\x13.D\\x03Mg¬GÀJûm]™"
  true
  b"yÚ8Q\x0F¬\x05}Feˆ\x00Äíg"
]
31 5.45 ms
# product-detail-route::read
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product.parent`.`cheapest_price` as `product.cheapestPrice.inherited`, COALESCE(`product`.`cheapest_price`, `product.parent`.`cheapest_price`) as `product.cheapestPrice`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, `product.manufacturer`.`id` as `product.manufacturer.id`, `product.manufacturer`.`version_id` as `product.manufacturer.versionId`, `product.manufacturer`.`media_id` as `product.manufacturer.mediaId`, `product.manufacturer`.`link` as `product.manufacturer.link`, `product.manufacturer`.`created_at` as `product.manufacturer.createdAt`, `product.manufacturer`.`updated_at` as `product.manufacturer.updatedAt`, `product.manufacturer.media`.`id` as `product.manufacturer.media.id`, `product.manufacturer.media`.`user_id` as `product.manufacturer.media.userId`, `product.manufacturer.media`.`media_folder_id` as `product.manufacturer.media.mediaFolderId`, `product.manufacturer.media`.`mime_type` as `product.manufacturer.media.mimeType`, `product.manufacturer.media`.`file_extension` as `product.manufacturer.media.fileExtension`, `product.manufacturer.media`.`uploaded_at` as `product.manufacturer.media.uploadedAt`, `product.manufacturer.media`.`file_name` as `product.manufacturer.media.fileName`, `product.manufacturer.media`.`file_size` as `product.manufacturer.media.fileSize`, `product.manufacturer.media`.`media_type` as `product.manufacturer.media.mediaTypeRaw`, `product.manufacturer.media`.`meta_data` as `product.manufacturer.media.metaData`, `product.manufacturer.media`.`config` as `product.manufacturer.media.config`, `product.manufacturer.media`.`path` as `product.manufacturer.media.path`, `product.manufacturer.media`.`private` as `product.manufacturer.media.private`, `product.manufacturer.media`.`thumbnails_ro` as `product.manufacturer.media.thumbnailsRo`, `product.manufacturer.media`.`created_at` as `product.manufacturer.media.createdAt`, `product.manufacturer.media`.`updated_at` as `product.manufacturer.media.updatedAt`, `product.manufacturer.media.translation.title`, COALESCE(`product.manufacturer.media.translation.title`,`product.manufacturer.media.translation.title`) as `product.manufacturer.media.title`, `product.manufacturer.media.translation.alt`, COALESCE(`product.manufacturer.media.translation.alt`,`product.manufacturer.media.translation.alt`) as `product.manufacturer.media.alt`, `product.manufacturer.media.translation.customFields`, COALESCE(`product.manufacturer.media.translation.customFields`,`product.manufacturer.media.translation.customFields`) as `product.manufacturer.media.customFields`, `product.manufacturer.media.translation.createdAt`, `product.manufacturer.media.translation.updatedAt`, `product.manufacturer.media.translation.mediaId`, `product.manufacturer.media.translation.languageId`, `product.manufacturer.translation.name`, COALESCE(`product.manufacturer.translation.name`,`product.manufacturer.translation.name`) as `product.manufacturer.name`, `product.manufacturer.translation.description`, COALESCE(`product.manufacturer.translation.description`,`product.manufacturer.translation.description`) as `product.manufacturer.description`, `product.manufacturer.translation.customFields`, COALESCE(`product.manufacturer.translation.customFields`,`product.manufacturer.translation.customFields`) as `product.manufacturer.customFields`, `product.manufacturer.translation.createdAt`, `product.manufacturer.translation.updatedAt`, `product.manufacturer.translation.productManufacturerId`, `product.manufacturer.translation.languageId`, `product.manufacturer.translation.productManufacturerVersionId`, (SELECT GROUP_CONCAT(HEX(`product.options.mapping`.`property_group_option_id`) SEPARATOR '||')
                  FROM `product_option` `product.options.mapping`
                  WHERE `product.options.mapping`.`product_id` = `product`.`id` ) as `product.options.id_mapping`, (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`, COALESCE(`product.unit.translation.shortCode`,`product.unit.translation.shortCode`) as `product.unit.shortCode`, `product.unit.translation.name`, COALESCE(`product.unit.translation.name`,`product.unit.translation.name`) as `product.unit.name`, `product.unit.translation.customFields`, COALESCE(`product.unit.translation.customFields`,`product.unit.translation.customFields`) as `product.unit.customFields`, `product.unit.translation.createdAt`, `product.unit.translation.updatedAt`, `product.unit.translation.unitId`, `product.unit.translation.languageId`, `product.deliveryTime`.`id` as `product.deliveryTime.id`, `product.deliveryTime`.`min` as `product.deliveryTime.min`, `product.deliveryTime`.`max` as `product.deliveryTime.max`, `product.deliveryTime`.`unit` as `product.deliveryTime.unit`, `product.deliveryTime`.`created_at` as `product.deliveryTime.createdAt`, `product.deliveryTime`.`updated_at` as `product.deliveryTime.updatedAt`, `product.deliveryTime.translation.name`, COALESCE(`product.deliveryTime.translation.name`,`product.deliveryTime.translation.name`) as `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, COALESCE(`product.deliveryTime.translation.customFields`,`product.deliveryTime.translation.customFields`) as `product.deliveryTime.customFields`, `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation.languageId`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`config` as `product.cover.media.config`, `product.cover.media`.`path` as `product.cover.media.path`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, COALESCE(`product.cover.media.translation.title`,`product.cover.media.translation.title`) as `product.cover.media.title`, `product.cover.media.translation.alt`, COALESCE(`product.cover.media.translation.alt`,`product.cover.media.translation.alt`) as `product.cover.media.alt`, `product.cover.media.translation.customFields`, COALESCE(`product.cover.media.translation.customFields`,`product.cover.media.translation.customFields`) as `product.cover.media.customFields`, `product.cover.media.translation.createdAt`, `product.cover.media.translation.updatedAt`, `product.cover.media.translation.mediaId`, `product.cover.media.translation.languageId`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`,`product.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`,`product.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`,`product.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`,`product.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`,`product.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`,`product.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`,`product.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`,`product.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`,`product.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`,`product.translation.customFields`) as `product.customFields`, `product.translation.createdAt`, `product.parent.translation.createdAt`, `product.translation.updatedAt`, `product.parent.translation.updatedAt`, `product.translation.productId`, `product.parent.translation.productId`, `product.translation.languageId`, `product.parent.translation.languageId`, `product.translation.productVersionId`, `product.parent.translation.productVersionId` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN (SELECT `product.translation`.product_id, `product.translation`.product_version_id, `product.translation`.meta_description as `product.translation.metaDescription`, `product.translation`.name as `product.translation.name`, `product.translation`.keywords as `product.translation.keywords`, `product.translation`.description as `product.translation.description`, `product.translation`.meta_title as `product.translation.metaTitle`, `product.translation`.pack_unit as `product.translation.packUnit`, `product.translation`.pack_unit_plural as `product.translation.packUnitPlural`, `product.translation`.custom_search_keywords as `product.translation.customSearchKeywords`, `product.translation`.slot_config as `product.translation.slotConfig`, `product.translation`.custom_fields as `product.translation.customFields`, `product.translation`.created_at as `product.translation.createdAt`, `product.translation`.updated_at as `product.translation.updatedAt`, `product.translation`.product_id as `product.translation.productId`, `product.translation`.language_id as `product.translation.languageId`, `product.translation`.product_version_id as `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation`.language_id = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.product_version_id = `product`.version_id LEFT JOIN (SELECT `product.parent.translation`.product_id, `product.parent.translation`.product_version_id, `product.parent.translation`.meta_description as `product.parent.translation.metaDescription`, `product.parent.translation`.name as `product.parent.translation.name`, `product.parent.translation`.keywords as `product.parent.translation.keywords`, `product.parent.translation`.description as `product.parent.translation.description`, `product.parent.translation`.meta_title as `product.parent.translation.metaTitle`, `product.parent.translation`.pack_unit as `product.parent.translation.packUnit`, `product.parent.translation`.pack_unit_plural as `product.parent.translation.packUnitPlural`, `product.parent.translation`.custom_search_keywords as `product.parent.translation.customSearchKeywords`, `product.parent.translation`.slot_config as `product.parent.translation.slotConfig`, `product.parent.translation`.custom_fields as `product.parent.translation.customFields`, `product.parent.translation`.created_at as `product.parent.translation.createdAt`, `product.parent.translation`.updated_at as `product.parent.translation.updatedAt`, `product.parent.translation`.product_id as `product.parent.translation.productId`, `product.parent.translation`.language_id as `product.parent.translation.languageId`, `product.parent.translation`.product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.language_id = ?) `product.product_translation.parent` ON `product.product_translation.parent`.`product_id` = `product.parent`.`id` AND `product.product_translation.parent`.product_version_id = `product.parent`.version_id LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product`.`manufacturer` = `product.manufacturer`.`id` AND IFNULL(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) = `product.manufacturer`.`version_id` LEFT JOIN `unit` `product.unit` ON `product`.`unit` = `product.unit`.`id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product`.`deliveryTime` = `product.deliveryTime`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`cover` = `product.cover`.`id` AND IFNULL(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) = `product.cover`.`version_id` LEFT JOIN (SELECT `product.manufacturer.translation`.product_manufacturer_id, `product.manufacturer.translation`.product_manufacturer_version_id, `product.manufacturer.translation`.name as `product.manufacturer.translation.name`, `product.manufacturer.translation`.description as `product.manufacturer.translation.description`, `product.manufacturer.translation`.custom_fields as `product.manufacturer.translation.customFields`, `product.manufacturer.translation`.created_at as `product.manufacturer.translation.createdAt`, `product.manufacturer.translation`.updated_at as `product.manufacturer.translation.updatedAt`, `product.manufacturer.translation`.product_manufacturer_id as `product.manufacturer.translation.productManufacturerId`, `product.manufacturer.translation`.language_id as `product.manufacturer.translation.languageId`, `product.manufacturer.translation`.product_manufacturer_version_id as `product.manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation`.language_id = ?) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product.manufacturer`.`id` AND `product.manufacturer.product_manufacturer_translation`.product_manufacturer_version_id = `product.manufacturer`.version_id LEFT JOIN `media` `product.manufacturer.media` ON `product.manufacturer`.`media_id` = `product.manufacturer.media`.`id` LEFT JOIN (SELECT `product.manufacturer.media.translation`.media_id, `product.manufacturer.media.translation`.title as `product.manufacturer.media.translation.title`, `product.manufacturer.media.translation`.alt as `product.manufacturer.media.translation.alt`, `product.manufacturer.media.translation`.custom_fields as `product.manufacturer.media.translation.customFields`, `product.manufacturer.media.translation`.created_at as `product.manufacturer.media.translation.createdAt`, `product.manufacturer.media.translation`.updated_at as `product.manufacturer.media.translation.updatedAt`, `product.manufacturer.media.translation`.media_id as `product.manufacturer.media.translation.mediaId`, `product.manufacturer.media.translation`.language_id as `product.manufacturer.media.translation.languageId` FROM `media_translation` `product.manufacturer.media.translation` WHERE `product.manufacturer.media.translation`.language_id = ?) `product.manufacturer.media.media_translation` ON `product.manufacturer.media.media_translation`.`media_id` = `product.manufacturer.media`.`id` LEFT JOIN (SELECT `product.unit.translation`.unit_id, `product.unit.translation`.short_code as `product.unit.translation.shortCode`, `product.unit.translation`.name as `product.unit.translation.name`, `product.unit.translation`.custom_fields as `product.unit.translation.customFields`, `product.unit.translation`.created_at as `product.unit.translation.createdAt`, `product.unit.translation`.updated_at as `product.unit.translation.updatedAt`, `product.unit.translation`.unit_id as `product.unit.translation.unitId`, `product.unit.translation`.language_id as `product.unit.translation.languageId` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation`.language_id = ?) `product.unit.unit_translation` ON `product.unit.unit_translation`.`unit_id` = `product.unit`.`id` LEFT JOIN (SELECT `product.deliveryTime.translation`.delivery_time_id, `product.deliveryTime.translation`.name as `product.deliveryTime.translation.name`, `product.deliveryTime.translation`.custom_fields as `product.deliveryTime.translation.customFields`, `product.deliveryTime.translation`.created_at as `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation`.updated_at as `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation`.delivery_time_id as `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation`.language_id as `product.deliveryTime.translation.languageId` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation`.language_id = ?) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation`.`delivery_time_id` = `product.deliveryTime`.`id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.media_id, `product.cover.media.translation`.title as `product.cover.media.translation.title`, `product.cover.media.translation`.alt as `product.cover.media.translation.alt`, `product.cover.media.translation`.custom_fields as `product.cover.media.translation.customFields`, `product.cover.media.translation`.created_at as `product.cover.media.translation.createdAt`, `product.cover.media.translation`.updated_at as `product.cover.media.translation.updatedAt`, `product.cover.media.translation`.media_id as `product.cover.media.translation.mediaId`, `product.cover.media.translation`.language_id as `product.cover.media.translation.languageId` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.language_id = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"yÚ8Q\x0F¬\x05}Feˆ\x00Äíg"
]
32 3.79 ms
# product-detail-route::association::mainCategories::read
SELECT `main_category`.`id` as `main_category.id`, `main_category`.`product_id` as `main_category.productId`, `main_category`.`product_version_id` as `main_category.productVersionId`, `main_category`.`category_id` as `main_category.categoryId`, `main_category`.`category_version_id` as `main_category.categoryVersionId`, `main_category`.`sales_channel_id` as `main_category.salesChannelId`, `main_category`.`created_at` as `main_category.createdAt`, `main_category`.`updated_at` as `main_category.updatedAt`, `main_category.category`.`id` as `main_category.category.id`, `main_category.category`.`version_id` as `main_category.category.versionId`, `main_category.category`.`parent_id` as `main_category.category.parentId`, `main_category.category`.`parent_version_id` as `main_category.category.parentVersionId`, `main_category.category`.`after_category_id` as `main_category.category.afterCategoryId`, `main_category.category`.`after_category_version_id` as `main_category.category.afterCategoryVersionId`, `main_category.category`.`media_id` as `main_category.category.mediaId`, `main_category.category`.`display_nested_products` as `main_category.category.displayNestedProducts`, `main_category.category`.`auto_increment` as `main_category.category.autoIncrement`, `main_category.category`.`level` as `main_category.category.level`, `main_category.category`.`path` as `main_category.category.path`, `main_category.category`.`child_count` as `main_category.category.childCount`, `main_category.category`.`type` as `main_category.category.type`, `main_category.category`.`product_assignment_type` as `main_category.category.productAssignmentType`, `main_category.category`.`visible` as `main_category.category.visible`, `main_category.category`.`active` as `main_category.category.active`, `main_category.category`.`cms_page_id` as `main_category.category.cmsPageId`, `main_category.category`.`cms_page_version_id` as `main_category.category.cmsPageVersionId`, `main_category.category`.`product_stream_id` as `main_category.category.productStreamId`, `main_category.category`.`custom_entity_type_id` as `main_category.category.customEntityTypeId`, `main_category.category`.`created_at` as `main_category.category.createdAt`, `main_category.category`.`updated_at` as `main_category.category.updatedAt`, `main_category.category.bergerExtension`.`id` as `main_category.category.bergerExtension.id`, `main_category.category.bergerExtension`.`category_version_id` as `main_category.category.bergerExtension.categoryVersionId`, `main_category.category.bergerExtension`.`category_id` as `main_category.category.bergerExtension.catgoryId`, `main_category.category.bergerExtension`.`code` as `main_category.category.bergerExtension.code`, `main_category.category.bergerExtension`.`descriptionLong` as `main_category.category.bergerExtension.descriptionLong`, `main_category.category.bergerExtension`.`headline` as `main_category.category.bergerExtension.headline`, `main_category.category.bergerExtension`.`category_filter_aggregation_1` as `main_category.category.bergerExtension.categoryFilterAggregation1`, `main_category.category.bergerExtension`.`category_filter_display_name_1` as `main_category.category.bergerExtension.categoryFilterDisplayName1`, `main_category.category.bergerExtension`.`category_filter_icon_1` as `main_category.category.bergerExtension.categoryFilterIcon1`, `main_category.category.bergerExtension`.`category_filter_order_1` as `main_category.category.bergerExtension.categoryFilterOrder1`, `main_category.category.bergerExtension`.`category_filter_aggregation_2` as `main_category.category.bergerExtension.categoryFilterAggregation2`, `main_category.category.bergerExtension`.`category_filter_display_name_2` as `main_category.category.bergerExtension.categoryFilterDisplayName2`, `main_category.category.bergerExtension`.`category_filter_icon_2` as `main_category.category.bergerExtension.categoryFilterIcon2`, `main_category.category.bergerExtension`.`category_filter_order_2` as `main_category.category.bergerExtension.categoryFilterOrder2`, `main_category.category.bergerExtension`.`category_filter_aggregation_3` as `main_category.category.bergerExtension.categoryFilterAggregation3`, `main_category.category.bergerExtension`.`category_filter_display_name_3` as `main_category.category.bergerExtension.categoryFilterDisplayName3`, `main_category.category.bergerExtension`.`category_filter_icon_3` as `main_category.category.bergerExtension.categoryFilterIcon3`, `main_category.category.bergerExtension`.`category_filter_order_3` as `main_category.category.bergerExtension.categoryFilterOrder3`, `main_category.category.bergerExtension`.`category_filter_aggregation_4` as `main_category.category.bergerExtension.categoryFilterAggregation4`, `main_category.category.bergerExtension`.`category_filter_display_name_4` as `main_category.category.bergerExtension.categoryFilterDisplayName4`, `main_category.category.bergerExtension`.`category_filter_icon_4` as `main_category.category.bergerExtension.categoryFilterIcon4`, `main_category.category.bergerExtension`.`category_filter_order_4` as `main_category.category.bergerExtension.categoryFilterOrder4`, `main_category.category.bergerExtension`.`category_filter_aggregation_5` as `main_category.category.bergerExtension.categoryFilterAggregation5`, `main_category.category.bergerExtension`.`category_filter_display_name_5` as `main_category.category.bergerExtension.categoryFilterDisplayName5`, `main_category.category.bergerExtension`.`category_filter_icon_5` as `main_category.category.bergerExtension.categoryFilterIcon5`, `main_category.category.bergerExtension`.`category_filter_order_5` as `main_category.category.bergerExtension.categoryFilterOrder5`, `main_category.category.bergerExtension`.`category_filter_aggregation_6` as `main_category.category.bergerExtension.categoryFilterAggregation6`, `main_category.category.bergerExtension`.`category_filter_display_name_6` as `main_category.category.bergerExtension.categoryFilterDisplayName6`, `main_category.category.bergerExtension`.`category_filter_icon_6` as `main_category.category.bergerExtension.categoryFilterIcon6`, `main_category.category.bergerExtension`.`category_filter_order_6` as `main_category.category.bergerExtension.categoryFilterOrder6`, `main_category.category.bergerExtension`.`category_filter_aggregation_7` as `main_category.category.bergerExtension.categoryFilterAggregation7`, `main_category.category.bergerExtension`.`category_filter_display_name_7` as `main_category.category.bergerExtension.categoryFilterDisplayName7`, `main_category.category.bergerExtension`.`category_filter_icon_7` as `main_category.category.bergerExtension.categoryFilterIcon7`, `main_category.category.bergerExtension`.`category_filter_order_7` as `main_category.category.bergerExtension.categoryFilterOrder7`, `main_category.category.bergerExtension`.`category_filter_aggregation_8` as `main_category.category.bergerExtension.categoryFilterAggregation8`, `main_category.category.bergerExtension`.`category_filter_display_name_8` as `main_category.category.bergerExtension.categoryFilterDisplayName8`, `main_category.category.bergerExtension`.`category_filter_icon_8` as `main_category.category.bergerExtension.categoryFilterIcon8`, `main_category.category.bergerExtension`.`category_filter_order_8` as `main_category.category.bergerExtension.categoryFilterOrder8`, `main_category.category.bergerExtension`.`category_filter_show_width` as `main_category.category.bergerExtension.categoryFilterShowWidth`, `main_category.category.bergerExtension`.`category_filter_show_height` as `main_category.category.bergerExtension.categoryFilterShowHeight`, `main_category.category.bergerExtension`.`category_filter_show_length` as `main_category.category.bergerExtension.categoryFilterShowLength`, `main_category.category.bergerExtension`.`category_filter_order_width` as `main_category.category.bergerExtension.categoryFilterOrderWidth`, `main_category.category.bergerExtension`.`category_filter_order_height` as `main_category.category.bergerExtension.categoryFilterOrderHeight`, `main_category.category.bergerExtension`.`category_filter_order_length` as `main_category.category.bergerExtension.categoryFilterOrderLength`, `main_category.category.bergerExtension`.`category_filter_image` as `main_category.category.bergerExtension.categoryFilterImage`, `main_category.category.bergerExtension`.`created_at` as `main_category.category.bergerExtension.createdAt`, `main_category.category.bergerExtension`.`updated_at` as `main_category.category.bergerExtension.updatedAt`, `main_category.category.translation.name`, COALESCE(`main_category.category.translation.name`,`main_category.category.translation.name`) as `main_category.category.name`, `main_category.category.translation.breadcrumb`, COALESCE(`main_category.category.translation.breadcrumb`,`main_category.category.translation.breadcrumb`) as `main_category.category.breadcrumb`, `main_category.category.translation.slotConfig`, COALESCE(`main_category.category.translation.slotConfig`,`main_category.category.translation.slotConfig`) as `main_category.category.slotConfig`, `main_category.category.translation.linkType`, COALESCE(`main_category.category.translation.linkType`,`main_category.category.translation.linkType`) as `main_category.category.linkType`, `main_category.category.translation.internalLink`, COALESCE(`main_category.category.translation.internalLink`,`main_category.category.translation.internalLink`) as `main_category.category.internalLink`, `main_category.category.translation.externalLink`, COALESCE(`main_category.category.translation.externalLink`,`main_category.category.translation.externalLink`) as `main_category.category.externalLink`, `main_category.category.translation.linkNewTab`, COALESCE(`main_category.category.translation.linkNewTab`,`main_category.category.translation.linkNewTab`) as `main_category.category.linkNewTab`, `main_category.category.translation.description`, COALESCE(`main_category.category.translation.description`,`main_category.category.translation.description`) as `main_category.category.description`, `main_category.category.translation.metaTitle`, COALESCE(`main_category.category.translation.metaTitle`,`main_category.category.translation.metaTitle`) as `main_category.category.metaTitle`, `main_category.category.translation.metaDescription`, COALESCE(`main_category.category.translation.metaDescription`,`main_category.category.translation.metaDescription`) as `main_category.category.metaDescription`, `main_category.category.translation.keywords`, COALESCE(`main_category.category.translation.keywords`,`main_category.category.translation.keywords`) as `main_category.category.keywords`, `main_category.category.translation.customFields`, COALESCE(`main_category.category.translation.customFields`,`main_category.category.translation.customFields`) as `main_category.category.customFields`, `main_category.category.translation.createdAt`, `main_category.category.translation.updatedAt`, `main_category.category.translation.categoryId`, `main_category.category.translation.languageId`, `main_category.category.translation.categoryVersionId` FROM `main_category` LEFT JOIN `category` `main_category.category` ON `main_category`.`category_id` = `main_category.category`.`id` AND `main_category`.`category_version_id` = `main_category.category`.`version_id` LEFT JOIN (SELECT `main_category.category.translation`.category_id, `main_category.category.translation`.category_version_id, `main_category.category.translation`.name as `main_category.category.translation.name`, `main_category.category.translation`.breadcrumb as `main_category.category.translation.breadcrumb`, `main_category.category.translation`.slot_config as `main_category.category.translation.slotConfig`, `main_category.category.translation`.link_type as `main_category.category.translation.linkType`, `main_category.category.translation`.internal_link as `main_category.category.translation.internalLink`, `main_category.category.translation`.external_link as `main_category.category.translation.externalLink`, `main_category.category.translation`.link_new_tab as `main_category.category.translation.linkNewTab`, `main_category.category.translation`.description as `main_category.category.translation.description`, `main_category.category.translation`.meta_title as `main_category.category.translation.metaTitle`, `main_category.category.translation`.meta_description as `main_category.category.translation.metaDescription`, `main_category.category.translation`.keywords as `main_category.category.translation.keywords`, `main_category.category.translation`.custom_fields as `main_category.category.translation.customFields`, `main_category.category.translation`.created_at as `main_category.category.translation.createdAt`, `main_category.category.translation`.updated_at as `main_category.category.translation.updatedAt`, `main_category.category.translation`.category_id as `main_category.category.translation.categoryId`, `main_category.category.translation`.language_id as `main_category.category.translation.languageId`, `main_category.category.translation`.category_version_id as `main_category.category.translation.categoryVersionId` FROM `category_translation` `main_category.category.translation` WHERE `main_category.category.translation`.language_id = ?) `main_category.category.category_translation` ON `main_category.category.category_translation`.`category_id` = `main_category.category`.`id` AND `main_category.category.category_translation`.category_version_id = `main_category.category`.version_id LEFT JOIN `berger_category_extension` `main_category.category.bergerExtension` ON `main_category.category`.`id` = `main_category.category.bergerExtension`.`category_id` WHERE (`main_category`.`sales_channel_id` = ? AND `main_category`.`product_id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x13.D\\x03Mg¬GÀJûm]™"
  b"yÚ8Q\x0F¬\x05}Feˆ\x00Äíg"
]
33 3.30 ms
# product-detail-route::association::media::read
SELECT `product_media`.`id` as `product_media.id`, `product_media`.`version_id` as `product_media.versionId`, `product_media`.`product_id` as `product_media.productId`, `product_media`.`product_version_id` as `product_media.productVersionId`, `product_media`.`media_id` as `product_media.mediaId`, `product_media`.`position` as `product_media.position`, `product_media.media`.`id` as `product_media.media.id`, `product_media.media`.`user_id` as `product_media.media.userId`, `product_media.media`.`media_folder_id` as `product_media.media.mediaFolderId`, `product_media.media`.`mime_type` as `product_media.media.mimeType`, `product_media.media`.`file_extension` as `product_media.media.fileExtension`, `product_media.media`.`uploaded_at` as `product_media.media.uploadedAt`, `product_media.media`.`file_name` as `product_media.media.fileName`, `product_media.media`.`file_size` as `product_media.media.fileSize`, `product_media.media`.`media_type` as `product_media.media.mediaTypeRaw`, `product_media.media`.`meta_data` as `product_media.media.metaData`, `product_media.media`.`config` as `product_media.media.config`, `product_media.media`.`path` as `product_media.media.path`, `product_media.media`.`private` as `product_media.media.private`, `product_media.media`.`thumbnails_ro` as `product_media.media.thumbnailsRo`, `product_media.media`.`created_at` as `product_media.media.createdAt`, `product_media.media`.`updated_at` as `product_media.media.updatedAt`, `product_media.media.translation.title`, COALESCE(`product_media.media.translation.title`,`product_media.media.translation.title`) as `product_media.media.title`, `product_media.media.translation.alt`, COALESCE(`product_media.media.translation.alt`,`product_media.media.translation.alt`) as `product_media.media.alt`, `product_media.media.translation.customFields`, COALESCE(`product_media.media.translation.customFields`,`product_media.media.translation.customFields`) as `product_media.media.customFields`, `product_media.media.translation.createdAt`, `product_media.media.translation.updatedAt`, `product_media.media.translation.mediaId`, `product_media.media.translation.languageId`, `product_media`.`custom_fields` as `product_media.customFields`, `product_media`.`created_at` as `product_media.createdAt`, `product_media`.`updated_at` as `product_media.updatedAt` FROM `product_media` LEFT JOIN `media` `product_media.media` ON `product_media`.`media_id` = `product_media.media`.`id` LEFT JOIN (SELECT `product_media.media.translation`.media_id, `product_media.media.translation`.title as `product_media.media.translation.title`, `product_media.media.translation`.alt as `product_media.media.translation.alt`, `product_media.media.translation`.custom_fields as `product_media.media.translation.customFields`, `product_media.media.translation`.created_at as `product_media.media.translation.createdAt`, `product_media.media.translation`.updated_at as `product_media.media.translation.updatedAt`, `product_media.media.translation`.media_id as `product_media.media.translation.mediaId`, `product_media.media.translation`.language_id as `product_media.media.translation.languageId` FROM `media_translation` `product_media.media.translation` WHERE `product_media.media.translation`.language_id = ?) `product_media.media.media_translation` ON `product_media.media.media_translation`.`media_id` = `product_media.media`.`id` WHERE (`product_media`.`version_id` = ?) AND ((`product_media`.`product_id` IN (?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"yÚ8Q\x0F¬\x05}Feˆ\x00Äíg"
]
34 2.99 ms
# product-detail-route::association::bergerDownloads::read
SELECT `berger_product_download`.`id` as `berger_product_download.id`, `berger_product_download`.`product_version_id` as `berger_product_download.productVersionId`, `berger_product_download`.`product_id` as `berger_product_download.productId`, `berger_product_download`.`sorting` as `berger_product_download.sorting`, `berger_product_download`.`uri` as `berger_product_download.uri`, `berger_product_download`.`created_at` as `berger_product_download.createdAt`, `berger_product_download`.`updated_at` as `berger_product_download.updatedAt`, `berger_product_download.translation.label`, COALESCE(`berger_product_download.translation.label`,`berger_product_download.translation.label`) as `berger_product_download.label`, `berger_product_download.translation.createdAt`, `berger_product_download.translation.updatedAt`, `berger_product_download.translation.bergerProductDownloadId`, `berger_product_download.translation.languageId` FROM `berger_product_download` LEFT JOIN (SELECT `berger_product_download.translation`.berger_product_download_id, `berger_product_download.translation`.label as `berger_product_download.translation.label`, `berger_product_download.translation`.created_at as `berger_product_download.translation.createdAt`, `berger_product_download.translation`.updated_at as `berger_product_download.translation.updatedAt`, `berger_product_download.translation`.berger_product_download_id as `berger_product_download.translation.bergerProductDownloadId`, `berger_product_download.translation`.language_id as `berger_product_download.translation.languageId` FROM `berger_product_download_translation` `berger_product_download.translation` WHERE `berger_product_download.translation`.language_id = ?) `berger_product_download.berger_product_download_translation` ON `berger_product_download.berger_product_download_translation`.`berger_product_download_id` = `berger_product_download`.`id` WHERE (`berger_product_download`.`product_id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"yÚ8Q\x0F¬\x05}Feˆ\x00Äíg"
]
35 3.01 ms
# product-detail-route::association::bergerBadges::read
SELECT `berger_product_badge`.`id` as `berger_product_badge.id`, `berger_product_badge`.`product_version_id` as `berger_product_badge.productVersionId`, `berger_product_badge`.`product_id` as `berger_product_badge.productId`, `berger_product_badge`.`sorting` as `berger_product_badge.sorting`, `berger_product_badge`.`active` as `berger_product_badge.active`, `berger_product_badge`.`color` as `berger_product_badge.color`, `berger_product_badge`.`created_at` as `berger_product_badge.createdAt`, `berger_product_badge`.`updated_at` as `berger_product_badge.updatedAt`, `berger_product_badge.translation.label`, COALESCE(`berger_product_badge.translation.label`,`berger_product_badge.translation.label`) as `berger_product_badge.label`, `berger_product_badge.translation.createdAt`, `berger_product_badge.translation.updatedAt`, `berger_product_badge.translation.bergerProductBadgeId`, `berger_product_badge.translation.languageId` FROM `berger_product_badge` LEFT JOIN (SELECT `berger_product_badge.translation`.berger_product_badge_id, `berger_product_badge.translation`.label as `berger_product_badge.translation.label`, `berger_product_badge.translation`.created_at as `berger_product_badge.translation.createdAt`, `berger_product_badge.translation`.updated_at as `berger_product_badge.translation.updatedAt`, `berger_product_badge.translation`.berger_product_badge_id as `berger_product_badge.translation.bergerProductBadgeId`, `berger_product_badge.translation`.language_id as `berger_product_badge.translation.languageId` FROM `berger_product_badge_translation` `berger_product_badge.translation` WHERE `berger_product_badge.translation`.language_id = ?) `berger_product_badge.berger_product_badge_translation` ON `berger_product_badge.berger_product_badge_translation`.`berger_product_badge_id` = `berger_product_badge`.`id` WHERE (`berger_product_badge`.`active` = ? AND `berger_product_badge`.`product_id` IN (?)) ORDER BY `berger_product_badge`.`sorting` ASC
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  1
  b"yÚ8Q\x0F¬\x05}Feˆ\x00Äíg"
]
36 3.00 ms
# product-detail-route::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"yÚ8Q\x0F¬\x05}Feˆ\x00Äíg"
]
37 3.13 ms
SELECT `product_stream_mapping`.`product_id`, `product_stream_mapping`.`product_stream_id` FROM `product_stream_mapping` WHERE (`product_stream_mapping`.`product_id` IN (?))
Parameters:
[
  b"yÚ8Q\x0F¬\x05}Feˆ\x00Äíg"
]
38 3.39 ms
# app-scripts::refresh::read
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`write_access` as `app.integration.writeAccess`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE (`app`.`active` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
39 3.07 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
40 2.99 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:
[]
41 3.14 ms
SELECT `acris_price_on_request`.`id` FROM `acris_price_on_request` LEFT JOIN `acris_price_on_request_rule` `acris_price_on_request.rules.mapping` ON `acris_price_on_request`.`id` = `acris_price_on_request.rules.mapping`.`price_on_request_id`  LEFT JOIN `acris_price_on_request_product_stream` `acris_price_on_request.productStreams.mapping` ON `acris_price_on_request`.`id` = `acris_price_on_request.productStreams.mapping`.`price_on_request_id`  LEFT JOIN `rule` `acris_price_on_request.rules` ON `acris_price_on_request.rules.mapping`.`rule_id` = `acris_price_on_request.rules`.`id`  LEFT JOIN `product_stream` `acris_price_on_request.productStreams` ON `acris_price_on_request.productStreams.mapping`.`product_stream_id` = `acris_price_on_request.productStreams`.`id`  WHERE (`acris_price_on_request`.`version_id` = ?) AND (((`acris_price_on_request`.`active` = ? AND (`acris_price_on_request.rules`.`id` IN (?, ?, ?, ?, ?, ?, ?) OR `acris_price_on_request.rules`.`id` <=> ?) AND (`acris_price_on_request.productStreams`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) OR `acris_price_on_request.productStreams`.`id` <=> ?)))) GROUP BY `acris_price_on_request`.`id` ORDER BY LENGTH(`acris_price_on_request`.`priority`) DESC, MAX(`acris_price_on_request`.`priority`) DESC
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  true
  b"\x01š$‘O0r0¹;¶ï¹#Øâ"
  b"\x07ô8ÐjŠIQ£\x02:^x\x10ø„"
  b"'ráóÌRCe“íL{"”&þ"
  b"À\x19Ý/G9Mh‡F\x02x\x1A\x1E°j"
  b"ô29ã.\x16H1¥~IÊáÛw"
  b"d0pÆu\Có­Xë¥\x0FM\v\x17"
  b"§UÆH6ÒGC²•„RPÄXb"
  null
  b"\x01‘U°«q\x7Fõª~bÍ’\eœO"
  b"\x01\x15Ý6ërƒ­áŽ+Aj\x06³"
  b"\x01š$‘Oõr+¯\x02†ôŸˆŽj"
  b"™%R§:B:ˆ¤…,ŽÔA@"
  b"¯Xe\x06G\x0EFøœ\x7F?Žê\x7F´\x11"
  b"¹Ó±_Ñ!I\x16¿X\x12#ÅOßø"
  b"ºÐS—…¾MÙ£,—oQRˆ\x1E"
  b"Ë).\x1A¯…H‘ Ôâü£-Ð/"
  b"åR\x03­èGœ¶‹ñC?ÚLl"
  b"çéį€`@'›Péh3Õ®Û"
  b"ôæ|\x12kNKO‹OK‚•a;["
  null
]
42 3.13 ms
# breadcrumb-builder::main-category::search-ids
SELECT `category`.`id`, `category`.`auto_increment` FROM `category` LEFT JOIN `main_category` `category.mainCategories` ON `category`.`id` = `category.mainCategories`.`category_id` AND `category`.version_id = `category.mainCategories`.category_version_id WHERE (`category`.`version_id` = ?) AND (((`category.mainCategories`.`product_id` = ? AND `category.mainCategories`.`sales_channel_id` = ? AND (`category`.`path` LIKE ? OR `category`.`path` LIKE ?)))) LIMIT 1
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"yÚ8Q\x0F¬\x05}Feˆ\x00Äíg"
  b"\x13.D\\x03Mg¬GÀJûm]™"
  "%|b283b270431e4a1285d331e63d0e6202|%"
  "%|108bc52af22f49f7be176ced980a441e|%"
]
43 3.15 ms
# breadcrumb-builder::search-ids
SELECT `category`.`id`, `category`.`auto_increment` FROM `category` WHERE (`category`.`version_id` = ?) AND ((`category`.`active` = ? AND (`category`.`path` LIKE ? OR `category`.`path` LIKE ?))) AND (`category`.`id` IN (?)) LIMIT 1
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  true
  "%|b283b270431e4a1285d331e63d0e6202|%"
  "%|108bc52af22f49f7be176ced980a441e|%"
  b"àåm¿}‡\x19ú´3iÊJW‘\x12"
]
44 3.87 ms
# breadcrumb-builder::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.bergerExtension`.`id` as `category.bergerExtension.id`, `category.bergerExtension`.`category_version_id` as `category.bergerExtension.categoryVersionId`, `category.bergerExtension`.`category_id` as `category.bergerExtension.catgoryId`, `category.bergerExtension`.`code` as `category.bergerExtension.code`, `category.bergerExtension`.`descriptionLong` as `category.bergerExtension.descriptionLong`, `category.bergerExtension`.`headline` as `category.bergerExtension.headline`, `category.bergerExtension`.`category_filter_aggregation_1` as `category.bergerExtension.categoryFilterAggregation1`, `category.bergerExtension`.`category_filter_display_name_1` as `category.bergerExtension.categoryFilterDisplayName1`, `category.bergerExtension`.`category_filter_icon_1` as `category.bergerExtension.categoryFilterIcon1`, `category.bergerExtension`.`category_filter_order_1` as `category.bergerExtension.categoryFilterOrder1`, `category.bergerExtension`.`category_filter_aggregation_2` as `category.bergerExtension.categoryFilterAggregation2`, `category.bergerExtension`.`category_filter_display_name_2` as `category.bergerExtension.categoryFilterDisplayName2`, `category.bergerExtension`.`category_filter_icon_2` as `category.bergerExtension.categoryFilterIcon2`, `category.bergerExtension`.`category_filter_order_2` as `category.bergerExtension.categoryFilterOrder2`, `category.bergerExtension`.`category_filter_aggregation_3` as `category.bergerExtension.categoryFilterAggregation3`, `category.bergerExtension`.`category_filter_display_name_3` as `category.bergerExtension.categoryFilterDisplayName3`, `category.bergerExtension`.`category_filter_icon_3` as `category.bergerExtension.categoryFilterIcon3`, `category.bergerExtension`.`category_filter_order_3` as `category.bergerExtension.categoryFilterOrder3`, `category.bergerExtension`.`category_filter_aggregation_4` as `category.bergerExtension.categoryFilterAggregation4`, `category.bergerExtension`.`category_filter_display_name_4` as `category.bergerExtension.categoryFilterDisplayName4`, `category.bergerExtension`.`category_filter_icon_4` as `category.bergerExtension.categoryFilterIcon4`, `category.bergerExtension`.`category_filter_order_4` as `category.bergerExtension.categoryFilterOrder4`, `category.bergerExtension`.`category_filter_aggregation_5` as `category.bergerExtension.categoryFilterAggregation5`, `category.bergerExtension`.`category_filter_display_name_5` as `category.bergerExtension.categoryFilterDisplayName5`, `category.bergerExtension`.`category_filter_icon_5` as `category.bergerExtension.categoryFilterIcon5`, `category.bergerExtension`.`category_filter_order_5` as `category.bergerExtension.categoryFilterOrder5`, `category.bergerExtension`.`category_filter_aggregation_6` as `category.bergerExtension.categoryFilterAggregation6`, `category.bergerExtension`.`category_filter_display_name_6` as `category.bergerExtension.categoryFilterDisplayName6`, `category.bergerExtension`.`category_filter_icon_6` as `category.bergerExtension.categoryFilterIcon6`, `category.bergerExtension`.`category_filter_order_6` as `category.bergerExtension.categoryFilterOrder6`, `category.bergerExtension`.`category_filter_aggregation_7` as `category.bergerExtension.categoryFilterAggregation7`, `category.bergerExtension`.`category_filter_display_name_7` as `category.bergerExtension.categoryFilterDisplayName7`, `category.bergerExtension`.`category_filter_icon_7` as `category.bergerExtension.categoryFilterIcon7`, `category.bergerExtension`.`category_filter_order_7` as `category.bergerExtension.categoryFilterOrder7`, `category.bergerExtension`.`category_filter_aggregation_8` as `category.bergerExtension.categoryFilterAggregation8`, `category.bergerExtension`.`category_filter_display_name_8` as `category.bergerExtension.categoryFilterDisplayName8`, `category.bergerExtension`.`category_filter_icon_8` as `category.bergerExtension.categoryFilterIcon8`, `category.bergerExtension`.`category_filter_order_8` as `category.bergerExtension.categoryFilterOrder8`, `category.bergerExtension`.`category_filter_show_width` as `category.bergerExtension.categoryFilterShowWidth`, `category.bergerExtension`.`category_filter_show_height` as `category.bergerExtension.categoryFilterShowHeight`, `category.bergerExtension`.`category_filter_show_length` as `category.bergerExtension.categoryFilterShowLength`, `category.bergerExtension`.`category_filter_order_width` as `category.bergerExtension.categoryFilterOrderWidth`, `category.bergerExtension`.`category_filter_order_height` as `category.bergerExtension.categoryFilterOrderHeight`, `category.bergerExtension`.`category_filter_order_length` as `category.bergerExtension.categoryFilterOrderLength`, `category.bergerExtension`.`category_filter_image` as `category.bergerExtension.categoryFilterImage`, `category.bergerExtension`.`created_at` as `category.bergerExtension.createdAt`, `category.bergerExtension`.`updated_at` as `category.bergerExtension.updatedAt`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id LEFT JOIN `berger_category_extension` `category.bergerExtension` ON `category`.`id` = `category.bergerExtension`.`category_id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"àåm¿}‡\x19ú´3iÊJW‘\x12"
]
45 3.25 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = ?) AND ((`product`.`product_number` <=> ? AND ((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) LIMIT 1
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  null
  10
  b"\x13.D\\x03Mg¬GÀJûm]™"
  true
]
46 2.88 ms
SELECT `language`.`id` FROM `language` WHERE `language`.`id` IN (?) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
47 3.13 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`, COALESCE(`language.locale.translation.name`,`language.locale.translation.name`) as `language.locale.name`, `language.locale.translation.territory`, COALESCE(`language.locale.translation.territory`,`language.locale.translation.territory`) as `language.locale.territory`, `language.locale.translation.customFields`, COALESCE(`language.locale.translation.customFields`,`language.locale.translation.customFields`) as `language.locale.customFields`, `language.locale.translation.createdAt`, `language.locale.translation.updatedAt`, `language.locale.translation.localeId`, `language.locale.translation.languageId` 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`, `language.locale.translation`.created_at as `language.locale.translation.createdAt`, `language.locale.translation`.updated_at as `language.locale.translation.updatedAt`, `language.locale.translation`.locale_id as `language.locale.translation.localeId`, `language.locale.translation`.language_id as `language.locale.translation.languageId` 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"
]
48 3.18 ms
# app-scripts::refresh::read
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`write_access` as `app.integration.writeAccess`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE (`app`.`active` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
49 2.96 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:
[]
50 2.95 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:
[]
51 3.09 ms
# app-scripts::refresh::read
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`write_access` as `app.integration.writeAccess`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE (`app`.`active` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
52 2.98 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:
[]
53 3.23 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:
[]
54 3.20 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = ?) AND ((`product`.`product_number` <=> ? AND ((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) LIMIT 1
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  null
  10
  b"\x13.D\\x03Mg¬GÀJûm]™"
  true
]
55 3.11 ms
# product-review-route::aggregation::customer-login-filter
SELECT `product_review`.`points` as `ratingMatrix.key`, COUNT(`product_review`.`id`) as `ratingMatrix.count` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review`.`product_id` = `product_review.product`.`id` AND `product_review`.`product_version_id` = `product_review.product`.`version_id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product`.`parent_id` = `product_review.product.parent`.`id` AND `product_review.product`.`parent_version_id` = `product_review.product.parent`.`version_id` WHERE ((((`product_review`.`status` = ?) AND (`product_review.product`.`id` = ? OR `product_review.product`.`parent_id` = ?)))) AND (((`product_review`.`status` = ?))) GROUP BY `product_review`.`points`
Parameters:
[
  true
  b"yÚ8Q\x0F¬\x05}Feˆ\x00Äíg"
  b"yÚ8Q\x0F¬\x05}Feˆ\x00Äíg"
  true
]
56 3.05 ms
# product-review-route::search-ids
SELECT `product_review`.`id` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review`.`product_id` = `product_review.product`.`id` AND `product_review`.`product_version_id` = `product_review.product`.`version_id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product`.`parent_id` = `product_review.product.parent`.`id` AND `product_review.product`.`parent_version_id` = `product_review.product.parent`.`version_id` WHERE (((`product_review`.`status` = ?) AND (`product_review.product`.`id` = ? OR `product_review.product`.`parent_id` = ?))) ORDER BY `product_review`.`created_at` DESC LIMIT 10
Parameters:
[
  true
  b"yÚ8Q\x0F¬\x05}Feˆ\x00Äíg"
  b"yÚ8Q\x0F¬\x05}Feˆ\x00Äíg"
]
57 3.05 ms
SELECT COUNT(*) FROM (# product-review-route::search-ids
SELECT `product_review`.`id` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review`.`product_id` = `product_review.product`.`id` AND `product_review`.`product_version_id` = `product_review.product`.`version_id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product`.`parent_id` = `product_review.product.parent`.`id` AND `product_review.product`.`parent_version_id` = `product_review.product.parent`.`version_id` WHERE (((`product_review`.`status` = ?) AND (`product_review.product`.`id` = ? OR `product_review.product`.`parent_id` = ?)))) total
Parameters:
[
  true
  b"yÚ8Q\x0F¬\x05}Feˆ\x00Äíg"
  b"yÚ8Q\x0F¬\x05}Feˆ\x00Äíg"
]
58 3.00 ms
# product-cross-selling-route::search-ids
SELECT `product_cross_selling`.`id` FROM `product_cross_selling` LEFT JOIN `product` `product_cross_selling.product` ON `product_cross_selling`.`product_id` = `product_cross_selling.product`.`crossSellings` AND `product_cross_selling`.`product_version_id` = `product_cross_selling.product`.`version_id` LEFT JOIN `product` `product_cross_selling.product.parent` ON `product_cross_selling.product`.`parent_id` = `product_cross_selling.product.parent`.`id` AND `product_cross_selling.product`.`parent_version_id` = `product_cross_selling.product.parent`.`version_id` WHERE (`product_cross_selling.product`.`id` = ? AND `product_cross_selling`.`active` = ?) ORDER BY `product_cross_selling`.`position` ASC
Parameters:
[
  b"yÚ8Q\x0F¬\x05}Feˆ\x00Äíg"
  1
]
59 3.08 ms
# product-cross-selling-route::read
SELECT `product_cross_selling`.`id` as `product_cross_selling.id`, `product_cross_selling`.`position` as `product_cross_selling.position`, `product_cross_selling`.`sort_by` as `product_cross_selling.sortBy`, `product_cross_selling`.`sort_direction` as `product_cross_selling.sortDirection`, `product_cross_selling`.`type` as `product_cross_selling.type`, `product_cross_selling`.`active` as `product_cross_selling.active`, `product_cross_selling`.`limit` as `product_cross_selling.limit`, `product_cross_selling`.`product_id` as `product_cross_selling.productId`, `product_cross_selling`.`product_version_id` as `product_cross_selling.productVersionId`, `product_cross_selling`.`product_stream_id` as `product_cross_selling.productStreamId`, `product_cross_selling`.`created_at` as `product_cross_selling.createdAt`, `product_cross_selling`.`updated_at` as `product_cross_selling.updatedAt`, `product_cross_selling.translation.name`, COALESCE(`product_cross_selling.translation.name`,`product_cross_selling.translation.name`) as `product_cross_selling.name`, `product_cross_selling.translation.createdAt`, `product_cross_selling.translation.updatedAt`, `product_cross_selling.translation.productCrossSellingId`, `product_cross_selling.translation.languageId` FROM `product_cross_selling` LEFT JOIN (SELECT `product_cross_selling.translation`.product_cross_selling_id, `product_cross_selling.translation`.name as `product_cross_selling.translation.name`, `product_cross_selling.translation`.created_at as `product_cross_selling.translation.createdAt`, `product_cross_selling.translation`.updated_at as `product_cross_selling.translation.updatedAt`, `product_cross_selling.translation`.product_cross_selling_id as `product_cross_selling.translation.productCrossSellingId`, `product_cross_selling.translation`.language_id as `product_cross_selling.translation.languageId` FROM `product_cross_selling_translation` `product_cross_selling.translation` WHERE `product_cross_selling.translation`.language_id = ?) `product_cross_selling.product_cross_selling_translation` ON `product_cross_selling.product_cross_selling_translation`.`product_cross_selling_id` = `product_cross_selling`.`id` WHERE `product_cross_selling`.`id` IN (?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"=ÚR¹\x1Fސi‰c{÷÷Üx}"
  b"•ÈmÞù–€èº Ñ\x06Tâoq"
]
60 3.32 ms
# product-cross-selling-route::association::assignedProducts::read
SELECT `product_cross_selling_assigned_products`.`id` as `product_cross_selling_assigned_products.id`, `product_cross_selling_assigned_products`.`cross_selling_id` as `product_cross_selling_assigned_products.crossSellingId`, `product_cross_selling_assigned_products`.`product_id` as `product_cross_selling_assigned_products.productId`, `product_cross_selling_assigned_products`.`product_version_id` as `product_cross_selling_assigned_products.productVersionId`, `product_cross_selling_assigned_products`.`position` as `product_cross_selling_assigned_products.position`, `product_cross_selling_assigned_products`.`created_at` as `product_cross_selling_assigned_products.createdAt`, `product_cross_selling_assigned_products`.`updated_at` as `product_cross_selling_assigned_products.updatedAt` FROM `product_cross_selling_assigned_products` WHERE (`product_cross_selling_assigned_products`.`cross_selling_id` IN (?, ?))
Parameters:
[
  b"=ÚR¹\x1Fސi‰c{÷÷Üx}"
  b"•ÈmÞù–€èº Ñ\x06Tâoq"
]
61 3.25 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?)) GROUP BY `product`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  10
  b"\x13.D\\x03Mg¬GÀJûm]™"
  true
  b"Ø7>0\x02qGJ’ôíOš¼M§"
  b"’,†'Q¸p_\r\x0FT\e•L"
  b"""
    4\x15ŽH\n
    ]^÷MØ•áù§³
    """
  b"\x11î/ªAéÑ7P¤vÉï†%"
  b"\x7F™~H†wP?‘©_\x7FƧ"
  b"§¢'¶ö×}<":ŽNR¿\x7F\x07"
  b"íé‹‚\x02:jš\x0FJue{BNë"
  b"p\x11Ìž%$@]\x05Ç{Œ\x07z’\x1A"
]
62 7.25 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product.parent`.`cheapest_price` as `product.cheapestPrice.inherited`, COALESCE(`product`.`cheapest_price`, `product.parent`.`cheapest_price`) as `product.cheapestPrice`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, (SELECT GROUP_CONCAT(HEX(`product.options.mapping`.`property_group_option_id`) SEPARATOR '||')
                  FROM `product_option` `product.options.mapping`
                  WHERE `product.options.mapping`.`product_id` = `product`.`id` ) as `product.options.id_mapping`, `product.unit`.`id` as `product.unit.id`, `product.unit`.`created_at` as `product.unit.createdAt`, `product.unit`.`updated_at` as `product.unit.updatedAt`, `product.unit.translation.shortCode`, COALESCE(`product.unit.translation.shortCode`,`product.unit.translation.shortCode`) as `product.unit.shortCode`, `product.unit.translation.name`, COALESCE(`product.unit.translation.name`,`product.unit.translation.name`) as `product.unit.name`, `product.unit.translation.customFields`, COALESCE(`product.unit.translation.customFields`,`product.unit.translation.customFields`) as `product.unit.customFields`, `product.unit.translation.createdAt`, `product.unit.translation.updatedAt`, `product.unit.translation.unitId`, `product.unit.translation.languageId`, `product.deliveryTime`.`id` as `product.deliveryTime.id`, `product.deliveryTime`.`min` as `product.deliveryTime.min`, `product.deliveryTime`.`max` as `product.deliveryTime.max`, `product.deliveryTime`.`unit` as `product.deliveryTime.unit`, `product.deliveryTime`.`created_at` as `product.deliveryTime.createdAt`, `product.deliveryTime`.`updated_at` as `product.deliveryTime.updatedAt`, `product.deliveryTime.translation.name`, COALESCE(`product.deliveryTime.translation.name`,`product.deliveryTime.translation.name`) as `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, COALESCE(`product.deliveryTime.translation.customFields`,`product.deliveryTime.translation.customFields`) as `product.deliveryTime.customFields`, `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation.languageId`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`config` as `product.cover.media.config`, `product.cover.media`.`path` as `product.cover.media.path`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, COALESCE(`product.cover.media.translation.title`,`product.cover.media.translation.title`) as `product.cover.media.title`, `product.cover.media.translation.alt`, COALESCE(`product.cover.media.translation.alt`,`product.cover.media.translation.alt`) as `product.cover.media.alt`, `product.cover.media.translation.customFields`, COALESCE(`product.cover.media.translation.customFields`,`product.cover.media.translation.customFields`) as `product.cover.media.customFields`, `product.cover.media.translation.createdAt`, `product.cover.media.translation.updatedAt`, `product.cover.media.translation.mediaId`, `product.cover.media.translation.languageId`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`,`product.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`,`product.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`,`product.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`,`product.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`,`product.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`,`product.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`,`product.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`,`product.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`,`product.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`,`product.translation.customFields`) as `product.customFields`, `product.translation.createdAt`, `product.parent.translation.createdAt`, `product.translation.updatedAt`, `product.parent.translation.updatedAt`, `product.translation.productId`, `product.parent.translation.productId`, `product.translation.languageId`, `product.parent.translation.languageId`, `product.translation.productVersionId`, `product.parent.translation.productVersionId` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN (SELECT `product.translation`.product_id, `product.translation`.product_version_id, `product.translation`.meta_description as `product.translation.metaDescription`, `product.translation`.name as `product.translation.name`, `product.translation`.keywords as `product.translation.keywords`, `product.translation`.description as `product.translation.description`, `product.translation`.meta_title as `product.translation.metaTitle`, `product.translation`.pack_unit as `product.translation.packUnit`, `product.translation`.pack_unit_plural as `product.translation.packUnitPlural`, `product.translation`.custom_search_keywords as `product.translation.customSearchKeywords`, `product.translation`.slot_config as `product.translation.slotConfig`, `product.translation`.custom_fields as `product.translation.customFields`, `product.translation`.created_at as `product.translation.createdAt`, `product.translation`.updated_at as `product.translation.updatedAt`, `product.translation`.product_id as `product.translation.productId`, `product.translation`.language_id as `product.translation.languageId`, `product.translation`.product_version_id as `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation`.language_id = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.product_version_id = `product`.version_id LEFT JOIN (SELECT `product.parent.translation`.product_id, `product.parent.translation`.product_version_id, `product.parent.translation`.meta_description as `product.parent.translation.metaDescription`, `product.parent.translation`.name as `product.parent.translation.name`, `product.parent.translation`.keywords as `product.parent.translation.keywords`, `product.parent.translation`.description as `product.parent.translation.description`, `product.parent.translation`.meta_title as `product.parent.translation.metaTitle`, `product.parent.translation`.pack_unit as `product.parent.translation.packUnit`, `product.parent.translation`.pack_unit_plural as `product.parent.translation.packUnitPlural`, `product.parent.translation`.custom_search_keywords as `product.parent.translation.customSearchKeywords`, `product.parent.translation`.slot_config as `product.parent.translation.slotConfig`, `product.parent.translation`.custom_fields as `product.parent.translation.customFields`, `product.parent.translation`.created_at as `product.parent.translation.createdAt`, `product.parent.translation`.updated_at as `product.parent.translation.updatedAt`, `product.parent.translation`.product_id as `product.parent.translation.productId`, `product.parent.translation`.language_id as `product.parent.translation.languageId`, `product.parent.translation`.product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.language_id = ?) `product.product_translation.parent` ON `product.product_translation.parent`.`product_id` = `product.parent`.`id` AND `product.product_translation.parent`.product_version_id = `product.parent`.version_id LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `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.unit.translation`.unit_id, `product.unit.translation`.short_code as `product.unit.translation.shortCode`, `product.unit.translation`.name as `product.unit.translation.name`, `product.unit.translation`.custom_fields as `product.unit.translation.customFields`, `product.unit.translation`.created_at as `product.unit.translation.createdAt`, `product.unit.translation`.updated_at as `product.unit.translation.updatedAt`, `product.unit.translation`.unit_id as `product.unit.translation.unitId`, `product.unit.translation`.language_id as `product.unit.translation.languageId` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation`.language_id = ?) `product.unit.unit_translation` ON `product.unit.unit_translation`.`unit_id` = `product.unit`.`id` LEFT JOIN (SELECT `product.deliveryTime.translation`.delivery_time_id, `product.deliveryTime.translation`.name as `product.deliveryTime.translation.name`, `product.deliveryTime.translation`.custom_fields as `product.deliveryTime.translation.customFields`, `product.deliveryTime.translation`.created_at as `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation`.updated_at as `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation`.delivery_time_id as `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation`.language_id as `product.deliveryTime.translation.languageId` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation`.language_id = ?) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation`.`delivery_time_id` = `product.deliveryTime`.`id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.media_id, `product.cover.media.translation`.title as `product.cover.media.translation.title`, `product.cover.media.translation`.alt as `product.cover.media.translation.alt`, `product.cover.media.translation`.custom_fields as `product.cover.media.translation.customFields`, `product.cover.media.translation`.created_at as `product.cover.media.translation.createdAt`, `product.cover.media.translation`.updated_at as `product.cover.media.translation.updatedAt`, `product.cover.media.translation`.media_id as `product.cover.media.translation.mediaId`, `product.cover.media.translation`.language_id as `product.cover.media.translation.languageId` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.language_id = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"Ø7>0\x02qGJ’ôíOš¼M§"
  b"’,†'Q¸p_\r\x0FT\e•L"
  b"""
    4\x15ŽH\n
    ]^÷MØ•áù§³
    """
  b"\x11î/ªAéÑ7P¤vÉï†%"
  b"\x7F™~H†wP?‘©_\x7FƧ"
  b"§¢'¶ö×}<":ŽNR¿\x7F\x07"
  b"íé‹‚\x02:jš\x0FJue{BNë"
  b"p\x11Ìž%$@]\x05Ç{Œ\x07z’\x1A"
]
63 3.11 ms
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"\x11î/ªAéÑ7P¤vÉï†%"
  b"""
    4\x15ŽH\n
    ]^÷MØ•áù§³
    """
  b"p\x11Ìž%$@]\x05Ç{Œ\x07z’\x1A"
  b"\x7F™~H†wP?‘©_\x7FƧ"
  b"’,†'Q¸p_\r\x0FT\e•L"
  b"§¢'¶ö×}<":ŽNR¿\x7F\x07"
  b"Ø7>0\x02qGJ’ôíOš¼M§"
  b"íé‹‚\x02:jš\x0FJue{BNë"
]
64 3.11 ms
SELECT `product_stream_mapping`.`product_id`, `product_stream_mapping`.`product_stream_id` FROM `product_stream_mapping` WHERE (`product_stream_mapping`.`product_id` IN (?))
Parameters:
[
  b"Ø7>0\x02qGJ’ôíOš¼M§"
]
65 3.29 ms
SELECT `acris_discount_group`.`id` FROM `acris_discount_group` LEFT JOIN `acris_discount_dynamic_groups` `acris_discount_group.productStreams.mapping` ON `acris_discount_group`.`id` = `acris_discount_group.productStreams.mapping`.`discount_group_id`  LEFT JOIN `acris_discount_group_rule` `acris_discount_group.rules.mapping` ON `acris_discount_group`.`id` = `acris_discount_group.rules.mapping`.`discount_group_id`  LEFT JOIN `product_stream` `acris_discount_group.productStreams` ON `acris_discount_group.productStreams.mapping`.`product_stream_id` = `acris_discount_group.productStreams`.`id`  LEFT JOIN `rule` `acris_discount_group.rules` ON `acris_discount_group.rules.mapping`.`rule_id` = `acris_discount_group.rules`.`id`  WHERE (`acris_discount_group`.`version_id` = ?) AND (((`acris_discount_group`.`active` = ? AND ((`acris_discount_group`.`active_from` <=> ? AND `acris_discount_group`.`active_until` <=> ?) OR (`acris_discount_group`.`active_from` <=> ? AND (`acris_discount_group`.`active_until` > ?)) OR ((`acris_discount_group`.`active_from` <= ?) AND `acris_discount_group`.`active_until` <=> ?) OR ((`acris_discount_group`.`active_from` <= ?) AND (`acris_discount_group`.`active_until` > ?))) AND (`acris_discount_group`.`customer_assignment_type` = ? OR (`acris_discount_group`.`customer_assignment_type` = ? AND `acris_discount_group.rules`.`id` IN (?, ?, ?, ?, ?, ?, ?))) AND ((`acris_discount_group`.`product_assignment_type` = ? AND `acris_discount_group`.`product_id` = ?) OR (`acris_discount_group`.`product_assignment_type` = ? AND `acris_discount_group.productStreams`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) AND NOT (`acris_discount_group.productStreams`.`id` <=> ?)) OR `acris_discount_group`.`product_assignment_type` = ? OR `acris_discount_group`.`product_assignment_type` = ?)))) GROUP BY `acris_discount_group`.`id` ORDER BY MAX(`acris_discount_group`.`priority`) DESC
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  true
  null
  null
  null
  "2026-02-27 11:47:57"
  "2026-02-27 11:47:57"
  null
  "2026-02-27 11:47:57"
  "2026-02-27 11:47:57"
  "everyCustomer"
  "rules"
  b"\x01š$‘O0r0¹;¶ï¹#Øâ"
  b"\x07ô8ÐjŠIQ£\x02:^x\x10ø„"
  b"'ráóÌRCe“íL{"”&þ"
  b"À\x19Ý/G9Mh‡F\x02x\x1A\x1E°j"
  b"ô29ã.\x16H1¥~IÊáÛw"
  b"d0pÆu\Có­Xë¥\x0FM\v\x17"
  b"§UÆH6ÒGC²•„RPÄXb"
  "product"
  b"Ø7>0\x02qGJ’ôíOš¼M§"
  "dynamicProductGroup"
  b"\x01‘U°«q\x7Fõª~bÍ’\eœO"
  b"\x01\x15Ý6ërƒ­áŽ+Aj\x06³"
  b"\x01š$‘Oõr+¯\x02†ôŸˆŽj"
  b"™%R§:B:ˆ¤…,ŽÔA@"
  b"¯Xe\x06G\x0EFøœ\x7F?Žê\x7F´\x11"
  b"¹Ó±_Ñ!I\x16¿X\x12#ÅOßø"
  b"ºÐS—…¾MÙ£,—oQRˆ\x1E"
  b"Ë).\x1A¯…H‘ Ôâü£-Ð/"
  b"åR\x03­èGœ¶‹ñC?ÚLl"
  b"çéį€`@'›Péh3Õ®Û"
  null
  "everyProduct"
  "materialGroup"
]
66 3.02 ms
SELECT `product_stream_mapping`.`product_id`, `product_stream_mapping`.`product_stream_id` FROM `product_stream_mapping` WHERE (`product_stream_mapping`.`product_id` IN (?))
Parameters:
[
  b"’,†'Q¸p_\r\x0FT\e•L"
]
67 3.28 ms
SELECT `acris_discount_group`.`id` FROM `acris_discount_group` LEFT JOIN `acris_discount_dynamic_groups` `acris_discount_group.productStreams.mapping` ON `acris_discount_group`.`id` = `acris_discount_group.productStreams.mapping`.`discount_group_id`  LEFT JOIN `acris_discount_group_rule` `acris_discount_group.rules.mapping` ON `acris_discount_group`.`id` = `acris_discount_group.rules.mapping`.`discount_group_id`  LEFT JOIN `product_stream` `acris_discount_group.productStreams` ON `acris_discount_group.productStreams.mapping`.`product_stream_id` = `acris_discount_group.productStreams`.`id`  LEFT JOIN `rule` `acris_discount_group.rules` ON `acris_discount_group.rules.mapping`.`rule_id` = `acris_discount_group.rules`.`id`  WHERE (`acris_discount_group`.`version_id` = ?) AND (((`acris_discount_group`.`active` = ? AND ((`acris_discount_group`.`active_from` <=> ? AND `acris_discount_group`.`active_until` <=> ?) OR (`acris_discount_group`.`active_from` <=> ? AND (`acris_discount_group`.`active_until` > ?)) OR ((`acris_discount_group`.`active_from` <= ?) AND `acris_discount_group`.`active_until` <=> ?) OR ((`acris_discount_group`.`active_from` <= ?) AND (`acris_discount_group`.`active_until` > ?))) AND (`acris_discount_group`.`customer_assignment_type` = ? OR (`acris_discount_group`.`customer_assignment_type` = ? AND `acris_discount_group.rules`.`id` IN (?, ?, ?, ?, ?, ?, ?))) AND ((`acris_discount_group`.`product_assignment_type` = ? AND `acris_discount_group`.`product_id` = ?) OR (`acris_discount_group`.`product_assignment_type` = ? AND `acris_discount_group.productStreams`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) AND NOT (`acris_discount_group.productStreams`.`id` <=> ?)) OR `acris_discount_group`.`product_assignment_type` = ? OR `acris_discount_group`.`product_assignment_type` = ?)))) GROUP BY `acris_discount_group`.`id` ORDER BY MAX(`acris_discount_group`.`priority`) DESC
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  true
  null
  null
  null
  "2026-02-27 11:47:57"
  "2026-02-27 11:47:57"
  null
  "2026-02-27 11:47:57"
  "2026-02-27 11:47:57"
  "everyCustomer"
  "rules"
  b"\x01š$‘O0r0¹;¶ï¹#Øâ"
  b"\x07ô8ÐjŠIQ£\x02:^x\x10ø„"
  b"'ráóÌRCe“íL{"”&þ"
  b"À\x19Ý/G9Mh‡F\x02x\x1A\x1E°j"
  b"ô29ã.\x16H1¥~IÊáÛw"
  b"d0pÆu\Có­Xë¥\x0FM\v\x17"
  b"§UÆH6ÒGC²•„RPÄXb"
  "product"
  b"’,†'Q¸p_\r\x0FT\e•L"
  "dynamicProductGroup"
  b"\x01‘U°«q\x7Fõª~bÍ’\eœO"
  b"\x01\x15Ý6ërƒ­áŽ+Aj\x06³"
  b"\x01š$‘Oõr+¯\x02†ôŸˆŽj"
  b"™%R§:B:ˆ¤…,ŽÔA@"
  b"¯Xe\x06G\x0EFøœ\x7F?Žê\x7F´\x11"
  b"¹Ó±_Ñ!I\x16¿X\x12#ÅOßø"
  b"ºÐS—…¾MÙ£,—oQRˆ\x1E"
  b"Ë).\x1A¯…H‘ Ôâü£-Ð/"
  b"åR\x03­èGœ¶‹ñC?ÚLl"
  b"çéį€`@'›Péh3Õ®Û"
  null
  "everyProduct"
  "materialGroup"
]
68 3.08 ms
SELECT `product_stream_mapping`.`product_id`, `product_stream_mapping`.`product_stream_id` FROM `product_stream_mapping` WHERE (`product_stream_mapping`.`product_id` IN (?))
Parameters:
[
  b"""
    4\x15ŽH\n
    ]^÷MØ•áù§³
    """
]
69 3.26 ms
SELECT `acris_discount_group`.`id` FROM `acris_discount_group` LEFT JOIN `acris_discount_dynamic_groups` `acris_discount_group.productStreams.mapping` ON `acris_discount_group`.`id` = `acris_discount_group.productStreams.mapping`.`discount_group_id`  LEFT JOIN `acris_discount_group_rule` `acris_discount_group.rules.mapping` ON `acris_discount_group`.`id` = `acris_discount_group.rules.mapping`.`discount_group_id`  LEFT JOIN `product_stream` `acris_discount_group.productStreams` ON `acris_discount_group.productStreams.mapping`.`product_stream_id` = `acris_discount_group.productStreams`.`id`  LEFT JOIN `rule` `acris_discount_group.rules` ON `acris_discount_group.rules.mapping`.`rule_id` = `acris_discount_group.rules`.`id`  WHERE (`acris_discount_group`.`version_id` = ?) AND (((`acris_discount_group`.`active` = ? AND ((`acris_discount_group`.`active_from` <=> ? AND `acris_discount_group`.`active_until` <=> ?) OR (`acris_discount_group`.`active_from` <=> ? AND (`acris_discount_group`.`active_until` > ?)) OR ((`acris_discount_group`.`active_from` <= ?) AND `acris_discount_group`.`active_until` <=> ?) OR ((`acris_discount_group`.`active_from` <= ?) AND (`acris_discount_group`.`active_until` > ?))) AND (`acris_discount_group`.`customer_assignment_type` = ? OR (`acris_discount_group`.`customer_assignment_type` = ? AND `acris_discount_group.rules`.`id` IN (?, ?, ?, ?, ?, ?, ?))) AND ((`acris_discount_group`.`product_assignment_type` = ? AND `acris_discount_group`.`product_id` = ?) OR (`acris_discount_group`.`product_assignment_type` = ? AND `acris_discount_group.productStreams`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?) AND NOT (`acris_discount_group.productStreams`.`id` <=> ?)) OR `acris_discount_group`.`product_assignment_type` = ? OR `acris_discount_group`.`product_assignment_type` = ?)))) GROUP BY `acris_discount_group`.`id` ORDER BY MAX(`acris_discount_group`.`priority`) DESC
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  true
  null
  null
  null
  "2026-02-27 11:47:57"
  "2026-02-27 11:47:57"
  null
  "2026-02-27 11:47:57"
  "2026-02-27 11:47:57"
  "everyCustomer"
  "rules"
  b"\x01š$‘O0r0¹;¶ï¹#Øâ"
  b"\x07ô8ÐjŠIQ£\x02:^x\x10ø„"
  b"'ráóÌRCe“íL{"”&þ"
  b"À\x19Ý/G9Mh‡F\x02x\x1A\x1E°j"
  b"ô29ã.\x16H1¥~IÊáÛw"
  b"d0pÆu\Có­Xë¥\x0FM\v\x17"
  b"§UÆH6ÒGC²•„RPÄXb"
  "product"
  b"""
    4\x15ŽH\n
    ]^÷MØ•áù§³
    """
  "dynamicProductGroup"
  b"\x01š$‘O{p×¥ÅO<ÅWp>"
  b"\x01š$‘Oõr+¯\x02†ôŸˆŽj"
  b"MÜ(•]ÊMWˆŽ¿22Ų‡"
  b"™%R§:B:ˆ¤…,ŽÔA@"
  b"¯Xe\x06G\x0EFøœ\x7F?Žê\x7F´\x11"
  b"¹Ó±_Ñ!I\x16¿X\x12#ÅOßø"
  b"ºÐS—…¾MÙ£,—oQRˆ\x1E"
  b"åR\x03­èGœ¶‹ñC?ÚLl"
  null
  "everyProduct"
  "materialGroup"
]
70 3.08 ms
SELECT `product_stream_mapping`.`product_id`, `product_stream_mapping`.`product_stream_id` FROM `product_stream_mapping` WHERE (`product_stream_mapping`.`product_id` IN (?))
Parameters:
[
  b"\x11î/ªAéÑ7P¤vÉï†%"
]
71 3.16 ms
SELECT `acris_discount_group`.`id` FROM `acris_discount_group` LEFT JOIN `acris_discount_dynamic_groups` `acris_discount_group.productStreams.mapping` ON `acris_discount_group`.`id` = `acris_discount_group.productStreams.mapping`.`discount_group_id`  LEFT JOIN `acris_discount_group_rule` `acris_discount_group.rules.mapping` ON `acris_discount_group`.`id` = `acris_discount_group.rules.mapping`.`discount_group_id`  LEFT JOIN `product_stream` `acris_discount_group.productStreams` ON `acris_discount_group.productStreams.mapping`.`product_stream_id` = `acris_discount_group.productStreams`.`id`  LEFT JOIN `rule` `acris_discount_group.rules` ON `acris_discount_group.rules.mapping`.`rule_id` = `acris_discount_group.rules`.`id`  WHERE (`acris_discount_group`.`version_id` = ?) AND (((`acris_discount_group`.`active` = ? AND ((`acris_discount_group`.`active_from` <=> ? AND `acris_discount_group`.`active_until` <=> ?) OR (`acris_discount_group`.`active_from` <=> ? AND (`acris_discount_group`.`active_until` > ?)) OR ((`acris_discount_group`.`active_from` <= ?) AND `acris_discount_group`.`active_until` <=> ?) OR ((`acris_discount_group`.`active_from` <= ?) AND (`acris_discount_group`.`active_until` > ?))) AND (`acris_discount_group`.`customer_assignment_type` = ? OR (`acris_discount_group`.`customer_assignment_type` = ? AND `acris_discount_group.rules`.`id` IN (?, ?, ?, ?, ?, ?, ?))) AND ((`acris_discount_group`.`product_assignment_type` = ? AND `acris_discount_group`.`product_id` = ?) OR (`acris_discount_group`.`product_assignment_type` = ? AND `acris_discount_group.productStreams`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?) AND NOT (`acris_discount_group.productStreams`.`id` <=> ?)) OR `acris_discount_group`.`product_assignment_type` = ? OR `acris_discount_group`.`product_assignment_type` = ?)))) GROUP BY `acris_discount_group`.`id` ORDER BY MAX(`acris_discount_group`.`priority`) DESC
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  true
  null
  null
  null
  "2026-02-27 11:47:57"
  "2026-02-27 11:47:57"
  null
  "2026-02-27 11:47:57"
  "2026-02-27 11:47:57"
  "everyCustomer"
  "rules"
  b"\x01š$‘O0r0¹;¶ï¹#Øâ"
  b"\x07ô8ÐjŠIQ£\x02:^x\x10ø„"
  b"'ráóÌRCe“íL{"”&þ"
  b"À\x19Ý/G9Mh‡F\x02x\x1A\x1E°j"
  b"ô29ã.\x16H1¥~IÊáÛw"
  b"d0pÆu\Có­Xë¥\x0FM\v\x17"
  b"§UÆH6ÒGC²•„RPÄXb"
  "product"
  b"\x11î/ªAéÑ7P¤vÉï†%"
  "dynamicProductGroup"
  b"\x01š$‘O{p×¥ÅO<ÅWp>"
  b"\x01š$‘Oõr+¯\x02†ôŸˆŽj"
  b"MÜ(•]ÊMWˆŽ¿22Ų‡"
  b"™%R§:B:ˆ¤…,ŽÔA@"
  b"¯Xe\x06G\x0EFøœ\x7F?Žê\x7F´\x11"
  b"¹Ó±_Ñ!I\x16¿X\x12#ÅOßø"
  b"ºÐS—…¾MÙ£,—oQRˆ\x1E"
  b"åR\x03­èGœ¶‹ñC?ÚLl"
  null
  "everyProduct"
  "materialGroup"
]
72 3.00 ms
SELECT `product_stream_mapping`.`product_id`, `product_stream_mapping`.`product_stream_id` FROM `product_stream_mapping` WHERE (`product_stream_mapping`.`product_id` IN (?))
Parameters:
[
  b"\x7F™~H†wP?‘©_\x7FƧ"
]
73 3.23 ms
SELECT `acris_discount_group`.`id` FROM `acris_discount_group` LEFT JOIN `acris_discount_dynamic_groups` `acris_discount_group.productStreams.mapping` ON `acris_discount_group`.`id` = `acris_discount_group.productStreams.mapping`.`discount_group_id`  LEFT JOIN `acris_discount_group_rule` `acris_discount_group.rules.mapping` ON `acris_discount_group`.`id` = `acris_discount_group.rules.mapping`.`discount_group_id`  LEFT JOIN `product_stream` `acris_discount_group.productStreams` ON `acris_discount_group.productStreams.mapping`.`product_stream_id` = `acris_discount_group.productStreams`.`id`  LEFT JOIN `rule` `acris_discount_group.rules` ON `acris_discount_group.rules.mapping`.`rule_id` = `acris_discount_group.rules`.`id`  WHERE (`acris_discount_group`.`version_id` = ?) AND (((`acris_discount_group`.`active` = ? AND ((`acris_discount_group`.`active_from` <=> ? AND `acris_discount_group`.`active_until` <=> ?) OR (`acris_discount_group`.`active_from` <=> ? AND (`acris_discount_group`.`active_until` > ?)) OR ((`acris_discount_group`.`active_from` <= ?) AND `acris_discount_group`.`active_until` <=> ?) OR ((`acris_discount_group`.`active_from` <= ?) AND (`acris_discount_group`.`active_until` > ?))) AND (`acris_discount_group`.`customer_assignment_type` = ? OR (`acris_discount_group`.`customer_assignment_type` = ? AND `acris_discount_group.rules`.`id` IN (?, ?, ?, ?, ?, ?, ?))) AND ((`acris_discount_group`.`product_assignment_type` = ? AND `acris_discount_group`.`product_id` = ?) OR (`acris_discount_group`.`product_assignment_type` = ? AND `acris_discount_group.productStreams`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) AND NOT (`acris_discount_group.productStreams`.`id` <=> ?)) OR `acris_discount_group`.`product_assignment_type` = ? OR `acris_discount_group`.`product_assignment_type` = ?)))) GROUP BY `acris_discount_group`.`id` ORDER BY MAX(`acris_discount_group`.`priority`) DESC
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  true
  null
  null
  null
  "2026-02-27 11:47:57"
  "2026-02-27 11:47:57"
  null
  "2026-02-27 11:47:57"
  "2026-02-27 11:47:57"
  "everyCustomer"
  "rules"
  b"\x01š$‘O0r0¹;¶ï¹#Øâ"
  b"\x07ô8ÐjŠIQ£\x02:^x\x10ø„"
  b"'ráóÌRCe“íL{"”&þ"
  b"À\x19Ý/G9Mh‡F\x02x\x1A\x1E°j"
  b"ô29ã.\x16H1¥~IÊáÛw"
  b"d0pÆu\Có­Xë¥\x0FM\v\x17"
  b"§UÆH6ÒGC²•„RPÄXb"
  "product"
  b"\x7F™~H†wP?‘©_\x7FƧ"
  "dynamicProductGroup"
  b"\x01‘U°«q\x7Fõª~bÍ’\eœO"
  b"\x01\x15Ý6ërƒ­áŽ+Aj\x06³"
  b"\x01š$‘Oõr+¯\x02†ôŸˆŽj"
  b"™%R§:B:ˆ¤…,ŽÔA@"
  b"¯Xe\x06G\x0EFøœ\x7F?Žê\x7F´\x11"
  b"¹Ó±_Ñ!I\x16¿X\x12#ÅOßø"
  b"ºÐS—…¾MÙ£,—oQRˆ\x1E"
  b"Ë).\x1A¯…H‘ Ôâü£-Ð/"
  b"åR\x03­èGœ¶‹ñC?ÚLl"
  b"çéį€`@'›Péh3Õ®Û"
  null
  "everyProduct"
  "materialGroup"
]
74 2.91 ms
SELECT `product_stream_mapping`.`product_id`, `product_stream_mapping`.`product_stream_id` FROM `product_stream_mapping` WHERE (`product_stream_mapping`.`product_id` IN (?))
Parameters:
[
  b"§¢'¶ö×}<":ŽNR¿\x7F\x07"
]
75 3.12 ms
SELECT `acris_discount_group`.`id` FROM `acris_discount_group` LEFT JOIN `acris_discount_dynamic_groups` `acris_discount_group.productStreams.mapping` ON `acris_discount_group`.`id` = `acris_discount_group.productStreams.mapping`.`discount_group_id`  LEFT JOIN `acris_discount_group_rule` `acris_discount_group.rules.mapping` ON `acris_discount_group`.`id` = `acris_discount_group.rules.mapping`.`discount_group_id`  LEFT JOIN `product_stream` `acris_discount_group.productStreams` ON `acris_discount_group.productStreams.mapping`.`product_stream_id` = `acris_discount_group.productStreams`.`id`  LEFT JOIN `rule` `acris_discount_group.rules` ON `acris_discount_group.rules.mapping`.`rule_id` = `acris_discount_group.rules`.`id`  WHERE (`acris_discount_group`.`version_id` = ?) AND (((`acris_discount_group`.`active` = ? AND ((`acris_discount_group`.`active_from` <=> ? AND `acris_discount_group`.`active_until` <=> ?) OR (`acris_discount_group`.`active_from` <=> ? AND (`acris_discount_group`.`active_until` > ?)) OR ((`acris_discount_group`.`active_from` <= ?) AND `acris_discount_group`.`active_until` <=> ?) OR ((`acris_discount_group`.`active_from` <= ?) AND (`acris_discount_group`.`active_until` > ?))) AND (`acris_discount_group`.`customer_assignment_type` = ? OR (`acris_discount_group`.`customer_assignment_type` = ? AND `acris_discount_group.rules`.`id` IN (?, ?, ?, ?, ?, ?, ?))) AND ((`acris_discount_group`.`product_assignment_type` = ? AND `acris_discount_group`.`product_id` = ?) OR (`acris_discount_group`.`product_assignment_type` = ? AND `acris_discount_group.productStreams`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?) AND NOT (`acris_discount_group.productStreams`.`id` <=> ?)) OR `acris_discount_group`.`product_assignment_type` = ? OR `acris_discount_group`.`product_assignment_type` = ?)))) GROUP BY `acris_discount_group`.`id` ORDER BY MAX(`acris_discount_group`.`priority`) DESC
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  true
  null
  null
  null
  "2026-02-27 11:47:57"
  "2026-02-27 11:47:57"
  null
  "2026-02-27 11:47:57"
  "2026-02-27 11:47:57"
  "everyCustomer"
  "rules"
  b"\x01š$‘O0r0¹;¶ï¹#Øâ"
  b"\x07ô8ÐjŠIQ£\x02:^x\x10ø„"
  b"'ráóÌRCe“íL{"”&þ"
  b"À\x19Ý/G9Mh‡F\x02x\x1A\x1E°j"
  b"ô29ã.\x16H1¥~IÊáÛw"
  b"d0pÆu\Có­Xë¥\x0FM\v\x17"
  b"§UÆH6ÒGC²•„RPÄXb"
  "product"
  b"§¢'¶ö×}<":ŽNR¿\x7F\x07"
  "dynamicProductGroup"
  b"\x01š$‘O{p×¥ÅO<ÅWp>"
  b"\x01š$‘Oõr+¯\x02†ôŸˆŽj"
  b"MÜ(•]ÊMWˆŽ¿22Ų‡"
  b"™%R§:B:ˆ¤…,ŽÔA@"
  b"¯Xe\x06G\x0EFøœ\x7F?Žê\x7F´\x11"
  b"¹Ó±_Ñ!I\x16¿X\x12#ÅOßø"
  b"ºÐS—…¾MÙ£,—oQRˆ\x1E"
  b"åR\x03­èGœ¶‹ñC?ÚLl"
  null
  "everyProduct"
  "materialGroup"
]
76 2.96 ms
SELECT `product_stream_mapping`.`product_id`, `product_stream_mapping`.`product_stream_id` FROM `product_stream_mapping` WHERE (`product_stream_mapping`.`product_id` IN (?))
Parameters:
[
  b"íé‹‚\x02:jš\x0FJue{BNë"
]
77 3.13 ms
SELECT `acris_discount_group`.`id` FROM `acris_discount_group` LEFT JOIN `acris_discount_dynamic_groups` `acris_discount_group.productStreams.mapping` ON `acris_discount_group`.`id` = `acris_discount_group.productStreams.mapping`.`discount_group_id`  LEFT JOIN `acris_discount_group_rule` `acris_discount_group.rules.mapping` ON `acris_discount_group`.`id` = `acris_discount_group.rules.mapping`.`discount_group_id`  LEFT JOIN `product_stream` `acris_discount_group.productStreams` ON `acris_discount_group.productStreams.mapping`.`product_stream_id` = `acris_discount_group.productStreams`.`id`  LEFT JOIN `rule` `acris_discount_group.rules` ON `acris_discount_group.rules.mapping`.`rule_id` = `acris_discount_group.rules`.`id`  WHERE (`acris_discount_group`.`version_id` = ?) AND (((`acris_discount_group`.`active` = ? AND ((`acris_discount_group`.`active_from` <=> ? AND `acris_discount_group`.`active_until` <=> ?) OR (`acris_discount_group`.`active_from` <=> ? AND (`acris_discount_group`.`active_until` > ?)) OR ((`acris_discount_group`.`active_from` <= ?) AND `acris_discount_group`.`active_until` <=> ?) OR ((`acris_discount_group`.`active_from` <= ?) AND (`acris_discount_group`.`active_until` > ?))) AND (`acris_discount_group`.`customer_assignment_type` = ? OR (`acris_discount_group`.`customer_assignment_type` = ? AND `acris_discount_group.rules`.`id` IN (?, ?, ?, ?, ?, ?, ?))) AND ((`acris_discount_group`.`product_assignment_type` = ? AND `acris_discount_group`.`product_id` = ?) OR (`acris_discount_group`.`product_assignment_type` = ? AND `acris_discount_group.productStreams`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) AND NOT (`acris_discount_group.productStreams`.`id` <=> ?)) OR `acris_discount_group`.`product_assignment_type` = ? OR `acris_discount_group`.`product_assignment_type` = ?)))) GROUP BY `acris_discount_group`.`id` ORDER BY MAX(`acris_discount_group`.`priority`) DESC
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  true
  null
  null
  null
  "2026-02-27 11:47:57"
  "2026-02-27 11:47:57"
  null
  "2026-02-27 11:47:57"
  "2026-02-27 11:47:57"
  "everyCustomer"
  "rules"
  b"\x01š$‘O0r0¹;¶ï¹#Øâ"
  b"\x07ô8ÐjŠIQ£\x02:^x\x10ø„"
  b"'ráóÌRCe“íL{"”&þ"
  b"À\x19Ý/G9Mh‡F\x02x\x1A\x1E°j"
  b"ô29ã.\x16H1¥~IÊáÛw"
  b"d0pÆu\Có­Xë¥\x0FM\v\x17"
  b"§UÆH6ÒGC²•„RPÄXb"
  "product"
  b"íé‹‚\x02:jš\x0FJue{BNë"
  "dynamicProductGroup"
  b"\x01‘U°«q\x7Fõª~bÍ’\eœO"
  b"\x01\x15Ý6ërƒ­áŽ+Aj\x06³"
  b"\x01š$‘Oõr+¯\x02†ôŸˆŽj"
  b"™%R§:B:ˆ¤…,ŽÔA@"
  b"¯Xe\x06G\x0EFøœ\x7F?Žê\x7F´\x11"
  b"¹Ó±_Ñ!I\x16¿X\x12#ÅOßø"
  b"ºÐS—…¾MÙ£,—oQRˆ\x1E"
  b"Ë).\x1A¯…H‘ Ôâü£-Ð/"
  b"åR\x03­èGœ¶‹ñC?ÚLl"
  b"çéį€`@'›Péh3Õ®Û"
  null
  "everyProduct"
  "materialGroup"
]
78 2.92 ms
SELECT `product_stream_mapping`.`product_id`, `product_stream_mapping`.`product_stream_id` FROM `product_stream_mapping` WHERE (`product_stream_mapping`.`product_id` IN (?))
Parameters:
[
  b"p\x11Ìž%$@]\x05Ç{Œ\x07z’\x1A"
]
79 3.15 ms
SELECT `acris_discount_group`.`id` FROM `acris_discount_group` LEFT JOIN `acris_discount_dynamic_groups` `acris_discount_group.productStreams.mapping` ON `acris_discount_group`.`id` = `acris_discount_group.productStreams.mapping`.`discount_group_id`  LEFT JOIN `acris_discount_group_rule` `acris_discount_group.rules.mapping` ON `acris_discount_group`.`id` = `acris_discount_group.rules.mapping`.`discount_group_id`  LEFT JOIN `product_stream` `acris_discount_group.productStreams` ON `acris_discount_group.productStreams.mapping`.`product_stream_id` = `acris_discount_group.productStreams`.`id`  LEFT JOIN `rule` `acris_discount_group.rules` ON `acris_discount_group.rules.mapping`.`rule_id` = `acris_discount_group.rules`.`id`  WHERE (`acris_discount_group`.`version_id` = ?) AND (((`acris_discount_group`.`active` = ? AND ((`acris_discount_group`.`active_from` <=> ? AND `acris_discount_group`.`active_until` <=> ?) OR (`acris_discount_group`.`active_from` <=> ? AND (`acris_discount_group`.`active_until` > ?)) OR ((`acris_discount_group`.`active_from` <= ?) AND `acris_discount_group`.`active_until` <=> ?) OR ((`acris_discount_group`.`active_from` <= ?) AND (`acris_discount_group`.`active_until` > ?))) AND (`acris_discount_group`.`customer_assignment_type` = ? OR (`acris_discount_group`.`customer_assignment_type` = ? AND `acris_discount_group.rules`.`id` IN (?, ?, ?, ?, ?, ?, ?))) AND ((`acris_discount_group`.`product_assignment_type` = ? AND `acris_discount_group`.`product_id` = ?) OR (`acris_discount_group`.`product_assignment_type` = ? AND `acris_discount_group.productStreams`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) AND NOT (`acris_discount_group.productStreams`.`id` <=> ?)) OR `acris_discount_group`.`product_assignment_type` = ? OR `acris_discount_group`.`product_assignment_type` = ?)))) GROUP BY `acris_discount_group`.`id` ORDER BY MAX(`acris_discount_group`.`priority`) DESC
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  true
  null
  null
  null
  "2026-02-27 11:47:57"
  "2026-02-27 11:47:57"
  null
  "2026-02-27 11:47:57"
  "2026-02-27 11:47:57"
  "everyCustomer"
  "rules"
  b"\x01š$‘O0r0¹;¶ï¹#Øâ"
  b"\x07ô8ÐjŠIQ£\x02:^x\x10ø„"
  b"'ráóÌRCe“íL{"”&þ"
  b"À\x19Ý/G9Mh‡F\x02x\x1A\x1E°j"
  b"ô29ã.\x16H1¥~IÊáÛw"
  b"d0pÆu\Có­Xë¥\x0FM\v\x17"
  b"§UÆH6ÒGC²•„RPÄXb"
  "product"
  b"p\x11Ìž%$@]\x05Ç{Œ\x07z’\x1A"
  "dynamicProductGroup"
  b"\x01‘U°«q\x7Fõª~bÍ’\eœO"
  b"\x01\x15Ý6ërƒ­áŽ+Aj\x06³"
  b"\x01š$‘Oõr+¯\x02†ôŸˆŽj"
  b"™%R§:B:ˆ¤…,ŽÔA@"
  b"¯Xe\x06G\x0EFøœ\x7F?Žê\x7F´\x11"
  b"¹Ó±_Ñ!I\x16¿X\x12#ÅOßø"
  b"ºÐS—…¾MÙ£,—oQRˆ\x1E"
  b"Ë).\x1A¯…H‘ Ôâü£-Ð/"
  b"åR\x03­èGœ¶‹ñC?ÚLl"
  b"çéį€`@'›Péh3Õ®Û"
  null
  "everyProduct"
  "materialGroup"
]
80 3.29 ms
# app-scripts::refresh::read
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`write_access` as `app.integration.writeAccess`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE (`app`.`active` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
81 3.09 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:
[]
82 3.01 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
83 3.16 ms
SELECT `acris_price_on_request`.`id` FROM `acris_price_on_request` LEFT JOIN `acris_price_on_request_rule` `acris_price_on_request.rules.mapping` ON `acris_price_on_request`.`id` = `acris_price_on_request.rules.mapping`.`price_on_request_id`  LEFT JOIN `acris_price_on_request_product_stream` `acris_price_on_request.productStreams.mapping` ON `acris_price_on_request`.`id` = `acris_price_on_request.productStreams.mapping`.`price_on_request_id`  LEFT JOIN `rule` `acris_price_on_request.rules` ON `acris_price_on_request.rules.mapping`.`rule_id` = `acris_price_on_request.rules`.`id`  LEFT JOIN `product_stream` `acris_price_on_request.productStreams` ON `acris_price_on_request.productStreams.mapping`.`product_stream_id` = `acris_price_on_request.productStreams`.`id`  WHERE (`acris_price_on_request`.`version_id` = ?) AND (((`acris_price_on_request`.`active` = ? AND (`acris_price_on_request.rules`.`id` IN (?, ?, ?, ?, ?, ?, ?) OR `acris_price_on_request.rules`.`id` <=> ?) AND (`acris_price_on_request.productStreams`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) OR `acris_price_on_request.productStreams`.`id` <=> ?)))) GROUP BY `acris_price_on_request`.`id` ORDER BY LENGTH(`acris_price_on_request`.`priority`) DESC, MAX(`acris_price_on_request`.`priority`) DESC
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  true
  b"\x01š$‘O0r0¹;¶ï¹#Øâ"
  b"\x07ô8ÐjŠIQ£\x02:^x\x10ø„"
  b"'ráóÌRCe“íL{"”&þ"
  b"À\x19Ý/G9Mh‡F\x02x\x1A\x1E°j"
  b"ô29ã.\x16H1¥~IÊáÛw"
  b"d0pÆu\Có­Xë¥\x0FM\v\x17"
  b"§UÆH6ÒGC²•„RPÄXb"
  null
  b"\x01‘U°«q\x7Fõª~bÍ’\eœO"
  b"\x01\x15Ý6ërƒ­áŽ+Aj\x06³"
  b"\x01š$‘Oõr+¯\x02†ôŸˆŽj"
  b"™%R§:B:ˆ¤…,ŽÔA@"
  b"¯Xe\x06G\x0EFøœ\x7F?Žê\x7F´\x11"
  b"¹Ó±_Ñ!I\x16¿X\x12#ÅOßø"
  b"ºÐS—…¾MÙ£,—oQRˆ\x1E"
  b"Ë).\x1A¯…H‘ Ôâü£-Ð/"
  b"åR\x03­èGœ¶‹ñC?ÚLl"
  b"çéį€`@'›Péh3Õ®Û"
  b"\x01š$‘O{p×¥ÅO<ÅWp>"
  b"MÜ(•]ÊMWˆŽ¿22Ų‡"
  null
]
84 3.72 ms
SELECT `acris_price_on_request`.`id` as `acris_price_on_request.id`, `acris_price_on_request`.`version_id` as `acris_price_on_request.versionId`, `acris_price_on_request`.`cms_page_id` as `acris_price_on_request.cmsPageId`, `acris_price_on_request`.`cms_page_version_id` as `acris_price_on_request.cmsPageVersionId`, `acris_price_on_request`.`active` as `acris_price_on_request.active`, `acris_price_on_request`.`priority` as `acris_price_on_request.priority`, `acris_price_on_request`.`default_type` as `acris_price_on_request.defaultType`, `acris_price_on_request`.`price_display` as `acris_price_on_request.priceDisplay`, `acris_price_on_request`.`cart_functionality` as `acris_price_on_request.cartFunctionality`, `acris_price_on_request`.`delivery_display` as `acris_price_on_request.deliveryDisplay`, `acris_price_on_request`.`price_meta_data` as `acris_price_on_request.priceMetaData`, `acris_price_on_request`.`info_text_position` as `acris_price_on_request.infoTextPosition`, `acris_price_on_request`.`request_button_type` as `acris_price_on_request.requestButtonType`, `acris_price_on_request`.`login_button_type` as `acris_price_on_request.loginButtonType`, `acris_price_on_request`.`use_for` as `acris_price_on_request.useFor`, `acris_price_on_request`.`created_at` as `acris_price_on_request.createdAt`, `acris_price_on_request`.`updated_at` as `acris_price_on_request.updatedAt`, (SELECT GROUP_CONCAT(HEX(`acris_price_on_request.rules.mapping`.`rule_id`) SEPARATOR '||')
                  FROM `acris_price_on_request_rule` `acris_price_on_request.rules.mapping`
                  WHERE `acris_price_on_request.rules.mapping`.`price_on_request_id` = `acris_price_on_request`.`id` ) as `acris_price_on_request.rules.id_mapping`, `acris_price_on_request.cmsPage`.`id` as `acris_price_on_request.cmsPage.id`, `acris_price_on_request.cmsPage`.`version_id` as `acris_price_on_request.cmsPage.versionId`, `acris_price_on_request.cmsPage`.`type` as `acris_price_on_request.cmsPage.type`, `acris_price_on_request.cmsPage`.`entity` as `acris_price_on_request.cmsPage.entity`, `acris_price_on_request.cmsPage`.`css_class` as `acris_price_on_request.cmsPage.cssClass`, `acris_price_on_request.cmsPage`.`config` as `acris_price_on_request.cmsPage.config`, `acris_price_on_request.cmsPage`.`preview_media_id` as `acris_price_on_request.cmsPage.previewMediaId`, `acris_price_on_request.cmsPage`.`locked` as `acris_price_on_request.cmsPage.locked`, `acris_price_on_request.cmsPage`.`created_at` as `acris_price_on_request.cmsPage.createdAt`, `acris_price_on_request.cmsPage`.`updated_at` as `acris_price_on_request.cmsPage.updatedAt`, `acris_price_on_request.cmsPage.translation.name`, COALESCE(`acris_price_on_request.cmsPage.translation.name`,`acris_price_on_request.cmsPage.translation.name`) as `acris_price_on_request.cmsPage.name`, `acris_price_on_request.cmsPage.translation.customFields`, COALESCE(`acris_price_on_request.cmsPage.translation.customFields`,`acris_price_on_request.cmsPage.translation.customFields`) as `acris_price_on_request.cmsPage.customFields`, `acris_price_on_request.cmsPage.translation.createdAt`, `acris_price_on_request.cmsPage.translation.updatedAt`, `acris_price_on_request.cmsPage.translation.cmsPageId`, `acris_price_on_request.cmsPage.translation.languageId`, `acris_price_on_request.cmsPage.translation.cmsPageVersionId`, (SELECT GROUP_CONCAT(HEX(`acris_price_on_request.productStreams.mapping`.`product_stream_id`) SEPARATOR '||')
                  FROM `acris_price_on_request_product_stream` `acris_price_on_request.productStreams.mapping`
                  WHERE `acris_price_on_request.productStreams.mapping`.`price_on_request_id` = `acris_price_on_request`.`id` ) as `acris_price_on_request.productStreams.id_mapping`, `acris_price_on_request.translation.loginButtonText`, COALESCE(`acris_price_on_request.translation.loginButtonText`,`acris_price_on_request.translation.loginButtonText`) as `acris_price_on_request.loginButtonText`, `acris_price_on_request.translation.formButtonText`, COALESCE(`acris_price_on_request.translation.formButtonText`,`acris_price_on_request.translation.formButtonText`) as `acris_price_on_request.formButtonText`, `acris_price_on_request.translation.internalName`, COALESCE(`acris_price_on_request.translation.internalName`,`acris_price_on_request.translation.internalName`) as `acris_price_on_request.internalName`, `acris_price_on_request.translation.infoText`, COALESCE(`acris_price_on_request.translation.infoText`,`acris_price_on_request.translation.infoText`) as `acris_price_on_request.infoText`, `acris_price_on_request.translation.slotConfig`, COALESCE(`acris_price_on_request.translation.slotConfig`,`acris_price_on_request.translation.slotConfig`) as `acris_price_on_request.slotConfig`, `acris_price_on_request.translation.priceText`, COALESCE(`acris_price_on_request.translation.priceText`,`acris_price_on_request.translation.priceText`) as `acris_price_on_request.priceText`, `acris_price_on_request.translation.createdAt`, `acris_price_on_request.translation.updatedAt`, `acris_price_on_request.translation.acrisPriceOnRequestId`, `acris_price_on_request.translation.languageId`, `acris_price_on_request.translation.acrisPriceOnRequestVersionId` FROM `acris_price_on_request` LEFT JOIN (SELECT `acris_price_on_request.translation`.acris_price_on_request_id, `acris_price_on_request.translation`.acris_price_on_request_version_id, `acris_price_on_request.translation`.login_button_text as `acris_price_on_request.translation.loginButtonText`, `acris_price_on_request.translation`.form_button_text as `acris_price_on_request.translation.formButtonText`, `acris_price_on_request.translation`.internal_name as `acris_price_on_request.translation.internalName`, `acris_price_on_request.translation`.info_text as `acris_price_on_request.translation.infoText`, `acris_price_on_request.translation`.slot_config as `acris_price_on_request.translation.slotConfig`, `acris_price_on_request.translation`.price_text as `acris_price_on_request.translation.priceText`, `acris_price_on_request.translation`.created_at as `acris_price_on_request.translation.createdAt`, `acris_price_on_request.translation`.updated_at as `acris_price_on_request.translation.updatedAt`, `acris_price_on_request.translation`.acris_price_on_request_id as `acris_price_on_request.translation.acrisPriceOnRequestId`, `acris_price_on_request.translation`.language_id as `acris_price_on_request.translation.languageId`, `acris_price_on_request.translation`.acris_price_on_request_version_id as `acris_price_on_request.translation.acrisPriceOnRequestVersionId` FROM `acris_price_on_request_translation` `acris_price_on_request.translation` WHERE `acris_price_on_request.translation`.language_id = ?) `acris_price_on_request.acris_price_on_request_translation` ON `acris_price_on_request.acris_price_on_request_translation`.`acris_price_on_request_id` = `acris_price_on_request`.`id` AND `acris_price_on_request.acris_price_on_request_translation`.acris_price_on_request_version_id = `acris_price_on_request`.version_id LEFT JOIN `cms_page` `acris_price_on_request.cmsPage` ON `acris_price_on_request`.`cms_page_id` = `acris_price_on_request.cmsPage`.`id` AND `acris_price_on_request`.`cms_page_version_id` = `acris_price_on_request.cmsPage`.`version_id` LEFT JOIN (SELECT `acris_price_on_request.cmsPage.translation`.cms_page_id, `acris_price_on_request.cmsPage.translation`.cms_page_version_id, `acris_price_on_request.cmsPage.translation`.name as `acris_price_on_request.cmsPage.translation.name`, `acris_price_on_request.cmsPage.translation`.custom_fields as `acris_price_on_request.cmsPage.translation.customFields`, `acris_price_on_request.cmsPage.translation`.created_at as `acris_price_on_request.cmsPage.translation.createdAt`, `acris_price_on_request.cmsPage.translation`.updated_at as `acris_price_on_request.cmsPage.translation.updatedAt`, `acris_price_on_request.cmsPage.translation`.cms_page_id as `acris_price_on_request.cmsPage.translation.cmsPageId`, `acris_price_on_request.cmsPage.translation`.language_id as `acris_price_on_request.cmsPage.translation.languageId`, `acris_price_on_request.cmsPage.translation`.cms_page_version_id as `acris_price_on_request.cmsPage.translation.cmsPageVersionId` FROM `cms_page_translation` `acris_price_on_request.cmsPage.translation` WHERE `acris_price_on_request.cmsPage.translation`.language_id = ?) `acris_price_on_request.cmsPage.cms_page_translation` ON `acris_price_on_request.cmsPage.cms_page_translation`.`cms_page_id` = `acris_price_on_request.cmsPage`.`id` AND `acris_price_on_request.cmsPage.cms_page_translation`.cms_page_version_id = `acris_price_on_request.cmsPage`.version_id WHERE (`acris_price_on_request`.`version_id` = ?) AND (`acris_price_on_request`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"í—n½ÏèBòŒÜU\x000él©"
]
85 3.08 ms
SELECT `product_stream`.`id` as `product_stream.id`, `product_stream`.`api_filter` as `product_stream.apiFilter`, `product_stream`.`invalid` as `product_stream.invalid`, `product_stream`.`created_at` as `product_stream.createdAt`, `product_stream`.`updated_at` as `product_stream.updatedAt`, `product_stream.translation.name`, COALESCE(`product_stream.translation.name`,`product_stream.translation.name`) as `product_stream.name`, `product_stream.translation.description`, COALESCE(`product_stream.translation.description`,`product_stream.translation.description`) as `product_stream.description`, `product_stream.translation.customFields`, COALESCE(`product_stream.translation.customFields`,`product_stream.translation.customFields`) as `product_stream.customFields`, `product_stream.translation.createdAt`, `product_stream.translation.updatedAt`, `product_stream.translation.productStreamId`, `product_stream.translation.languageId` FROM `product_stream` LEFT JOIN (SELECT `product_stream.translation`.product_stream_id, `product_stream.translation`.name as `product_stream.translation.name`, `product_stream.translation`.description as `product_stream.translation.description`, `product_stream.translation`.custom_fields as `product_stream.translation.customFields`, `product_stream.translation`.created_at as `product_stream.translation.createdAt`, `product_stream.translation`.updated_at as `product_stream.translation.updatedAt`, `product_stream.translation`.product_stream_id as `product_stream.translation.productStreamId`, `product_stream.translation`.language_id as `product_stream.translation.languageId` FROM `product_stream_translation` `product_stream.translation` WHERE `product_stream.translation`.language_id = ?) `product_stream.product_stream_translation` ON `product_stream.product_stream_translation`.`product_stream_id` = `product_stream`.`id` WHERE `product_stream`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"MÜ(•]ÊMWˆŽ¿22Ų‡"
]
86 3.45 ms
SELECT `salutation`.`id` as `salutation.id`, `salutation`.`salutation_key` as `salutation.salutationKey`, `salutation`.`created_at` as `salutation.createdAt`, `salutation`.`updated_at` as `salutation.updatedAt`, `salutation.translation.displayName`, COALESCE(`salutation.translation.displayName`,`salutation.translation.displayName`) as `salutation.displayName`, `salutation.translation.letterName`, COALESCE(`salutation.translation.letterName`,`salutation.translation.letterName`) as `salutation.letterName`, `salutation.translation.customFields`, COALESCE(`salutation.translation.customFields`,`salutation.translation.customFields`) as `salutation.customFields`, `salutation.translation.createdAt`, `salutation.translation.updatedAt`, `salutation.translation.salutationId`, `salutation.translation.languageId` FROM `salutation` LEFT JOIN (SELECT `salutation.translation`.salutation_id, `salutation.translation`.display_name as `salutation.translation.displayName`, `salutation.translation`.letter_name as `salutation.translation.letterName`, `salutation.translation`.custom_fields as `salutation.translation.customFields`, `salutation.translation`.created_at as `salutation.translation.createdAt`, `salutation.translation`.updated_at as `salutation.translation.updatedAt`, `salutation.translation`.salutation_id as `salutation.translation.salutationId`, `salutation.translation`.language_id as `salutation.translation.languageId` FROM `salutation_translation` `salutation.translation` WHERE `salutation.translation`.language_id = ?) `salutation.salutation_translation` ON `salutation.salutation_translation`.`salutation_id` = `salutation`.`id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
87 3.42 ms
SELECT `country`.`id` FROM `country` LEFT JOIN (SELECT `country.translation`.country_id, `country.translation`.name as `country.translation.name`, `country.translation`.address_format as `country.translation.addressFormat`, `country.translation`.custom_fields as `country.translation.customFields`, `country.translation`.created_at as `country.translation.createdAt`, `country.translation`.updated_at as `country.translation.updatedAt`, `country.translation`.country_id as `country.translation.countryId`, `country.translation`.language_id as `country.translation.languageId` FROM `country_translation` `country.translation` WHERE `country.translation`.language_id = ?) `country.country_translation` ON `country.country_translation`.`country_id` = `country`.`id` WHERE (`country`.`active` = ?) ORDER BY `country`.`position` ASC, COALESCE(`country.translation.name`) ASC
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
88 3.37 ms
SELECT `country`.`id` as `country.id`, `country`.`iso` as `country.iso`, `country`.`position` as `country.position`, `country`.`active` as `country.active`, `country`.`shipping_available` as `country.shippingAvailable`, `country`.`iso3` as `country.iso3`, `country`.`display_state_in_registration` as `country.displayStateInRegistration`, `country`.`force_state_in_registration` as `country.forceStateInRegistration`, `country`.`check_vat_id_pattern` as `country.checkVatIdPattern`, `country`.`vat_id_required` as `country.vatIdRequired`, `country`.`vat_id_pattern` as `country.vatIdPattern`, `country`.`customer_tax` as `country.customerTax`, `country`.`company_tax` as `country.companyTax`, `country`.`postal_code_required` as `country.postalCodeRequired`, `country`.`check_postal_code_pattern` as `country.checkPostalCodePattern`, `country`.`check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern`, `country`.`advanced_postal_code_pattern` as `country.advancedPostalCodePattern`, `country`.`default_postal_code_pattern` as `country.defaultPostalCodePattern`, `country`.`created_at` as `country.createdAt`, `country`.`updated_at` as `country.updatedAt`, `country.translation.name`, COALESCE(`country.translation.name`,`country.translation.name`) as `country.name`, `country.translation.addressFormat`, COALESCE(`country.translation.addressFormat`,`country.translation.addressFormat`) as `country.addressFormat`, `country.translation.customFields`, COALESCE(`country.translation.customFields`,`country.translation.customFields`) as `country.customFields`, `country.translation.createdAt`, `country.translation.updatedAt`, `country.translation.countryId`, `country.translation.languageId` FROM `country` LEFT JOIN (SELECT `country.translation`.country_id, `country.translation`.name as `country.translation.name`, `country.translation`.address_format as `country.translation.addressFormat`, `country.translation`.custom_fields as `country.translation.customFields`, `country.translation`.created_at as `country.translation.createdAt`, `country.translation`.updated_at as `country.translation.updatedAt`, `country.translation`.country_id as `country.translation.countryId`, `country.translation`.language_id as `country.translation.languageId` FROM `country_translation` `country.translation` WHERE `country.translation`.language_id = ?) `country.country_translation` ON `country.country_translation`.`country_id` = `country`.`id` WHERE `country`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"ʲìé\x0FùD1½®\x06êеâ\n"
]
89 3.72 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?)) GROUP BY `product`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  10
  b"\x13.D\\x03Mg¬GÀJûm]™"
  true
  b"%»ü„.X\x19_µÀÝŒ\x12—=¯"
  b"U1‚Ê»;ø\x1D±×XÇw\x01‚ô"
  b"_…N޼>ÿ\x0Eù\x1E!hÝ:¦\x1D"
  b"Ö`‘\x01"\x08n.÷|ñšÇlqÙ"
  b"Žb3“˜Œê^\x1EÖ\v[\x17¯n<"
  b"\x1D¨ÿ\x01EAìîFu¥›?ª"
  b"© ÜA\x08\x04ýóÞ{¨<`H•-"
  b"EYÙ6G9‘\x1AF¨6\x02ÞÞòe"
]
90 5.48 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product.parent`.`cheapest_price` as `product.cheapestPrice.inherited`, COALESCE(`product`.`cheapest_price`, `product.parent`.`cheapest_price`) as `product.cheapestPrice`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, (SELECT GROUP_CONCAT(HEX(`product.options.mapping`.`property_group_option_id`) SEPARATOR '||')
                  FROM `product_option` `product.options.mapping`
                  WHERE `product.options.mapping`.`product_id` = `product`.`id` ) as `product.options.id_mapping`, `product.unit`.`id` as `product.unit.id`, `product.unit`.`created_at` as `product.unit.createdAt`, `product.unit`.`updated_at` as `product.unit.updatedAt`, `product.unit.translation.shortCode`, COALESCE(`product.unit.translation.shortCode`,`product.unit.translation.shortCode`) as `product.unit.shortCode`, `product.unit.translation.name`, COALESCE(`product.unit.translation.name`,`product.unit.translation.name`) as `product.unit.name`, `product.unit.translation.customFields`, COALESCE(`product.unit.translation.customFields`,`product.unit.translation.customFields`) as `product.unit.customFields`, `product.unit.translation.createdAt`, `product.unit.translation.updatedAt`, `product.unit.translation.unitId`, `product.unit.translation.languageId`, `product.deliveryTime`.`id` as `product.deliveryTime.id`, `product.deliveryTime`.`min` as `product.deliveryTime.min`, `product.deliveryTime`.`max` as `product.deliveryTime.max`, `product.deliveryTime`.`unit` as `product.deliveryTime.unit`, `product.deliveryTime`.`created_at` as `product.deliveryTime.createdAt`, `product.deliveryTime`.`updated_at` as `product.deliveryTime.updatedAt`, `product.deliveryTime.translation.name`, COALESCE(`product.deliveryTime.translation.name`,`product.deliveryTime.translation.name`) as `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, COALESCE(`product.deliveryTime.translation.customFields`,`product.deliveryTime.translation.customFields`) as `product.deliveryTime.customFields`, `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation.languageId`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`config` as `product.cover.media.config`, `product.cover.media`.`path` as `product.cover.media.path`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, COALESCE(`product.cover.media.translation.title`,`product.cover.media.translation.title`) as `product.cover.media.title`, `product.cover.media.translation.alt`, COALESCE(`product.cover.media.translation.alt`,`product.cover.media.translation.alt`) as `product.cover.media.alt`, `product.cover.media.translation.customFields`, COALESCE(`product.cover.media.translation.customFields`,`product.cover.media.translation.customFields`) as `product.cover.media.customFields`, `product.cover.media.translation.createdAt`, `product.cover.media.translation.updatedAt`, `product.cover.media.translation.mediaId`, `product.cover.media.translation.languageId`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`,`product.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`,`product.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`,`product.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`,`product.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`,`product.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`,`product.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`,`product.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`,`product.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`,`product.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`,`product.translation.customFields`) as `product.customFields`, `product.translation.createdAt`, `product.parent.translation.createdAt`, `product.translation.updatedAt`, `product.parent.translation.updatedAt`, `product.translation.productId`, `product.parent.translation.productId`, `product.translation.languageId`, `product.parent.translation.languageId`, `product.translation.productVersionId`, `product.parent.translation.productVersionId` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN (SELECT `product.translation`.product_id, `product.translation`.product_version_id, `product.translation`.meta_description as `product.translation.metaDescription`, `product.translation`.name as `product.translation.name`, `product.translation`.keywords as `product.translation.keywords`, `product.translation`.description as `product.translation.description`, `product.translation`.meta_title as `product.translation.metaTitle`, `product.translation`.pack_unit as `product.translation.packUnit`, `product.translation`.pack_unit_plural as `product.translation.packUnitPlural`, `product.translation`.custom_search_keywords as `product.translation.customSearchKeywords`, `product.translation`.slot_config as `product.translation.slotConfig`, `product.translation`.custom_fields as `product.translation.customFields`, `product.translation`.created_at as `product.translation.createdAt`, `product.translation`.updated_at as `product.translation.updatedAt`, `product.translation`.product_id as `product.translation.productId`, `product.translation`.language_id as `product.translation.languageId`, `product.translation`.product_version_id as `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation`.language_id = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.product_version_id = `product`.version_id LEFT JOIN (SELECT `product.parent.translation`.product_id, `product.parent.translation`.product_version_id, `product.parent.translation`.meta_description as `product.parent.translation.metaDescription`, `product.parent.translation`.name as `product.parent.translation.name`, `product.parent.translation`.keywords as `product.parent.translation.keywords`, `product.parent.translation`.description as `product.parent.translation.description`, `product.parent.translation`.meta_title as `product.parent.translation.metaTitle`, `product.parent.translation`.pack_unit as `product.parent.translation.packUnit`, `product.parent.translation`.pack_unit_plural as `product.parent.translation.packUnitPlural`, `product.parent.translation`.custom_search_keywords as `product.parent.translation.customSearchKeywords`, `product.parent.translation`.slot_config as `product.parent.translation.slotConfig`, `product.parent.translation`.custom_fields as `product.parent.translation.customFields`, `product.parent.translation`.created_at as `product.parent.translation.createdAt`, `product.parent.translation`.updated_at as `product.parent.translation.updatedAt`, `product.parent.translation`.product_id as `product.parent.translation.productId`, `product.parent.translation`.language_id as `product.parent.translation.languageId`, `product.parent.translation`.product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.language_id = ?) `product.product_translation.parent` ON `product.product_translation.parent`.`product_id` = `product.parent`.`id` AND `product.product_translation.parent`.product_version_id = `product.parent`.version_id LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `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.unit.translation`.unit_id, `product.unit.translation`.short_code as `product.unit.translation.shortCode`, `product.unit.translation`.name as `product.unit.translation.name`, `product.unit.translation`.custom_fields as `product.unit.translation.customFields`, `product.unit.translation`.created_at as `product.unit.translation.createdAt`, `product.unit.translation`.updated_at as `product.unit.translation.updatedAt`, `product.unit.translation`.unit_id as `product.unit.translation.unitId`, `product.unit.translation`.language_id as `product.unit.translation.languageId` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation`.language_id = ?) `product.unit.unit_translation` ON `product.unit.unit_translation`.`unit_id` = `product.unit`.`id` LEFT JOIN (SELECT `product.deliveryTime.translation`.delivery_time_id, `product.deliveryTime.translation`.name as `product.deliveryTime.translation.name`, `product.deliveryTime.translation`.custom_fields as `product.deliveryTime.translation.customFields`, `product.deliveryTime.translation`.created_at as `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation`.updated_at as `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation`.delivery_time_id as `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation`.language_id as `product.deliveryTime.translation.languageId` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation`.language_id = ?) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation`.`delivery_time_id` = `product.deliveryTime`.`id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.media_id, `product.cover.media.translation`.title as `product.cover.media.translation.title`, `product.cover.media.translation`.alt as `product.cover.media.translation.alt`, `product.cover.media.translation`.custom_fields as `product.cover.media.translation.customFields`, `product.cover.media.translation`.created_at as `product.cover.media.translation.createdAt`, `product.cover.media.translation`.updated_at as `product.cover.media.translation.updatedAt`, `product.cover.media.translation`.media_id as `product.cover.media.translation.mediaId`, `product.cover.media.translation`.language_id as `product.cover.media.translation.languageId` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.language_id = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"%»ü„.X\x19_µÀÝŒ\x12—=¯"
  b"U1‚Ê»;ø\x1D±×XÇw\x01‚ô"
  b"_…N޼>ÿ\x0Eù\x1E!hÝ:¦\x1D"
  b"Ö`‘\x01"\x08n.÷|ñšÇlqÙ"
  b"Žb3“˜Œê^\x1EÖ\v[\x17¯n<"
  b"\x1D¨ÿ\x01EAìîFu¥›?ª"
  b"© ÜA\x08\x04ýóÞ{¨<`H•-"
  b"EYÙ6G9‘\x1AF¨6\x02ÞÞòe"
]
91 3.25 ms
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"%»ü„.X\x19_µÀÝŒ\x12—=¯"
  b"EYÙ6G9‘\x1AF¨6\x02ÞÞòe"
  b"U1‚Ê»;ø\x1D±×XÇw\x01‚ô"
  b"\x1D¨ÿ\x01EAìîFu¥›?ª"
  b"_…N޼>ÿ\x0Eù\x1E!hÝ:¦\x1D"
  b"Žb3“˜Œê^\x1EÖ\v[\x17¯n<"
  b"© ÜA\x08\x04ýóÞ{¨<`H•-"
  b"Ö`‘\x01"\x08n.÷|ñšÇlqÙ"
]
92 3.14 ms
SELECT `product_stream_mapping`.`product_id`, `product_stream_mapping`.`product_stream_id` FROM `product_stream_mapping` WHERE (`product_stream_mapping`.`product_id` IN (?))
Parameters:
[
  b"%»ü„.X\x19_µÀÝŒ\x12—=¯"
]
93 3.36 ms
SELECT `acris_discount_group`.`id` FROM `acris_discount_group` LEFT JOIN `acris_discount_dynamic_groups` `acris_discount_group.productStreams.mapping` ON `acris_discount_group`.`id` = `acris_discount_group.productStreams.mapping`.`discount_group_id`  LEFT JOIN `acris_discount_group_rule` `acris_discount_group.rules.mapping` ON `acris_discount_group`.`id` = `acris_discount_group.rules.mapping`.`discount_group_id`  LEFT JOIN `product_stream` `acris_discount_group.productStreams` ON `acris_discount_group.productStreams.mapping`.`product_stream_id` = `acris_discount_group.productStreams`.`id`  LEFT JOIN `rule` `acris_discount_group.rules` ON `acris_discount_group.rules.mapping`.`rule_id` = `acris_discount_group.rules`.`id`  WHERE (`acris_discount_group`.`version_id` = ?) AND (((`acris_discount_group`.`active` = ? AND ((`acris_discount_group`.`active_from` <=> ? AND `acris_discount_group`.`active_until` <=> ?) OR (`acris_discount_group`.`active_from` <=> ? AND (`acris_discount_group`.`active_until` > ?)) OR ((`acris_discount_group`.`active_from` <= ?) AND `acris_discount_group`.`active_until` <=> ?) OR ((`acris_discount_group`.`active_from` <= ?) AND (`acris_discount_group`.`active_until` > ?))) AND (`acris_discount_group`.`customer_assignment_type` = ? OR (`acris_discount_group`.`customer_assignment_type` = ? AND `acris_discount_group.rules`.`id` IN (?, ?, ?, ?, ?, ?, ?))) AND ((`acris_discount_group`.`product_assignment_type` = ? AND `acris_discount_group`.`product_id` = ?) OR (`acris_discount_group`.`product_assignment_type` = ? AND `acris_discount_group.productStreams`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) AND NOT (`acris_discount_group.productStreams`.`id` <=> ?)) OR `acris_discount_group`.`product_assignment_type` = ? OR `acris_discount_group`.`product_assignment_type` = ?)))) GROUP BY `acris_discount_group`.`id` ORDER BY MAX(`acris_discount_group`.`priority`) DESC
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  true
  null
  null
  null
  "2026-02-27 11:47:57"
  "2026-02-27 11:47:57"
  null
  "2026-02-27 11:47:57"
  "2026-02-27 11:47:57"
  "everyCustomer"
  "rules"
  b"\x01š$‘O0r0¹;¶ï¹#Øâ"
  b"\x07ô8ÐjŠIQ£\x02:^x\x10ø„"
  b"'ráóÌRCe“íL{"”&þ"
  b"À\x19Ý/G9Mh‡F\x02x\x1A\x1E°j"
  b"ô29ã.\x16H1¥~IÊáÛw"
  b"d0pÆu\Có­Xë¥\x0FM\v\x17"
  b"§UÆH6ÒGC²•„RPÄXb"
  "product"
  b"%»ü„.X\x19_µÀÝŒ\x12—=¯"
  "dynamicProductGroup"
  b"\x01‘U°«q\x7Fõª~bÍ’\eœO"
  b"\x01\x15Ý6ërƒ­áŽ+Aj\x06³"
  b"\x01š$‘Oõr+¯\x02†ôŸˆŽj"
  b"™%R§:B:ˆ¤…,ŽÔA@"
  b"¯Xe\x06G\x0EFøœ\x7F?Žê\x7F´\x11"
  b"¹Ó±_Ñ!I\x16¿X\x12#ÅOßø"
  b"ºÐS—…¾MÙ£,—oQRˆ\x1E"
  b"Ë).\x1A¯…H‘ Ôâü£-Ð/"
  b"åR\x03­èGœ¶‹ñC?ÚLl"
  b"çéį€`@'›Péh3Õ®Û"
  b"ôæ|\x12kNKO‹OK‚•a;["
  null
  "everyProduct"
  "materialGroup"
]
94 3.08 ms
SELECT `product_stream_mapping`.`product_id`, `product_stream_mapping`.`product_stream_id` FROM `product_stream_mapping` WHERE (`product_stream_mapping`.`product_id` IN (?))
Parameters:
[
  b"U1‚Ê»;ø\x1D±×XÇw\x01‚ô"
]
95 3.57 ms
SELECT `acris_discount_group`.`id` FROM `acris_discount_group` LEFT JOIN `acris_discount_dynamic_groups` `acris_discount_group.productStreams.mapping` ON `acris_discount_group`.`id` = `acris_discount_group.productStreams.mapping`.`discount_group_id`  LEFT JOIN `acris_discount_group_rule` `acris_discount_group.rules.mapping` ON `acris_discount_group`.`id` = `acris_discount_group.rules.mapping`.`discount_group_id`  LEFT JOIN `product_stream` `acris_discount_group.productStreams` ON `acris_discount_group.productStreams.mapping`.`product_stream_id` = `acris_discount_group.productStreams`.`id`  LEFT JOIN `rule` `acris_discount_group.rules` ON `acris_discount_group.rules.mapping`.`rule_id` = `acris_discount_group.rules`.`id`  WHERE (`acris_discount_group`.`version_id` = ?) AND (((`acris_discount_group`.`active` = ? AND ((`acris_discount_group`.`active_from` <=> ? AND `acris_discount_group`.`active_until` <=> ?) OR (`acris_discount_group`.`active_from` <=> ? AND (`acris_discount_group`.`active_until` > ?)) OR ((`acris_discount_group`.`active_from` <= ?) AND `acris_discount_group`.`active_until` <=> ?) OR ((`acris_discount_group`.`active_from` <= ?) AND (`acris_discount_group`.`active_until` > ?))) AND (`acris_discount_group`.`customer_assignment_type` = ? OR (`acris_discount_group`.`customer_assignment_type` = ? AND `acris_discount_group.rules`.`id` IN (?, ?, ?, ?, ?, ?, ?))) AND ((`acris_discount_group`.`product_assignment_type` = ? AND `acris_discount_group`.`product_id` = ?) OR (`acris_discount_group`.`product_assignment_type` = ? AND `acris_discount_group.productStreams`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) AND NOT (`acris_discount_group.productStreams`.`id` <=> ?)) OR `acris_discount_group`.`product_assignment_type` = ? OR `acris_discount_group`.`product_assignment_type` = ?)))) GROUP BY `acris_discount_group`.`id` ORDER BY MAX(`acris_discount_group`.`priority`) DESC
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  true
  null
  null
  null
  "2026-02-27 11:47:57"
  "2026-02-27 11:47:57"
  null
  "2026-02-27 11:47:57"
  "2026-02-27 11:47:57"
  "everyCustomer"
  "rules"
  b"\x01š$‘O0r0¹;¶ï¹#Øâ"
  b"\x07ô8ÐjŠIQ£\x02:^x\x10ø„"
  b"'ráóÌRCe“íL{"”&þ"
  b"À\x19Ý/G9Mh‡F\x02x\x1A\x1E°j"
  b"ô29ã.\x16H1¥~IÊáÛw"
  b"d0pÆu\Có­Xë¥\x0FM\v\x17"
  b"§UÆH6ÒGC²•„RPÄXb"
  "product"
  b"U1‚Ê»;ø\x1D±×XÇw\x01‚ô"
  "dynamicProductGroup"
  b"\x01‘U°«q\x7Fõª~bÍ’\eœO"
  b"\x01\x15Ý6ërƒ­áŽ+Aj\x06³"
  b"\x01š$‘Oõr+¯\x02†ôŸˆŽj"
  b"™%R§:B:ˆ¤…,ŽÔA@"
  b"¯Xe\x06G\x0EFøœ\x7F?Žê\x7F´\x11"
  b"¹Ó±_Ñ!I\x16¿X\x12#ÅOßø"
  b"ºÐS—…¾MÙ£,—oQRˆ\x1E"
  b"Ë).\x1A¯…H‘ Ôâü£-Ð/"
  b"åR\x03­èGœ¶‹ñC?ÚLl"
  b"çéį€`@'›Péh3Õ®Û"
  b"ôæ|\x12kNKO‹OK‚•a;["
  null
  "everyProduct"
  "materialGroup"
]
96 3.08 ms
SELECT `product_stream_mapping`.`product_id`, `product_stream_mapping`.`product_stream_id` FROM `product_stream_mapping` WHERE (`product_stream_mapping`.`product_id` IN (?))
Parameters:
[
  b"_…N޼>ÿ\x0Eù\x1E!hÝ:¦\x1D"
]
97 3.26 ms
SELECT `acris_discount_group`.`id` FROM `acris_discount_group` LEFT JOIN `acris_discount_dynamic_groups` `acris_discount_group.productStreams.mapping` ON `acris_discount_group`.`id` = `acris_discount_group.productStreams.mapping`.`discount_group_id`  LEFT JOIN `acris_discount_group_rule` `acris_discount_group.rules.mapping` ON `acris_discount_group`.`id` = `acris_discount_group.rules.mapping`.`discount_group_id`  LEFT JOIN `product_stream` `acris_discount_group.productStreams` ON `acris_discount_group.productStreams.mapping`.`product_stream_id` = `acris_discount_group.productStreams`.`id`  LEFT JOIN `rule` `acris_discount_group.rules` ON `acris_discount_group.rules.mapping`.`rule_id` = `acris_discount_group.rules`.`id`  WHERE (`acris_discount_group`.`version_id` = ?) AND (((`acris_discount_group`.`active` = ? AND ((`acris_discount_group`.`active_from` <=> ? AND `acris_discount_group`.`active_until` <=> ?) OR (`acris_discount_group`.`active_from` <=> ? AND (`acris_discount_group`.`active_until` > ?)) OR ((`acris_discount_group`.`active_from` <= ?) AND `acris_discount_group`.`active_until` <=> ?) OR ((`acris_discount_group`.`active_from` <= ?) AND (`acris_discount_group`.`active_until` > ?))) AND (`acris_discount_group`.`customer_assignment_type` = ? OR (`acris_discount_group`.`customer_assignment_type` = ? AND `acris_discount_group.rules`.`id` IN (?, ?, ?, ?, ?, ?, ?))) AND ((`acris_discount_group`.`product_assignment_type` = ? AND `acris_discount_group`.`product_id` = ?) OR (`acris_discount_group`.`product_assignment_type` = ? AND `acris_discount_group.productStreams`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) AND NOT (`acris_discount_group.productStreams`.`id` <=> ?)) OR `acris_discount_group`.`product_assignment_type` = ? OR `acris_discount_group`.`product_assignment_type` = ?)))) GROUP BY `acris_discount_group`.`id` ORDER BY MAX(`acris_discount_group`.`priority`) DESC
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  true
  null
  null
  null
  "2026-02-27 11:47:57"
  "2026-02-27 11:47:57"
  null
  "2026-02-27 11:47:57"
  "2026-02-27 11:47:57"
  "everyCustomer"
  "rules"
  b"\x01š$‘O0r0¹;¶ï¹#Øâ"
  b"\x07ô8ÐjŠIQ£\x02:^x\x10ø„"
  b"'ráóÌRCe“íL{"”&þ"
  b"À\x19Ý/G9Mh‡F\x02x\x1A\x1E°j"
  b"ô29ã.\x16H1¥~IÊáÛw"
  b"d0pÆu\Có­Xë¥\x0FM\v\x17"
  b"§UÆH6ÒGC²•„RPÄXb"
  "product"
  b"_…N޼>ÿ\x0Eù\x1E!hÝ:¦\x1D"
  "dynamicProductGroup"
  b"\x01‘U°«q\x7Fõª~bÍ’\eœO"
  b"\x01\x15Ý6ërƒ­áŽ+Aj\x06³"
  b"\x01š$‘Oõr+¯\x02†ôŸˆŽj"
  b"™%R§:B:ˆ¤…,ŽÔA@"
  b"¯Xe\x06G\x0EFøœ\x7F?Žê\x7F´\x11"
  b"¹Ó±_Ñ!I\x16¿X\x12#ÅOßø"
  b"ºÐS—…¾MÙ£,—oQRˆ\x1E"
  b"Ë).\x1A¯…H‘ Ôâü£-Ð/"
  b"åR\x03­èGœ¶‹ñC?ÚLl"
  b"çéį€`@'›Péh3Õ®Û"
  b"ôæ|\x12kNKO‹OK‚•a;["
  null
  "everyProduct"
  "materialGroup"
]
98 3.12 ms
SELECT `product_stream_mapping`.`product_id`, `product_stream_mapping`.`product_stream_id` FROM `product_stream_mapping` WHERE (`product_stream_mapping`.`product_id` IN (?))
Parameters:
[
  b"Ö`‘\x01"\x08n.÷|ñšÇlqÙ"
]
99 3.33 ms
SELECT `acris_discount_group`.`id` FROM `acris_discount_group` LEFT JOIN `acris_discount_dynamic_groups` `acris_discount_group.productStreams.mapping` ON `acris_discount_group`.`id` = `acris_discount_group.productStreams.mapping`.`discount_group_id`  LEFT JOIN `acris_discount_group_rule` `acris_discount_group.rules.mapping` ON `acris_discount_group`.`id` = `acris_discount_group.rules.mapping`.`discount_group_id`  LEFT JOIN `product_stream` `acris_discount_group.productStreams` ON `acris_discount_group.productStreams.mapping`.`product_stream_id` = `acris_discount_group.productStreams`.`id`  LEFT JOIN `rule` `acris_discount_group.rules` ON `acris_discount_group.rules.mapping`.`rule_id` = `acris_discount_group.rules`.`id`  WHERE (`acris_discount_group`.`version_id` = ?) AND (((`acris_discount_group`.`active` = ? AND ((`acris_discount_group`.`active_from` <=> ? AND `acris_discount_group`.`active_until` <=> ?) OR (`acris_discount_group`.`active_from` <=> ? AND (`acris_discount_group`.`active_until` > ?)) OR ((`acris_discount_group`.`active_from` <= ?) AND `acris_discount_group`.`active_until` <=> ?) OR ((`acris_discount_group`.`active_from` <= ?) AND (`acris_discount_group`.`active_until` > ?))) AND (`acris_discount_group`.`customer_assignment_type` = ? OR (`acris_discount_group`.`customer_assignment_type` = ? AND `acris_discount_group.rules`.`id` IN (?, ?, ?, ?, ?, ?, ?))) AND ((`acris_discount_group`.`product_assignment_type` = ? AND `acris_discount_group`.`product_id` = ?) OR (`acris_discount_group`.`product_assignment_type` = ? AND `acris_discount_group.productStreams`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) AND NOT (`acris_discount_group.productStreams`.`id` <=> ?)) OR `acris_discount_group`.`product_assignment_type` = ? OR `acris_discount_group`.`product_assignment_type` = ?)))) GROUP BY `acris_discount_group`.`id` ORDER BY MAX(`acris_discount_group`.`priority`) DESC
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  true
  null
  null
  null
  "2026-02-27 11:47:57"
  "2026-02-27 11:47:57"
  null
  "2026-02-27 11:47:57"
  "2026-02-27 11:47:57"
  "everyCustomer"
  "rules"
  b"\x01š$‘O0r0¹;¶ï¹#Øâ"
  b"\x07ô8ÐjŠIQ£\x02:^x\x10ø„"
  b"'ráóÌRCe“íL{"”&þ"
  b"À\x19Ý/G9Mh‡F\x02x\x1A\x1E°j"
  b"ô29ã.\x16H1¥~IÊáÛw"
  b"d0pÆu\Có­Xë¥\x0FM\v\x17"
  b"§UÆH6ÒGC²•„RPÄXb"
  "product"
  b"Ö`‘\x01"\x08n.÷|ñšÇlqÙ"
  "dynamicProductGroup"
  b"\x01‘U°«q\x7Fõª~bÍ’\eœO"
  b"\x01\x15Ý6ërƒ­áŽ+Aj\x06³"
  b"\x01š$‘Oõr+¯\x02†ôŸˆŽj"
  b"™%R§:B:ˆ¤…,ŽÔA@"
  b"¯Xe\x06G\x0EFøœ\x7F?Žê\x7F´\x11"
  b"¹Ó±_Ñ!I\x16¿X\x12#ÅOßø"
  b"ºÐS—…¾MÙ£,—oQRˆ\x1E"
  b"Ë).\x1A¯…H‘ Ôâü£-Ð/"
  b"åR\x03­èGœ¶‹ñC?ÚLl"
  b"çéį€`@'›Péh3Õ®Û"
  b"ôæ|\x12kNKO‹OK‚•a;["
  null
  "everyProduct"
  "materialGroup"
]
100 3.10 ms
SELECT `product_stream_mapping`.`product_id`, `product_stream_mapping`.`product_stream_id` FROM `product_stream_mapping` WHERE (`product_stream_mapping`.`product_id` IN (?))
Parameters:
[
  b"Žb3“˜Œê^\x1EÖ\v[\x17¯n<"
]
101 3.55 ms
SELECT `acris_discount_group`.`id` FROM `acris_discount_group` LEFT JOIN `acris_discount_dynamic_groups` `acris_discount_group.productStreams.mapping` ON `acris_discount_group`.`id` = `acris_discount_group.productStreams.mapping`.`discount_group_id`  LEFT JOIN `acris_discount_group_rule` `acris_discount_group.rules.mapping` ON `acris_discount_group`.`id` = `acris_discount_group.rules.mapping`.`discount_group_id`  LEFT JOIN `product_stream` `acris_discount_group.productStreams` ON `acris_discount_group.productStreams.mapping`.`product_stream_id` = `acris_discount_group.productStreams`.`id`  LEFT JOIN `rule` `acris_discount_group.rules` ON `acris_discount_group.rules.mapping`.`rule_id` = `acris_discount_group.rules`.`id`  WHERE (`acris_discount_group`.`version_id` = ?) AND (((`acris_discount_group`.`active` = ? AND ((`acris_discount_group`.`active_from` <=> ? AND `acris_discount_group`.`active_until` <=> ?) OR (`acris_discount_group`.`active_from` <=> ? AND (`acris_discount_group`.`active_until` > ?)) OR ((`acris_discount_group`.`active_from` <= ?) AND `acris_discount_group`.`active_until` <=> ?) OR ((`acris_discount_group`.`active_from` <= ?) AND (`acris_discount_group`.`active_until` > ?))) AND (`acris_discount_group`.`customer_assignment_type` = ? OR (`acris_discount_group`.`customer_assignment_type` = ? AND `acris_discount_group.rules`.`id` IN (?, ?, ?, ?, ?, ?, ?))) AND ((`acris_discount_group`.`product_assignment_type` = ? AND `acris_discount_group`.`product_id` = ?) OR (`acris_discount_group`.`product_assignment_type` = ? AND `acris_discount_group.productStreams`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) AND NOT (`acris_discount_group.productStreams`.`id` <=> ?)) OR `acris_discount_group`.`product_assignment_type` = ? OR `acris_discount_group`.`product_assignment_type` = ?)))) GROUP BY `acris_discount_group`.`id` ORDER BY MAX(`acris_discount_group`.`priority`) DESC
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  true
  null
  null
  null
  "2026-02-27 11:47:57"
  "2026-02-27 11:47:57"
  null
  "2026-02-27 11:47:57"
  "2026-02-27 11:47:57"
  "everyCustomer"
  "rules"
  b"\x01š$‘O0r0¹;¶ï¹#Øâ"
  b"\x07ô8ÐjŠIQ£\x02:^x\x10ø„"
  b"'ráóÌRCe“íL{"”&þ"
  b"À\x19Ý/G9Mh‡F\x02x\x1A\x1E°j"
  b"ô29ã.\x16H1¥~IÊáÛw"
  b"d0pÆu\Có­Xë¥\x0FM\v\x17"
  b"§UÆH6ÒGC²•„RPÄXb"
  "product"
  b"Žb3“˜Œê^\x1EÖ\v[\x17¯n<"
  "dynamicProductGroup"
  b"\x01‘U°«q\x7Fõª~bÍ’\eœO"
  b"\x01\x15Ý6ërƒ­áŽ+Aj\x06³"
  b"\x01š$‘Oõr+¯\x02†ôŸˆŽj"
  b"™%R§:B:ˆ¤…,ŽÔA@"
  b"¯Xe\x06G\x0EFøœ\x7F?Žê\x7F´\x11"
  b"¹Ó±_Ñ!I\x16¿X\x12#ÅOßø"
  b"ºÐS—…¾MÙ£,—oQRˆ\x1E"
  b"Ë).\x1A¯…H‘ Ôâü£-Ð/"
  b"åR\x03­èGœ¶‹ñC?ÚLl"
  b"çéį€`@'›Péh3Õ®Û"
  b"ôæ|\x12kNKO‹OK‚•a;["
  null
  "everyProduct"
  "materialGroup"
]
102 3.23 ms
SELECT `product_stream_mapping`.`product_id`, `product_stream_mapping`.`product_stream_id` FROM `product_stream_mapping` WHERE (`product_stream_mapping`.`product_id` IN (?))
Parameters:
[
  b"\x1D¨ÿ\x01EAìîFu¥›?ª"
]
103 3.55 ms
SELECT `acris_discount_group`.`id` FROM `acris_discount_group` LEFT JOIN `acris_discount_dynamic_groups` `acris_discount_group.productStreams.mapping` ON `acris_discount_group`.`id` = `acris_discount_group.productStreams.mapping`.`discount_group_id`  LEFT JOIN `acris_discount_group_rule` `acris_discount_group.rules.mapping` ON `acris_discount_group`.`id` = `acris_discount_group.rules.mapping`.`discount_group_id`  LEFT JOIN `product_stream` `acris_discount_group.productStreams` ON `acris_discount_group.productStreams.mapping`.`product_stream_id` = `acris_discount_group.productStreams`.`id`  LEFT JOIN `rule` `acris_discount_group.rules` ON `acris_discount_group.rules.mapping`.`rule_id` = `acris_discount_group.rules`.`id`  WHERE (`acris_discount_group`.`version_id` = ?) AND (((`acris_discount_group`.`active` = ? AND ((`acris_discount_group`.`active_from` <=> ? AND `acris_discount_group`.`active_until` <=> ?) OR (`acris_discount_group`.`active_from` <=> ? AND (`acris_discount_group`.`active_until` > ?)) OR ((`acris_discount_group`.`active_from` <= ?) AND `acris_discount_group`.`active_until` <=> ?) OR ((`acris_discount_group`.`active_from` <= ?) AND (`acris_discount_group`.`active_until` > ?))) AND (`acris_discount_group`.`customer_assignment_type` = ? OR (`acris_discount_group`.`customer_assignment_type` = ? AND `acris_discount_group.rules`.`id` IN (?, ?, ?, ?, ?, ?, ?))) AND ((`acris_discount_group`.`product_assignment_type` = ? AND `acris_discount_group`.`product_id` = ?) OR (`acris_discount_group`.`product_assignment_type` = ? AND `acris_discount_group.productStreams`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) AND NOT (`acris_discount_group.productStreams`.`id` <=> ?)) OR `acris_discount_group`.`product_assignment_type` = ? OR `acris_discount_group`.`product_assignment_type` = ?)))) GROUP BY `acris_discount_group`.`id` ORDER BY MAX(`acris_discount_group`.`priority`) DESC
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  true
  null
  null
  null
  "2026-02-27 11:47:57"
  "2026-02-27 11:47:57"
  null
  "2026-02-27 11:47:57"
  "2026-02-27 11:47:57"
  "everyCustomer"
  "rules"
  b"\x01š$‘O0r0¹;¶ï¹#Øâ"
  b"\x07ô8ÐjŠIQ£\x02:^x\x10ø„"
  b"'ráóÌRCe“íL{"”&þ"
  b"À\x19Ý/G9Mh‡F\x02x\x1A\x1E°j"
  b"ô29ã.\x16H1¥~IÊáÛw"
  b"d0pÆu\Có­Xë¥\x0FM\v\x17"
  b"§UÆH6ÒGC²•„RPÄXb"
  "product"
  b"\x1D¨ÿ\x01EAìîFu¥›?ª"
  "dynamicProductGroup"
  b"\x01‘U°«q\x7Fõª~bÍ’\eœO"
  b"\x01\x15Ý6ërƒ­áŽ+Aj\x06³"
  b"\x01š$‘Oõr+¯\x02†ôŸˆŽj"
  b"™%R§:B:ˆ¤…,ŽÔA@"
  b"¯Xe\x06G\x0EFøœ\x7F?Žê\x7F´\x11"
  b"¹Ó±_Ñ!I\x16¿X\x12#ÅOßø"
  b"ºÐS—…¾MÙ£,—oQRˆ\x1E"
  b"Ë).\x1A¯…H‘ Ôâü£-Ð/"
  b"åR\x03­èGœ¶‹ñC?ÚLl"
  b"çéį€`@'›Péh3Õ®Û"
  b"ôæ|\x12kNKO‹OK‚•a;["
  null
  "everyProduct"
  "materialGroup"
]
104 3.23 ms
SELECT `product_stream_mapping`.`product_id`, `product_stream_mapping`.`product_stream_id` FROM `product_stream_mapping` WHERE (`product_stream_mapping`.`product_id` IN (?))
Parameters:
[
  b"© ÜA\x08\x04ýóÞ{¨<`H•-"
]
105 3.38 ms
SELECT `acris_discount_group`.`id` FROM `acris_discount_group` LEFT JOIN `acris_discount_dynamic_groups` `acris_discount_group.productStreams.mapping` ON `acris_discount_group`.`id` = `acris_discount_group.productStreams.mapping`.`discount_group_id`  LEFT JOIN `acris_discount_group_rule` `acris_discount_group.rules.mapping` ON `acris_discount_group`.`id` = `acris_discount_group.rules.mapping`.`discount_group_id`  LEFT JOIN `product_stream` `acris_discount_group.productStreams` ON `acris_discount_group.productStreams.mapping`.`product_stream_id` = `acris_discount_group.productStreams`.`id`  LEFT JOIN `rule` `acris_discount_group.rules` ON `acris_discount_group.rules.mapping`.`rule_id` = `acris_discount_group.rules`.`id`  WHERE (`acris_discount_group`.`version_id` = ?) AND (((`acris_discount_group`.`active` = ? AND ((`acris_discount_group`.`active_from` <=> ? AND `acris_discount_group`.`active_until` <=> ?) OR (`acris_discount_group`.`active_from` <=> ? AND (`acris_discount_group`.`active_until` > ?)) OR ((`acris_discount_group`.`active_from` <= ?) AND `acris_discount_group`.`active_until` <=> ?) OR ((`acris_discount_group`.`active_from` <= ?) AND (`acris_discount_group`.`active_until` > ?))) AND (`acris_discount_group`.`customer_assignment_type` = ? OR (`acris_discount_group`.`customer_assignment_type` = ? AND `acris_discount_group.rules`.`id` IN (?, ?, ?, ?, ?, ?, ?))) AND ((`acris_discount_group`.`product_assignment_type` = ? AND `acris_discount_group`.`product_id` = ?) OR (`acris_discount_group`.`product_assignment_type` = ? AND `acris_discount_group.productStreams`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) AND NOT (`acris_discount_group.productStreams`.`id` <=> ?)) OR `acris_discount_group`.`product_assignment_type` = ? OR `acris_discount_group`.`product_assignment_type` = ?)))) GROUP BY `acris_discount_group`.`id` ORDER BY MAX(`acris_discount_group`.`priority`) DESC
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  true
  null
  null
  null
  "2026-02-27 11:47:57"
  "2026-02-27 11:47:57"
  null
  "2026-02-27 11:47:57"
  "2026-02-27 11:47:57"
  "everyCustomer"
  "rules"
  b"\x01š$‘O0r0¹;¶ï¹#Øâ"
  b"\x07ô8ÐjŠIQ£\x02:^x\x10ø„"
  b"'ráóÌRCe“íL{"”&þ"
  b"À\x19Ý/G9Mh‡F\x02x\x1A\x1E°j"
  b"ô29ã.\x16H1¥~IÊáÛw"
  b"d0pÆu\Có­Xë¥\x0FM\v\x17"
  b"§UÆH6ÒGC²•„RPÄXb"
  "product"
  b"© ÜA\x08\x04ýóÞ{¨<`H•-"
  "dynamicProductGroup"
  b"\x01‘U°«q\x7Fõª~bÍ’\eœO"
  b"\x01\x15Ý6ërƒ­áŽ+Aj\x06³"
  b"\x01š$‘Oõr+¯\x02†ôŸˆŽj"
  b"™%R§:B:ˆ¤…,ŽÔA@"
  b"¯Xe\x06G\x0EFøœ\x7F?Žê\x7F´\x11"
  b"¹Ó±_Ñ!I\x16¿X\x12#ÅOßø"
  b"ºÐS—…¾MÙ£,—oQRˆ\x1E"
  b"Ë).\x1A¯…H‘ Ôâü£-Ð/"
  b"åR\x03­èGœ¶‹ñC?ÚLl"
  b"çéį€`@'›Péh3Õ®Û"
  b"ôæ|\x12kNKO‹OK‚•a;["
  null
  "everyProduct"
  "materialGroup"
]
106 3.15 ms
SELECT `product_stream_mapping`.`product_id`, `product_stream_mapping`.`product_stream_id` FROM `product_stream_mapping` WHERE (`product_stream_mapping`.`product_id` IN (?))
Parameters:
[
  b"EYÙ6G9‘\x1AF¨6\x02ÞÞòe"
]
107 3.34 ms
SELECT `acris_discount_group`.`id` FROM `acris_discount_group` LEFT JOIN `acris_discount_dynamic_groups` `acris_discount_group.productStreams.mapping` ON `acris_discount_group`.`id` = `acris_discount_group.productStreams.mapping`.`discount_group_id`  LEFT JOIN `acris_discount_group_rule` `acris_discount_group.rules.mapping` ON `acris_discount_group`.`id` = `acris_discount_group.rules.mapping`.`discount_group_id`  LEFT JOIN `product_stream` `acris_discount_group.productStreams` ON `acris_discount_group.productStreams.mapping`.`product_stream_id` = `acris_discount_group.productStreams`.`id`  LEFT JOIN `rule` `acris_discount_group.rules` ON `acris_discount_group.rules.mapping`.`rule_id` = `acris_discount_group.rules`.`id`  WHERE (`acris_discount_group`.`version_id` = ?) AND (((`acris_discount_group`.`active` = ? AND ((`acris_discount_group`.`active_from` <=> ? AND `acris_discount_group`.`active_until` <=> ?) OR (`acris_discount_group`.`active_from` <=> ? AND (`acris_discount_group`.`active_until` > ?)) OR ((`acris_discount_group`.`active_from` <= ?) AND `acris_discount_group`.`active_until` <=> ?) OR ((`acris_discount_group`.`active_from` <= ?) AND (`acris_discount_group`.`active_until` > ?))) AND (`acris_discount_group`.`customer_assignment_type` = ? OR (`acris_discount_group`.`customer_assignment_type` = ? AND `acris_discount_group.rules`.`id` IN (?, ?, ?, ?, ?, ?, ?))) AND ((`acris_discount_group`.`product_assignment_type` = ? AND `acris_discount_group`.`product_id` = ?) OR (`acris_discount_group`.`product_assignment_type` = ? AND `acris_discount_group.productStreams`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) AND NOT (`acris_discount_group.productStreams`.`id` <=> ?)) OR `acris_discount_group`.`product_assignment_type` = ? OR `acris_discount_group`.`product_assignment_type` = ?)))) GROUP BY `acris_discount_group`.`id` ORDER BY MAX(`acris_discount_group`.`priority`) DESC
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  true
  null
  null
  null
  "2026-02-27 11:47:57"
  "2026-02-27 11:47:57"
  null
  "2026-02-27 11:47:57"
  "2026-02-27 11:47:57"
  "everyCustomer"
  "rules"
  b"\x01š$‘O0r0¹;¶ï¹#Øâ"
  b"\x07ô8ÐjŠIQ£\x02:^x\x10ø„"
  b"'ráóÌRCe“íL{"”&þ"
  b"À\x19Ý/G9Mh‡F\x02x\x1A\x1E°j"
  b"ô29ã.\x16H1¥~IÊáÛw"
  b"d0pÆu\Có­Xë¥\x0FM\v\x17"
  b"§UÆH6ÒGC²•„RPÄXb"
  "product"
  b"EYÙ6G9‘\x1AF¨6\x02ÞÞòe"
  "dynamicProductGroup"
  b"\x01‘U°«q\x7Fõª~bÍ’\eœO"
  b"\x01\x15Ý6ërƒ­áŽ+Aj\x06³"
  b"\x01š$‘Oõr+¯\x02†ôŸˆŽj"
  b"™%R§:B:ˆ¤…,ŽÔA@"
  b"¯Xe\x06G\x0EFøœ\x7F?Žê\x7F´\x11"
  b"¹Ó±_Ñ!I\x16¿X\x12#ÅOßø"
  b"ºÐS—…¾MÙ£,—oQRˆ\x1E"
  b"Ë).\x1A¯…H‘ Ôâü£-Ð/"
  b"åR\x03­èGœ¶‹ñC?ÚLl"
  b"çéį€`@'›Péh3Õ®Û"
  b"ôæ|\x12kNKO‹OK‚•a;["
  null
  "everyProduct"
  "materialGroup"
]
108 3.57 ms
# app-scripts::refresh::read
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`write_access` as `app.integration.writeAccess`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE (`app`.`active` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
109 3.21 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:
[]
110 3.19 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:
[]
111 3.27 ms
SELECT `acris_price_on_request`.`id` FROM `acris_price_on_request` LEFT JOIN `acris_price_on_request_rule` `acris_price_on_request.rules.mapping` ON `acris_price_on_request`.`id` = `acris_price_on_request.rules.mapping`.`price_on_request_id`  LEFT JOIN `acris_price_on_request_product_stream` `acris_price_on_request.productStreams.mapping` ON `acris_price_on_request`.`id` = `acris_price_on_request.productStreams.mapping`.`price_on_request_id`  LEFT JOIN `rule` `acris_price_on_request.rules` ON `acris_price_on_request.rules.mapping`.`rule_id` = `acris_price_on_request.rules`.`id`  LEFT JOIN `product_stream` `acris_price_on_request.productStreams` ON `acris_price_on_request.productStreams.mapping`.`product_stream_id` = `acris_price_on_request.productStreams`.`id`  WHERE (`acris_price_on_request`.`version_id` = ?) AND (((`acris_price_on_request`.`active` = ? AND (`acris_price_on_request.rules`.`id` IN (?, ?, ?, ?, ?, ?, ?) OR `acris_price_on_request.rules`.`id` <=> ?) AND (`acris_price_on_request.productStreams`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) OR `acris_price_on_request.productStreams`.`id` <=> ?)))) GROUP BY `acris_price_on_request`.`id` ORDER BY LENGTH(`acris_price_on_request`.`priority`) DESC, MAX(`acris_price_on_request`.`priority`) DESC
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  true
  b"\x01š$‘O0r0¹;¶ï¹#Øâ"
  b"\x07ô8ÐjŠIQ£\x02:^x\x10ø„"
  b"'ráóÌRCe“íL{"”&þ"
  b"À\x19Ý/G9Mh‡F\x02x\x1A\x1E°j"
  b"ô29ã.\x16H1¥~IÊáÛw"
  b"d0pÆu\Có­Xë¥\x0FM\v\x17"
  b"§UÆH6ÒGC²•„RPÄXb"
  null
  b"\x01‘U°«q\x7Fõª~bÍ’\eœO"
  b"\x01\x15Ý6ërƒ­áŽ+Aj\x06³"
  b"\x01š$‘Oõr+¯\x02†ôŸˆŽj"
  b"™%R§:B:ˆ¤…,ŽÔA@"
  b"¯Xe\x06G\x0EFøœ\x7F?Žê\x7F´\x11"
  b"¹Ó±_Ñ!I\x16¿X\x12#ÅOßø"
  b"ºÐS—…¾MÙ£,—oQRˆ\x1E"
  b"Ë).\x1A¯…H‘ Ôâü£-Ð/"
  b"åR\x03­èGœ¶‹ñC?ÚLl"
  b"çéį€`@'›Péh3Õ®Û"
  b"ôæ|\x12kNKO‹OK‚•a;["
  null
]
112 3.65 ms
SELECT `product_attribute_value`.`id` FROM `product_attribute_value` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` LEFT JOIN (SELECT `product_attribute_value.attribute.translation`.product_attribute_id, `product_attribute_value.attribute.translation`.unit as `product_attribute_value.attribute.translation.unit`, `product_attribute_value.attribute.translation`.label as `product_attribute_value.attribute.translation.label`, `product_attribute_value.attribute.translation`.created_at as `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation`.updated_at as `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation`.product_attribute_id as `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation`.language_id as `product_attribute_value.attribute.translation.languageId` FROM `product_attribute_translation` `product_attribute_value.attribute.translation` WHERE `product_attribute_value.attribute.translation`.language_id = ?) `product_attribute_value.attribute.product_attribute_translation` ON `product_attribute_value.attribute.product_attribute_translation`.`product_attribute_id` = `product_attribute_value.attribute`.`id` WHERE ((`product_attribute_value`.`product_id` = ? AND `product_attribute_value.attribute`.`show_in_datasheet` = ?)) ORDER BY `product_attribute_value.attribute`.`sorting` DESC, COALESCE(`product_attribute_value.attribute.translation.label`) ASC
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"yÚ8Q\x0F¬\x05}Feˆ\x00Äíg"
  true
]
113 3.61 ms
SELECT `product_attribute_value`.`id` as `product_attribute_value.id`, `product_attribute_value`.`product_version_id` as `product_attribute_value.productVersionId`, `product_attribute_value`.`product_id` as `product_attribute_value.productId`, `product_attribute_value`.`value` as `product_attribute_value.value`, `product_attribute_value`.`value_base` as `product_attribute_value.valueBase`, `product_attribute_value`.`value_int` as `product_attribute_value.valueInt`, `product_attribute_value`.`value_base_int` as `product_attribute_value.valueBaseInt`, `product_attribute_value`.`value_float` as `product_attribute_value.valueFloat`, `product_attribute_value`.`value_base_float` as `product_attribute_value.valueBaseFloat`, `product_attribute_value`.`attribute_id` as `product_attribute_value.attributeId`, `product_attribute_value.attribute`.`id` as `product_attribute_value.attribute.id`, `product_attribute_value.attribute`.`show_in_datasheet` as `product_attribute_value.attribute.showInDatasheet`, `product_attribute_value.attribute`.`sorting` as `product_attribute_value.attribute.sorting`, `product_attribute_value.attribute`.`field_type` as `product_attribute_value.attribute.fieldType`, `product_attribute_value.attribute`.`field_name` as `product_attribute_value.attribute.fieldName`, `product_attribute_value.attribute`.`label_sort` as `product_attribute_value.attribute.labelSort`, `product_attribute_value.attribute`.`created_at` as `product_attribute_value.attribute.createdAt`, `product_attribute_value.attribute`.`updated_at` as `product_attribute_value.attribute.updatedAt`, `product_attribute_value.attribute.translation.unit`, COALESCE(`product_attribute_value.attribute.translation.unit`,`product_attribute_value.attribute.translation.unit`) as `product_attribute_value.attribute.unit`, `product_attribute_value.attribute.translation.label`, COALESCE(`product_attribute_value.attribute.translation.label`,`product_attribute_value.attribute.translation.label`) as `product_attribute_value.attribute.label`, `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation.languageId`, `product_attribute_value`.`created_at` as `product_attribute_value.createdAt`, `product_attribute_value`.`updated_at` as `product_attribute_value.updatedAt`, `product_attribute_value.translation.unitOverride`, COALESCE(`product_attribute_value.translation.unitOverride`,`product_attribute_value.translation.unitOverride`) as `product_attribute_value.unitOverride`, `product_attribute_value.translation.createdAt`, `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation.languageId` FROM `product_attribute_value` LEFT JOIN (SELECT `product_attribute_value.translation`.product_attribute_value_id, `product_attribute_value.translation`.unit_override as `product_attribute_value.translation.unitOverride`, `product_attribute_value.translation`.created_at as `product_attribute_value.translation.createdAt`, `product_attribute_value.translation`.updated_at as `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation`.product_attribute_value_id as `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation`.language_id as `product_attribute_value.translation.languageId` FROM `product_attribute_value_translation` `product_attribute_value.translation` WHERE `product_attribute_value.translation`.language_id = ?) `product_attribute_value.product_attribute_value_translation` ON `product_attribute_value.product_attribute_value_translation`.`product_attribute_value_id` = `product_attribute_value`.`id` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` LEFT JOIN (SELECT `product_attribute_value.attribute.translation`.product_attribute_id, `product_attribute_value.attribute.translation`.unit as `product_attribute_value.attribute.translation.unit`, `product_attribute_value.attribute.translation`.label as `product_attribute_value.attribute.translation.label`, `product_attribute_value.attribute.translation`.created_at as `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation`.updated_at as `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation`.product_attribute_id as `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation`.language_id as `product_attribute_value.attribute.translation.languageId` FROM `product_attribute_translation` `product_attribute_value.attribute.translation` WHERE `product_attribute_value.attribute.translation`.language_id = ?) `product_attribute_value.attribute.product_attribute_translation` ON `product_attribute_value.attribute.product_attribute_translation`.`product_attribute_id` = `product_attribute_value.attribute`.`id` WHERE `product_attribute_value`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"®\x03J.k\x11\x17G\x11ˬÚôÏe"
  b".\x7F‰­ÏN†›múE\x7FP]‘î"
  b"KÙµÆ#(m¸G„=\x15\v(ßO"
  b"‡Œ\x17Zë´—½WìÙ¿ò'Äk"
  b"»4\x08\x18š/nD…pc0èE"
  b"‹öÕ8¨SØ<iùàSd\ß"
  b"(\x14&ƒÜ<\x01i7È­(D\x03Éò"
  b"ö•IZO\x15Q\fmOýjWˆ\x03"
  b"Øå'ä%¸\x123–ytVEï"
  b"\x08Æ­á\x02\x03¬/º\x18B×:"
  b"Y­oÆU2\x01]g\x1E,µ+Ú/£"
  b"…[Ù£\ekâ’GøÛ>*\x1F"
  b"\vx\x10\x13TO…àº÷ÚÔá¨ÀÔ"
]
114 3.78 ms
SELECT `product_attribute_value`.`id` FROM `product_attribute_value` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` WHERE ((`product_attribute_value`.`product_id` = ? AND (`product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ?))) ORDER BY `product_attribute_value.attribute`.`sorting` DESC
Parameters:
[
  b"yÚ8Q\x0F¬\x05}Feˆ\x00Äíg"
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
115 3.80 ms
SELECT `product_attribute_value`.`id` as `product_attribute_value.id`, `product_attribute_value`.`product_version_id` as `product_attribute_value.productVersionId`, `product_attribute_value`.`product_id` as `product_attribute_value.productId`, `product_attribute_value`.`value` as `product_attribute_value.value`, `product_attribute_value`.`value_base` as `product_attribute_value.valueBase`, `product_attribute_value`.`value_int` as `product_attribute_value.valueInt`, `product_attribute_value`.`value_base_int` as `product_attribute_value.valueBaseInt`, `product_attribute_value`.`value_float` as `product_attribute_value.valueFloat`, `product_attribute_value`.`value_base_float` as `product_attribute_value.valueBaseFloat`, `product_attribute_value`.`attribute_id` as `product_attribute_value.attributeId`, `product_attribute_value.attribute`.`id` as `product_attribute_value.attribute.id`, `product_attribute_value.attribute`.`show_in_datasheet` as `product_attribute_value.attribute.showInDatasheet`, `product_attribute_value.attribute`.`sorting` as `product_attribute_value.attribute.sorting`, `product_attribute_value.attribute`.`field_type` as `product_attribute_value.attribute.fieldType`, `product_attribute_value.attribute`.`field_name` as `product_attribute_value.attribute.fieldName`, `product_attribute_value.attribute`.`label_sort` as `product_attribute_value.attribute.labelSort`, `product_attribute_value.attribute`.`created_at` as `product_attribute_value.attribute.createdAt`, `product_attribute_value.attribute`.`updated_at` as `product_attribute_value.attribute.updatedAt`, `product_attribute_value.attribute.translation.unit`, COALESCE(`product_attribute_value.attribute.translation.unit`,`product_attribute_value.attribute.translation.unit`) as `product_attribute_value.attribute.unit`, `product_attribute_value.attribute.translation.label`, COALESCE(`product_attribute_value.attribute.translation.label`,`product_attribute_value.attribute.translation.label`) as `product_attribute_value.attribute.label`, `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation.languageId`, `product_attribute_value`.`created_at` as `product_attribute_value.createdAt`, `product_attribute_value`.`updated_at` as `product_attribute_value.updatedAt`, `product_attribute_value.translation.unitOverride`, COALESCE(`product_attribute_value.translation.unitOverride`,`product_attribute_value.translation.unitOverride`) as `product_attribute_value.unitOverride`, `product_attribute_value.translation.createdAt`, `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation.languageId` FROM `product_attribute_value` LEFT JOIN (SELECT `product_attribute_value.translation`.product_attribute_value_id, `product_attribute_value.translation`.unit_override as `product_attribute_value.translation.unitOverride`, `product_attribute_value.translation`.created_at as `product_attribute_value.translation.createdAt`, `product_attribute_value.translation`.updated_at as `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation`.product_attribute_value_id as `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation`.language_id as `product_attribute_value.translation.languageId` FROM `product_attribute_value_translation` `product_attribute_value.translation` WHERE `product_attribute_value.translation`.language_id = ?) `product_attribute_value.product_attribute_value_translation` ON `product_attribute_value.product_attribute_value_translation`.`product_attribute_value_id` = `product_attribute_value`.`id` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` LEFT JOIN (SELECT `product_attribute_value.attribute.translation`.product_attribute_id, `product_attribute_value.attribute.translation`.unit as `product_attribute_value.attribute.translation.unit`, `product_attribute_value.attribute.translation`.label as `product_attribute_value.attribute.translation.label`, `product_attribute_value.attribute.translation`.created_at as `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation`.updated_at as `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation`.product_attribute_id as `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation`.language_id as `product_attribute_value.attribute.translation.languageId` FROM `product_attribute_translation` `product_attribute_value.attribute.translation` WHERE `product_attribute_value.attribute.translation`.language_id = ?) `product_attribute_value.attribute.product_attribute_translation` ON `product_attribute_value.attribute.product_attribute_translation`.`product_attribute_id` = `product_attribute_value.attribute`.`id` WHERE `product_attribute_value`.`id` IN (?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\zUü¶®\x07\x1Dz×Hq\x04Ú\x1D°"
  b"ˆ¢\x1CK㘦§Þxž1yÏãŽ"
  b"\vÚ\x07AÜña$o?¤®\ebz"
  b"©^*ÜO£\x12f[jÅ#+‹\x0F\x04"
  b"²+:\x7FW!kNë4\x15Ùï°K\x1C"
  b"þ\x10]0\x10»zàË9gE.6Ç™"
]
116 3.32 ms
SELECT `product_attribute_value`.`id` FROM `product_attribute_value` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` WHERE ((`product_attribute_value`.`product_id` = ? AND `product_attribute_value.attribute`.`field_name` = ?)) ORDER BY `product_attribute_value.attribute`.`sorting` DESC
Parameters:
[
  b"yÚ8Q\x0F¬\x05}Feˆ\x00Äíg"
  "nameShort"
]
117 3.57 ms
SELECT `product_attribute_value`.`id` as `product_attribute_value.id`, `product_attribute_value`.`product_version_id` as `product_attribute_value.productVersionId`, `product_attribute_value`.`product_id` as `product_attribute_value.productId`, `product_attribute_value`.`value` as `product_attribute_value.value`, `product_attribute_value`.`value_base` as `product_attribute_value.valueBase`, `product_attribute_value`.`value_int` as `product_attribute_value.valueInt`, `product_attribute_value`.`value_base_int` as `product_attribute_value.valueBaseInt`, `product_attribute_value`.`value_float` as `product_attribute_value.valueFloat`, `product_attribute_value`.`value_base_float` as `product_attribute_value.valueBaseFloat`, `product_attribute_value`.`attribute_id` as `product_attribute_value.attributeId`, `product_attribute_value.attribute`.`id` as `product_attribute_value.attribute.id`, `product_attribute_value.attribute`.`show_in_datasheet` as `product_attribute_value.attribute.showInDatasheet`, `product_attribute_value.attribute`.`sorting` as `product_attribute_value.attribute.sorting`, `product_attribute_value.attribute`.`field_type` as `product_attribute_value.attribute.fieldType`, `product_attribute_value.attribute`.`field_name` as `product_attribute_value.attribute.fieldName`, `product_attribute_value.attribute`.`label_sort` as `product_attribute_value.attribute.labelSort`, `product_attribute_value.attribute`.`created_at` as `product_attribute_value.attribute.createdAt`, `product_attribute_value.attribute`.`updated_at` as `product_attribute_value.attribute.updatedAt`, `product_attribute_value.attribute.translation.unit`, COALESCE(`product_attribute_value.attribute.translation.unit`,`product_attribute_value.attribute.translation.unit`) as `product_attribute_value.attribute.unit`, `product_attribute_value.attribute.translation.label`, COALESCE(`product_attribute_value.attribute.translation.label`,`product_attribute_value.attribute.translation.label`) as `product_attribute_value.attribute.label`, `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation.languageId`, `product_attribute_value`.`created_at` as `product_attribute_value.createdAt`, `product_attribute_value`.`updated_at` as `product_attribute_value.updatedAt`, `product_attribute_value.translation.unitOverride`, COALESCE(`product_attribute_value.translation.unitOverride`,`product_attribute_value.translation.unitOverride`) as `product_attribute_value.unitOverride`, `product_attribute_value.translation.createdAt`, `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation.languageId` FROM `product_attribute_value` LEFT JOIN (SELECT `product_attribute_value.translation`.product_attribute_value_id, `product_attribute_value.translation`.unit_override as `product_attribute_value.translation.unitOverride`, `product_attribute_value.translation`.created_at as `product_attribute_value.translation.createdAt`, `product_attribute_value.translation`.updated_at as `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation`.product_attribute_value_id as `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation`.language_id as `product_attribute_value.translation.languageId` FROM `product_attribute_value_translation` `product_attribute_value.translation` WHERE `product_attribute_value.translation`.language_id = ?) `product_attribute_value.product_attribute_value_translation` ON `product_attribute_value.product_attribute_value_translation`.`product_attribute_value_id` = `product_attribute_value`.`id` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` LEFT JOIN (SELECT `product_attribute_value.attribute.translation`.product_attribute_id, `product_attribute_value.attribute.translation`.unit as `product_attribute_value.attribute.translation.unit`, `product_attribute_value.attribute.translation`.label as `product_attribute_value.attribute.translation.label`, `product_attribute_value.attribute.translation`.created_at as `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation`.updated_at as `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation`.product_attribute_id as `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation`.language_id as `product_attribute_value.attribute.translation.languageId` FROM `product_attribute_translation` `product_attribute_value.attribute.translation` WHERE `product_attribute_value.attribute.translation`.language_id = ?) `product_attribute_value.attribute.product_attribute_translation` ON `product_attribute_value.attribute.product_attribute_translation`.`product_attribute_id` = `product_attribute_value.attribute`.`id` WHERE `product_attribute_value`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"ˆ»‡³Aïùf®|Ë\x03B•®&"
]
118 3.48 ms
SELECT `product_attribute_value`.`id` FROM `product_attribute_value` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` WHERE ((`product_attribute_value`.`product_id` = ? AND `product_attribute_value.attribute`.`field_name` = ?)) ORDER BY `product_attribute_value.attribute`.`sorting` DESC
Parameters:
[
  b"yÚ8Q\x0F¬\x05}Feˆ\x00Äíg"
  "lieferzeit"
]
119 3.53 ms
SELECT `product_attribute_value`.`id` as `product_attribute_value.id`, `product_attribute_value`.`product_version_id` as `product_attribute_value.productVersionId`, `product_attribute_value`.`product_id` as `product_attribute_value.productId`, `product_attribute_value`.`value` as `product_attribute_value.value`, `product_attribute_value`.`value_base` as `product_attribute_value.valueBase`, `product_attribute_value`.`value_int` as `product_attribute_value.valueInt`, `product_attribute_value`.`value_base_int` as `product_attribute_value.valueBaseInt`, `product_attribute_value`.`value_float` as `product_attribute_value.valueFloat`, `product_attribute_value`.`value_base_float` as `product_attribute_value.valueBaseFloat`, `product_attribute_value`.`attribute_id` as `product_attribute_value.attributeId`, `product_attribute_value.attribute`.`id` as `product_attribute_value.attribute.id`, `product_attribute_value.attribute`.`show_in_datasheet` as `product_attribute_value.attribute.showInDatasheet`, `product_attribute_value.attribute`.`sorting` as `product_attribute_value.attribute.sorting`, `product_attribute_value.attribute`.`field_type` as `product_attribute_value.attribute.fieldType`, `product_attribute_value.attribute`.`field_name` as `product_attribute_value.attribute.fieldName`, `product_attribute_value.attribute`.`label_sort` as `product_attribute_value.attribute.labelSort`, `product_attribute_value.attribute`.`created_at` as `product_attribute_value.attribute.createdAt`, `product_attribute_value.attribute`.`updated_at` as `product_attribute_value.attribute.updatedAt`, `product_attribute_value.attribute.translation.unit`, COALESCE(`product_attribute_value.attribute.translation.unit`,`product_attribute_value.attribute.translation.unit`) as `product_attribute_value.attribute.unit`, `product_attribute_value.attribute.translation.label`, COALESCE(`product_attribute_value.attribute.translation.label`,`product_attribute_value.attribute.translation.label`) as `product_attribute_value.attribute.label`, `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation.languageId`, `product_attribute_value`.`created_at` as `product_attribute_value.createdAt`, `product_attribute_value`.`updated_at` as `product_attribute_value.updatedAt`, `product_attribute_value.translation.unitOverride`, COALESCE(`product_attribute_value.translation.unitOverride`,`product_attribute_value.translation.unitOverride`) as `product_attribute_value.unitOverride`, `product_attribute_value.translation.createdAt`, `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation.languageId` FROM `product_attribute_value` LEFT JOIN (SELECT `product_attribute_value.translation`.product_attribute_value_id, `product_attribute_value.translation`.unit_override as `product_attribute_value.translation.unitOverride`, `product_attribute_value.translation`.created_at as `product_attribute_value.translation.createdAt`, `product_attribute_value.translation`.updated_at as `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation`.product_attribute_value_id as `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation`.language_id as `product_attribute_value.translation.languageId` FROM `product_attribute_value_translation` `product_attribute_value.translation` WHERE `product_attribute_value.translation`.language_id = ?) `product_attribute_value.product_attribute_value_translation` ON `product_attribute_value.product_attribute_value_translation`.`product_attribute_value_id` = `product_attribute_value`.`id` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` LEFT JOIN (SELECT `product_attribute_value.attribute.translation`.product_attribute_id, `product_attribute_value.attribute.translation`.unit as `product_attribute_value.attribute.translation.unit`, `product_attribute_value.attribute.translation`.label as `product_attribute_value.attribute.translation.label`, `product_attribute_value.attribute.translation`.created_at as `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation`.updated_at as `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation`.product_attribute_id as `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation`.language_id as `product_attribute_value.attribute.translation.languageId` FROM `product_attribute_translation` `product_attribute_value.attribute.translation` WHERE `product_attribute_value.attribute.translation`.language_id = ?) `product_attribute_value.attribute.product_attribute_translation` ON `product_attribute_value.attribute.product_attribute_translation`.`product_attribute_id` = `product_attribute_value.attribute`.`id` WHERE `product_attribute_value`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"ö•IZO\x15Q\fmOýjWˆ\x03"
]
120 3.38 ms
SELECT `product_attribute_value`.`id` FROM `product_attribute_value` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` WHERE ((`product_attribute_value`.`product_id` = ? AND `product_attribute_value.attribute`.`field_name` = ?)) ORDER BY `product_attribute_value.attribute`.`sorting` DESC
Parameters:
[
  b"yÚ8Q\x0F¬\x05}Feˆ\x00Äíg"
  "eisKatalogUrl"
]
121 3.59 ms
SELECT `product_attribute_value`.`id` as `product_attribute_value.id`, `product_attribute_value`.`product_version_id` as `product_attribute_value.productVersionId`, `product_attribute_value`.`product_id` as `product_attribute_value.productId`, `product_attribute_value`.`value` as `product_attribute_value.value`, `product_attribute_value`.`value_base` as `product_attribute_value.valueBase`, `product_attribute_value`.`value_int` as `product_attribute_value.valueInt`, `product_attribute_value`.`value_base_int` as `product_attribute_value.valueBaseInt`, `product_attribute_value`.`value_float` as `product_attribute_value.valueFloat`, `product_attribute_value`.`value_base_float` as `product_attribute_value.valueBaseFloat`, `product_attribute_value`.`attribute_id` as `product_attribute_value.attributeId`, `product_attribute_value.attribute`.`id` as `product_attribute_value.attribute.id`, `product_attribute_value.attribute`.`show_in_datasheet` as `product_attribute_value.attribute.showInDatasheet`, `product_attribute_value.attribute`.`sorting` as `product_attribute_value.attribute.sorting`, `product_attribute_value.attribute`.`field_type` as `product_attribute_value.attribute.fieldType`, `product_attribute_value.attribute`.`field_name` as `product_attribute_value.attribute.fieldName`, `product_attribute_value.attribute`.`label_sort` as `product_attribute_value.attribute.labelSort`, `product_attribute_value.attribute`.`created_at` as `product_attribute_value.attribute.createdAt`, `product_attribute_value.attribute`.`updated_at` as `product_attribute_value.attribute.updatedAt`, `product_attribute_value.attribute.translation.unit`, COALESCE(`product_attribute_value.attribute.translation.unit`,`product_attribute_value.attribute.translation.unit`) as `product_attribute_value.attribute.unit`, `product_attribute_value.attribute.translation.label`, COALESCE(`product_attribute_value.attribute.translation.label`,`product_attribute_value.attribute.translation.label`) as `product_attribute_value.attribute.label`, `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation.languageId`, `product_attribute_value`.`created_at` as `product_attribute_value.createdAt`, `product_attribute_value`.`updated_at` as `product_attribute_value.updatedAt`, `product_attribute_value.translation.unitOverride`, COALESCE(`product_attribute_value.translation.unitOverride`,`product_attribute_value.translation.unitOverride`) as `product_attribute_value.unitOverride`, `product_attribute_value.translation.createdAt`, `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation.languageId` FROM `product_attribute_value` LEFT JOIN (SELECT `product_attribute_value.translation`.product_attribute_value_id, `product_attribute_value.translation`.unit_override as `product_attribute_value.translation.unitOverride`, `product_attribute_value.translation`.created_at as `product_attribute_value.translation.createdAt`, `product_attribute_value.translation`.updated_at as `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation`.product_attribute_value_id as `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation`.language_id as `product_attribute_value.translation.languageId` FROM `product_attribute_value_translation` `product_attribute_value.translation` WHERE `product_attribute_value.translation`.language_id = ?) `product_attribute_value.product_attribute_value_translation` ON `product_attribute_value.product_attribute_value_translation`.`product_attribute_value_id` = `product_attribute_value`.`id` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` LEFT JOIN (SELECT `product_attribute_value.attribute.translation`.product_attribute_id, `product_attribute_value.attribute.translation`.unit as `product_attribute_value.attribute.translation.unit`, `product_attribute_value.attribute.translation`.label as `product_attribute_value.attribute.translation.label`, `product_attribute_value.attribute.translation`.created_at as `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation`.updated_at as `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation`.product_attribute_id as `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation`.language_id as `product_attribute_value.attribute.translation.languageId` FROM `product_attribute_translation` `product_attribute_value.attribute.translation` WHERE `product_attribute_value.attribute.translation`.language_id = ?) `product_attribute_value.attribute.product_attribute_translation` ON `product_attribute_value.attribute.product_attribute_translation`.`product_attribute_id` = `product_attribute_value.attribute`.`id` WHERE `product_attribute_value`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"úƒ¸÷s1ÛÚ_¢ÝúÖÞrû"
]
122 3.50 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_cross_selling` `product.crossSellings` ON `product`.`crossSellings` = `product.crossSellings`.`product_id` AND `product`.version_id = `product.crossSellings`.product_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_cross_selling_assigned_products` `product.crossSellings.assignedProducts` ON `product.crossSellings`.`id` = `product.crossSellings.assignedProducts`.`cross_selling_id` LEFT JOIN `product` `product.crossSellings.assignedProducts.product` ON `product.crossSellings.assignedProducts`.`product_id` = `product.crossSellings.assignedProducts.product`.`id` AND `product.crossSellings.assignedProducts`.`product_version_id` = `product.crossSellings.assignedProducts.product`.`version_id` LEFT JOIN `product` `product.crossSellings.assignedProducts.product.parent` ON `product.crossSellings.assignedProducts.product`.`parent_id` = `product.crossSellings.assignedProducts.product.parent`.`id` AND `product.crossSellings.assignedProducts.product`.`parent_version_id` = `product.crossSellings.assignedProducts.product.parent`.`version_id` WHERE (`product`.`version_id` = ?) AND ((`product`.`id` = ? AND `product.crossSellings`.`active` = ? AND IFNULL(`product.crossSellings.assignedProducts.product`.`active`, `product.crossSellings.assignedProducts.product.parent`.`active`) = ? AND ((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) GROUP BY `product`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"yÚ8Q\x0F¬\x05}Feˆ\x00Äíg"
  true
  true
  10
  b"\x13.D\\x03Mg¬GÀJûm]™"
  true
]
123 4.86 ms
SELECT `product`.`id` as `product.id`, `product`.`version_id` as `product.versionId`, `product`.`parent_id` as `product.parentId`, `product`.`parent_version_id` as `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) as `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) as `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) as `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) as `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) as `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) as `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) as `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) as `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) as `product.canonicalProductId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) as `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) as `product.cmsPageVersionId`, `product.parent`.`price` as `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) as `product.price`, `product`.`product_number` as `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) as `product.restockTime`, `product`.`auto_increment` as `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) as `product.active`, `product`.`available` as `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) as `product.isCloseout`, `product`.`display_group` as `product.displayGroup`, `product.parent`.`variant_listing_config` as `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) as `product.variantListingConfig`, `product`.`variant_restrictions` as `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) as `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) as `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) as `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) as `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) as `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) as `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) as `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) as `product.shippingFree`, `product.parent`.`purchase_prices` as `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) as `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) as `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) as `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) as `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) as `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) as `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) as `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) as `product.ratingAverage`, `product.parent`.`category_tree` as `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) as `product.categoryTree`, `product.parent`.`property_ids` as `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) as `product.propertyIds`, `product.parent`.`option_ids` as `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) as `product.optionIds`, `product.parent`.`stream_ids` as `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) as `product.streamIds`, `product.parent`.`tag_ids` as `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) as `product.tagIds`, `product.parent`.`category_ids` as `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) as `product.categoryIds`, `product`.`child_count` as `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) as `product.customFieldSetSelectionActive`, `product`.`sales` as `product.sales`, `product`.`states` as `product.states`, `product.tax`.`id` as `product.tax.id`, `product.tax`.`tax_rate` as `product.tax.taxRate`, `product.tax`.`name` as `product.tax.name`, `product.tax`.`position` as `product.tax.position`, `product.tax`.`custom_fields` as `product.tax.customFields`, `product.tax`.`created_at` as `product.tax.createdAt`, `product.tax`.`updated_at` as `product.tax.updatedAt`, `product`.`available_stock` as `product.availableStock`, `product`.`stock` as `product.stock`, `product.parent`.`cheapest_price` as `product.cheapestPrice.inherited`, COALESCE(`product`.`cheapest_price`, `product.parent`.`cheapest_price`) as `product.cheapestPrice`, `product`.`created_at` as `product.createdAt`, `product`.`updated_at` as `product.updatedAt`, `product.unit`.`id` as `product.unit.id`, `product.unit`.`created_at` as `product.unit.createdAt`, `product.unit`.`updated_at` as `product.unit.updatedAt`, `product.unit.translation.shortCode`, COALESCE(`product.unit.translation.shortCode`,`product.unit.translation.shortCode`) as `product.unit.shortCode`, `product.unit.translation.name`, COALESCE(`product.unit.translation.name`,`product.unit.translation.name`) as `product.unit.name`, `product.unit.translation.customFields`, COALESCE(`product.unit.translation.customFields`,`product.unit.translation.customFields`) as `product.unit.customFields`, `product.unit.translation.createdAt`, `product.unit.translation.updatedAt`, `product.unit.translation.unitId`, `product.unit.translation.languageId`, `product.deliveryTime`.`id` as `product.deliveryTime.id`, `product.deliveryTime`.`min` as `product.deliveryTime.min`, `product.deliveryTime`.`max` as `product.deliveryTime.max`, `product.deliveryTime`.`unit` as `product.deliveryTime.unit`, `product.deliveryTime`.`created_at` as `product.deliveryTime.createdAt`, `product.deliveryTime`.`updated_at` as `product.deliveryTime.updatedAt`, `product.deliveryTime.translation.name`, COALESCE(`product.deliveryTime.translation.name`,`product.deliveryTime.translation.name`) as `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, COALESCE(`product.deliveryTime.translation.customFields`,`product.deliveryTime.translation.customFields`) as `product.deliveryTime.customFields`, `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation.languageId`, `product.cover`.`id` as `product.cover.id`, `product.cover`.`version_id` as `product.cover.versionId`, `product.cover`.`product_id` as `product.cover.productId`, `product.cover`.`product_version_id` as `product.cover.productVersionId`, `product.cover`.`media_id` as `product.cover.mediaId`, `product.cover`.`position` as `product.cover.position`, `product.cover.media`.`id` as `product.cover.media.id`, `product.cover.media`.`user_id` as `product.cover.media.userId`, `product.cover.media`.`media_folder_id` as `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` as `product.cover.media.mimeType`, `product.cover.media`.`file_extension` as `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` as `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` as `product.cover.media.fileName`, `product.cover.media`.`file_size` as `product.cover.media.fileSize`, `product.cover.media`.`media_type` as `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` as `product.cover.media.metaData`, `product.cover.media`.`config` as `product.cover.media.config`, `product.cover.media`.`path` as `product.cover.media.path`, `product.cover.media`.`private` as `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` as `product.cover.media.thumbnailsRo`, `product.cover.media`.`created_at` as `product.cover.media.createdAt`, `product.cover.media`.`updated_at` as `product.cover.media.updatedAt`, `product.cover.media.translation.title`, COALESCE(`product.cover.media.translation.title`,`product.cover.media.translation.title`) as `product.cover.media.title`, `product.cover.media.translation.alt`, COALESCE(`product.cover.media.translation.alt`,`product.cover.media.translation.alt`) as `product.cover.media.alt`, `product.cover.media.translation.customFields`, COALESCE(`product.cover.media.translation.customFields`,`product.cover.media.translation.customFields`) as `product.cover.media.customFields`, `product.cover.media.translation.createdAt`, `product.cover.media.translation.updatedAt`, `product.cover.media.translation.mediaId`, `product.cover.media.translation.languageId`, `product.cover`.`custom_fields` as `product.cover.customFields`, `product.cover`.`created_at` as `product.cover.createdAt`, `product.cover`.`updated_at` as `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`,`product.translation.metaDescription`) as `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`,`product.translation.name`) as `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`,`product.translation.keywords`) as `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`,`product.translation.description`) as `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`,`product.translation.metaTitle`) as `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`,`product.translation.packUnit`) as `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`,`product.translation.packUnitPlural`) as `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`,`product.translation.customSearchKeywords`) as `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`,`product.translation.slotConfig`) as `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`,`product.translation.customFields`) as `product.customFields`, `product.translation.createdAt`, `product.parent.translation.createdAt`, `product.translation.updatedAt`, `product.parent.translation.updatedAt`, `product.translation.productId`, `product.parent.translation.productId`, `product.translation.languageId`, `product.parent.translation.languageId`, `product.translation.productVersionId`, `product.parent.translation.productVersionId` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN (SELECT `product.translation`.product_id, `product.translation`.product_version_id, `product.translation`.meta_description as `product.translation.metaDescription`, `product.translation`.name as `product.translation.name`, `product.translation`.keywords as `product.translation.keywords`, `product.translation`.description as `product.translation.description`, `product.translation`.meta_title as `product.translation.metaTitle`, `product.translation`.pack_unit as `product.translation.packUnit`, `product.translation`.pack_unit_plural as `product.translation.packUnitPlural`, `product.translation`.custom_search_keywords as `product.translation.customSearchKeywords`, `product.translation`.slot_config as `product.translation.slotConfig`, `product.translation`.custom_fields as `product.translation.customFields`, `product.translation`.created_at as `product.translation.createdAt`, `product.translation`.updated_at as `product.translation.updatedAt`, `product.translation`.product_id as `product.translation.productId`, `product.translation`.language_id as `product.translation.languageId`, `product.translation`.product_version_id as `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation`.language_id = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.product_version_id = `product`.version_id LEFT JOIN (SELECT `product.parent.translation`.product_id, `product.parent.translation`.product_version_id, `product.parent.translation`.meta_description as `product.parent.translation.metaDescription`, `product.parent.translation`.name as `product.parent.translation.name`, `product.parent.translation`.keywords as `product.parent.translation.keywords`, `product.parent.translation`.description as `product.parent.translation.description`, `product.parent.translation`.meta_title as `product.parent.translation.metaTitle`, `product.parent.translation`.pack_unit as `product.parent.translation.packUnit`, `product.parent.translation`.pack_unit_plural as `product.parent.translation.packUnitPlural`, `product.parent.translation`.custom_search_keywords as `product.parent.translation.customSearchKeywords`, `product.parent.translation`.slot_config as `product.parent.translation.slotConfig`, `product.parent.translation`.custom_fields as `product.parent.translation.customFields`, `product.parent.translation`.created_at as `product.parent.translation.createdAt`, `product.parent.translation`.updated_at as `product.parent.translation.updatedAt`, `product.parent.translation`.product_id as `product.parent.translation.productId`, `product.parent.translation`.language_id as `product.parent.translation.languageId`, `product.parent.translation`.product_version_id as `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.language_id = ?) `product.product_translation.parent` ON `product.product_translation.parent`.`product_id` = `product.parent`.`id` AND `product.product_translation.parent`.product_version_id = `product.parent`.version_id LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `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.unit.translation`.unit_id, `product.unit.translation`.short_code as `product.unit.translation.shortCode`, `product.unit.translation`.name as `product.unit.translation.name`, `product.unit.translation`.custom_fields as `product.unit.translation.customFields`, `product.unit.translation`.created_at as `product.unit.translation.createdAt`, `product.unit.translation`.updated_at as `product.unit.translation.updatedAt`, `product.unit.translation`.unit_id as `product.unit.translation.unitId`, `product.unit.translation`.language_id as `product.unit.translation.languageId` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation`.language_id = ?) `product.unit.unit_translation` ON `product.unit.unit_translation`.`unit_id` = `product.unit`.`id` LEFT JOIN (SELECT `product.deliveryTime.translation`.delivery_time_id, `product.deliveryTime.translation`.name as `product.deliveryTime.translation.name`, `product.deliveryTime.translation`.custom_fields as `product.deliveryTime.translation.customFields`, `product.deliveryTime.translation`.created_at as `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation`.updated_at as `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation`.delivery_time_id as `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation`.language_id as `product.deliveryTime.translation.languageId` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation`.language_id = ?) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation`.`delivery_time_id` = `product.deliveryTime`.`id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.media_id, `product.cover.media.translation`.title as `product.cover.media.translation.title`, `product.cover.media.translation`.alt as `product.cover.media.translation.alt`, `product.cover.media.translation`.custom_fields as `product.cover.media.translation.customFields`, `product.cover.media.translation`.created_at as `product.cover.media.translation.createdAt`, `product.cover.media.translation`.updated_at as `product.cover.media.translation.updatedAt`, `product.cover.media.translation`.media_id as `product.cover.media.translation.mediaId`, `product.cover.media.translation`.language_id as `product.cover.media.translation.languageId` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.language_id = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"yÚ8Q\x0F¬\x05}Feˆ\x00Äíg"
]
124 3.27 ms
SELECT `product_cross_selling`.`id` as `product_cross_selling.id`, `product_cross_selling`.`position` as `product_cross_selling.position`, `product_cross_selling`.`sort_by` as `product_cross_selling.sortBy`, `product_cross_selling`.`sort_direction` as `product_cross_selling.sortDirection`, `product_cross_selling`.`type` as `product_cross_selling.type`, `product_cross_selling`.`active` as `product_cross_selling.active`, `product_cross_selling`.`limit` as `product_cross_selling.limit`, `product_cross_selling`.`product_id` as `product_cross_selling.productId`, `product_cross_selling`.`product_version_id` as `product_cross_selling.productVersionId`, `product_cross_selling`.`product_stream_id` as `product_cross_selling.productStreamId`, `product_cross_selling`.`created_at` as `product_cross_selling.createdAt`, `product_cross_selling`.`updated_at` as `product_cross_selling.updatedAt`, `product_cross_selling.translation.name`, COALESCE(`product_cross_selling.translation.name`,`product_cross_selling.translation.name`) as `product_cross_selling.name`, `product_cross_selling.translation.createdAt`, `product_cross_selling.translation.updatedAt`, `product_cross_selling.translation.productCrossSellingId`, `product_cross_selling.translation.languageId` FROM `product_cross_selling` LEFT JOIN (SELECT `product_cross_selling.translation`.product_cross_selling_id, `product_cross_selling.translation`.name as `product_cross_selling.translation.name`, `product_cross_selling.translation`.created_at as `product_cross_selling.translation.createdAt`, `product_cross_selling.translation`.updated_at as `product_cross_selling.translation.updatedAt`, `product_cross_selling.translation`.product_cross_selling_id as `product_cross_selling.translation.productCrossSellingId`, `product_cross_selling.translation`.language_id as `product_cross_selling.translation.languageId` FROM `product_cross_selling_translation` `product_cross_selling.translation` WHERE `product_cross_selling.translation`.language_id = ?) `product_cross_selling.product_cross_selling_translation` ON `product_cross_selling.product_cross_selling_translation`.`product_cross_selling_id` = `product_cross_selling`.`id` WHERE (`product_cross_selling`.`product_id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"yÚ8Q\x0F¬\x05}Feˆ\x00Äíg"
]
125 6.47 ms
SELECT `product_cross_selling_assigned_products`.`id` as `product_cross_selling_assigned_products.id`, `product_cross_selling_assigned_products`.`cross_selling_id` as `product_cross_selling_assigned_products.crossSellingId`, `product_cross_selling_assigned_products`.`product_id` as `product_cross_selling_assigned_products.productId`, `product_cross_selling_assigned_products`.`product_version_id` as `product_cross_selling_assigned_products.productVersionId`, `product_cross_selling_assigned_products`.`position` as `product_cross_selling_assigned_products.position`, `product_cross_selling_assigned_products`.`created_at` as `product_cross_selling_assigned_products.createdAt`, `product_cross_selling_assigned_products`.`updated_at` as `product_cross_selling_assigned_products.updatedAt`, `product_cross_selling_assigned_products.product`.`id` as `product_cross_selling_assigned_products.product.id`, `product_cross_selling_assigned_products.product`.`version_id` as `product_cross_selling_assigned_products.product.versionId`, `product_cross_selling_assigned_products.product`.`parent_id` as `product_cross_selling_assigned_products.product.parentId`, `product_cross_selling_assigned_products.product`.`parent_version_id` as `product_cross_selling_assigned_products.product.parentVersionId`, COALESCE(`product_cross_selling_assigned_products.product`.`product_manufacturer_id`, `product_cross_selling_assigned_products.product.parent`.`product_manufacturer_id`) as `product_cross_selling_assigned_products.product.manufacturerId`, COALESCE(`product_cross_selling_assigned_products.product`.`product_manufacturer_version_id`, `product_cross_selling_assigned_products.product.parent`.`product_manufacturer_version_id`) as `product_cross_selling_assigned_products.product.productManufacturerVersionId`, COALESCE(`product_cross_selling_assigned_products.product`.`unit_id`, `product_cross_selling_assigned_products.product.parent`.`unit_id`) as `product_cross_selling_assigned_products.product.unitId`, COALESCE(`product_cross_selling_assigned_products.product`.`tax_id`, `product_cross_selling_assigned_products.product.parent`.`tax_id`) as `product_cross_selling_assigned_products.product.taxId`, COALESCE(`product_cross_selling_assigned_products.product`.`product_media_id`, `product_cross_selling_assigned_products.product.parent`.`product_media_id`) as `product_cross_selling_assigned_products.product.coverId`, COALESCE(`product_cross_selling_assigned_products.product`.`product_media_version_id`, `product_cross_selling_assigned_products.product.parent`.`product_media_version_id`) as `product_cross_selling_assigned_products.product.productMediaVersionId`, COALESCE(`product_cross_selling_assigned_products.product`.`delivery_time_id`, `product_cross_selling_assigned_products.product.parent`.`delivery_time_id`) as `product_cross_selling_assigned_products.product.deliveryTimeId`, COALESCE(`product_cross_selling_assigned_products.product`.`product_feature_set_id`, `product_cross_selling_assigned_products.product.parent`.`product_feature_set_id`) as `product_cross_selling_assigned_products.product.featureSetId`, COALESCE(`product_cross_selling_assigned_products.product`.`canonical_product_id`, `product_cross_selling_assigned_products.product.parent`.`canonical_product_id`) as `product_cross_selling_assigned_products.product.canonicalProductId`, COALESCE(`product_cross_selling_assigned_products.product`.`cms_page_id`, `product_cross_selling_assigned_products.product.parent`.`cms_page_id`) as `product_cross_selling_assigned_products.product.cmsPageId`, COALESCE(`product_cross_selling_assigned_products.product`.`cms_page_version_id`, `product_cross_selling_assigned_products.product.parent`.`cms_page_version_id`) as `product_cross_selling_assigned_products.product.cmsPageVersionId`, `product_cross_selling_assigned_products.product.parent`.`price` as `product_cross_selling_assigned_products.product.price.inherited`, COALESCE(`product_cross_selling_assigned_products.product`.`price`, `product_cross_selling_assigned_products.product.parent`.`price`) as `product_cross_selling_assigned_products.product.price`, `product_cross_selling_assigned_products.product`.`product_number` as `product_cross_selling_assigned_products.product.productNumber`, COALESCE(`product_cross_selling_assigned_products.product`.`restock_time`, `product_cross_selling_assigned_products.product.parent`.`restock_time`) as `product_cross_selling_assigned_products.product.restockTime`, `product_cross_selling_assigned_products.product`.`auto_increment` as `product_cross_selling_assigned_products.product.autoIncrement`, COALESCE(`product_cross_selling_assigned_products.product`.`active`, `product_cross_selling_assigned_products.product.parent`.`active`) as `product_cross_selling_assigned_products.product.active`, `product_cross_selling_assigned_products.product`.`available` as `product_cross_selling_assigned_products.product.available`, COALESCE(`product_cross_selling_assigned_products.product`.`is_closeout`, `product_cross_selling_assigned_products.product.parent`.`is_closeout`) as `product_cross_selling_assigned_products.product.isCloseout`, `product_cross_selling_assigned_products.product`.`display_group` as `product_cross_selling_assigned_products.product.displayGroup`, `product_cross_selling_assigned_products.product.parent`.`variant_listing_config` as `product_cross_selling_assigned_products.product.variantListingConfig.inherited`, COALESCE(`product_cross_selling_assigned_products.product`.`variant_listing_config`, `product_cross_selling_assigned_products.product.parent`.`variant_listing_config`) as `product_cross_selling_assigned_products.product.variantListingConfig`, `product_cross_selling_assigned_products.product`.`variant_restrictions` as `product_cross_selling_assigned_products.product.variantRestrictions`, COALESCE(`product_cross_selling_assigned_products.product`.`manufacturer_number`, `product_cross_selling_assigned_products.product.parent`.`manufacturer_number`) as `product_cross_selling_assigned_products.product.manufacturerNumber`, COALESCE(`product_cross_selling_assigned_products.product`.`ean`, `product_cross_selling_assigned_products.product.parent`.`ean`) as `product_cross_selling_assigned_products.product.ean`, COALESCE(`product_cross_selling_assigned_products.product`.`purchase_steps`, `product_cross_selling_assigned_products.product.parent`.`purchase_steps`) as `product_cross_selling_assigned_products.product.purchaseSteps`, COALESCE(`product_cross_selling_assigned_products.product`.`max_purchase`, `product_cross_selling_assigned_products.product.parent`.`max_purchase`) as `product_cross_selling_assigned_products.product.maxPurchase`, COALESCE(`product_cross_selling_assigned_products.product`.`min_purchase`, `product_cross_selling_assigned_products.product.parent`.`min_purchase`) as `product_cross_selling_assigned_products.product.minPurchase`, COALESCE(`product_cross_selling_assigned_products.product`.`purchase_unit`, `product_cross_selling_assigned_products.product.parent`.`purchase_unit`) as `product_cross_selling_assigned_products.product.purchaseUnit`, COALESCE(`product_cross_selling_assigned_products.product`.`reference_unit`, `product_cross_selling_assigned_products.product.parent`.`reference_unit`) as `product_cross_selling_assigned_products.product.referenceUnit`, COALESCE(`product_cross_selling_assigned_products.product`.`shipping_free`, `product_cross_selling_assigned_products.product.parent`.`shipping_free`) as `product_cross_selling_assigned_products.product.shippingFree`, `product_cross_selling_assigned_products.product.parent`.`purchase_prices` as `product_cross_selling_assigned_products.product.purchasePrices.inherited`, COALESCE(`product_cross_selling_assigned_products.product`.`purchase_prices`, `product_cross_selling_assigned_products.product.parent`.`purchase_prices`) as `product_cross_selling_assigned_products.product.purchasePrices`, COALESCE(`product_cross_selling_assigned_products.product`.`mark_as_topseller`, `product_cross_selling_assigned_products.product.parent`.`mark_as_topseller`) as `product_cross_selling_assigned_products.product.markAsTopseller`, COALESCE(`product_cross_selling_assigned_products.product`.`weight`, `product_cross_selling_assigned_products.product.parent`.`weight`) as `product_cross_selling_assigned_products.product.weight`, COALESCE(`product_cross_selling_assigned_products.product`.`width`, `product_cross_selling_assigned_products.product.parent`.`width`) as `product_cross_selling_assigned_products.product.width`, COALESCE(`product_cross_selling_assigned_products.product`.`height`, `product_cross_selling_assigned_products.product.parent`.`height`) as `product_cross_selling_assigned_products.product.height`, COALESCE(`product_cross_selling_assigned_products.product`.`length`, `product_cross_selling_assigned_products.product.parent`.`length`) as `product_cross_selling_assigned_products.product.length`, COALESCE(`product_cross_selling_assigned_products.product`.`release_date`, `product_cross_selling_assigned_products.product.parent`.`release_date`) as `product_cross_selling_assigned_products.product.releaseDate`, COALESCE(`product_cross_selling_assigned_products.product`.`rating_average`, `product_cross_selling_assigned_products.product.parent`.`rating_average`) as `product_cross_selling_assigned_products.product.ratingAverage`, `product_cross_selling_assigned_products.product.parent`.`category_tree` as `product_cross_selling_assigned_products.product.categoryTree.inherited`, COALESCE(`product_cross_selling_assigned_products.product`.`category_tree`, `product_cross_selling_assigned_products.product.parent`.`category_tree`) as `product_cross_selling_assigned_products.product.categoryTree`, `product_cross_selling_assigned_products.product.parent`.`property_ids` as `product_cross_selling_assigned_products.product.propertyIds.inherited`, COALESCE(`product_cross_selling_assigned_products.product`.`property_ids`, `product_cross_selling_assigned_products.product.parent`.`property_ids`) as `product_cross_selling_assigned_products.product.propertyIds`, `product_cross_selling_assigned_products.product.parent`.`option_ids` as `product_cross_selling_assigned_products.product.optionIds.inherited`, COALESCE(`product_cross_selling_assigned_products.product`.`option_ids`, `product_cross_selling_assigned_products.product.parent`.`option_ids`) as `product_cross_selling_assigned_products.product.optionIds`, `product_cross_selling_assigned_products.product.parent`.`stream_ids` as `product_cross_selling_assigned_products.product.streamIds.inherited`, COALESCE(`product_cross_selling_assigned_products.product`.`stream_ids`, `product_cross_selling_assigned_products.product.parent`.`stream_ids`) as `product_cross_selling_assigned_products.product.streamIds`, `product_cross_selling_assigned_products.product.parent`.`tag_ids` as `product_cross_selling_assigned_products.product.tagIds.inherited`, COALESCE(`product_cross_selling_assigned_products.product`.`tag_ids`, `product_cross_selling_assigned_products.product.parent`.`tag_ids`) as `product_cross_selling_assigned_products.product.tagIds`, `product_cross_selling_assigned_products.product.parent`.`category_ids` as `product_cross_selling_assigned_products.product.categoryIds.inherited`, COALESCE(`product_cross_selling_assigned_products.product`.`category_ids`, `product_cross_selling_assigned_products.product.parent`.`category_ids`) as `product_cross_selling_assigned_products.product.categoryIds`, `product_cross_selling_assigned_products.product`.`child_count` as `product_cross_selling_assigned_products.product.childCount`, COALESCE(`product_cross_selling_assigned_products.product`.`custom_field_set_selection_active`, `product_cross_selling_assigned_products.product.parent`.`custom_field_set_selection_active`) as `product_cross_selling_assigned_products.product.customFieldSetSelectionActive`, `product_cross_selling_assigned_products.product`.`sales` as `product_cross_selling_assigned_products.product.sales`, `product_cross_selling_assigned_products.product`.`states` as `product_cross_selling_assigned_products.product.states`, `product_cross_selling_assigned_products.product.tax`.`id` as `product_cross_selling_assigned_products.product.tax.id`, `product_cross_selling_assigned_products.product.tax`.`tax_rate` as `product_cross_selling_assigned_products.product.tax.taxRate`, `product_cross_selling_assigned_products.product.tax`.`name` as `product_cross_selling_assigned_products.product.tax.name`, `product_cross_selling_assigned_products.product.tax`.`position` as `product_cross_selling_assigned_products.product.tax.position`, `product_cross_selling_assigned_products.product.tax`.`custom_fields` as `product_cross_selling_assigned_products.product.tax.customFields`, `product_cross_selling_assigned_products.product.tax`.`created_at` as `product_cross_selling_assigned_products.product.tax.createdAt`, `product_cross_selling_assigned_products.product.tax`.`updated_at` as `product_cross_selling_assigned_products.product.tax.updatedAt`, `product_cross_selling_assigned_products.product`.`available_stock` as `product_cross_selling_assigned_products.product.availableStock`, `product_cross_selling_assigned_products.product`.`stock` as `product_cross_selling_assigned_products.product.stock`, `product_cross_selling_assigned_products.product.parent`.`cheapest_price` as `product_cross_selling_assigned_products.product.cheapestPrice.inherited`, COALESCE(`product_cross_selling_assigned_products.product`.`cheapest_price`, `product_cross_selling_assigned_products.product.parent`.`cheapest_price`) as `product_cross_selling_assigned_products.product.cheapestPrice`, `product_cross_selling_assigned_products.product`.`created_at` as `product_cross_selling_assigned_products.product.createdAt`, `product_cross_selling_assigned_products.product`.`updated_at` as `product_cross_selling_assigned_products.product.updatedAt`, `product_cross_selling_assigned_products.product.cover`.`id` as `product_cross_selling_assigned_products.product.cover.id`, `product_cross_selling_assigned_products.product.cover`.`version_id` as `product_cross_selling_assigned_products.product.cover.versionId`, `product_cross_selling_assigned_products.product.cover`.`product_id` as `product_cross_selling_assigned_products.product.cover.productId`, `product_cross_selling_assigned_products.product.cover`.`product_version_id` as `product_cross_selling_assigned_products.product.cover.productVersionId`, `product_cross_selling_assigned_products.product.cover`.`media_id` as `product_cross_selling_assigned_products.product.cover.mediaId`, `product_cross_selling_assigned_products.product.cover`.`position` as `product_cross_selling_assigned_products.product.cover.position`, `product_cross_selling_assigned_products.product.cover.media`.`id` as `product_cross_selling_assigned_products.product.cover.media.id`, `product_cross_selling_assigned_products.product.cover.media`.`user_id` as `product_cross_selling_assigned_products.product.cover.media.userId`, `product_cross_selling_assigned_products.product.cover.media`.`media_folder_id` as `product_cross_selling_assigned_products.product.cover.media.mediaFolderId`, `product_cross_selling_assigned_products.product.cover.media`.`mime_type` as `product_cross_selling_assigned_products.product.cover.media.mimeType`, `product_cross_selling_assigned_products.product.cover.media`.`file_extension` as `product_cross_selling_assigned_products.product.cover.media.fileExtension`, `product_cross_selling_assigned_products.product.cover.media`.`uploaded_at` as `product_cross_selling_assigned_products.product.cover.media.uploadedAt`, `product_cross_selling_assigned_products.product.cover.media`.`file_name` as `product_cross_selling_assigned_products.product.cover.media.fileName`, `product_cross_selling_assigned_products.product.cover.media`.`file_size` as `product_cross_selling_assigned_products.product.cover.media.fileSize`, `product_cross_selling_assigned_products.product.cover.media`.`media_type` as `product_cross_selling_assigned_products.product.cover.media.mediaTypeRaw`, `product_cross_selling_assigned_products.product.cover.media`.`meta_data` as `product_cross_selling_assigned_products.product.cover.media.metaData`, `product_cross_selling_assigned_products.product.cover.media`.`config` as `product_cross_selling_assigned_products.product.cover.media.config`, `product_cross_selling_assigned_products.product.cover.media`.`path` as `product_cross_selling_assigned_products.product.cover.media.path`, `product_cross_selling_assigned_products.product.cover.media`.`private` as `product_cross_selling_assigned_products.product.cover.media.private`, `product_cross_selling_assigned_products.product.cover.media`.`thumbnails_ro` as `product_cross_selling_assigned_products.product.cover.media.thumbnailsRo`, `product_cross_selling_assigned_products.product.cover.media`.`created_at` as `product_cross_selling_assigned_products.product.cover.media.createdAt`, `product_cross_selling_assigned_products.product.cover.media`.`updated_at` as `product_cross_selling_assigned_products.product.cover.media.updatedAt`, `product_cross_selling_assigned_products.product.cover.media.translation.title`, COALESCE(`product_cross_selling_assigned_products.product.cover.media.translation.title`,`product_cross_selling_assigned_products.product.cover.media.translation.title`) as `product_cross_selling_assigned_products.product.cover.media.title`, `product_cross_selling_assigned_products.product.cover.media.translation.alt`, COALESCE(`product_cross_selling_assigned_products.product.cover.media.translation.alt`,`product_cross_selling_assigned_products.product.cover.media.translation.alt`) as `product_cross_selling_assigned_products.product.cover.media.alt`, `product_cross_selling_assigned_products.product.cover.media.translation.customFields`, COALESCE(`product_cross_selling_assigned_products.product.cover.media.translation.customFields`,`product_cross_selling_assigned_products.product.cover.media.translation.customFields`) as `product_cross_selling_assigned_products.product.cover.media.customFields`, `product_cross_selling_assigned_products.product.cover.media.translation.createdAt`, `product_cross_selling_assigned_products.product.cover.media.translation.updatedAt`, `product_cross_selling_assigned_products.product.cover.media.translation.mediaId`, `product_cross_selling_assigned_products.product.cover.media.translation.languageId`, `product_cross_selling_assigned_products.product.cover`.`custom_fields` as `product_cross_selling_assigned_products.product.cover.customFields`, `product_cross_selling_assigned_products.product.cover`.`created_at` as `product_cross_selling_assigned_products.product.cover.createdAt`, `product_cross_selling_assigned_products.product.cover`.`updated_at` as `product_cross_selling_assigned_products.product.cover.updatedAt`, `product_cross_selling_assigned_products.product.translation.metaDescription`, `product_cross_selling_assigned_products.product.parent.translation.metaDescription`, COALESCE(`product_cross_selling_assigned_products.product.translation.metaDescription`,`product_cross_selling_assigned_products.product.parent.translation.metaDescription`,`product_cross_selling_assigned_products.product.translation.metaDescription`) as `product_cross_selling_assigned_products.product.metaDescription`, `product_cross_selling_assigned_products.product.translation.name`, `product_cross_selling_assigned_products.product.parent.translation.name`, COALESCE(`product_cross_selling_assigned_products.product.translation.name`,`product_cross_selling_assigned_products.product.parent.translation.name`,`product_cross_selling_assigned_products.product.translation.name`) as `product_cross_selling_assigned_products.product.name`, `product_cross_selling_assigned_products.product.translation.keywords`, `product_cross_selling_assigned_products.product.parent.translation.keywords`, COALESCE(`product_cross_selling_assigned_products.product.translation.keywords`,`product_cross_selling_assigned_products.product.parent.translation.keywords`,`product_cross_selling_assigned_products.product.translation.keywords`) as `product_cross_selling_assigned_products.product.keywords`, `product_cross_selling_assigned_products.product.translation.description`, `product_cross_selling_assigned_products.product.parent.translation.description`, COALESCE(`product_cross_selling_assigned_products.product.translation.description`,`product_cross_selling_assigned_products.product.parent.translation.description`,`product_cross_selling_assigned_products.product.translation.description`) as `product_cross_selling_assigned_products.product.description`, `product_cross_selling_assigned_products.product.translation.metaTitle`, `product_cross_selling_assigned_products.product.parent.translation.metaTitle`, COALESCE(`product_cross_selling_assigned_products.product.translation.metaTitle`,`product_cross_selling_assigned_products.product.parent.translation.metaTitle`,`product_cross_selling_assigned_products.product.translation.metaTitle`) as `product_cross_selling_assigned_products.product.metaTitle`, `product_cross_selling_assigned_products.product.translation.packUnit`, `product_cross_selling_assigned_products.product.parent.translation.packUnit`, COALESCE(`product_cross_selling_assigned_products.product.translation.packUnit`,`product_cross_selling_assigned_products.product.parent.translation.packUnit`,`product_cross_selling_assigned_products.product.translation.packUnit`) as `product_cross_selling_assigned_products.product.packUnit`, `product_cross_selling_assigned_products.product.translation.packUnitPlural`, `product_cross_selling_assigned_products.product.parent.translation.packUnitPlural`, COALESCE(`product_cross_selling_assigned_products.product.translation.packUnitPlural`,`product_cross_selling_assigned_products.product.parent.translation.packUnitPlural`,`product_cross_selling_assigned_products.product.translation.packUnitPlural`) as `product_cross_selling_assigned_products.product.packUnitPlural`, `product_cross_selling_assigned_products.product.translation.customSearchKeywords`, `product_cross_selling_assigned_products.product.parent.translation.customSearchKeywords`, COALESCE(`product_cross_selling_assigned_products.product.translation.customSearchKeywords`,`product_cross_selling_assigned_products.product.parent.translation.customSearchKeywords`,`product_cross_selling_assigned_products.product.translation.customSearchKeywords`) as `product_cross_selling_assigned_products.product.customSearchKeywords`, `product_cross_selling_assigned_products.product.translation.slotConfig`, `product_cross_selling_assigned_products.product.parent.translation.slotConfig`, COALESCE(`product_cross_selling_assigned_products.product.translation.slotConfig`,`product_cross_selling_assigned_products.product.parent.translation.slotConfig`,`product_cross_selling_assigned_products.product.translation.slotConfig`) as `product_cross_selling_assigned_products.product.slotConfig`, `product_cross_selling_assigned_products.product.translation.customFields`, `product_cross_selling_assigned_products.product.parent.translation.customFields`, COALESCE(`product_cross_selling_assigned_products.product.translation.customFields`,`product_cross_selling_assigned_products.product.parent.translation.customFields`,`product_cross_selling_assigned_products.product.translation.customFields`) as `product_cross_selling_assigned_products.product.customFields`, `product_cross_selling_assigned_products.product.translation.createdAt`, `product_cross_selling_assigned_products.product.parent.translation.createdAt`, `product_cross_selling_assigned_products.product.translation.updatedAt`, `product_cross_selling_assigned_products.product.parent.translation.updatedAt`, `product_cross_selling_assigned_products.product.translation.productId`, `product_cross_selling_assigned_products.product.parent.translation.productId`, `product_cross_selling_assigned_products.product.translation.languageId`, `product_cross_selling_assigned_products.product.parent.translation.languageId`, `product_cross_selling_assigned_products.product.translation.productVersionId`, `product_cross_selling_assigned_products.product.parent.translation.productVersionId` FROM `product_cross_selling_assigned_products` LEFT JOIN `product` `product_cross_selling_assigned_products.product` ON `product_cross_selling_assigned_products`.`product_id` = `product_cross_selling_assigned_products.product`.`id` AND `product_cross_selling_assigned_products`.`product_version_id` = `product_cross_selling_assigned_products.product`.`version_id` LEFT JOIN `product` `product_cross_selling_assigned_products.product.parent` ON `product_cross_selling_assigned_products.product`.`parent_id` = `product_cross_selling_assigned_products.product.parent`.`id` AND `product_cross_selling_assigned_products.product`.`parent_version_id` = `product_cross_selling_assigned_products.product.parent`.`version_id` LEFT JOIN (SELECT `product_cross_selling_assigned_products.product.translation`.product_id, `product_cross_selling_assigned_products.product.translation`.product_version_id, `product_cross_selling_assigned_products.product.translation`.meta_description as `product_cross_selling_assigned_products.product.translation.metaDescription`, `product_cross_selling_assigned_products.product.translation`.name as `product_cross_selling_assigned_products.product.translation.name`, `product_cross_selling_assigned_products.product.translation`.keywords as `product_cross_selling_assigned_products.product.translation.keywords`, `product_cross_selling_assigned_products.product.translation`.description as `product_cross_selling_assigned_products.product.translation.description`, `product_cross_selling_assigned_products.product.translation`.meta_title as `product_cross_selling_assigned_products.product.translation.metaTitle`, `product_cross_selling_assigned_products.product.translation`.pack_unit as `product_cross_selling_assigned_products.product.translation.packUnit`, `product_cross_selling_assigned_products.product.translation`.pack_unit_plural as `product_cross_selling_assigned_products.product.translation.packUnitPlural`, `product_cross_selling_assigned_products.product.translation`.custom_search_keywords as `product_cross_selling_assigned_products.product.translation.customSearchKeywords`, `product_cross_selling_assigned_products.product.translation`.slot_config as `product_cross_selling_assigned_products.product.translation.slotConfig`, `product_cross_selling_assigned_products.product.translation`.custom_fields as `product_cross_selling_assigned_products.product.translation.customFields`, `product_cross_selling_assigned_products.product.translation`.created_at as `product_cross_selling_assigned_products.product.translation.createdAt`, `product_cross_selling_assigned_products.product.translation`.updated_at as `product_cross_selling_assigned_products.product.translation.updatedAt`, `product_cross_selling_assigned_products.product.translation`.product_id as `product_cross_selling_assigned_products.product.translation.productId`, `product_cross_selling_assigned_products.product.translation`.language_id as `product_cross_selling_assigned_products.product.translation.languageId`, `product_cross_selling_assigned_products.product.translation`.product_version_id as `product_cross_selling_assigned_products.product.translation.productVersionId` FROM `product_translation` `product_cross_selling_assigned_products.product.translation` WHERE `product_cross_selling_assigned_products.product.translation`.language_id = ?) `product_cross_selling_assigned_products.product.product_translation` ON `product_cross_selling_assigned_products.product.product_translation`.`product_id` = `product_cross_selling_assigned_products.product`.`id` AND `product_cross_selling_assigned_products.product.product_translation`.product_version_id = `product_cross_selling_assigned_products.product`.version_id LEFT JOIN (SELECT `product_cross_selling_assigned_products.product.parent.translation`.product_id, `product_cross_selling_assigned_products.product.parent.translation`.product_version_id, `product_cross_selling_assigned_products.product.parent.translation`.meta_description as `product_cross_selling_assigned_products.product.parent.translation.metaDescription`, `product_cross_selling_assigned_products.product.parent.translation`.name as `product_cross_selling_assigned_products.product.parent.translation.name`, `product_cross_selling_assigned_products.product.parent.translation`.keywords as `product_cross_selling_assigned_products.product.parent.translation.keywords`, `product_cross_selling_assigned_products.product.parent.translation`.description as `product_cross_selling_assigned_products.product.parent.translation.description`, `product_cross_selling_assigned_products.product.parent.translation`.meta_title as `product_cross_selling_assigned_products.product.parent.translation.metaTitle`, `product_cross_selling_assigned_products.product.parent.translation`.pack_unit as `product_cross_selling_assigned_products.product.parent.translation.packUnit`, `product_cross_selling_assigned_products.product.parent.translation`.pack_unit_plural as `product_cross_selling_assigned_products.product.parent.translation.packUnitPlural`, `product_cross_selling_assigned_products.product.parent.translation`.custom_search_keywords as `product_cross_selling_assigned_products.product.parent.translation.customSearchKeywords`, `product_cross_selling_assigned_products.product.parent.translation`.slot_config as `product_cross_selling_assigned_products.product.parent.translation.slotConfig`, `product_cross_selling_assigned_products.product.parent.translation`.custom_fields as `product_cross_selling_assigned_products.product.parent.translation.customFields`, `product_cross_selling_assigned_products.product.parent.translation`.created_at as `product_cross_selling_assigned_products.product.parent.translation.createdAt`, `product_cross_selling_assigned_products.product.parent.translation`.updated_at as `product_cross_selling_assigned_products.product.parent.translation.updatedAt`, `product_cross_selling_assigned_products.product.parent.translation`.product_id as `product_cross_selling_assigned_products.product.parent.translation.productId`, `product_cross_selling_assigned_products.product.parent.translation`.language_id as `product_cross_selling_assigned_products.product.parent.translation.languageId`, `product_cross_selling_assigned_products.product.parent.translation`.product_version_id as `product_cross_selling_assigned_products.product.parent.translation.productVersionId` FROM `product_translation` `product_cross_selling_assigned_products.product.parent.translation` WHERE `product_cross_selling_assigned_products.product.parent.translation`.language_id = ?) `product_cross_selling_assigned_products.product.product_translation.parent` ON `product_cross_selling_assigned_products.product.product_translation.parent`.`product_id` = `product_cross_selling_assigned_products.product.parent`.`id` AND `product_cross_selling_assigned_products.product.product_translation.parent`.product_version_id = `product_cross_selling_assigned_products.product.parent`.version_id LEFT JOIN `tax` `product_cross_selling_assigned_products.product.tax` ON `product_cross_selling_assigned_products.product`.`tax` = `product_cross_selling_assigned_products.product.tax`.`id` LEFT JOIN `product_media` `product_cross_selling_assigned_products.product.cover` ON `product_cross_selling_assigned_products.product`.`cover` = `product_cross_selling_assigned_products.product.cover`.`id` AND IFNULL(`product_cross_selling_assigned_products.product`.`product_media_version_id`, `product_cross_selling_assigned_products.product.parent`.`product_media_version_id`) = `product_cross_selling_assigned_products.product.cover`.`version_id` LEFT JOIN `media` `product_cross_selling_assigned_products.product.cover.media` ON `product_cross_selling_assigned_products.product.cover`.`media_id` = `product_cross_selling_assigned_products.product.cover.media`.`id` LEFT JOIN (SELECT `product_cross_selling_assigned_products.product.cover.media.translation`.media_id, `product_cross_selling_assigned_products.product.cover.media.translation`.title as `product_cross_selling_assigned_products.product.cover.media.translation.title`, `product_cross_selling_assigned_products.product.cover.media.translation`.alt as `product_cross_selling_assigned_products.product.cover.media.translation.alt`, `product_cross_selling_assigned_products.product.cover.media.translation`.custom_fields as `product_cross_selling_assigned_products.product.cover.media.translation.customFields`, `product_cross_selling_assigned_products.product.cover.media.translation`.created_at as `product_cross_selling_assigned_products.product.cover.media.translation.createdAt`, `product_cross_selling_assigned_products.product.cover.media.translation`.updated_at as `product_cross_selling_assigned_products.product.cover.media.translation.updatedAt`, `product_cross_selling_assigned_products.product.cover.media.translation`.media_id as `product_cross_selling_assigned_products.product.cover.media.translation.mediaId`, `product_cross_selling_assigned_products.product.cover.media.translation`.language_id as `product_cross_selling_assigned_products.product.cover.media.translation.languageId` FROM `media_translation` `product_cross_selling_assigned_products.product.cover.media.translation` WHERE `product_cross_selling_assigned_products.product.cover.media.translation`.language_id = ?) `product_cross_selling_assigned_products.product.cover.media.media_translation` ON `product_cross_selling_assigned_products.product.cover.media.media_translation`.`media_id` = `product_cross_selling_assigned_products.product.cover.media`.`id` WHERE (`product_cross_selling_assigned_products`.`cross_selling_id` IN (?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"=ÚR¹\x1Fސi‰c{÷÷Üx}"
  b"•ÈmÞù–€èº Ñ\x06Tâoq"
]
126 3.59 ms
SELECT `berger_product_badge`.`id` as `berger_product_badge.id`, `berger_product_badge`.`product_version_id` as `berger_product_badge.productVersionId`, `berger_product_badge`.`product_id` as `berger_product_badge.productId`, `berger_product_badge`.`sorting` as `berger_product_badge.sorting`, `berger_product_badge`.`active` as `berger_product_badge.active`, `berger_product_badge`.`color` as `berger_product_badge.color`, `berger_product_badge`.`created_at` as `berger_product_badge.createdAt`, `berger_product_badge`.`updated_at` as `berger_product_badge.updatedAt`, `berger_product_badge.translation.label`, COALESCE(`berger_product_badge.translation.label`,`berger_product_badge.translation.label`) as `berger_product_badge.label`, `berger_product_badge.translation.createdAt`, `berger_product_badge.translation.updatedAt`, `berger_product_badge.translation.bergerProductBadgeId`, `berger_product_badge.translation.languageId` FROM `berger_product_badge` LEFT JOIN (SELECT `berger_product_badge.translation`.berger_product_badge_id, `berger_product_badge.translation`.label as `berger_product_badge.translation.label`, `berger_product_badge.translation`.created_at as `berger_product_badge.translation.createdAt`, `berger_product_badge.translation`.updated_at as `berger_product_badge.translation.updatedAt`, `berger_product_badge.translation`.berger_product_badge_id as `berger_product_badge.translation.bergerProductBadgeId`, `berger_product_badge.translation`.language_id as `berger_product_badge.translation.languageId` FROM `berger_product_badge_translation` `berger_product_badge.translation` WHERE `berger_product_badge.translation`.language_id = ?) `berger_product_badge.berger_product_badge_translation` ON `berger_product_badge.berger_product_badge_translation`.`berger_product_badge_id` = `berger_product_badge`.`id` WHERE (`berger_product_badge`.`active` = ? AND `berger_product_badge`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) ORDER BY `berger_product_badge`.`sorting` ASC
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  1
  b"íé‹‚\x02:jš\x0FJue{BNë"
  b"""
    4\x15ŽH\n
    ]^÷MØ•áù§³
    """
  b"p\x11Ìž%$@]\x05Ç{Œ\x07z’\x1A"
  b"\x11î/ªAéÑ7P¤vÉï†%"
  b"\x7F™~H†wP?‘©_\x7FƧ"
  b"§¢'¶ö×}<":ŽNR¿\x7F\x07"
  b"Ø7>0\x02qGJ’ôíOš¼M§"
  b"’,†'Q¸p_\r\x0FT\e•L"
  b"U1‚Ê»;ø\x1D±×XÇw\x01‚ô"
  b"Žb3“˜Œê^\x1EÖ\v[\x17¯n<"
  b"_…N޼>ÿ\x0Eù\x1E!hÝ:¦\x1D"
  b"Ö`‘\x01"\x08n.÷|ñšÇlqÙ"
  b"© ÜA\x08\x04ýóÞ{¨<`H•-"
  b"\x1D¨ÿ\x01EAìîFu¥›?ª"
  b"EYÙ6G9‘\x1AF¨6\x02ÞÞòe"
  b"%»ü„.X\x19_µÀÝŒ\x12—=¯"
]
127 3.40 ms
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"yÚ8Q\x0F¬\x05}Feˆ\x00Äíg"
]
128 3.31 ms
SELECT `product_stream_mapping`.`product_id`, `product_stream_mapping`.`product_stream_id` FROM `product_stream_mapping` WHERE (`product_stream_mapping`.`product_id` IN (?))
Parameters:
[
  b"yÚ8Q\x0F¬\x05}Feˆ\x00Äíg"
]
129 3.20 ms
SELECT `product_stream_mapping`.`product_id`, `product_stream_mapping`.`product_stream_id` FROM `product_stream_mapping` WHERE (`product_stream_mapping`.`product_id` IN (?))
Parameters:
[
  b"íé‹‚\x02:jš\x0FJue{BNë"
]
130 3.13 ms
SELECT `product_stream_mapping`.`product_id`, `product_stream_mapping`.`product_stream_id` FROM `product_stream_mapping` WHERE (`product_stream_mapping`.`product_id` IN (?))
Parameters:
[
  b"""
    4\x15ŽH\n
    ]^÷MØ•áù§³
    """
]
131 3.36 ms
SELECT `product_stream_mapping`.`product_id`, `product_stream_mapping`.`product_stream_id` FROM `product_stream_mapping` WHERE (`product_stream_mapping`.`product_id` IN (?))
Parameters:
[
  b"p\x11Ìž%$@]\x05Ç{Œ\x07z’\x1A"
]
132 3.09 ms
SELECT `product_stream_mapping`.`product_id`, `product_stream_mapping`.`product_stream_id` FROM `product_stream_mapping` WHERE (`product_stream_mapping`.`product_id` IN (?))
Parameters:
[
  b"\x11î/ªAéÑ7P¤vÉï†%"
]
133 3.22 ms
SELECT `product_stream_mapping`.`product_id`, `product_stream_mapping`.`product_stream_id` FROM `product_stream_mapping` WHERE (`product_stream_mapping`.`product_id` IN (?))
Parameters:
[
  b"\x7F™~H†wP?‘©_\x7FƧ"
]
134 3.47 ms
SELECT `product_stream_mapping`.`product_id`, `product_stream_mapping`.`product_stream_id` FROM `product_stream_mapping` WHERE (`product_stream_mapping`.`product_id` IN (?))
Parameters:
[
  b"§¢'¶ö×}<":ŽNR¿\x7F\x07"
]
135 3.30 ms
SELECT `product_stream_mapping`.`product_id`, `product_stream_mapping`.`product_stream_id` FROM `product_stream_mapping` WHERE (`product_stream_mapping`.`product_id` IN (?))
Parameters:
[
  b"Ø7>0\x02qGJ’ôíOš¼M§"
]
136 3.11 ms
SELECT `product_stream_mapping`.`product_id`, `product_stream_mapping`.`product_stream_id` FROM `product_stream_mapping` WHERE (`product_stream_mapping`.`product_id` IN (?))
Parameters:
[
  b"’,†'Q¸p_\r\x0FT\e•L"
]
137 3.31 ms
SELECT `product_stream_mapping`.`product_id`, `product_stream_mapping`.`product_stream_id` FROM `product_stream_mapping` WHERE (`product_stream_mapping`.`product_id` IN (?))
Parameters:
[
  b"U1‚Ê»;ø\x1D±×XÇw\x01‚ô"
]
138 3.17 ms
SELECT `product_stream_mapping`.`product_id`, `product_stream_mapping`.`product_stream_id` FROM `product_stream_mapping` WHERE (`product_stream_mapping`.`product_id` IN (?))
Parameters:
[
  b"Žb3“˜Œê^\x1EÖ\v[\x17¯n<"
]
139 3.24 ms
SELECT `product_stream_mapping`.`product_id`, `product_stream_mapping`.`product_stream_id` FROM `product_stream_mapping` WHERE (`product_stream_mapping`.`product_id` IN (?))
Parameters:
[
  b"_…N޼>ÿ\x0Eù\x1E!hÝ:¦\x1D"
]
140 3.13 ms
SELECT `product_stream_mapping`.`product_id`, `product_stream_mapping`.`product_stream_id` FROM `product_stream_mapping` WHERE (`product_stream_mapping`.`product_id` IN (?))
Parameters:
[
  b"Ö`‘\x01"\x08n.÷|ñšÇlqÙ"
]
141 3.12 ms
SELECT `product_stream_mapping`.`product_id`, `product_stream_mapping`.`product_stream_id` FROM `product_stream_mapping` WHERE (`product_stream_mapping`.`product_id` IN (?))
Parameters:
[
  b"© ÜA\x08\x04ýóÞ{¨<`H•-"
]
142 3.08 ms
SELECT `product_stream_mapping`.`product_id`, `product_stream_mapping`.`product_stream_id` FROM `product_stream_mapping` WHERE (`product_stream_mapping`.`product_id` IN (?))
Parameters:
[
  b"\x1D¨ÿ\x01EAìîFu¥›?ª"
]
143 3.38 ms
SELECT `product_stream_mapping`.`product_id`, `product_stream_mapping`.`product_stream_id` FROM `product_stream_mapping` WHERE (`product_stream_mapping`.`product_id` IN (?))
Parameters:
[
  b"EYÙ6G9‘\x1AF¨6\x02ÞÞòe"
]
144 3.15 ms
SELECT `product_stream_mapping`.`product_id`, `product_stream_mapping`.`product_stream_id` FROM `product_stream_mapping` WHERE (`product_stream_mapping`.`product_id` IN (?))
Parameters:
[
  b"%»ü„.X\x19_µÀÝŒ\x12—=¯"
]
145 3.52 ms
# app-scripts::refresh::read
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`write_access` as `app.integration.writeAccess`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE (`app`.`active` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
146 3.35 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:
[]
147 3.16 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:
[]
148 3.42 ms
SELECT `acris_price_on_request`.`id` FROM `acris_price_on_request` LEFT JOIN `acris_price_on_request_rule` `acris_price_on_request.rules.mapping` ON `acris_price_on_request`.`id` = `acris_price_on_request.rules.mapping`.`price_on_request_id`  LEFT JOIN `acris_price_on_request_product_stream` `acris_price_on_request.productStreams.mapping` ON `acris_price_on_request`.`id` = `acris_price_on_request.productStreams.mapping`.`price_on_request_id`  LEFT JOIN `rule` `acris_price_on_request.rules` ON `acris_price_on_request.rules.mapping`.`rule_id` = `acris_price_on_request.rules`.`id`  LEFT JOIN `product_stream` `acris_price_on_request.productStreams` ON `acris_price_on_request.productStreams.mapping`.`product_stream_id` = `acris_price_on_request.productStreams`.`id`  WHERE (`acris_price_on_request`.`version_id` = ?) AND (((`acris_price_on_request`.`active` = ? AND (`acris_price_on_request.rules`.`id` IN (?, ?, ?, ?, ?, ?, ?) OR `acris_price_on_request.rules`.`id` <=> ?) AND (`acris_price_on_request.productStreams`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) OR `acris_price_on_request.productStreams`.`id` <=> ?)))) GROUP BY `acris_price_on_request`.`id` ORDER BY LENGTH(`acris_price_on_request`.`priority`) DESC, MAX(`acris_price_on_request`.`priority`) DESC
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  true
  b"\x01š$‘O0r0¹;¶ï¹#Øâ"
  b"\x07ô8ÐjŠIQ£\x02:^x\x10ø„"
  b"'ráóÌRCe“íL{"”&þ"
  b"À\x19Ý/G9Mh‡F\x02x\x1A\x1E°j"
  b"ô29ã.\x16H1¥~IÊáÛw"
  b"d0pÆu\Có­Xë¥\x0FM\v\x17"
  b"§UÆH6ÒGC²•„RPÄXb"
  null
  b"\x01‘U°«q\x7Fõª~bÍ’\eœO"
  b"\x01\x15Ý6ërƒ­áŽ+Aj\x06³"
  b"\x01š$‘Oõr+¯\x02†ôŸˆŽj"
  b"™%R§:B:ˆ¤…,ŽÔA@"
  b"¯Xe\x06G\x0EFøœ\x7F?Žê\x7F´\x11"
  b"¹Ó±_Ñ!I\x16¿X\x12#ÅOßø"
  b"ºÐS—…¾MÙ£,—oQRˆ\x1E"
  b"Ë).\x1A¯…H‘ Ôâü£-Ð/"
  b"åR\x03­èGœ¶‹ñC?ÚLl"
  b"çéį€`@'›Péh3Õ®Û"
  b"ôæ|\x12kNKO‹OK‚•a;["
  b"\x01š$‘O{p×¥ÅO<ÅWp>"
  b"MÜ(•]ÊMWˆŽ¿22Ų‡"
  null
]
149 3.74 ms
SELECT `acris_price_on_request`.`id` as `acris_price_on_request.id`, `acris_price_on_request`.`version_id` as `acris_price_on_request.versionId`, `acris_price_on_request`.`cms_page_id` as `acris_price_on_request.cmsPageId`, `acris_price_on_request`.`cms_page_version_id` as `acris_price_on_request.cmsPageVersionId`, `acris_price_on_request`.`active` as `acris_price_on_request.active`, `acris_price_on_request`.`priority` as `acris_price_on_request.priority`, `acris_price_on_request`.`default_type` as `acris_price_on_request.defaultType`, `acris_price_on_request`.`price_display` as `acris_price_on_request.priceDisplay`, `acris_price_on_request`.`cart_functionality` as `acris_price_on_request.cartFunctionality`, `acris_price_on_request`.`delivery_display` as `acris_price_on_request.deliveryDisplay`, `acris_price_on_request`.`price_meta_data` as `acris_price_on_request.priceMetaData`, `acris_price_on_request`.`info_text_position` as `acris_price_on_request.infoTextPosition`, `acris_price_on_request`.`request_button_type` as `acris_price_on_request.requestButtonType`, `acris_price_on_request`.`login_button_type` as `acris_price_on_request.loginButtonType`, `acris_price_on_request`.`use_for` as `acris_price_on_request.useFor`, `acris_price_on_request`.`created_at` as `acris_price_on_request.createdAt`, `acris_price_on_request`.`updated_at` as `acris_price_on_request.updatedAt`, (SELECT GROUP_CONCAT(HEX(`acris_price_on_request.rules.mapping`.`rule_id`) SEPARATOR '||')
                  FROM `acris_price_on_request_rule` `acris_price_on_request.rules.mapping`
                  WHERE `acris_price_on_request.rules.mapping`.`price_on_request_id` = `acris_price_on_request`.`id` ) as `acris_price_on_request.rules.id_mapping`, `acris_price_on_request.cmsPage`.`id` as `acris_price_on_request.cmsPage.id`, `acris_price_on_request.cmsPage`.`version_id` as `acris_price_on_request.cmsPage.versionId`, `acris_price_on_request.cmsPage`.`type` as `acris_price_on_request.cmsPage.type`, `acris_price_on_request.cmsPage`.`entity` as `acris_price_on_request.cmsPage.entity`, `acris_price_on_request.cmsPage`.`css_class` as `acris_price_on_request.cmsPage.cssClass`, `acris_price_on_request.cmsPage`.`config` as `acris_price_on_request.cmsPage.config`, `acris_price_on_request.cmsPage`.`preview_media_id` as `acris_price_on_request.cmsPage.previewMediaId`, `acris_price_on_request.cmsPage`.`locked` as `acris_price_on_request.cmsPage.locked`, `acris_price_on_request.cmsPage`.`created_at` as `acris_price_on_request.cmsPage.createdAt`, `acris_price_on_request.cmsPage`.`updated_at` as `acris_price_on_request.cmsPage.updatedAt`, `acris_price_on_request.cmsPage.translation.name`, COALESCE(`acris_price_on_request.cmsPage.translation.name`,`acris_price_on_request.cmsPage.translation.name`) as `acris_price_on_request.cmsPage.name`, `acris_price_on_request.cmsPage.translation.customFields`, COALESCE(`acris_price_on_request.cmsPage.translation.customFields`,`acris_price_on_request.cmsPage.translation.customFields`) as `acris_price_on_request.cmsPage.customFields`, `acris_price_on_request.cmsPage.translation.createdAt`, `acris_price_on_request.cmsPage.translation.updatedAt`, `acris_price_on_request.cmsPage.translation.cmsPageId`, `acris_price_on_request.cmsPage.translation.languageId`, `acris_price_on_request.cmsPage.translation.cmsPageVersionId`, (SELECT GROUP_CONCAT(HEX(`acris_price_on_request.productStreams.mapping`.`product_stream_id`) SEPARATOR '||')
                  FROM `acris_price_on_request_product_stream` `acris_price_on_request.productStreams.mapping`
                  WHERE `acris_price_on_request.productStreams.mapping`.`price_on_request_id` = `acris_price_on_request`.`id` ) as `acris_price_on_request.productStreams.id_mapping`, `acris_price_on_request.translation.loginButtonText`, COALESCE(`acris_price_on_request.translation.loginButtonText`,`acris_price_on_request.translation.loginButtonText`) as `acris_price_on_request.loginButtonText`, `acris_price_on_request.translation.formButtonText`, COALESCE(`acris_price_on_request.translation.formButtonText`,`acris_price_on_request.translation.formButtonText`) as `acris_price_on_request.formButtonText`, `acris_price_on_request.translation.internalName`, COALESCE(`acris_price_on_request.translation.internalName`,`acris_price_on_request.translation.internalName`) as `acris_price_on_request.internalName`, `acris_price_on_request.translation.infoText`, COALESCE(`acris_price_on_request.translation.infoText`,`acris_price_on_request.translation.infoText`) as `acris_price_on_request.infoText`, `acris_price_on_request.translation.slotConfig`, COALESCE(`acris_price_on_request.translation.slotConfig`,`acris_price_on_request.translation.slotConfig`) as `acris_price_on_request.slotConfig`, `acris_price_on_request.translation.priceText`, COALESCE(`acris_price_on_request.translation.priceText`,`acris_price_on_request.translation.priceText`) as `acris_price_on_request.priceText`, `acris_price_on_request.translation.createdAt`, `acris_price_on_request.translation.updatedAt`, `acris_price_on_request.translation.acrisPriceOnRequestId`, `acris_price_on_request.translation.languageId`, `acris_price_on_request.translation.acrisPriceOnRequestVersionId` FROM `acris_price_on_request` LEFT JOIN (SELECT `acris_price_on_request.translation`.acris_price_on_request_id, `acris_price_on_request.translation`.acris_price_on_request_version_id, `acris_price_on_request.translation`.login_button_text as `acris_price_on_request.translation.loginButtonText`, `acris_price_on_request.translation`.form_button_text as `acris_price_on_request.translation.formButtonText`, `acris_price_on_request.translation`.internal_name as `acris_price_on_request.translation.internalName`, `acris_price_on_request.translation`.info_text as `acris_price_on_request.translation.infoText`, `acris_price_on_request.translation`.slot_config as `acris_price_on_request.translation.slotConfig`, `acris_price_on_request.translation`.price_text as `acris_price_on_request.translation.priceText`, `acris_price_on_request.translation`.created_at as `acris_price_on_request.translation.createdAt`, `acris_price_on_request.translation`.updated_at as `acris_price_on_request.translation.updatedAt`, `acris_price_on_request.translation`.acris_price_on_request_id as `acris_price_on_request.translation.acrisPriceOnRequestId`, `acris_price_on_request.translation`.language_id as `acris_price_on_request.translation.languageId`, `acris_price_on_request.translation`.acris_price_on_request_version_id as `acris_price_on_request.translation.acrisPriceOnRequestVersionId` FROM `acris_price_on_request_translation` `acris_price_on_request.translation` WHERE `acris_price_on_request.translation`.language_id = ?) `acris_price_on_request.acris_price_on_request_translation` ON `acris_price_on_request.acris_price_on_request_translation`.`acris_price_on_request_id` = `acris_price_on_request`.`id` AND `acris_price_on_request.acris_price_on_request_translation`.acris_price_on_request_version_id = `acris_price_on_request`.version_id LEFT JOIN `cms_page` `acris_price_on_request.cmsPage` ON `acris_price_on_request`.`cms_page_id` = `acris_price_on_request.cmsPage`.`id` AND `acris_price_on_request`.`cms_page_version_id` = `acris_price_on_request.cmsPage`.`version_id` LEFT JOIN (SELECT `acris_price_on_request.cmsPage.translation`.cms_page_id, `acris_price_on_request.cmsPage.translation`.cms_page_version_id, `acris_price_on_request.cmsPage.translation`.name as `acris_price_on_request.cmsPage.translation.name`, `acris_price_on_request.cmsPage.translation`.custom_fields as `acris_price_on_request.cmsPage.translation.customFields`, `acris_price_on_request.cmsPage.translation`.created_at as `acris_price_on_request.cmsPage.translation.createdAt`, `acris_price_on_request.cmsPage.translation`.updated_at as `acris_price_on_request.cmsPage.translation.updatedAt`, `acris_price_on_request.cmsPage.translation`.cms_page_id as `acris_price_on_request.cmsPage.translation.cmsPageId`, `acris_price_on_request.cmsPage.translation`.language_id as `acris_price_on_request.cmsPage.translation.languageId`, `acris_price_on_request.cmsPage.translation`.cms_page_version_id as `acris_price_on_request.cmsPage.translation.cmsPageVersionId` FROM `cms_page_translation` `acris_price_on_request.cmsPage.translation` WHERE `acris_price_on_request.cmsPage.translation`.language_id = ?) `acris_price_on_request.cmsPage.cms_page_translation` ON `acris_price_on_request.cmsPage.cms_page_translation`.`cms_page_id` = `acris_price_on_request.cmsPage`.`id` AND `acris_price_on_request.cmsPage.cms_page_translation`.cms_page_version_id = `acris_price_on_request.cmsPage`.version_id WHERE (`acris_price_on_request`.`version_id` = ?) AND (`acris_price_on_request`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"í—n½ÏèBòŒÜU\x000él©"
]
150 3.37 ms
SELECT `product_stream`.`id` as `product_stream.id`, `product_stream`.`api_filter` as `product_stream.apiFilter`, `product_stream`.`invalid` as `product_stream.invalid`, `product_stream`.`created_at` as `product_stream.createdAt`, `product_stream`.`updated_at` as `product_stream.updatedAt`, `product_stream.translation.name`, COALESCE(`product_stream.translation.name`,`product_stream.translation.name`) as `product_stream.name`, `product_stream.translation.description`, COALESCE(`product_stream.translation.description`,`product_stream.translation.description`) as `product_stream.description`, `product_stream.translation.customFields`, COALESCE(`product_stream.translation.customFields`,`product_stream.translation.customFields`) as `product_stream.customFields`, `product_stream.translation.createdAt`, `product_stream.translation.updatedAt`, `product_stream.translation.productStreamId`, `product_stream.translation.languageId` FROM `product_stream` LEFT JOIN (SELECT `product_stream.translation`.product_stream_id, `product_stream.translation`.name as `product_stream.translation.name`, `product_stream.translation`.description as `product_stream.translation.description`, `product_stream.translation`.custom_fields as `product_stream.translation.customFields`, `product_stream.translation`.created_at as `product_stream.translation.createdAt`, `product_stream.translation`.updated_at as `product_stream.translation.updatedAt`, `product_stream.translation`.product_stream_id as `product_stream.translation.productStreamId`, `product_stream.translation`.language_id as `product_stream.translation.languageId` FROM `product_stream_translation` `product_stream.translation` WHERE `product_stream.translation`.language_id = ?) `product_stream.product_stream_translation` ON `product_stream.product_stream_translation`.`product_stream_id` = `product_stream`.`id` WHERE `product_stream`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"MÜ(•]ÊMWˆŽ¿22Ų‡"
]
151 3.24 ms
SELECT `product_attribute_value`.`id` FROM `product_attribute_value` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` WHERE ((`product_attribute_value`.`product_id` = ? AND `product_attribute_value.attribute`.`field_name` = ?)) ORDER BY `product_attribute_value.attribute`.`sorting` DESC
Parameters:
[
  b"íé‹‚\x02:jš\x0FJue{BNë"
  "nameShort"
]
152 3.34 ms
SELECT `product_attribute_value`.`id` as `product_attribute_value.id`, `product_attribute_value`.`product_version_id` as `product_attribute_value.productVersionId`, `product_attribute_value`.`product_id` as `product_attribute_value.productId`, `product_attribute_value`.`value` as `product_attribute_value.value`, `product_attribute_value`.`value_base` as `product_attribute_value.valueBase`, `product_attribute_value`.`value_int` as `product_attribute_value.valueInt`, `product_attribute_value`.`value_base_int` as `product_attribute_value.valueBaseInt`, `product_attribute_value`.`value_float` as `product_attribute_value.valueFloat`, `product_attribute_value`.`value_base_float` as `product_attribute_value.valueBaseFloat`, `product_attribute_value`.`attribute_id` as `product_attribute_value.attributeId`, `product_attribute_value.attribute`.`id` as `product_attribute_value.attribute.id`, `product_attribute_value.attribute`.`show_in_datasheet` as `product_attribute_value.attribute.showInDatasheet`, `product_attribute_value.attribute`.`sorting` as `product_attribute_value.attribute.sorting`, `product_attribute_value.attribute`.`field_type` as `product_attribute_value.attribute.fieldType`, `product_attribute_value.attribute`.`field_name` as `product_attribute_value.attribute.fieldName`, `product_attribute_value.attribute`.`label_sort` as `product_attribute_value.attribute.labelSort`, `product_attribute_value.attribute`.`created_at` as `product_attribute_value.attribute.createdAt`, `product_attribute_value.attribute`.`updated_at` as `product_attribute_value.attribute.updatedAt`, `product_attribute_value.attribute.translation.unit`, COALESCE(`product_attribute_value.attribute.translation.unit`,`product_attribute_value.attribute.translation.unit`) as `product_attribute_value.attribute.unit`, `product_attribute_value.attribute.translation.label`, COALESCE(`product_attribute_value.attribute.translation.label`,`product_attribute_value.attribute.translation.label`) as `product_attribute_value.attribute.label`, `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation.languageId`, `product_attribute_value`.`created_at` as `product_attribute_value.createdAt`, `product_attribute_value`.`updated_at` as `product_attribute_value.updatedAt`, `product_attribute_value.translation.unitOverride`, COALESCE(`product_attribute_value.translation.unitOverride`,`product_attribute_value.translation.unitOverride`) as `product_attribute_value.unitOverride`, `product_attribute_value.translation.createdAt`, `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation.languageId` FROM `product_attribute_value` LEFT JOIN (SELECT `product_attribute_value.translation`.product_attribute_value_id, `product_attribute_value.translation`.unit_override as `product_attribute_value.translation.unitOverride`, `product_attribute_value.translation`.created_at as `product_attribute_value.translation.createdAt`, `product_attribute_value.translation`.updated_at as `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation`.product_attribute_value_id as `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation`.language_id as `product_attribute_value.translation.languageId` FROM `product_attribute_value_translation` `product_attribute_value.translation` WHERE `product_attribute_value.translation`.language_id = ?) `product_attribute_value.product_attribute_value_translation` ON `product_attribute_value.product_attribute_value_translation`.`product_attribute_value_id` = `product_attribute_value`.`id` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` LEFT JOIN (SELECT `product_attribute_value.attribute.translation`.product_attribute_id, `product_attribute_value.attribute.translation`.unit as `product_attribute_value.attribute.translation.unit`, `product_attribute_value.attribute.translation`.label as `product_attribute_value.attribute.translation.label`, `product_attribute_value.attribute.translation`.created_at as `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation`.updated_at as `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation`.product_attribute_id as `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation`.language_id as `product_attribute_value.attribute.translation.languageId` FROM `product_attribute_translation` `product_attribute_value.attribute.translation` WHERE `product_attribute_value.attribute.translation`.language_id = ?) `product_attribute_value.attribute.product_attribute_translation` ON `product_attribute_value.attribute.product_attribute_translation`.`product_attribute_id` = `product_attribute_value.attribute`.`id` WHERE `product_attribute_value`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x15®ß \x03sCì\t®ã\x18"
]
153 3.23 ms
SELECT `product_attribute_value`.`id` FROM `product_attribute_value` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` WHERE ((`product_attribute_value`.`product_id` = ? AND (`product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ?))) ORDER BY `product_attribute_value.attribute`.`sorting` DESC
Parameters:
[
  b"íé‹‚\x02:jš\x0FJue{BNë"
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
154 3.30 ms
SELECT `product_attribute_value`.`id` as `product_attribute_value.id`, `product_attribute_value`.`product_version_id` as `product_attribute_value.productVersionId`, `product_attribute_value`.`product_id` as `product_attribute_value.productId`, `product_attribute_value`.`value` as `product_attribute_value.value`, `product_attribute_value`.`value_base` as `product_attribute_value.valueBase`, `product_attribute_value`.`value_int` as `product_attribute_value.valueInt`, `product_attribute_value`.`value_base_int` as `product_attribute_value.valueBaseInt`, `product_attribute_value`.`value_float` as `product_attribute_value.valueFloat`, `product_attribute_value`.`value_base_float` as `product_attribute_value.valueBaseFloat`, `product_attribute_value`.`attribute_id` as `product_attribute_value.attributeId`, `product_attribute_value.attribute`.`id` as `product_attribute_value.attribute.id`, `product_attribute_value.attribute`.`show_in_datasheet` as `product_attribute_value.attribute.showInDatasheet`, `product_attribute_value.attribute`.`sorting` as `product_attribute_value.attribute.sorting`, `product_attribute_value.attribute`.`field_type` as `product_attribute_value.attribute.fieldType`, `product_attribute_value.attribute`.`field_name` as `product_attribute_value.attribute.fieldName`, `product_attribute_value.attribute`.`label_sort` as `product_attribute_value.attribute.labelSort`, `product_attribute_value.attribute`.`created_at` as `product_attribute_value.attribute.createdAt`, `product_attribute_value.attribute`.`updated_at` as `product_attribute_value.attribute.updatedAt`, `product_attribute_value.attribute.translation.unit`, COALESCE(`product_attribute_value.attribute.translation.unit`,`product_attribute_value.attribute.translation.unit`) as `product_attribute_value.attribute.unit`, `product_attribute_value.attribute.translation.label`, COALESCE(`product_attribute_value.attribute.translation.label`,`product_attribute_value.attribute.translation.label`) as `product_attribute_value.attribute.label`, `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation.languageId`, `product_attribute_value`.`created_at` as `product_attribute_value.createdAt`, `product_attribute_value`.`updated_at` as `product_attribute_value.updatedAt`, `product_attribute_value.translation.unitOverride`, COALESCE(`product_attribute_value.translation.unitOverride`,`product_attribute_value.translation.unitOverride`) as `product_attribute_value.unitOverride`, `product_attribute_value.translation.createdAt`, `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation.languageId` FROM `product_attribute_value` LEFT JOIN (SELECT `product_attribute_value.translation`.product_attribute_value_id, `product_attribute_value.translation`.unit_override as `product_attribute_value.translation.unitOverride`, `product_attribute_value.translation`.created_at as `product_attribute_value.translation.createdAt`, `product_attribute_value.translation`.updated_at as `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation`.product_attribute_value_id as `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation`.language_id as `product_attribute_value.translation.languageId` FROM `product_attribute_value_translation` `product_attribute_value.translation` WHERE `product_attribute_value.translation`.language_id = ?) `product_attribute_value.product_attribute_value_translation` ON `product_attribute_value.product_attribute_value_translation`.`product_attribute_value_id` = `product_attribute_value`.`id` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` LEFT JOIN (SELECT `product_attribute_value.attribute.translation`.product_attribute_id, `product_attribute_value.attribute.translation`.unit as `product_attribute_value.attribute.translation.unit`, `product_attribute_value.attribute.translation`.label as `product_attribute_value.attribute.translation.label`, `product_attribute_value.attribute.translation`.created_at as `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation`.updated_at as `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation`.product_attribute_id as `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation`.language_id as `product_attribute_value.attribute.translation.languageId` FROM `product_attribute_translation` `product_attribute_value.attribute.translation` WHERE `product_attribute_value.attribute.translation`.language_id = ?) `product_attribute_value.attribute.product_attribute_translation` ON `product_attribute_value.attribute.product_attribute_translation`.`product_attribute_id` = `product_attribute_value.attribute`.`id` WHERE `product_attribute_value`.`id` IN (?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"Ê\x07ºfÖÖøy?®>âSG—É"
  b"åÅÙmó<U\x12Â\x1DUÃ"\x01*n"
  b"ð#¦\x0Fùx@”ÙU¹fß¼¯0"
]
155 3.41 ms
SELECT `product_attribute_value`.`id` FROM `product_attribute_value` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` WHERE ((`product_attribute_value`.`product_id` = ? AND `product_attribute_value.attribute`.`field_name` = ?)) ORDER BY `product_attribute_value.attribute`.`sorting` DESC
Parameters:
[
  b"""
    4\x15ŽH\n
    ]^÷MØ•áù§³
    """
  "nameShort"
]
156 3.49 ms
SELECT `product_attribute_value`.`id` as `product_attribute_value.id`, `product_attribute_value`.`product_version_id` as `product_attribute_value.productVersionId`, `product_attribute_value`.`product_id` as `product_attribute_value.productId`, `product_attribute_value`.`value` as `product_attribute_value.value`, `product_attribute_value`.`value_base` as `product_attribute_value.valueBase`, `product_attribute_value`.`value_int` as `product_attribute_value.valueInt`, `product_attribute_value`.`value_base_int` as `product_attribute_value.valueBaseInt`, `product_attribute_value`.`value_float` as `product_attribute_value.valueFloat`, `product_attribute_value`.`value_base_float` as `product_attribute_value.valueBaseFloat`, `product_attribute_value`.`attribute_id` as `product_attribute_value.attributeId`, `product_attribute_value.attribute`.`id` as `product_attribute_value.attribute.id`, `product_attribute_value.attribute`.`show_in_datasheet` as `product_attribute_value.attribute.showInDatasheet`, `product_attribute_value.attribute`.`sorting` as `product_attribute_value.attribute.sorting`, `product_attribute_value.attribute`.`field_type` as `product_attribute_value.attribute.fieldType`, `product_attribute_value.attribute`.`field_name` as `product_attribute_value.attribute.fieldName`, `product_attribute_value.attribute`.`label_sort` as `product_attribute_value.attribute.labelSort`, `product_attribute_value.attribute`.`created_at` as `product_attribute_value.attribute.createdAt`, `product_attribute_value.attribute`.`updated_at` as `product_attribute_value.attribute.updatedAt`, `product_attribute_value.attribute.translation.unit`, COALESCE(`product_attribute_value.attribute.translation.unit`,`product_attribute_value.attribute.translation.unit`) as `product_attribute_value.attribute.unit`, `product_attribute_value.attribute.translation.label`, COALESCE(`product_attribute_value.attribute.translation.label`,`product_attribute_value.attribute.translation.label`) as `product_attribute_value.attribute.label`, `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation.languageId`, `product_attribute_value`.`created_at` as `product_attribute_value.createdAt`, `product_attribute_value`.`updated_at` as `product_attribute_value.updatedAt`, `product_attribute_value.translation.unitOverride`, COALESCE(`product_attribute_value.translation.unitOverride`,`product_attribute_value.translation.unitOverride`) as `product_attribute_value.unitOverride`, `product_attribute_value.translation.createdAt`, `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation.languageId` FROM `product_attribute_value` LEFT JOIN (SELECT `product_attribute_value.translation`.product_attribute_value_id, `product_attribute_value.translation`.unit_override as `product_attribute_value.translation.unitOverride`, `product_attribute_value.translation`.created_at as `product_attribute_value.translation.createdAt`, `product_attribute_value.translation`.updated_at as `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation`.product_attribute_value_id as `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation`.language_id as `product_attribute_value.translation.languageId` FROM `product_attribute_value_translation` `product_attribute_value.translation` WHERE `product_attribute_value.translation`.language_id = ?) `product_attribute_value.product_attribute_value_translation` ON `product_attribute_value.product_attribute_value_translation`.`product_attribute_value_id` = `product_attribute_value`.`id` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` LEFT JOIN (SELECT `product_attribute_value.attribute.translation`.product_attribute_id, `product_attribute_value.attribute.translation`.unit as `product_attribute_value.attribute.translation.unit`, `product_attribute_value.attribute.translation`.label as `product_attribute_value.attribute.translation.label`, `product_attribute_value.attribute.translation`.created_at as `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation`.updated_at as `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation`.product_attribute_id as `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation`.language_id as `product_attribute_value.attribute.translation.languageId` FROM `product_attribute_translation` `product_attribute_value.attribute.translation` WHERE `product_attribute_value.attribute.translation`.language_id = ?) `product_attribute_value.attribute.product_attribute_translation` ON `product_attribute_value.attribute.product_attribute_translation`.`product_attribute_id` = `product_attribute_value.attribute`.`id` WHERE `product_attribute_value`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x05ÛÚ\x10‡Žeçu\x05ãÀÄßÇ{"
]
157 3.32 ms
SELECT `product_attribute_value`.`id` FROM `product_attribute_value` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` WHERE ((`product_attribute_value`.`product_id` = ? AND (`product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ?))) ORDER BY `product_attribute_value.attribute`.`sorting` DESC
Parameters:
[
  b"""
    4\x15ŽH\n
    ]^÷MØ•áù§³
    """
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
158 3.61 ms
SELECT `product_attribute_value`.`id` as `product_attribute_value.id`, `product_attribute_value`.`product_version_id` as `product_attribute_value.productVersionId`, `product_attribute_value`.`product_id` as `product_attribute_value.productId`, `product_attribute_value`.`value` as `product_attribute_value.value`, `product_attribute_value`.`value_base` as `product_attribute_value.valueBase`, `product_attribute_value`.`value_int` as `product_attribute_value.valueInt`, `product_attribute_value`.`value_base_int` as `product_attribute_value.valueBaseInt`, `product_attribute_value`.`value_float` as `product_attribute_value.valueFloat`, `product_attribute_value`.`value_base_float` as `product_attribute_value.valueBaseFloat`, `product_attribute_value`.`attribute_id` as `product_attribute_value.attributeId`, `product_attribute_value.attribute`.`id` as `product_attribute_value.attribute.id`, `product_attribute_value.attribute`.`show_in_datasheet` as `product_attribute_value.attribute.showInDatasheet`, `product_attribute_value.attribute`.`sorting` as `product_attribute_value.attribute.sorting`, `product_attribute_value.attribute`.`field_type` as `product_attribute_value.attribute.fieldType`, `product_attribute_value.attribute`.`field_name` as `product_attribute_value.attribute.fieldName`, `product_attribute_value.attribute`.`label_sort` as `product_attribute_value.attribute.labelSort`, `product_attribute_value.attribute`.`created_at` as `product_attribute_value.attribute.createdAt`, `product_attribute_value.attribute`.`updated_at` as `product_attribute_value.attribute.updatedAt`, `product_attribute_value.attribute.translation.unit`, COALESCE(`product_attribute_value.attribute.translation.unit`,`product_attribute_value.attribute.translation.unit`) as `product_attribute_value.attribute.unit`, `product_attribute_value.attribute.translation.label`, COALESCE(`product_attribute_value.attribute.translation.label`,`product_attribute_value.attribute.translation.label`) as `product_attribute_value.attribute.label`, `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation.languageId`, `product_attribute_value`.`created_at` as `product_attribute_value.createdAt`, `product_attribute_value`.`updated_at` as `product_attribute_value.updatedAt`, `product_attribute_value.translation.unitOverride`, COALESCE(`product_attribute_value.translation.unitOverride`,`product_attribute_value.translation.unitOverride`) as `product_attribute_value.unitOverride`, `product_attribute_value.translation.createdAt`, `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation.languageId` FROM `product_attribute_value` LEFT JOIN (SELECT `product_attribute_value.translation`.product_attribute_value_id, `product_attribute_value.translation`.unit_override as `product_attribute_value.translation.unitOverride`, `product_attribute_value.translation`.created_at as `product_attribute_value.translation.createdAt`, `product_attribute_value.translation`.updated_at as `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation`.product_attribute_value_id as `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation`.language_id as `product_attribute_value.translation.languageId` FROM `product_attribute_value_translation` `product_attribute_value.translation` WHERE `product_attribute_value.translation`.language_id = ?) `product_attribute_value.product_attribute_value_translation` ON `product_attribute_value.product_attribute_value_translation`.`product_attribute_value_id` = `product_attribute_value`.`id` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` LEFT JOIN (SELECT `product_attribute_value.attribute.translation`.product_attribute_id, `product_attribute_value.attribute.translation`.unit as `product_attribute_value.attribute.translation.unit`, `product_attribute_value.attribute.translation`.label as `product_attribute_value.attribute.translation.label`, `product_attribute_value.attribute.translation`.created_at as `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation`.updated_at as `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation`.product_attribute_id as `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation`.language_id as `product_attribute_value.attribute.translation.languageId` FROM `product_attribute_translation` `product_attribute_value.attribute.translation` WHERE `product_attribute_value.attribute.translation`.language_id = ?) `product_attribute_value.attribute.product_attribute_translation` ON `product_attribute_value.attribute.product_attribute_translation`.`product_attribute_id` = `product_attribute_value.attribute`.`id` WHERE `product_attribute_value`.`id` IN (?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"Ŭü%×C\x15v\f¼a´e×}«"
  b"ä>\x08«v¢àÊ:¿‚jð\x0E¯\v"
]
159 3.43 ms
SELECT `product_attribute_value`.`id` FROM `product_attribute_value` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` WHERE ((`product_attribute_value`.`product_id` = ? AND `product_attribute_value.attribute`.`field_name` = ?)) ORDER BY `product_attribute_value.attribute`.`sorting` DESC
Parameters:
[
  b"p\x11Ìž%$@]\x05Ç{Œ\x07z’\x1A"
  "nameShort"
]
160 3.47 ms
SELECT `product_attribute_value`.`id` as `product_attribute_value.id`, `product_attribute_value`.`product_version_id` as `product_attribute_value.productVersionId`, `product_attribute_value`.`product_id` as `product_attribute_value.productId`, `product_attribute_value`.`value` as `product_attribute_value.value`, `product_attribute_value`.`value_base` as `product_attribute_value.valueBase`, `product_attribute_value`.`value_int` as `product_attribute_value.valueInt`, `product_attribute_value`.`value_base_int` as `product_attribute_value.valueBaseInt`, `product_attribute_value`.`value_float` as `product_attribute_value.valueFloat`, `product_attribute_value`.`value_base_float` as `product_attribute_value.valueBaseFloat`, `product_attribute_value`.`attribute_id` as `product_attribute_value.attributeId`, `product_attribute_value.attribute`.`id` as `product_attribute_value.attribute.id`, `product_attribute_value.attribute`.`show_in_datasheet` as `product_attribute_value.attribute.showInDatasheet`, `product_attribute_value.attribute`.`sorting` as `product_attribute_value.attribute.sorting`, `product_attribute_value.attribute`.`field_type` as `product_attribute_value.attribute.fieldType`, `product_attribute_value.attribute`.`field_name` as `product_attribute_value.attribute.fieldName`, `product_attribute_value.attribute`.`label_sort` as `product_attribute_value.attribute.labelSort`, `product_attribute_value.attribute`.`created_at` as `product_attribute_value.attribute.createdAt`, `product_attribute_value.attribute`.`updated_at` as `product_attribute_value.attribute.updatedAt`, `product_attribute_value.attribute.translation.unit`, COALESCE(`product_attribute_value.attribute.translation.unit`,`product_attribute_value.attribute.translation.unit`) as `product_attribute_value.attribute.unit`, `product_attribute_value.attribute.translation.label`, COALESCE(`product_attribute_value.attribute.translation.label`,`product_attribute_value.attribute.translation.label`) as `product_attribute_value.attribute.label`, `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation.languageId`, `product_attribute_value`.`created_at` as `product_attribute_value.createdAt`, `product_attribute_value`.`updated_at` as `product_attribute_value.updatedAt`, `product_attribute_value.translation.unitOverride`, COALESCE(`product_attribute_value.translation.unitOverride`,`product_attribute_value.translation.unitOverride`) as `product_attribute_value.unitOverride`, `product_attribute_value.translation.createdAt`, `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation.languageId` FROM `product_attribute_value` LEFT JOIN (SELECT `product_attribute_value.translation`.product_attribute_value_id, `product_attribute_value.translation`.unit_override as `product_attribute_value.translation.unitOverride`, `product_attribute_value.translation`.created_at as `product_attribute_value.translation.createdAt`, `product_attribute_value.translation`.updated_at as `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation`.product_attribute_value_id as `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation`.language_id as `product_attribute_value.translation.languageId` FROM `product_attribute_value_translation` `product_attribute_value.translation` WHERE `product_attribute_value.translation`.language_id = ?) `product_attribute_value.product_attribute_value_translation` ON `product_attribute_value.product_attribute_value_translation`.`product_attribute_value_id` = `product_attribute_value`.`id` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` LEFT JOIN (SELECT `product_attribute_value.attribute.translation`.product_attribute_id, `product_attribute_value.attribute.translation`.unit as `product_attribute_value.attribute.translation.unit`, `product_attribute_value.attribute.translation`.label as `product_attribute_value.attribute.translation.label`, `product_attribute_value.attribute.translation`.created_at as `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation`.updated_at as `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation`.product_attribute_id as `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation`.language_id as `product_attribute_value.attribute.translation.languageId` FROM `product_attribute_translation` `product_attribute_value.attribute.translation` WHERE `product_attribute_value.attribute.translation`.language_id = ?) `product_attribute_value.attribute.product_attribute_translation` ON `product_attribute_value.attribute.product_attribute_translation`.`product_attribute_id` = `product_attribute_value.attribute`.`id` WHERE `product_attribute_value`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"Ã?ÄJ´>¢8_êl…ÅÒu\x03"
]
161 3.34 ms
SELECT `product_attribute_value`.`id` FROM `product_attribute_value` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` WHERE ((`product_attribute_value`.`product_id` = ? AND (`product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ?))) ORDER BY `product_attribute_value.attribute`.`sorting` DESC
Parameters:
[
  b"p\x11Ìž%$@]\x05Ç{Œ\x07z’\x1A"
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
162 3.22 ms
SELECT `product_attribute_value`.`id` as `product_attribute_value.id`, `product_attribute_value`.`product_version_id` as `product_attribute_value.productVersionId`, `product_attribute_value`.`product_id` as `product_attribute_value.productId`, `product_attribute_value`.`value` as `product_attribute_value.value`, `product_attribute_value`.`value_base` as `product_attribute_value.valueBase`, `product_attribute_value`.`value_int` as `product_attribute_value.valueInt`, `product_attribute_value`.`value_base_int` as `product_attribute_value.valueBaseInt`, `product_attribute_value`.`value_float` as `product_attribute_value.valueFloat`, `product_attribute_value`.`value_base_float` as `product_attribute_value.valueBaseFloat`, `product_attribute_value`.`attribute_id` as `product_attribute_value.attributeId`, `product_attribute_value.attribute`.`id` as `product_attribute_value.attribute.id`, `product_attribute_value.attribute`.`show_in_datasheet` as `product_attribute_value.attribute.showInDatasheet`, `product_attribute_value.attribute`.`sorting` as `product_attribute_value.attribute.sorting`, `product_attribute_value.attribute`.`field_type` as `product_attribute_value.attribute.fieldType`, `product_attribute_value.attribute`.`field_name` as `product_attribute_value.attribute.fieldName`, `product_attribute_value.attribute`.`label_sort` as `product_attribute_value.attribute.labelSort`, `product_attribute_value.attribute`.`created_at` as `product_attribute_value.attribute.createdAt`, `product_attribute_value.attribute`.`updated_at` as `product_attribute_value.attribute.updatedAt`, `product_attribute_value.attribute.translation.unit`, COALESCE(`product_attribute_value.attribute.translation.unit`,`product_attribute_value.attribute.translation.unit`) as `product_attribute_value.attribute.unit`, `product_attribute_value.attribute.translation.label`, COALESCE(`product_attribute_value.attribute.translation.label`,`product_attribute_value.attribute.translation.label`) as `product_attribute_value.attribute.label`, `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation.languageId`, `product_attribute_value`.`created_at` as `product_attribute_value.createdAt`, `product_attribute_value`.`updated_at` as `product_attribute_value.updatedAt`, `product_attribute_value.translation.unitOverride`, COALESCE(`product_attribute_value.translation.unitOverride`,`product_attribute_value.translation.unitOverride`) as `product_attribute_value.unitOverride`, `product_attribute_value.translation.createdAt`, `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation.languageId` FROM `product_attribute_value` LEFT JOIN (SELECT `product_attribute_value.translation`.product_attribute_value_id, `product_attribute_value.translation`.unit_override as `product_attribute_value.translation.unitOverride`, `product_attribute_value.translation`.created_at as `product_attribute_value.translation.createdAt`, `product_attribute_value.translation`.updated_at as `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation`.product_attribute_value_id as `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation`.language_id as `product_attribute_value.translation.languageId` FROM `product_attribute_value_translation` `product_attribute_value.translation` WHERE `product_attribute_value.translation`.language_id = ?) `product_attribute_value.product_attribute_value_translation` ON `product_attribute_value.product_attribute_value_translation`.`product_attribute_value_id` = `product_attribute_value`.`id` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` LEFT JOIN (SELECT `product_attribute_value.attribute.translation`.product_attribute_id, `product_attribute_value.attribute.translation`.unit as `product_attribute_value.attribute.translation.unit`, `product_attribute_value.attribute.translation`.label as `product_attribute_value.attribute.translation.label`, `product_attribute_value.attribute.translation`.created_at as `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation`.updated_at as `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation`.product_attribute_id as `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation`.language_id as `product_attribute_value.attribute.translation.languageId` FROM `product_attribute_translation` `product_attribute_value.attribute.translation` WHERE `product_attribute_value.attribute.translation`.language_id = ?) `product_attribute_value.attribute.product_attribute_translation` ON `product_attribute_value.attribute.product_attribute_translation`.`product_attribute_id` = `product_attribute_value.attribute`.`id` WHERE `product_attribute_value`.`id` IN (?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b")LKºpb_?‘©B—š±D"
  b"Jíì^\x10g•Q \x1A\x06-\x11E::"
  b"¬4BF8³\x1D¹ß_ävHæ¶\x11"
]
163 3.12 ms
SELECT `product_attribute_value`.`id` FROM `product_attribute_value` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` WHERE ((`product_attribute_value`.`product_id` = ? AND `product_attribute_value.attribute`.`field_name` = ?)) ORDER BY `product_attribute_value.attribute`.`sorting` DESC
Parameters:
[
  b"\x11î/ªAéÑ7P¤vÉï†%"
  "nameShort"
]
164 3.22 ms
SELECT `product_attribute_value`.`id` as `product_attribute_value.id`, `product_attribute_value`.`product_version_id` as `product_attribute_value.productVersionId`, `product_attribute_value`.`product_id` as `product_attribute_value.productId`, `product_attribute_value`.`value` as `product_attribute_value.value`, `product_attribute_value`.`value_base` as `product_attribute_value.valueBase`, `product_attribute_value`.`value_int` as `product_attribute_value.valueInt`, `product_attribute_value`.`value_base_int` as `product_attribute_value.valueBaseInt`, `product_attribute_value`.`value_float` as `product_attribute_value.valueFloat`, `product_attribute_value`.`value_base_float` as `product_attribute_value.valueBaseFloat`, `product_attribute_value`.`attribute_id` as `product_attribute_value.attributeId`, `product_attribute_value.attribute`.`id` as `product_attribute_value.attribute.id`, `product_attribute_value.attribute`.`show_in_datasheet` as `product_attribute_value.attribute.showInDatasheet`, `product_attribute_value.attribute`.`sorting` as `product_attribute_value.attribute.sorting`, `product_attribute_value.attribute`.`field_type` as `product_attribute_value.attribute.fieldType`, `product_attribute_value.attribute`.`field_name` as `product_attribute_value.attribute.fieldName`, `product_attribute_value.attribute`.`label_sort` as `product_attribute_value.attribute.labelSort`, `product_attribute_value.attribute`.`created_at` as `product_attribute_value.attribute.createdAt`, `product_attribute_value.attribute`.`updated_at` as `product_attribute_value.attribute.updatedAt`, `product_attribute_value.attribute.translation.unit`, COALESCE(`product_attribute_value.attribute.translation.unit`,`product_attribute_value.attribute.translation.unit`) as `product_attribute_value.attribute.unit`, `product_attribute_value.attribute.translation.label`, COALESCE(`product_attribute_value.attribute.translation.label`,`product_attribute_value.attribute.translation.label`) as `product_attribute_value.attribute.label`, `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation.languageId`, `product_attribute_value`.`created_at` as `product_attribute_value.createdAt`, `product_attribute_value`.`updated_at` as `product_attribute_value.updatedAt`, `product_attribute_value.translation.unitOverride`, COALESCE(`product_attribute_value.translation.unitOverride`,`product_attribute_value.translation.unitOverride`) as `product_attribute_value.unitOverride`, `product_attribute_value.translation.createdAt`, `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation.languageId` FROM `product_attribute_value` LEFT JOIN (SELECT `product_attribute_value.translation`.product_attribute_value_id, `product_attribute_value.translation`.unit_override as `product_attribute_value.translation.unitOverride`, `product_attribute_value.translation`.created_at as `product_attribute_value.translation.createdAt`, `product_attribute_value.translation`.updated_at as `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation`.product_attribute_value_id as `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation`.language_id as `product_attribute_value.translation.languageId` FROM `product_attribute_value_translation` `product_attribute_value.translation` WHERE `product_attribute_value.translation`.language_id = ?) `product_attribute_value.product_attribute_value_translation` ON `product_attribute_value.product_attribute_value_translation`.`product_attribute_value_id` = `product_attribute_value`.`id` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` LEFT JOIN (SELECT `product_attribute_value.attribute.translation`.product_attribute_id, `product_attribute_value.attribute.translation`.unit as `product_attribute_value.attribute.translation.unit`, `product_attribute_value.attribute.translation`.label as `product_attribute_value.attribute.translation.label`, `product_attribute_value.attribute.translation`.created_at as `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation`.updated_at as `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation`.product_attribute_id as `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation`.language_id as `product_attribute_value.attribute.translation.languageId` FROM `product_attribute_translation` `product_attribute_value.attribute.translation` WHERE `product_attribute_value.attribute.translation`.language_id = ?) `product_attribute_value.attribute.product_attribute_translation` ON `product_attribute_value.attribute.product_attribute_translation`.`product_attribute_id` = `product_attribute_value.attribute`.`id` WHERE `product_attribute_value`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"©å‡ëÍ˹ëBçw¼–q`Ø"
]
165 3.32 ms
SELECT `product_attribute_value`.`id` FROM `product_attribute_value` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` WHERE ((`product_attribute_value`.`product_id` = ? AND (`product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ?))) ORDER BY `product_attribute_value.attribute`.`sorting` DESC
Parameters:
[
  b"\x11î/ªAéÑ7P¤vÉï†%"
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
166 3.25 ms
SELECT `product_attribute_value`.`id` as `product_attribute_value.id`, `product_attribute_value`.`product_version_id` as `product_attribute_value.productVersionId`, `product_attribute_value`.`product_id` as `product_attribute_value.productId`, `product_attribute_value`.`value` as `product_attribute_value.value`, `product_attribute_value`.`value_base` as `product_attribute_value.valueBase`, `product_attribute_value`.`value_int` as `product_attribute_value.valueInt`, `product_attribute_value`.`value_base_int` as `product_attribute_value.valueBaseInt`, `product_attribute_value`.`value_float` as `product_attribute_value.valueFloat`, `product_attribute_value`.`value_base_float` as `product_attribute_value.valueBaseFloat`, `product_attribute_value`.`attribute_id` as `product_attribute_value.attributeId`, `product_attribute_value.attribute`.`id` as `product_attribute_value.attribute.id`, `product_attribute_value.attribute`.`show_in_datasheet` as `product_attribute_value.attribute.showInDatasheet`, `product_attribute_value.attribute`.`sorting` as `product_attribute_value.attribute.sorting`, `product_attribute_value.attribute`.`field_type` as `product_attribute_value.attribute.fieldType`, `product_attribute_value.attribute`.`field_name` as `product_attribute_value.attribute.fieldName`, `product_attribute_value.attribute`.`label_sort` as `product_attribute_value.attribute.labelSort`, `product_attribute_value.attribute`.`created_at` as `product_attribute_value.attribute.createdAt`, `product_attribute_value.attribute`.`updated_at` as `product_attribute_value.attribute.updatedAt`, `product_attribute_value.attribute.translation.unit`, COALESCE(`product_attribute_value.attribute.translation.unit`,`product_attribute_value.attribute.translation.unit`) as `product_attribute_value.attribute.unit`, `product_attribute_value.attribute.translation.label`, COALESCE(`product_attribute_value.attribute.translation.label`,`product_attribute_value.attribute.translation.label`) as `product_attribute_value.attribute.label`, `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation.languageId`, `product_attribute_value`.`created_at` as `product_attribute_value.createdAt`, `product_attribute_value`.`updated_at` as `product_attribute_value.updatedAt`, `product_attribute_value.translation.unitOverride`, COALESCE(`product_attribute_value.translation.unitOverride`,`product_attribute_value.translation.unitOverride`) as `product_attribute_value.unitOverride`, `product_attribute_value.translation.createdAt`, `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation.languageId` FROM `product_attribute_value` LEFT JOIN (SELECT `product_attribute_value.translation`.product_attribute_value_id, `product_attribute_value.translation`.unit_override as `product_attribute_value.translation.unitOverride`, `product_attribute_value.translation`.created_at as `product_attribute_value.translation.createdAt`, `product_attribute_value.translation`.updated_at as `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation`.product_attribute_value_id as `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation`.language_id as `product_attribute_value.translation.languageId` FROM `product_attribute_value_translation` `product_attribute_value.translation` WHERE `product_attribute_value.translation`.language_id = ?) `product_attribute_value.product_attribute_value_translation` ON `product_attribute_value.product_attribute_value_translation`.`product_attribute_value_id` = `product_attribute_value`.`id` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` LEFT JOIN (SELECT `product_attribute_value.attribute.translation`.product_attribute_id, `product_attribute_value.attribute.translation`.unit as `product_attribute_value.attribute.translation.unit`, `product_attribute_value.attribute.translation`.label as `product_attribute_value.attribute.translation.label`, `product_attribute_value.attribute.translation`.created_at as `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation`.updated_at as `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation`.product_attribute_id as `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation`.language_id as `product_attribute_value.attribute.translation.languageId` FROM `product_attribute_translation` `product_attribute_value.attribute.translation` WHERE `product_attribute_value.attribute.translation`.language_id = ?) `product_attribute_value.attribute.product_attribute_translation` ON `product_attribute_value.attribute.product_attribute_translation`.`product_attribute_id` = `product_attribute_value.attribute`.`id` WHERE `product_attribute_value`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"þÚ£Øn6¼6·å¿\x1C*Ôr"
]
167 3.22 ms
SELECT `product_attribute_value`.`id` FROM `product_attribute_value` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` WHERE ((`product_attribute_value`.`product_id` = ? AND `product_attribute_value.attribute`.`field_name` = ?)) ORDER BY `product_attribute_value.attribute`.`sorting` DESC
Parameters:
[
  b"\x7F™~H†wP?‘©_\x7FƧ"
  "nameShort"
]
168 3.26 ms
SELECT `product_attribute_value`.`id` as `product_attribute_value.id`, `product_attribute_value`.`product_version_id` as `product_attribute_value.productVersionId`, `product_attribute_value`.`product_id` as `product_attribute_value.productId`, `product_attribute_value`.`value` as `product_attribute_value.value`, `product_attribute_value`.`value_base` as `product_attribute_value.valueBase`, `product_attribute_value`.`value_int` as `product_attribute_value.valueInt`, `product_attribute_value`.`value_base_int` as `product_attribute_value.valueBaseInt`, `product_attribute_value`.`value_float` as `product_attribute_value.valueFloat`, `product_attribute_value`.`value_base_float` as `product_attribute_value.valueBaseFloat`, `product_attribute_value`.`attribute_id` as `product_attribute_value.attributeId`, `product_attribute_value.attribute`.`id` as `product_attribute_value.attribute.id`, `product_attribute_value.attribute`.`show_in_datasheet` as `product_attribute_value.attribute.showInDatasheet`, `product_attribute_value.attribute`.`sorting` as `product_attribute_value.attribute.sorting`, `product_attribute_value.attribute`.`field_type` as `product_attribute_value.attribute.fieldType`, `product_attribute_value.attribute`.`field_name` as `product_attribute_value.attribute.fieldName`, `product_attribute_value.attribute`.`label_sort` as `product_attribute_value.attribute.labelSort`, `product_attribute_value.attribute`.`created_at` as `product_attribute_value.attribute.createdAt`, `product_attribute_value.attribute`.`updated_at` as `product_attribute_value.attribute.updatedAt`, `product_attribute_value.attribute.translation.unit`, COALESCE(`product_attribute_value.attribute.translation.unit`,`product_attribute_value.attribute.translation.unit`) as `product_attribute_value.attribute.unit`, `product_attribute_value.attribute.translation.label`, COALESCE(`product_attribute_value.attribute.translation.label`,`product_attribute_value.attribute.translation.label`) as `product_attribute_value.attribute.label`, `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation.languageId`, `product_attribute_value`.`created_at` as `product_attribute_value.createdAt`, `product_attribute_value`.`updated_at` as `product_attribute_value.updatedAt`, `product_attribute_value.translation.unitOverride`, COALESCE(`product_attribute_value.translation.unitOverride`,`product_attribute_value.translation.unitOverride`) as `product_attribute_value.unitOverride`, `product_attribute_value.translation.createdAt`, `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation.languageId` FROM `product_attribute_value` LEFT JOIN (SELECT `product_attribute_value.translation`.product_attribute_value_id, `product_attribute_value.translation`.unit_override as `product_attribute_value.translation.unitOverride`, `product_attribute_value.translation`.created_at as `product_attribute_value.translation.createdAt`, `product_attribute_value.translation`.updated_at as `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation`.product_attribute_value_id as `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation`.language_id as `product_attribute_value.translation.languageId` FROM `product_attribute_value_translation` `product_attribute_value.translation` WHERE `product_attribute_value.translation`.language_id = ?) `product_attribute_value.product_attribute_value_translation` ON `product_attribute_value.product_attribute_value_translation`.`product_attribute_value_id` = `product_attribute_value`.`id` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` LEFT JOIN (SELECT `product_attribute_value.attribute.translation`.product_attribute_id, `product_attribute_value.attribute.translation`.unit as `product_attribute_value.attribute.translation.unit`, `product_attribute_value.attribute.translation`.label as `product_attribute_value.attribute.translation.label`, `product_attribute_value.attribute.translation`.created_at as `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation`.updated_at as `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation`.product_attribute_id as `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation`.language_id as `product_attribute_value.attribute.translation.languageId` FROM `product_attribute_translation` `product_attribute_value.attribute.translation` WHERE `product_attribute_value.attribute.translation`.language_id = ?) `product_attribute_value.attribute.product_attribute_translation` ON `product_attribute_value.attribute.product_attribute_translation`.`product_attribute_id` = `product_attribute_value.attribute`.`id` WHERE `product_attribute_value`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01߆UÓOÛ|ð\x19æ\x13¥"
]
169 3.35 ms
SELECT `product_attribute_value`.`id` FROM `product_attribute_value` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` WHERE ((`product_attribute_value`.`product_id` = ? AND (`product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ?))) ORDER BY `product_attribute_value.attribute`.`sorting` DESC
Parameters:
[
  b"\x7F™~H†wP?‘©_\x7FƧ"
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
170 3.88 ms
SELECT `product_attribute_value`.`id` as `product_attribute_value.id`, `product_attribute_value`.`product_version_id` as `product_attribute_value.productVersionId`, `product_attribute_value`.`product_id` as `product_attribute_value.productId`, `product_attribute_value`.`value` as `product_attribute_value.value`, `product_attribute_value`.`value_base` as `product_attribute_value.valueBase`, `product_attribute_value`.`value_int` as `product_attribute_value.valueInt`, `product_attribute_value`.`value_base_int` as `product_attribute_value.valueBaseInt`, `product_attribute_value`.`value_float` as `product_attribute_value.valueFloat`, `product_attribute_value`.`value_base_float` as `product_attribute_value.valueBaseFloat`, `product_attribute_value`.`attribute_id` as `product_attribute_value.attributeId`, `product_attribute_value.attribute`.`id` as `product_attribute_value.attribute.id`, `product_attribute_value.attribute`.`show_in_datasheet` as `product_attribute_value.attribute.showInDatasheet`, `product_attribute_value.attribute`.`sorting` as `product_attribute_value.attribute.sorting`, `product_attribute_value.attribute`.`field_type` as `product_attribute_value.attribute.fieldType`, `product_attribute_value.attribute`.`field_name` as `product_attribute_value.attribute.fieldName`, `product_attribute_value.attribute`.`label_sort` as `product_attribute_value.attribute.labelSort`, `product_attribute_value.attribute`.`created_at` as `product_attribute_value.attribute.createdAt`, `product_attribute_value.attribute`.`updated_at` as `product_attribute_value.attribute.updatedAt`, `product_attribute_value.attribute.translation.unit`, COALESCE(`product_attribute_value.attribute.translation.unit`,`product_attribute_value.attribute.translation.unit`) as `product_attribute_value.attribute.unit`, `product_attribute_value.attribute.translation.label`, COALESCE(`product_attribute_value.attribute.translation.label`,`product_attribute_value.attribute.translation.label`) as `product_attribute_value.attribute.label`, `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation.languageId`, `product_attribute_value`.`created_at` as `product_attribute_value.createdAt`, `product_attribute_value`.`updated_at` as `product_attribute_value.updatedAt`, `product_attribute_value.translation.unitOverride`, COALESCE(`product_attribute_value.translation.unitOverride`,`product_attribute_value.translation.unitOverride`) as `product_attribute_value.unitOverride`, `product_attribute_value.translation.createdAt`, `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation.languageId` FROM `product_attribute_value` LEFT JOIN (SELECT `product_attribute_value.translation`.product_attribute_value_id, `product_attribute_value.translation`.unit_override as `product_attribute_value.translation.unitOverride`, `product_attribute_value.translation`.created_at as `product_attribute_value.translation.createdAt`, `product_attribute_value.translation`.updated_at as `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation`.product_attribute_value_id as `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation`.language_id as `product_attribute_value.translation.languageId` FROM `product_attribute_value_translation` `product_attribute_value.translation` WHERE `product_attribute_value.translation`.language_id = ?) `product_attribute_value.product_attribute_value_translation` ON `product_attribute_value.product_attribute_value_translation`.`product_attribute_value_id` = `product_attribute_value`.`id` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` LEFT JOIN (SELECT `product_attribute_value.attribute.translation`.product_attribute_id, `product_attribute_value.attribute.translation`.unit as `product_attribute_value.attribute.translation.unit`, `product_attribute_value.attribute.translation`.label as `product_attribute_value.attribute.translation.label`, `product_attribute_value.attribute.translation`.created_at as `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation`.updated_at as `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation`.product_attribute_id as `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation`.language_id as `product_attribute_value.attribute.translation.languageId` FROM `product_attribute_translation` `product_attribute_value.attribute.translation` WHERE `product_attribute_value.attribute.translation`.language_id = ?) `product_attribute_value.attribute.product_attribute_translation` ON `product_attribute_value.attribute.product_attribute_translation`.`product_attribute_id` = `product_attribute_value.attribute`.`id` WHERE `product_attribute_value`.`id` IN (?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/üc]\rIzæzØaÇ\x17Û’."
  b"z‡æ#\x03º\x10}\x1D$]:Lü\ee"
  b"¾­GÇz\x1Fö²¢ø\x01ÔŁޛ"
]
171 3.31 ms
SELECT `product_attribute_value`.`id` FROM `product_attribute_value` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` WHERE ((`product_attribute_value`.`product_id` = ? AND `product_attribute_value.attribute`.`field_name` = ?)) ORDER BY `product_attribute_value.attribute`.`sorting` DESC
Parameters:
[
  b"§¢'¶ö×}<":ŽNR¿\x7F\x07"
  "nameShort"
]
172 3.47 ms
SELECT `product_attribute_value`.`id` as `product_attribute_value.id`, `product_attribute_value`.`product_version_id` as `product_attribute_value.productVersionId`, `product_attribute_value`.`product_id` as `product_attribute_value.productId`, `product_attribute_value`.`value` as `product_attribute_value.value`, `product_attribute_value`.`value_base` as `product_attribute_value.valueBase`, `product_attribute_value`.`value_int` as `product_attribute_value.valueInt`, `product_attribute_value`.`value_base_int` as `product_attribute_value.valueBaseInt`, `product_attribute_value`.`value_float` as `product_attribute_value.valueFloat`, `product_attribute_value`.`value_base_float` as `product_attribute_value.valueBaseFloat`, `product_attribute_value`.`attribute_id` as `product_attribute_value.attributeId`, `product_attribute_value.attribute`.`id` as `product_attribute_value.attribute.id`, `product_attribute_value.attribute`.`show_in_datasheet` as `product_attribute_value.attribute.showInDatasheet`, `product_attribute_value.attribute`.`sorting` as `product_attribute_value.attribute.sorting`, `product_attribute_value.attribute`.`field_type` as `product_attribute_value.attribute.fieldType`, `product_attribute_value.attribute`.`field_name` as `product_attribute_value.attribute.fieldName`, `product_attribute_value.attribute`.`label_sort` as `product_attribute_value.attribute.labelSort`, `product_attribute_value.attribute`.`created_at` as `product_attribute_value.attribute.createdAt`, `product_attribute_value.attribute`.`updated_at` as `product_attribute_value.attribute.updatedAt`, `product_attribute_value.attribute.translation.unit`, COALESCE(`product_attribute_value.attribute.translation.unit`,`product_attribute_value.attribute.translation.unit`) as `product_attribute_value.attribute.unit`, `product_attribute_value.attribute.translation.label`, COALESCE(`product_attribute_value.attribute.translation.label`,`product_attribute_value.attribute.translation.label`) as `product_attribute_value.attribute.label`, `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation.languageId`, `product_attribute_value`.`created_at` as `product_attribute_value.createdAt`, `product_attribute_value`.`updated_at` as `product_attribute_value.updatedAt`, `product_attribute_value.translation.unitOverride`, COALESCE(`product_attribute_value.translation.unitOverride`,`product_attribute_value.translation.unitOverride`) as `product_attribute_value.unitOverride`, `product_attribute_value.translation.createdAt`, `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation.languageId` FROM `product_attribute_value` LEFT JOIN (SELECT `product_attribute_value.translation`.product_attribute_value_id, `product_attribute_value.translation`.unit_override as `product_attribute_value.translation.unitOverride`, `product_attribute_value.translation`.created_at as `product_attribute_value.translation.createdAt`, `product_attribute_value.translation`.updated_at as `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation`.product_attribute_value_id as `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation`.language_id as `product_attribute_value.translation.languageId` FROM `product_attribute_value_translation` `product_attribute_value.translation` WHERE `product_attribute_value.translation`.language_id = ?) `product_attribute_value.product_attribute_value_translation` ON `product_attribute_value.product_attribute_value_translation`.`product_attribute_value_id` = `product_attribute_value`.`id` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` LEFT JOIN (SELECT `product_attribute_value.attribute.translation`.product_attribute_id, `product_attribute_value.attribute.translation`.unit as `product_attribute_value.attribute.translation.unit`, `product_attribute_value.attribute.translation`.label as `product_attribute_value.attribute.translation.label`, `product_attribute_value.attribute.translation`.created_at as `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation`.updated_at as `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation`.product_attribute_id as `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation`.language_id as `product_attribute_value.attribute.translation.languageId` FROM `product_attribute_translation` `product_attribute_value.attribute.translation` WHERE `product_attribute_value.attribute.translation`.language_id = ?) `product_attribute_value.attribute.product_attribute_translation` ON `product_attribute_value.attribute.product_attribute_translation`.`product_attribute_id` = `product_attribute_value.attribute`.`id` WHERE `product_attribute_value`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"¢£)M¸ÝÚêòá2{\€\x10Ø"
]
173 3.45 ms
SELECT `product_attribute_value`.`id` FROM `product_attribute_value` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` WHERE ((`product_attribute_value`.`product_id` = ? AND (`product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ?))) ORDER BY `product_attribute_value.attribute`.`sorting` DESC
Parameters:
[
  b"§¢'¶ö×}<":ŽNR¿\x7F\x07"
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
174 3.40 ms
SELECT `product_attribute_value`.`id` as `product_attribute_value.id`, `product_attribute_value`.`product_version_id` as `product_attribute_value.productVersionId`, `product_attribute_value`.`product_id` as `product_attribute_value.productId`, `product_attribute_value`.`value` as `product_attribute_value.value`, `product_attribute_value`.`value_base` as `product_attribute_value.valueBase`, `product_attribute_value`.`value_int` as `product_attribute_value.valueInt`, `product_attribute_value`.`value_base_int` as `product_attribute_value.valueBaseInt`, `product_attribute_value`.`value_float` as `product_attribute_value.valueFloat`, `product_attribute_value`.`value_base_float` as `product_attribute_value.valueBaseFloat`, `product_attribute_value`.`attribute_id` as `product_attribute_value.attributeId`, `product_attribute_value.attribute`.`id` as `product_attribute_value.attribute.id`, `product_attribute_value.attribute`.`show_in_datasheet` as `product_attribute_value.attribute.showInDatasheet`, `product_attribute_value.attribute`.`sorting` as `product_attribute_value.attribute.sorting`, `product_attribute_value.attribute`.`field_type` as `product_attribute_value.attribute.fieldType`, `product_attribute_value.attribute`.`field_name` as `product_attribute_value.attribute.fieldName`, `product_attribute_value.attribute`.`label_sort` as `product_attribute_value.attribute.labelSort`, `product_attribute_value.attribute`.`created_at` as `product_attribute_value.attribute.createdAt`, `product_attribute_value.attribute`.`updated_at` as `product_attribute_value.attribute.updatedAt`, `product_attribute_value.attribute.translation.unit`, COALESCE(`product_attribute_value.attribute.translation.unit`,`product_attribute_value.attribute.translation.unit`) as `product_attribute_value.attribute.unit`, `product_attribute_value.attribute.translation.label`, COALESCE(`product_attribute_value.attribute.translation.label`,`product_attribute_value.attribute.translation.label`) as `product_attribute_value.attribute.label`, `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation.languageId`, `product_attribute_value`.`created_at` as `product_attribute_value.createdAt`, `product_attribute_value`.`updated_at` as `product_attribute_value.updatedAt`, `product_attribute_value.translation.unitOverride`, COALESCE(`product_attribute_value.translation.unitOverride`,`product_attribute_value.translation.unitOverride`) as `product_attribute_value.unitOverride`, `product_attribute_value.translation.createdAt`, `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation.languageId` FROM `product_attribute_value` LEFT JOIN (SELECT `product_attribute_value.translation`.product_attribute_value_id, `product_attribute_value.translation`.unit_override as `product_attribute_value.translation.unitOverride`, `product_attribute_value.translation`.created_at as `product_attribute_value.translation.createdAt`, `product_attribute_value.translation`.updated_at as `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation`.product_attribute_value_id as `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation`.language_id as `product_attribute_value.translation.languageId` FROM `product_attribute_value_translation` `product_attribute_value.translation` WHERE `product_attribute_value.translation`.language_id = ?) `product_attribute_value.product_attribute_value_translation` ON `product_attribute_value.product_attribute_value_translation`.`product_attribute_value_id` = `product_attribute_value`.`id` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` LEFT JOIN (SELECT `product_attribute_value.attribute.translation`.product_attribute_id, `product_attribute_value.attribute.translation`.unit as `product_attribute_value.attribute.translation.unit`, `product_attribute_value.attribute.translation`.label as `product_attribute_value.attribute.translation.label`, `product_attribute_value.attribute.translation`.created_at as `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation`.updated_at as `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation`.product_attribute_id as `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation`.language_id as `product_attribute_value.attribute.translation.languageId` FROM `product_attribute_translation` `product_attribute_value.attribute.translation` WHERE `product_attribute_value.attribute.translation`.language_id = ?) `product_attribute_value.attribute.product_attribute_translation` ON `product_attribute_value.attribute.product_attribute_translation`.`product_attribute_id` = `product_attribute_value.attribute`.`id` WHERE `product_attribute_value`.`id` IN (?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b""sÖàsG˜MM¶œ\rU\x1Dó"
  b"¦\x12”÷-\x02‡lÐW›àŽû¢ì"
]
175 3.64 ms
SELECT `product_attribute_value`.`id` FROM `product_attribute_value` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` WHERE ((`product_attribute_value`.`product_id` = ? AND `product_attribute_value.attribute`.`field_name` = ?)) ORDER BY `product_attribute_value.attribute`.`sorting` DESC
Parameters:
[
  b"Ø7>0\x02qGJ’ôíOš¼M§"
  "nameShort"
]
176 3.52 ms
SELECT `product_attribute_value`.`id` as `product_attribute_value.id`, `product_attribute_value`.`product_version_id` as `product_attribute_value.productVersionId`, `product_attribute_value`.`product_id` as `product_attribute_value.productId`, `product_attribute_value`.`value` as `product_attribute_value.value`, `product_attribute_value`.`value_base` as `product_attribute_value.valueBase`, `product_attribute_value`.`value_int` as `product_attribute_value.valueInt`, `product_attribute_value`.`value_base_int` as `product_attribute_value.valueBaseInt`, `product_attribute_value`.`value_float` as `product_attribute_value.valueFloat`, `product_attribute_value`.`value_base_float` as `product_attribute_value.valueBaseFloat`, `product_attribute_value`.`attribute_id` as `product_attribute_value.attributeId`, `product_attribute_value.attribute`.`id` as `product_attribute_value.attribute.id`, `product_attribute_value.attribute`.`show_in_datasheet` as `product_attribute_value.attribute.showInDatasheet`, `product_attribute_value.attribute`.`sorting` as `product_attribute_value.attribute.sorting`, `product_attribute_value.attribute`.`field_type` as `product_attribute_value.attribute.fieldType`, `product_attribute_value.attribute`.`field_name` as `product_attribute_value.attribute.fieldName`, `product_attribute_value.attribute`.`label_sort` as `product_attribute_value.attribute.labelSort`, `product_attribute_value.attribute`.`created_at` as `product_attribute_value.attribute.createdAt`, `product_attribute_value.attribute`.`updated_at` as `product_attribute_value.attribute.updatedAt`, `product_attribute_value.attribute.translation.unit`, COALESCE(`product_attribute_value.attribute.translation.unit`,`product_attribute_value.attribute.translation.unit`) as `product_attribute_value.attribute.unit`, `product_attribute_value.attribute.translation.label`, COALESCE(`product_attribute_value.attribute.translation.label`,`product_attribute_value.attribute.translation.label`) as `product_attribute_value.attribute.label`, `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation.languageId`, `product_attribute_value`.`created_at` as `product_attribute_value.createdAt`, `product_attribute_value`.`updated_at` as `product_attribute_value.updatedAt`, `product_attribute_value.translation.unitOverride`, COALESCE(`product_attribute_value.translation.unitOverride`,`product_attribute_value.translation.unitOverride`) as `product_attribute_value.unitOverride`, `product_attribute_value.translation.createdAt`, `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation.languageId` FROM `product_attribute_value` LEFT JOIN (SELECT `product_attribute_value.translation`.product_attribute_value_id, `product_attribute_value.translation`.unit_override as `product_attribute_value.translation.unitOverride`, `product_attribute_value.translation`.created_at as `product_attribute_value.translation.createdAt`, `product_attribute_value.translation`.updated_at as `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation`.product_attribute_value_id as `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation`.language_id as `product_attribute_value.translation.languageId` FROM `product_attribute_value_translation` `product_attribute_value.translation` WHERE `product_attribute_value.translation`.language_id = ?) `product_attribute_value.product_attribute_value_translation` ON `product_attribute_value.product_attribute_value_translation`.`product_attribute_value_id` = `product_attribute_value`.`id` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` LEFT JOIN (SELECT `product_attribute_value.attribute.translation`.product_attribute_id, `product_attribute_value.attribute.translation`.unit as `product_attribute_value.attribute.translation.unit`, `product_attribute_value.attribute.translation`.label as `product_attribute_value.attribute.translation.label`, `product_attribute_value.attribute.translation`.created_at as `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation`.updated_at as `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation`.product_attribute_id as `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation`.language_id as `product_attribute_value.attribute.translation.languageId` FROM `product_attribute_translation` `product_attribute_value.attribute.translation` WHERE `product_attribute_value.attribute.translation`.language_id = ?) `product_attribute_value.attribute.product_attribute_translation` ON `product_attribute_value.attribute.product_attribute_translation`.`product_attribute_id` = `product_attribute_value.attribute`.`id` WHERE `product_attribute_value`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"Ð\x11\x15¼BAÀK \fhí|³Äè"
]
177 3.52 ms
SELECT `product_attribute_value`.`id` FROM `product_attribute_value` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` WHERE ((`product_attribute_value`.`product_id` = ? AND (`product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ?))) ORDER BY `product_attribute_value.attribute`.`sorting` DESC
Parameters:
[
  b"Ø7>0\x02qGJ’ôíOš¼M§"
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
178 3.48 ms
SELECT `product_attribute_value`.`id` as `product_attribute_value.id`, `product_attribute_value`.`product_version_id` as `product_attribute_value.productVersionId`, `product_attribute_value`.`product_id` as `product_attribute_value.productId`, `product_attribute_value`.`value` as `product_attribute_value.value`, `product_attribute_value`.`value_base` as `product_attribute_value.valueBase`, `product_attribute_value`.`value_int` as `product_attribute_value.valueInt`, `product_attribute_value`.`value_base_int` as `product_attribute_value.valueBaseInt`, `product_attribute_value`.`value_float` as `product_attribute_value.valueFloat`, `product_attribute_value`.`value_base_float` as `product_attribute_value.valueBaseFloat`, `product_attribute_value`.`attribute_id` as `product_attribute_value.attributeId`, `product_attribute_value.attribute`.`id` as `product_attribute_value.attribute.id`, `product_attribute_value.attribute`.`show_in_datasheet` as `product_attribute_value.attribute.showInDatasheet`, `product_attribute_value.attribute`.`sorting` as `product_attribute_value.attribute.sorting`, `product_attribute_value.attribute`.`field_type` as `product_attribute_value.attribute.fieldType`, `product_attribute_value.attribute`.`field_name` as `product_attribute_value.attribute.fieldName`, `product_attribute_value.attribute`.`label_sort` as `product_attribute_value.attribute.labelSort`, `product_attribute_value.attribute`.`created_at` as `product_attribute_value.attribute.createdAt`, `product_attribute_value.attribute`.`updated_at` as `product_attribute_value.attribute.updatedAt`, `product_attribute_value.attribute.translation.unit`, COALESCE(`product_attribute_value.attribute.translation.unit`,`product_attribute_value.attribute.translation.unit`) as `product_attribute_value.attribute.unit`, `product_attribute_value.attribute.translation.label`, COALESCE(`product_attribute_value.attribute.translation.label`,`product_attribute_value.attribute.translation.label`) as `product_attribute_value.attribute.label`, `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation.languageId`, `product_attribute_value`.`created_at` as `product_attribute_value.createdAt`, `product_attribute_value`.`updated_at` as `product_attribute_value.updatedAt`, `product_attribute_value.translation.unitOverride`, COALESCE(`product_attribute_value.translation.unitOverride`,`product_attribute_value.translation.unitOverride`) as `product_attribute_value.unitOverride`, `product_attribute_value.translation.createdAt`, `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation.languageId` FROM `product_attribute_value` LEFT JOIN (SELECT `product_attribute_value.translation`.product_attribute_value_id, `product_attribute_value.translation`.unit_override as `product_attribute_value.translation.unitOverride`, `product_attribute_value.translation`.created_at as `product_attribute_value.translation.createdAt`, `product_attribute_value.translation`.updated_at as `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation`.product_attribute_value_id as `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation`.language_id as `product_attribute_value.translation.languageId` FROM `product_attribute_value_translation` `product_attribute_value.translation` WHERE `product_attribute_value.translation`.language_id = ?) `product_attribute_value.product_attribute_value_translation` ON `product_attribute_value.product_attribute_value_translation`.`product_attribute_value_id` = `product_attribute_value`.`id` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` LEFT JOIN (SELECT `product_attribute_value.attribute.translation`.product_attribute_id, `product_attribute_value.attribute.translation`.unit as `product_attribute_value.attribute.translation.unit`, `product_attribute_value.attribute.translation`.label as `product_attribute_value.attribute.translation.label`, `product_attribute_value.attribute.translation`.created_at as `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation`.updated_at as `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation`.product_attribute_id as `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation`.language_id as `product_attribute_value.attribute.translation.languageId` FROM `product_attribute_translation` `product_attribute_value.attribute.translation` WHERE `product_attribute_value.attribute.translation`.language_id = ?) `product_attribute_value.attribute.product_attribute_translation` ON `product_attribute_value.attribute.product_attribute_translation`.`product_attribute_id` = `product_attribute_value.attribute`.`id` WHERE `product_attribute_value`.`id` IN (?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"""
    \n
    ²B6‡"\x1AV\x1CÕ”VÞ`é¨
    """
  b"^9åOfõN‡\x12\x1F\x0EÝÌ\x17"
  b"–¿M"2¤õ—ya\]»Í¤M"
  b"ô*=\f"0¥œi\x17Ž]F\f7"
]
179 3.30 ms
SELECT `product_attribute_value`.`id` FROM `product_attribute_value` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` WHERE ((`product_attribute_value`.`product_id` = ? AND `product_attribute_value.attribute`.`field_name` = ?)) ORDER BY `product_attribute_value.attribute`.`sorting` DESC
Parameters:
[
  b"’,†'Q¸p_\r\x0FT\e•L"
  "nameShort"
]
180 3.45 ms
SELECT `product_attribute_value`.`id` as `product_attribute_value.id`, `product_attribute_value`.`product_version_id` as `product_attribute_value.productVersionId`, `product_attribute_value`.`product_id` as `product_attribute_value.productId`, `product_attribute_value`.`value` as `product_attribute_value.value`, `product_attribute_value`.`value_base` as `product_attribute_value.valueBase`, `product_attribute_value`.`value_int` as `product_attribute_value.valueInt`, `product_attribute_value`.`value_base_int` as `product_attribute_value.valueBaseInt`, `product_attribute_value`.`value_float` as `product_attribute_value.valueFloat`, `product_attribute_value`.`value_base_float` as `product_attribute_value.valueBaseFloat`, `product_attribute_value`.`attribute_id` as `product_attribute_value.attributeId`, `product_attribute_value.attribute`.`id` as `product_attribute_value.attribute.id`, `product_attribute_value.attribute`.`show_in_datasheet` as `product_attribute_value.attribute.showInDatasheet`, `product_attribute_value.attribute`.`sorting` as `product_attribute_value.attribute.sorting`, `product_attribute_value.attribute`.`field_type` as `product_attribute_value.attribute.fieldType`, `product_attribute_value.attribute`.`field_name` as `product_attribute_value.attribute.fieldName`, `product_attribute_value.attribute`.`label_sort` as `product_attribute_value.attribute.labelSort`, `product_attribute_value.attribute`.`created_at` as `product_attribute_value.attribute.createdAt`, `product_attribute_value.attribute`.`updated_at` as `product_attribute_value.attribute.updatedAt`, `product_attribute_value.attribute.translation.unit`, COALESCE(`product_attribute_value.attribute.translation.unit`,`product_attribute_value.attribute.translation.unit`) as `product_attribute_value.attribute.unit`, `product_attribute_value.attribute.translation.label`, COALESCE(`product_attribute_value.attribute.translation.label`,`product_attribute_value.attribute.translation.label`) as `product_attribute_value.attribute.label`, `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation.languageId`, `product_attribute_value`.`created_at` as `product_attribute_value.createdAt`, `product_attribute_value`.`updated_at` as `product_attribute_value.updatedAt`, `product_attribute_value.translation.unitOverride`, COALESCE(`product_attribute_value.translation.unitOverride`,`product_attribute_value.translation.unitOverride`) as `product_attribute_value.unitOverride`, `product_attribute_value.translation.createdAt`, `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation.languageId` FROM `product_attribute_value` LEFT JOIN (SELECT `product_attribute_value.translation`.product_attribute_value_id, `product_attribute_value.translation`.unit_override as `product_attribute_value.translation.unitOverride`, `product_attribute_value.translation`.created_at as `product_attribute_value.translation.createdAt`, `product_attribute_value.translation`.updated_at as `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation`.product_attribute_value_id as `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation`.language_id as `product_attribute_value.translation.languageId` FROM `product_attribute_value_translation` `product_attribute_value.translation` WHERE `product_attribute_value.translation`.language_id = ?) `product_attribute_value.product_attribute_value_translation` ON `product_attribute_value.product_attribute_value_translation`.`product_attribute_value_id` = `product_attribute_value`.`id` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` LEFT JOIN (SELECT `product_attribute_value.attribute.translation`.product_attribute_id, `product_attribute_value.attribute.translation`.unit as `product_attribute_value.attribute.translation.unit`, `product_attribute_value.attribute.translation`.label as `product_attribute_value.attribute.translation.label`, `product_attribute_value.attribute.translation`.created_at as `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation`.updated_at as `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation`.product_attribute_id as `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation`.language_id as `product_attribute_value.attribute.translation.languageId` FROM `product_attribute_translation` `product_attribute_value.attribute.translation` WHERE `product_attribute_value.attribute.translation`.language_id = ?) `product_attribute_value.attribute.product_attribute_translation` ON `product_attribute_value.attribute.product_attribute_translation`.`product_attribute_id` = `product_attribute_value.attribute`.`id` WHERE `product_attribute_value`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x11ÙB£ðür\x0EL~…P>”\x1Aˆ"
]
181 3.56 ms
SELECT `product_attribute_value`.`id` FROM `product_attribute_value` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` WHERE ((`product_attribute_value`.`product_id` = ? AND (`product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ?))) ORDER BY `product_attribute_value.attribute`.`sorting` DESC
Parameters:
[
  b"’,†'Q¸p_\r\x0FT\e•L"
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
182 3.55 ms
SELECT `product_attribute_value`.`id` as `product_attribute_value.id`, `product_attribute_value`.`product_version_id` as `product_attribute_value.productVersionId`, `product_attribute_value`.`product_id` as `product_attribute_value.productId`, `product_attribute_value`.`value` as `product_attribute_value.value`, `product_attribute_value`.`value_base` as `product_attribute_value.valueBase`, `product_attribute_value`.`value_int` as `product_attribute_value.valueInt`, `product_attribute_value`.`value_base_int` as `product_attribute_value.valueBaseInt`, `product_attribute_value`.`value_float` as `product_attribute_value.valueFloat`, `product_attribute_value`.`value_base_float` as `product_attribute_value.valueBaseFloat`, `product_attribute_value`.`attribute_id` as `product_attribute_value.attributeId`, `product_attribute_value.attribute`.`id` as `product_attribute_value.attribute.id`, `product_attribute_value.attribute`.`show_in_datasheet` as `product_attribute_value.attribute.showInDatasheet`, `product_attribute_value.attribute`.`sorting` as `product_attribute_value.attribute.sorting`, `product_attribute_value.attribute`.`field_type` as `product_attribute_value.attribute.fieldType`, `product_attribute_value.attribute`.`field_name` as `product_attribute_value.attribute.fieldName`, `product_attribute_value.attribute`.`label_sort` as `product_attribute_value.attribute.labelSort`, `product_attribute_value.attribute`.`created_at` as `product_attribute_value.attribute.createdAt`, `product_attribute_value.attribute`.`updated_at` as `product_attribute_value.attribute.updatedAt`, `product_attribute_value.attribute.translation.unit`, COALESCE(`product_attribute_value.attribute.translation.unit`,`product_attribute_value.attribute.translation.unit`) as `product_attribute_value.attribute.unit`, `product_attribute_value.attribute.translation.label`, COALESCE(`product_attribute_value.attribute.translation.label`,`product_attribute_value.attribute.translation.label`) as `product_attribute_value.attribute.label`, `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation.languageId`, `product_attribute_value`.`created_at` as `product_attribute_value.createdAt`, `product_attribute_value`.`updated_at` as `product_attribute_value.updatedAt`, `product_attribute_value.translation.unitOverride`, COALESCE(`product_attribute_value.translation.unitOverride`,`product_attribute_value.translation.unitOverride`) as `product_attribute_value.unitOverride`, `product_attribute_value.translation.createdAt`, `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation.languageId` FROM `product_attribute_value` LEFT JOIN (SELECT `product_attribute_value.translation`.product_attribute_value_id, `product_attribute_value.translation`.unit_override as `product_attribute_value.translation.unitOverride`, `product_attribute_value.translation`.created_at as `product_attribute_value.translation.createdAt`, `product_attribute_value.translation`.updated_at as `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation`.product_attribute_value_id as `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation`.language_id as `product_attribute_value.translation.languageId` FROM `product_attribute_value_translation` `product_attribute_value.translation` WHERE `product_attribute_value.translation`.language_id = ?) `product_attribute_value.product_attribute_value_translation` ON `product_attribute_value.product_attribute_value_translation`.`product_attribute_value_id` = `product_attribute_value`.`id` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` LEFT JOIN (SELECT `product_attribute_value.attribute.translation`.product_attribute_id, `product_attribute_value.attribute.translation`.unit as `product_attribute_value.attribute.translation.unit`, `product_attribute_value.attribute.translation`.label as `product_attribute_value.attribute.translation.label`, `product_attribute_value.attribute.translation`.created_at as `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation`.updated_at as `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation`.product_attribute_id as `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation`.language_id as `product_attribute_value.attribute.translation.languageId` FROM `product_attribute_translation` `product_attribute_value.attribute.translation` WHERE `product_attribute_value.attribute.translation`.language_id = ?) `product_attribute_value.attribute.product_attribute_translation` ON `product_attribute_value.attribute.product_attribute_translation`.`product_attribute_id` = `product_attribute_value.attribute`.`id` WHERE `product_attribute_value`.`id` IN (?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"ƒ…g2èX,ÊŠ\x01\e^N¨Ùš"
  b"³\x10sNäáùG”0‚­9T\x7F\x1E"
  b"À¿q£Ø—]8\x0E4pƒ€nJ""
  b"ë_Ø'î\x1C\x11ð9Uûa!ó#Œ"
]
183 3.36 ms
SELECT `product_attribute_value`.`id` FROM `product_attribute_value` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` WHERE ((`product_attribute_value`.`product_id` = ? AND `product_attribute_value.attribute`.`field_name` = ?)) ORDER BY `product_attribute_value.attribute`.`sorting` DESC
Parameters:
[
  b"U1‚Ê»;ø\x1D±×XÇw\x01‚ô"
  "nameShort"
]
184 3.48 ms
SELECT `product_attribute_value`.`id` as `product_attribute_value.id`, `product_attribute_value`.`product_version_id` as `product_attribute_value.productVersionId`, `product_attribute_value`.`product_id` as `product_attribute_value.productId`, `product_attribute_value`.`value` as `product_attribute_value.value`, `product_attribute_value`.`value_base` as `product_attribute_value.valueBase`, `product_attribute_value`.`value_int` as `product_attribute_value.valueInt`, `product_attribute_value`.`value_base_int` as `product_attribute_value.valueBaseInt`, `product_attribute_value`.`value_float` as `product_attribute_value.valueFloat`, `product_attribute_value`.`value_base_float` as `product_attribute_value.valueBaseFloat`, `product_attribute_value`.`attribute_id` as `product_attribute_value.attributeId`, `product_attribute_value.attribute`.`id` as `product_attribute_value.attribute.id`, `product_attribute_value.attribute`.`show_in_datasheet` as `product_attribute_value.attribute.showInDatasheet`, `product_attribute_value.attribute`.`sorting` as `product_attribute_value.attribute.sorting`, `product_attribute_value.attribute`.`field_type` as `product_attribute_value.attribute.fieldType`, `product_attribute_value.attribute`.`field_name` as `product_attribute_value.attribute.fieldName`, `product_attribute_value.attribute`.`label_sort` as `product_attribute_value.attribute.labelSort`, `product_attribute_value.attribute`.`created_at` as `product_attribute_value.attribute.createdAt`, `product_attribute_value.attribute`.`updated_at` as `product_attribute_value.attribute.updatedAt`, `product_attribute_value.attribute.translation.unit`, COALESCE(`product_attribute_value.attribute.translation.unit`,`product_attribute_value.attribute.translation.unit`) as `product_attribute_value.attribute.unit`, `product_attribute_value.attribute.translation.label`, COALESCE(`product_attribute_value.attribute.translation.label`,`product_attribute_value.attribute.translation.label`) as `product_attribute_value.attribute.label`, `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation.languageId`, `product_attribute_value`.`created_at` as `product_attribute_value.createdAt`, `product_attribute_value`.`updated_at` as `product_attribute_value.updatedAt`, `product_attribute_value.translation.unitOverride`, COALESCE(`product_attribute_value.translation.unitOverride`,`product_attribute_value.translation.unitOverride`) as `product_attribute_value.unitOverride`, `product_attribute_value.translation.createdAt`, `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation.languageId` FROM `product_attribute_value` LEFT JOIN (SELECT `product_attribute_value.translation`.product_attribute_value_id, `product_attribute_value.translation`.unit_override as `product_attribute_value.translation.unitOverride`, `product_attribute_value.translation`.created_at as `product_attribute_value.translation.createdAt`, `product_attribute_value.translation`.updated_at as `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation`.product_attribute_value_id as `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation`.language_id as `product_attribute_value.translation.languageId` FROM `product_attribute_value_translation` `product_attribute_value.translation` WHERE `product_attribute_value.translation`.language_id = ?) `product_attribute_value.product_attribute_value_translation` ON `product_attribute_value.product_attribute_value_translation`.`product_attribute_value_id` = `product_attribute_value`.`id` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` LEFT JOIN (SELECT `product_attribute_value.attribute.translation`.product_attribute_id, `product_attribute_value.attribute.translation`.unit as `product_attribute_value.attribute.translation.unit`, `product_attribute_value.attribute.translation`.label as `product_attribute_value.attribute.translation.label`, `product_attribute_value.attribute.translation`.created_at as `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation`.updated_at as `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation`.product_attribute_id as `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation`.language_id as `product_attribute_value.attribute.translation.languageId` FROM `product_attribute_translation` `product_attribute_value.attribute.translation` WHERE `product_attribute_value.attribute.translation`.language_id = ?) `product_attribute_value.attribute.product_attribute_translation` ON `product_attribute_value.attribute.product_attribute_translation`.`product_attribute_id` = `product_attribute_value.attribute`.`id` WHERE `product_attribute_value`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"4|\x1Dl÷ìK „ZfÔAîtÎ"
]
185 3.52 ms
SELECT `product_attribute_value`.`id` FROM `product_attribute_value` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` WHERE ((`product_attribute_value`.`product_id` = ? AND (`product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ?))) ORDER BY `product_attribute_value.attribute`.`sorting` DESC
Parameters:
[
  b"U1‚Ê»;ø\x1D±×XÇw\x01‚ô"
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
186 3.56 ms
SELECT `product_attribute_value`.`id` as `product_attribute_value.id`, `product_attribute_value`.`product_version_id` as `product_attribute_value.productVersionId`, `product_attribute_value`.`product_id` as `product_attribute_value.productId`, `product_attribute_value`.`value` as `product_attribute_value.value`, `product_attribute_value`.`value_base` as `product_attribute_value.valueBase`, `product_attribute_value`.`value_int` as `product_attribute_value.valueInt`, `product_attribute_value`.`value_base_int` as `product_attribute_value.valueBaseInt`, `product_attribute_value`.`value_float` as `product_attribute_value.valueFloat`, `product_attribute_value`.`value_base_float` as `product_attribute_value.valueBaseFloat`, `product_attribute_value`.`attribute_id` as `product_attribute_value.attributeId`, `product_attribute_value.attribute`.`id` as `product_attribute_value.attribute.id`, `product_attribute_value.attribute`.`show_in_datasheet` as `product_attribute_value.attribute.showInDatasheet`, `product_attribute_value.attribute`.`sorting` as `product_attribute_value.attribute.sorting`, `product_attribute_value.attribute`.`field_type` as `product_attribute_value.attribute.fieldType`, `product_attribute_value.attribute`.`field_name` as `product_attribute_value.attribute.fieldName`, `product_attribute_value.attribute`.`label_sort` as `product_attribute_value.attribute.labelSort`, `product_attribute_value.attribute`.`created_at` as `product_attribute_value.attribute.createdAt`, `product_attribute_value.attribute`.`updated_at` as `product_attribute_value.attribute.updatedAt`, `product_attribute_value.attribute.translation.unit`, COALESCE(`product_attribute_value.attribute.translation.unit`,`product_attribute_value.attribute.translation.unit`) as `product_attribute_value.attribute.unit`, `product_attribute_value.attribute.translation.label`, COALESCE(`product_attribute_value.attribute.translation.label`,`product_attribute_value.attribute.translation.label`) as `product_attribute_value.attribute.label`, `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation.languageId`, `product_attribute_value`.`created_at` as `product_attribute_value.createdAt`, `product_attribute_value`.`updated_at` as `product_attribute_value.updatedAt`, `product_attribute_value.translation.unitOverride`, COALESCE(`product_attribute_value.translation.unitOverride`,`product_attribute_value.translation.unitOverride`) as `product_attribute_value.unitOverride`, `product_attribute_value.translation.createdAt`, `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation.languageId` FROM `product_attribute_value` LEFT JOIN (SELECT `product_attribute_value.translation`.product_attribute_value_id, `product_attribute_value.translation`.unit_override as `product_attribute_value.translation.unitOverride`, `product_attribute_value.translation`.created_at as `product_attribute_value.translation.createdAt`, `product_attribute_value.translation`.updated_at as `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation`.product_attribute_value_id as `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation`.language_id as `product_attribute_value.translation.languageId` FROM `product_attribute_value_translation` `product_attribute_value.translation` WHERE `product_attribute_value.translation`.language_id = ?) `product_attribute_value.product_attribute_value_translation` ON `product_attribute_value.product_attribute_value_translation`.`product_attribute_value_id` = `product_attribute_value`.`id` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` LEFT JOIN (SELECT `product_attribute_value.attribute.translation`.product_attribute_id, `product_attribute_value.attribute.translation`.unit as `product_attribute_value.attribute.translation.unit`, `product_attribute_value.attribute.translation`.label as `product_attribute_value.attribute.translation.label`, `product_attribute_value.attribute.translation`.created_at as `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation`.updated_at as `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation`.product_attribute_id as `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation`.language_id as `product_attribute_value.attribute.translation.languageId` FROM `product_attribute_translation` `product_attribute_value.attribute.translation` WHERE `product_attribute_value.attribute.translation`.language_id = ?) `product_attribute_value.attribute.product_attribute_translation` ON `product_attribute_value.attribute.product_attribute_translation`.`product_attribute_id` = `product_attribute_value.attribute`.`id` WHERE `product_attribute_value`.`id` IN (?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x03®œ\x01\x0ED°;|T\GXÁ\x05Û"
  b"/+ØØ>X7¯Hzƶ×û……"
  b"6H30†épv\x03\x02¸%çA"
  b"OÌÞƒÓ‹°\íWľùdQÀ"
  b"s\x1A¡a\x04,•o¢ï\x17úÐÎô9"
  b"ÖˆØlÍõÈOÒ^cÜ\x17¢ÈX"
]
187 3.34 ms
SELECT `product_attribute_value`.`id` FROM `product_attribute_value` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` WHERE ((`product_attribute_value`.`product_id` = ? AND `product_attribute_value.attribute`.`field_name` = ?)) ORDER BY `product_attribute_value.attribute`.`sorting` DESC
Parameters:
[
  b"Žb3“˜Œê^\x1EÖ\v[\x17¯n<"
  "nameShort"
]
188 3.52 ms
SELECT `product_attribute_value`.`id` as `product_attribute_value.id`, `product_attribute_value`.`product_version_id` as `product_attribute_value.productVersionId`, `product_attribute_value`.`product_id` as `product_attribute_value.productId`, `product_attribute_value`.`value` as `product_attribute_value.value`, `product_attribute_value`.`value_base` as `product_attribute_value.valueBase`, `product_attribute_value`.`value_int` as `product_attribute_value.valueInt`, `product_attribute_value`.`value_base_int` as `product_attribute_value.valueBaseInt`, `product_attribute_value`.`value_float` as `product_attribute_value.valueFloat`, `product_attribute_value`.`value_base_float` as `product_attribute_value.valueBaseFloat`, `product_attribute_value`.`attribute_id` as `product_attribute_value.attributeId`, `product_attribute_value.attribute`.`id` as `product_attribute_value.attribute.id`, `product_attribute_value.attribute`.`show_in_datasheet` as `product_attribute_value.attribute.showInDatasheet`, `product_attribute_value.attribute`.`sorting` as `product_attribute_value.attribute.sorting`, `product_attribute_value.attribute`.`field_type` as `product_attribute_value.attribute.fieldType`, `product_attribute_value.attribute`.`field_name` as `product_attribute_value.attribute.fieldName`, `product_attribute_value.attribute`.`label_sort` as `product_attribute_value.attribute.labelSort`, `product_attribute_value.attribute`.`created_at` as `product_attribute_value.attribute.createdAt`, `product_attribute_value.attribute`.`updated_at` as `product_attribute_value.attribute.updatedAt`, `product_attribute_value.attribute.translation.unit`, COALESCE(`product_attribute_value.attribute.translation.unit`,`product_attribute_value.attribute.translation.unit`) as `product_attribute_value.attribute.unit`, `product_attribute_value.attribute.translation.label`, COALESCE(`product_attribute_value.attribute.translation.label`,`product_attribute_value.attribute.translation.label`) as `product_attribute_value.attribute.label`, `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation.languageId`, `product_attribute_value`.`created_at` as `product_attribute_value.createdAt`, `product_attribute_value`.`updated_at` as `product_attribute_value.updatedAt`, `product_attribute_value.translation.unitOverride`, COALESCE(`product_attribute_value.translation.unitOverride`,`product_attribute_value.translation.unitOverride`) as `product_attribute_value.unitOverride`, `product_attribute_value.translation.createdAt`, `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation.languageId` FROM `product_attribute_value` LEFT JOIN (SELECT `product_attribute_value.translation`.product_attribute_value_id, `product_attribute_value.translation`.unit_override as `product_attribute_value.translation.unitOverride`, `product_attribute_value.translation`.created_at as `product_attribute_value.translation.createdAt`, `product_attribute_value.translation`.updated_at as `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation`.product_attribute_value_id as `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation`.language_id as `product_attribute_value.translation.languageId` FROM `product_attribute_value_translation` `product_attribute_value.translation` WHERE `product_attribute_value.translation`.language_id = ?) `product_attribute_value.product_attribute_value_translation` ON `product_attribute_value.product_attribute_value_translation`.`product_attribute_value_id` = `product_attribute_value`.`id` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` LEFT JOIN (SELECT `product_attribute_value.attribute.translation`.product_attribute_id, `product_attribute_value.attribute.translation`.unit as `product_attribute_value.attribute.translation.unit`, `product_attribute_value.attribute.translation`.label as `product_attribute_value.attribute.translation.label`, `product_attribute_value.attribute.translation`.created_at as `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation`.updated_at as `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation`.product_attribute_id as `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation`.language_id as `product_attribute_value.attribute.translation.languageId` FROM `product_attribute_translation` `product_attribute_value.attribute.translation` WHERE `product_attribute_value.attribute.translation`.language_id = ?) `product_attribute_value.attribute.product_attribute_translation` ON `product_attribute_value.attribute.product_attribute_translation`.`product_attribute_id` = `product_attribute_value.attribute`.`id` WHERE `product_attribute_value`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x7F\x11hþšzóùÇ\x07œ…ª"
]
189 3.57 ms
SELECT `product_attribute_value`.`id` FROM `product_attribute_value` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` WHERE ((`product_attribute_value`.`product_id` = ? AND (`product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ?))) ORDER BY `product_attribute_value.attribute`.`sorting` DESC
Parameters:
[
  b"Žb3“˜Œê^\x1EÖ\v[\x17¯n<"
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
190 4.01 ms
SELECT `product_attribute_value`.`id` as `product_attribute_value.id`, `product_attribute_value`.`product_version_id` as `product_attribute_value.productVersionId`, `product_attribute_value`.`product_id` as `product_attribute_value.productId`, `product_attribute_value`.`value` as `product_attribute_value.value`, `product_attribute_value`.`value_base` as `product_attribute_value.valueBase`, `product_attribute_value`.`value_int` as `product_attribute_value.valueInt`, `product_attribute_value`.`value_base_int` as `product_attribute_value.valueBaseInt`, `product_attribute_value`.`value_float` as `product_attribute_value.valueFloat`, `product_attribute_value`.`value_base_float` as `product_attribute_value.valueBaseFloat`, `product_attribute_value`.`attribute_id` as `product_attribute_value.attributeId`, `product_attribute_value.attribute`.`id` as `product_attribute_value.attribute.id`, `product_attribute_value.attribute`.`show_in_datasheet` as `product_attribute_value.attribute.showInDatasheet`, `product_attribute_value.attribute`.`sorting` as `product_attribute_value.attribute.sorting`, `product_attribute_value.attribute`.`field_type` as `product_attribute_value.attribute.fieldType`, `product_attribute_value.attribute`.`field_name` as `product_attribute_value.attribute.fieldName`, `product_attribute_value.attribute`.`label_sort` as `product_attribute_value.attribute.labelSort`, `product_attribute_value.attribute`.`created_at` as `product_attribute_value.attribute.createdAt`, `product_attribute_value.attribute`.`updated_at` as `product_attribute_value.attribute.updatedAt`, `product_attribute_value.attribute.translation.unit`, COALESCE(`product_attribute_value.attribute.translation.unit`,`product_attribute_value.attribute.translation.unit`) as `product_attribute_value.attribute.unit`, `product_attribute_value.attribute.translation.label`, COALESCE(`product_attribute_value.attribute.translation.label`,`product_attribute_value.attribute.translation.label`) as `product_attribute_value.attribute.label`, `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation.languageId`, `product_attribute_value`.`created_at` as `product_attribute_value.createdAt`, `product_attribute_value`.`updated_at` as `product_attribute_value.updatedAt`, `product_attribute_value.translation.unitOverride`, COALESCE(`product_attribute_value.translation.unitOverride`,`product_attribute_value.translation.unitOverride`) as `product_attribute_value.unitOverride`, `product_attribute_value.translation.createdAt`, `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation.languageId` FROM `product_attribute_value` LEFT JOIN (SELECT `product_attribute_value.translation`.product_attribute_value_id, `product_attribute_value.translation`.unit_override as `product_attribute_value.translation.unitOverride`, `product_attribute_value.translation`.created_at as `product_attribute_value.translation.createdAt`, `product_attribute_value.translation`.updated_at as `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation`.product_attribute_value_id as `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation`.language_id as `product_attribute_value.translation.languageId` FROM `product_attribute_value_translation` `product_attribute_value.translation` WHERE `product_attribute_value.translation`.language_id = ?) `product_attribute_value.product_attribute_value_translation` ON `product_attribute_value.product_attribute_value_translation`.`product_attribute_value_id` = `product_attribute_value`.`id` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` LEFT JOIN (SELECT `product_attribute_value.attribute.translation`.product_attribute_id, `product_attribute_value.attribute.translation`.unit as `product_attribute_value.attribute.translation.unit`, `product_attribute_value.attribute.translation`.label as `product_attribute_value.attribute.translation.label`, `product_attribute_value.attribute.translation`.created_at as `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation`.updated_at as `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation`.product_attribute_id as `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation`.language_id as `product_attribute_value.attribute.translation.languageId` FROM `product_attribute_translation` `product_attribute_value.attribute.translation` WHERE `product_attribute_value.attribute.translation`.language_id = ?) `product_attribute_value.attribute.product_attribute_translation` ON `product_attribute_value.attribute.product_attribute_translation`.`product_attribute_id` = `product_attribute_value.attribute`.`id` WHERE `product_attribute_value`.`id` IN (?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\t\x1E]çÈÙ.oÙ™¸#ó"
  b"\x17ðE\x10UÉCº¬ þ Ï\x13¨€"
  b" ÌùnÖr1×íiX‹*ü\fz"
  b"\v‰²oÔYŽ-ùùÙøO\x0Eù"
  b"ÀßUB‚Gõù$£Ußx™à¼"
  b"ð$1iü@}(Rr¼(xû\x08"
]
191 3.47 ms
SELECT `product_attribute_value`.`id` FROM `product_attribute_value` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` WHERE ((`product_attribute_value`.`product_id` = ? AND `product_attribute_value.attribute`.`field_name` = ?)) ORDER BY `product_attribute_value.attribute`.`sorting` DESC
Parameters:
[
  b"_…N޼>ÿ\x0Eù\x1E!hÝ:¦\x1D"
  "nameShort"
]
192 3.61 ms
SELECT `product_attribute_value`.`id` as `product_attribute_value.id`, `product_attribute_value`.`product_version_id` as `product_attribute_value.productVersionId`, `product_attribute_value`.`product_id` as `product_attribute_value.productId`, `product_attribute_value`.`value` as `product_attribute_value.value`, `product_attribute_value`.`value_base` as `product_attribute_value.valueBase`, `product_attribute_value`.`value_int` as `product_attribute_value.valueInt`, `product_attribute_value`.`value_base_int` as `product_attribute_value.valueBaseInt`, `product_attribute_value`.`value_float` as `product_attribute_value.valueFloat`, `product_attribute_value`.`value_base_float` as `product_attribute_value.valueBaseFloat`, `product_attribute_value`.`attribute_id` as `product_attribute_value.attributeId`, `product_attribute_value.attribute`.`id` as `product_attribute_value.attribute.id`, `product_attribute_value.attribute`.`show_in_datasheet` as `product_attribute_value.attribute.showInDatasheet`, `product_attribute_value.attribute`.`sorting` as `product_attribute_value.attribute.sorting`, `product_attribute_value.attribute`.`field_type` as `product_attribute_value.attribute.fieldType`, `product_attribute_value.attribute`.`field_name` as `product_attribute_value.attribute.fieldName`, `product_attribute_value.attribute`.`label_sort` as `product_attribute_value.attribute.labelSort`, `product_attribute_value.attribute`.`created_at` as `product_attribute_value.attribute.createdAt`, `product_attribute_value.attribute`.`updated_at` as `product_attribute_value.attribute.updatedAt`, `product_attribute_value.attribute.translation.unit`, COALESCE(`product_attribute_value.attribute.translation.unit`,`product_attribute_value.attribute.translation.unit`) as `product_attribute_value.attribute.unit`, `product_attribute_value.attribute.translation.label`, COALESCE(`product_attribute_value.attribute.translation.label`,`product_attribute_value.attribute.translation.label`) as `product_attribute_value.attribute.label`, `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation.languageId`, `product_attribute_value`.`created_at` as `product_attribute_value.createdAt`, `product_attribute_value`.`updated_at` as `product_attribute_value.updatedAt`, `product_attribute_value.translation.unitOverride`, COALESCE(`product_attribute_value.translation.unitOverride`,`product_attribute_value.translation.unitOverride`) as `product_attribute_value.unitOverride`, `product_attribute_value.translation.createdAt`, `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation.languageId` FROM `product_attribute_value` LEFT JOIN (SELECT `product_attribute_value.translation`.product_attribute_value_id, `product_attribute_value.translation`.unit_override as `product_attribute_value.translation.unitOverride`, `product_attribute_value.translation`.created_at as `product_attribute_value.translation.createdAt`, `product_attribute_value.translation`.updated_at as `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation`.product_attribute_value_id as `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation`.language_id as `product_attribute_value.translation.languageId` FROM `product_attribute_value_translation` `product_attribute_value.translation` WHERE `product_attribute_value.translation`.language_id = ?) `product_attribute_value.product_attribute_value_translation` ON `product_attribute_value.product_attribute_value_translation`.`product_attribute_value_id` = `product_attribute_value`.`id` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` LEFT JOIN (SELECT `product_attribute_value.attribute.translation`.product_attribute_id, `product_attribute_value.attribute.translation`.unit as `product_attribute_value.attribute.translation.unit`, `product_attribute_value.attribute.translation`.label as `product_attribute_value.attribute.translation.label`, `product_attribute_value.attribute.translation`.created_at as `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation`.updated_at as `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation`.product_attribute_id as `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation`.language_id as `product_attribute_value.attribute.translation.languageId` FROM `product_attribute_translation` `product_attribute_value.attribute.translation` WHERE `product_attribute_value.attribute.translation`.language_id = ?) `product_attribute_value.attribute.product_attribute_translation` ON `product_attribute_value.attribute.product_attribute_translation`.`product_attribute_id` = `product_attribute_value.attribute`.`id` WHERE `product_attribute_value`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"ö\x1AV\x17\x19ÜxUV€ª°÷×n¾"
]
193 3.46 ms
SELECT `product_attribute_value`.`id` FROM `product_attribute_value` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` WHERE ((`product_attribute_value`.`product_id` = ? AND (`product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ?))) ORDER BY `product_attribute_value.attribute`.`sorting` DESC
Parameters:
[
  b"_…N޼>ÿ\x0Eù\x1E!hÝ:¦\x1D"
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
194 3.36 ms
SELECT `product_attribute_value`.`id` as `product_attribute_value.id`, `product_attribute_value`.`product_version_id` as `product_attribute_value.productVersionId`, `product_attribute_value`.`product_id` as `product_attribute_value.productId`, `product_attribute_value`.`value` as `product_attribute_value.value`, `product_attribute_value`.`value_base` as `product_attribute_value.valueBase`, `product_attribute_value`.`value_int` as `product_attribute_value.valueInt`, `product_attribute_value`.`value_base_int` as `product_attribute_value.valueBaseInt`, `product_attribute_value`.`value_float` as `product_attribute_value.valueFloat`, `product_attribute_value`.`value_base_float` as `product_attribute_value.valueBaseFloat`, `product_attribute_value`.`attribute_id` as `product_attribute_value.attributeId`, `product_attribute_value.attribute`.`id` as `product_attribute_value.attribute.id`, `product_attribute_value.attribute`.`show_in_datasheet` as `product_attribute_value.attribute.showInDatasheet`, `product_attribute_value.attribute`.`sorting` as `product_attribute_value.attribute.sorting`, `product_attribute_value.attribute`.`field_type` as `product_attribute_value.attribute.fieldType`, `product_attribute_value.attribute`.`field_name` as `product_attribute_value.attribute.fieldName`, `product_attribute_value.attribute`.`label_sort` as `product_attribute_value.attribute.labelSort`, `product_attribute_value.attribute`.`created_at` as `product_attribute_value.attribute.createdAt`, `product_attribute_value.attribute`.`updated_at` as `product_attribute_value.attribute.updatedAt`, `product_attribute_value.attribute.translation.unit`, COALESCE(`product_attribute_value.attribute.translation.unit`,`product_attribute_value.attribute.translation.unit`) as `product_attribute_value.attribute.unit`, `product_attribute_value.attribute.translation.label`, COALESCE(`product_attribute_value.attribute.translation.label`,`product_attribute_value.attribute.translation.label`) as `product_attribute_value.attribute.label`, `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation.languageId`, `product_attribute_value`.`created_at` as `product_attribute_value.createdAt`, `product_attribute_value`.`updated_at` as `product_attribute_value.updatedAt`, `product_attribute_value.translation.unitOverride`, COALESCE(`product_attribute_value.translation.unitOverride`,`product_attribute_value.translation.unitOverride`) as `product_attribute_value.unitOverride`, `product_attribute_value.translation.createdAt`, `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation.languageId` FROM `product_attribute_value` LEFT JOIN (SELECT `product_attribute_value.translation`.product_attribute_value_id, `product_attribute_value.translation`.unit_override as `product_attribute_value.translation.unitOverride`, `product_attribute_value.translation`.created_at as `product_attribute_value.translation.createdAt`, `product_attribute_value.translation`.updated_at as `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation`.product_attribute_value_id as `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation`.language_id as `product_attribute_value.translation.languageId` FROM `product_attribute_value_translation` `product_attribute_value.translation` WHERE `product_attribute_value.translation`.language_id = ?) `product_attribute_value.product_attribute_value_translation` ON `product_attribute_value.product_attribute_value_translation`.`product_attribute_value_id` = `product_attribute_value`.`id` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` LEFT JOIN (SELECT `product_attribute_value.attribute.translation`.product_attribute_id, `product_attribute_value.attribute.translation`.unit as `product_attribute_value.attribute.translation.unit`, `product_attribute_value.attribute.translation`.label as `product_attribute_value.attribute.translation.label`, `product_attribute_value.attribute.translation`.created_at as `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation`.updated_at as `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation`.product_attribute_id as `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation`.language_id as `product_attribute_value.attribute.translation.languageId` FROM `product_attribute_translation` `product_attribute_value.attribute.translation` WHERE `product_attribute_value.attribute.translation`.language_id = ?) `product_attribute_value.attribute.product_attribute_translation` ON `product_attribute_value.attribute.product_attribute_translation`.`product_attribute_id` = `product_attribute_value.attribute`.`id` WHERE `product_attribute_value`.`id` IN (?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x1F2žÑ¼{"BäôŽÖ›:wç"
  b"Bg#³î\x05}Ýg+¸"tÆ™"
  b"XÌÖ„kç>øÔzGSððØ"
  b"h¤™t­î>k\x15\rñ\x0F"
  b"œ¸X2ƒŽ9Yù}L€”¥¡A"
  b"Ò$»^\x1Fë=ð°[×ãY,§"
]
195 3.08 ms
SELECT `product_attribute_value`.`id` FROM `product_attribute_value` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` WHERE ((`product_attribute_value`.`product_id` = ? AND `product_attribute_value.attribute`.`field_name` = ?)) ORDER BY `product_attribute_value.attribute`.`sorting` DESC
Parameters:
[
  b"Ö`‘\x01"\x08n.÷|ñšÇlqÙ"
  "nameShort"
]
196 3.37 ms
SELECT `product_attribute_value`.`id` as `product_attribute_value.id`, `product_attribute_value`.`product_version_id` as `product_attribute_value.productVersionId`, `product_attribute_value`.`product_id` as `product_attribute_value.productId`, `product_attribute_value`.`value` as `product_attribute_value.value`, `product_attribute_value`.`value_base` as `product_attribute_value.valueBase`, `product_attribute_value`.`value_int` as `product_attribute_value.valueInt`, `product_attribute_value`.`value_base_int` as `product_attribute_value.valueBaseInt`, `product_attribute_value`.`value_float` as `product_attribute_value.valueFloat`, `product_attribute_value`.`value_base_float` as `product_attribute_value.valueBaseFloat`, `product_attribute_value`.`attribute_id` as `product_attribute_value.attributeId`, `product_attribute_value.attribute`.`id` as `product_attribute_value.attribute.id`, `product_attribute_value.attribute`.`show_in_datasheet` as `product_attribute_value.attribute.showInDatasheet`, `product_attribute_value.attribute`.`sorting` as `product_attribute_value.attribute.sorting`, `product_attribute_value.attribute`.`field_type` as `product_attribute_value.attribute.fieldType`, `product_attribute_value.attribute`.`field_name` as `product_attribute_value.attribute.fieldName`, `product_attribute_value.attribute`.`label_sort` as `product_attribute_value.attribute.labelSort`, `product_attribute_value.attribute`.`created_at` as `product_attribute_value.attribute.createdAt`, `product_attribute_value.attribute`.`updated_at` as `product_attribute_value.attribute.updatedAt`, `product_attribute_value.attribute.translation.unit`, COALESCE(`product_attribute_value.attribute.translation.unit`,`product_attribute_value.attribute.translation.unit`) as `product_attribute_value.attribute.unit`, `product_attribute_value.attribute.translation.label`, COALESCE(`product_attribute_value.attribute.translation.label`,`product_attribute_value.attribute.translation.label`) as `product_attribute_value.attribute.label`, `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation.languageId`, `product_attribute_value`.`created_at` as `product_attribute_value.createdAt`, `product_attribute_value`.`updated_at` as `product_attribute_value.updatedAt`, `product_attribute_value.translation.unitOverride`, COALESCE(`product_attribute_value.translation.unitOverride`,`product_attribute_value.translation.unitOverride`) as `product_attribute_value.unitOverride`, `product_attribute_value.translation.createdAt`, `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation.languageId` FROM `product_attribute_value` LEFT JOIN (SELECT `product_attribute_value.translation`.product_attribute_value_id, `product_attribute_value.translation`.unit_override as `product_attribute_value.translation.unitOverride`, `product_attribute_value.translation`.created_at as `product_attribute_value.translation.createdAt`, `product_attribute_value.translation`.updated_at as `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation`.product_attribute_value_id as `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation`.language_id as `product_attribute_value.translation.languageId` FROM `product_attribute_value_translation` `product_attribute_value.translation` WHERE `product_attribute_value.translation`.language_id = ?) `product_attribute_value.product_attribute_value_translation` ON `product_attribute_value.product_attribute_value_translation`.`product_attribute_value_id` = `product_attribute_value`.`id` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` LEFT JOIN (SELECT `product_attribute_value.attribute.translation`.product_attribute_id, `product_attribute_value.attribute.translation`.unit as `product_attribute_value.attribute.translation.unit`, `product_attribute_value.attribute.translation`.label as `product_attribute_value.attribute.translation.label`, `product_attribute_value.attribute.translation`.created_at as `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation`.updated_at as `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation`.product_attribute_id as `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation`.language_id as `product_attribute_value.attribute.translation.languageId` FROM `product_attribute_translation` `product_attribute_value.attribute.translation` WHERE `product_attribute_value.attribute.translation`.language_id = ?) `product_attribute_value.attribute.product_attribute_translation` ON `product_attribute_value.attribute.product_attribute_translation`.`product_attribute_id` = `product_attribute_value.attribute`.`id` WHERE `product_attribute_value`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"‡*òýަíœ`—«<Ü.¿Ü"
]
197 3.45 ms
SELECT `product_attribute_value`.`id` FROM `product_attribute_value` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` WHERE ((`product_attribute_value`.`product_id` = ? AND (`product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ?))) ORDER BY `product_attribute_value.attribute`.`sorting` DESC
Parameters:
[
  b"Ö`‘\x01"\x08n.÷|ñšÇlqÙ"
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
198 3.59 ms
SELECT `product_attribute_value`.`id` as `product_attribute_value.id`, `product_attribute_value`.`product_version_id` as `product_attribute_value.productVersionId`, `product_attribute_value`.`product_id` as `product_attribute_value.productId`, `product_attribute_value`.`value` as `product_attribute_value.value`, `product_attribute_value`.`value_base` as `product_attribute_value.valueBase`, `product_attribute_value`.`value_int` as `product_attribute_value.valueInt`, `product_attribute_value`.`value_base_int` as `product_attribute_value.valueBaseInt`, `product_attribute_value`.`value_float` as `product_attribute_value.valueFloat`, `product_attribute_value`.`value_base_float` as `product_attribute_value.valueBaseFloat`, `product_attribute_value`.`attribute_id` as `product_attribute_value.attributeId`, `product_attribute_value.attribute`.`id` as `product_attribute_value.attribute.id`, `product_attribute_value.attribute`.`show_in_datasheet` as `product_attribute_value.attribute.showInDatasheet`, `product_attribute_value.attribute`.`sorting` as `product_attribute_value.attribute.sorting`, `product_attribute_value.attribute`.`field_type` as `product_attribute_value.attribute.fieldType`, `product_attribute_value.attribute`.`field_name` as `product_attribute_value.attribute.fieldName`, `product_attribute_value.attribute`.`label_sort` as `product_attribute_value.attribute.labelSort`, `product_attribute_value.attribute`.`created_at` as `product_attribute_value.attribute.createdAt`, `product_attribute_value.attribute`.`updated_at` as `product_attribute_value.attribute.updatedAt`, `product_attribute_value.attribute.translation.unit`, COALESCE(`product_attribute_value.attribute.translation.unit`,`product_attribute_value.attribute.translation.unit`) as `product_attribute_value.attribute.unit`, `product_attribute_value.attribute.translation.label`, COALESCE(`product_attribute_value.attribute.translation.label`,`product_attribute_value.attribute.translation.label`) as `product_attribute_value.attribute.label`, `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation.languageId`, `product_attribute_value`.`created_at` as `product_attribute_value.createdAt`, `product_attribute_value`.`updated_at` as `product_attribute_value.updatedAt`, `product_attribute_value.translation.unitOverride`, COALESCE(`product_attribute_value.translation.unitOverride`,`product_attribute_value.translation.unitOverride`) as `product_attribute_value.unitOverride`, `product_attribute_value.translation.createdAt`, `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation.languageId` FROM `product_attribute_value` LEFT JOIN (SELECT `product_attribute_value.translation`.product_attribute_value_id, `product_attribute_value.translation`.unit_override as `product_attribute_value.translation.unitOverride`, `product_attribute_value.translation`.created_at as `product_attribute_value.translation.createdAt`, `product_attribute_value.translation`.updated_at as `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation`.product_attribute_value_id as `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation`.language_id as `product_attribute_value.translation.languageId` FROM `product_attribute_value_translation` `product_attribute_value.translation` WHERE `product_attribute_value.translation`.language_id = ?) `product_attribute_value.product_attribute_value_translation` ON `product_attribute_value.product_attribute_value_translation`.`product_attribute_value_id` = `product_attribute_value`.`id` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` LEFT JOIN (SELECT `product_attribute_value.attribute.translation`.product_attribute_id, `product_attribute_value.attribute.translation`.unit as `product_attribute_value.attribute.translation.unit`, `product_attribute_value.attribute.translation`.label as `product_attribute_value.attribute.translation.label`, `product_attribute_value.attribute.translation`.created_at as `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation`.updated_at as `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation`.product_attribute_id as `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation`.language_id as `product_attribute_value.attribute.translation.languageId` FROM `product_attribute_translation` `product_attribute_value.attribute.translation` WHERE `product_attribute_value.attribute.translation`.language_id = ?) `product_attribute_value.attribute.product_attribute_translation` ON `product_attribute_value.attribute.product_attribute_translation`.`product_attribute_id` = `product_attribute_value.attribute`.`id` WHERE `product_attribute_value`.`id` IN (?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0FÉ=‘ÃÅ;¡ê<êb¸\f\x19="
  b"\x1E~;Ÿ¾âU‚óû5áWÂ\x17"
  b"\x1FËo@ìñ\x16¯\x00º\x13\v4ކÐ"
  b"a·Ìaµ‰ðRî¸a'\x00$ók"
  b"©\x18‘„UW\x17ºZS;\x167Ý0"
  b"þQš\x18äÚ¾\x1CÏ̳qƒcNÕ"
]
199 3.46 ms
SELECT `product_attribute_value`.`id` FROM `product_attribute_value` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` WHERE ((`product_attribute_value`.`product_id` = ? AND `product_attribute_value.attribute`.`field_name` = ?)) ORDER BY `product_attribute_value.attribute`.`sorting` DESC
Parameters:
[
  b"© ÜA\x08\x04ýóÞ{¨<`H•-"
  "nameShort"
]
200 3.34 ms
SELECT `product_attribute_value`.`id` as `product_attribute_value.id`, `product_attribute_value`.`product_version_id` as `product_attribute_value.productVersionId`, `product_attribute_value`.`product_id` as `product_attribute_value.productId`, `product_attribute_value`.`value` as `product_attribute_value.value`, `product_attribute_value`.`value_base` as `product_attribute_value.valueBase`, `product_attribute_value`.`value_int` as `product_attribute_value.valueInt`, `product_attribute_value`.`value_base_int` as `product_attribute_value.valueBaseInt`, `product_attribute_value`.`value_float` as `product_attribute_value.valueFloat`, `product_attribute_value`.`value_base_float` as `product_attribute_value.valueBaseFloat`, `product_attribute_value`.`attribute_id` as `product_attribute_value.attributeId`, `product_attribute_value.attribute`.`id` as `product_attribute_value.attribute.id`, `product_attribute_value.attribute`.`show_in_datasheet` as `product_attribute_value.attribute.showInDatasheet`, `product_attribute_value.attribute`.`sorting` as `product_attribute_value.attribute.sorting`, `product_attribute_value.attribute`.`field_type` as `product_attribute_value.attribute.fieldType`, `product_attribute_value.attribute`.`field_name` as `product_attribute_value.attribute.fieldName`, `product_attribute_value.attribute`.`label_sort` as `product_attribute_value.attribute.labelSort`, `product_attribute_value.attribute`.`created_at` as `product_attribute_value.attribute.createdAt`, `product_attribute_value.attribute`.`updated_at` as `product_attribute_value.attribute.updatedAt`, `product_attribute_value.attribute.translation.unit`, COALESCE(`product_attribute_value.attribute.translation.unit`,`product_attribute_value.attribute.translation.unit`) as `product_attribute_value.attribute.unit`, `product_attribute_value.attribute.translation.label`, COALESCE(`product_attribute_value.attribute.translation.label`,`product_attribute_value.attribute.translation.label`) as `product_attribute_value.attribute.label`, `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation.languageId`, `product_attribute_value`.`created_at` as `product_attribute_value.createdAt`, `product_attribute_value`.`updated_at` as `product_attribute_value.updatedAt`, `product_attribute_value.translation.unitOverride`, COALESCE(`product_attribute_value.translation.unitOverride`,`product_attribute_value.translation.unitOverride`) as `product_attribute_value.unitOverride`, `product_attribute_value.translation.createdAt`, `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation.languageId` FROM `product_attribute_value` LEFT JOIN (SELECT `product_attribute_value.translation`.product_attribute_value_id, `product_attribute_value.translation`.unit_override as `product_attribute_value.translation.unitOverride`, `product_attribute_value.translation`.created_at as `product_attribute_value.translation.createdAt`, `product_attribute_value.translation`.updated_at as `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation`.product_attribute_value_id as `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation`.language_id as `product_attribute_value.translation.languageId` FROM `product_attribute_value_translation` `product_attribute_value.translation` WHERE `product_attribute_value.translation`.language_id = ?) `product_attribute_value.product_attribute_value_translation` ON `product_attribute_value.product_attribute_value_translation`.`product_attribute_value_id` = `product_attribute_value`.`id` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` LEFT JOIN (SELECT `product_attribute_value.attribute.translation`.product_attribute_id, `product_attribute_value.attribute.translation`.unit as `product_attribute_value.attribute.translation.unit`, `product_attribute_value.attribute.translation`.label as `product_attribute_value.attribute.translation.label`, `product_attribute_value.attribute.translation`.created_at as `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation`.updated_at as `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation`.product_attribute_id as `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation`.language_id as `product_attribute_value.attribute.translation.languageId` FROM `product_attribute_translation` `product_attribute_value.attribute.translation` WHERE `product_attribute_value.attribute.translation`.language_id = ?) `product_attribute_value.attribute.product_attribute_translation` ON `product_attribute_value.attribute.product_attribute_translation`.`product_attribute_id` = `product_attribute_value.attribute`.`id` WHERE `product_attribute_value`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"æÊ\\x1AÔÈ­ä\x10þ\e½€±U\x0F"
]
201 3.59 ms
SELECT `product_attribute_value`.`id` FROM `product_attribute_value` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` WHERE ((`product_attribute_value`.`product_id` = ? AND (`product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ?))) ORDER BY `product_attribute_value.attribute`.`sorting` DESC
Parameters:
[
  b"© ÜA\x08\x04ýóÞ{¨<`H•-"
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
202 3.52 ms
SELECT `product_attribute_value`.`id` as `product_attribute_value.id`, `product_attribute_value`.`product_version_id` as `product_attribute_value.productVersionId`, `product_attribute_value`.`product_id` as `product_attribute_value.productId`, `product_attribute_value`.`value` as `product_attribute_value.value`, `product_attribute_value`.`value_base` as `product_attribute_value.valueBase`, `product_attribute_value`.`value_int` as `product_attribute_value.valueInt`, `product_attribute_value`.`value_base_int` as `product_attribute_value.valueBaseInt`, `product_attribute_value`.`value_float` as `product_attribute_value.valueFloat`, `product_attribute_value`.`value_base_float` as `product_attribute_value.valueBaseFloat`, `product_attribute_value`.`attribute_id` as `product_attribute_value.attributeId`, `product_attribute_value.attribute`.`id` as `product_attribute_value.attribute.id`, `product_attribute_value.attribute`.`show_in_datasheet` as `product_attribute_value.attribute.showInDatasheet`, `product_attribute_value.attribute`.`sorting` as `product_attribute_value.attribute.sorting`, `product_attribute_value.attribute`.`field_type` as `product_attribute_value.attribute.fieldType`, `product_attribute_value.attribute`.`field_name` as `product_attribute_value.attribute.fieldName`, `product_attribute_value.attribute`.`label_sort` as `product_attribute_value.attribute.labelSort`, `product_attribute_value.attribute`.`created_at` as `product_attribute_value.attribute.createdAt`, `product_attribute_value.attribute`.`updated_at` as `product_attribute_value.attribute.updatedAt`, `product_attribute_value.attribute.translation.unit`, COALESCE(`product_attribute_value.attribute.translation.unit`,`product_attribute_value.attribute.translation.unit`) as `product_attribute_value.attribute.unit`, `product_attribute_value.attribute.translation.label`, COALESCE(`product_attribute_value.attribute.translation.label`,`product_attribute_value.attribute.translation.label`) as `product_attribute_value.attribute.label`, `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation.languageId`, `product_attribute_value`.`created_at` as `product_attribute_value.createdAt`, `product_attribute_value`.`updated_at` as `product_attribute_value.updatedAt`, `product_attribute_value.translation.unitOverride`, COALESCE(`product_attribute_value.translation.unitOverride`,`product_attribute_value.translation.unitOverride`) as `product_attribute_value.unitOverride`, `product_attribute_value.translation.createdAt`, `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation.languageId` FROM `product_attribute_value` LEFT JOIN (SELECT `product_attribute_value.translation`.product_attribute_value_id, `product_attribute_value.translation`.unit_override as `product_attribute_value.translation.unitOverride`, `product_attribute_value.translation`.created_at as `product_attribute_value.translation.createdAt`, `product_attribute_value.translation`.updated_at as `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation`.product_attribute_value_id as `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation`.language_id as `product_attribute_value.translation.languageId` FROM `product_attribute_value_translation` `product_attribute_value.translation` WHERE `product_attribute_value.translation`.language_id = ?) `product_attribute_value.product_attribute_value_translation` ON `product_attribute_value.product_attribute_value_translation`.`product_attribute_value_id` = `product_attribute_value`.`id` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` LEFT JOIN (SELECT `product_attribute_value.attribute.translation`.product_attribute_id, `product_attribute_value.attribute.translation`.unit as `product_attribute_value.attribute.translation.unit`, `product_attribute_value.attribute.translation`.label as `product_attribute_value.attribute.translation.label`, `product_attribute_value.attribute.translation`.created_at as `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation`.updated_at as `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation`.product_attribute_id as `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation`.language_id as `product_attribute_value.attribute.translation.languageId` FROM `product_attribute_translation` `product_attribute_value.attribute.translation` WHERE `product_attribute_value.attribute.translation`.language_id = ?) `product_attribute_value.attribute.product_attribute_translation` ON `product_attribute_value.attribute.product_attribute_translation`.`product_attribute_id` = `product_attribute_value.attribute`.`id` WHERE `product_attribute_value`.`id` IN (?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0ED¼Mœ–©¸ëtNÅ—\eo"
  b"\x10©uG~"ę䷄fâE4Ô"
  b"'æQr^‰ºÐ›N™´3\x1DD\x08"
  b"Ž\x0EºîÓi„þ!9uG»(\x07i"
  b"¬\x02†€Ô|\x17©\x07\x19Å¶Û•¸"
  b"ÒG\x17œ»¤èõ\vY\x02ÄÒTýº"
]
203 3.22 ms
SELECT `product_attribute_value`.`id` FROM `product_attribute_value` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` WHERE ((`product_attribute_value`.`product_id` = ? AND `product_attribute_value.attribute`.`field_name` = ?)) ORDER BY `product_attribute_value.attribute`.`sorting` DESC
Parameters:
[
  b"\x1D¨ÿ\x01EAìîFu¥›?ª"
  "nameShort"
]
204 3.28 ms
SELECT `product_attribute_value`.`id` as `product_attribute_value.id`, `product_attribute_value`.`product_version_id` as `product_attribute_value.productVersionId`, `product_attribute_value`.`product_id` as `product_attribute_value.productId`, `product_attribute_value`.`value` as `product_attribute_value.value`, `product_attribute_value`.`value_base` as `product_attribute_value.valueBase`, `product_attribute_value`.`value_int` as `product_attribute_value.valueInt`, `product_attribute_value`.`value_base_int` as `product_attribute_value.valueBaseInt`, `product_attribute_value`.`value_float` as `product_attribute_value.valueFloat`, `product_attribute_value`.`value_base_float` as `product_attribute_value.valueBaseFloat`, `product_attribute_value`.`attribute_id` as `product_attribute_value.attributeId`, `product_attribute_value.attribute`.`id` as `product_attribute_value.attribute.id`, `product_attribute_value.attribute`.`show_in_datasheet` as `product_attribute_value.attribute.showInDatasheet`, `product_attribute_value.attribute`.`sorting` as `product_attribute_value.attribute.sorting`, `product_attribute_value.attribute`.`field_type` as `product_attribute_value.attribute.fieldType`, `product_attribute_value.attribute`.`field_name` as `product_attribute_value.attribute.fieldName`, `product_attribute_value.attribute`.`label_sort` as `product_attribute_value.attribute.labelSort`, `product_attribute_value.attribute`.`created_at` as `product_attribute_value.attribute.createdAt`, `product_attribute_value.attribute`.`updated_at` as `product_attribute_value.attribute.updatedAt`, `product_attribute_value.attribute.translation.unit`, COALESCE(`product_attribute_value.attribute.translation.unit`,`product_attribute_value.attribute.translation.unit`) as `product_attribute_value.attribute.unit`, `product_attribute_value.attribute.translation.label`, COALESCE(`product_attribute_value.attribute.translation.label`,`product_attribute_value.attribute.translation.label`) as `product_attribute_value.attribute.label`, `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation.languageId`, `product_attribute_value`.`created_at` as `product_attribute_value.createdAt`, `product_attribute_value`.`updated_at` as `product_attribute_value.updatedAt`, `product_attribute_value.translation.unitOverride`, COALESCE(`product_attribute_value.translation.unitOverride`,`product_attribute_value.translation.unitOverride`) as `product_attribute_value.unitOverride`, `product_attribute_value.translation.createdAt`, `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation.languageId` FROM `product_attribute_value` LEFT JOIN (SELECT `product_attribute_value.translation`.product_attribute_value_id, `product_attribute_value.translation`.unit_override as `product_attribute_value.translation.unitOverride`, `product_attribute_value.translation`.created_at as `product_attribute_value.translation.createdAt`, `product_attribute_value.translation`.updated_at as `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation`.product_attribute_value_id as `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation`.language_id as `product_attribute_value.translation.languageId` FROM `product_attribute_value_translation` `product_attribute_value.translation` WHERE `product_attribute_value.translation`.language_id = ?) `product_attribute_value.product_attribute_value_translation` ON `product_attribute_value.product_attribute_value_translation`.`product_attribute_value_id` = `product_attribute_value`.`id` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` LEFT JOIN (SELECT `product_attribute_value.attribute.translation`.product_attribute_id, `product_attribute_value.attribute.translation`.unit as `product_attribute_value.attribute.translation.unit`, `product_attribute_value.attribute.translation`.label as `product_attribute_value.attribute.translation.label`, `product_attribute_value.attribute.translation`.created_at as `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation`.updated_at as `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation`.product_attribute_id as `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation`.language_id as `product_attribute_value.attribute.translation.languageId` FROM `product_attribute_translation` `product_attribute_value.attribute.translation` WHERE `product_attribute_value.attribute.translation`.language_id = ?) `product_attribute_value.attribute.product_attribute_translation` ON `product_attribute_value.attribute.product_attribute_translation`.`product_attribute_id` = `product_attribute_value.attribute`.`id` WHERE `product_attribute_value`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x02@¨nX~8©ªn:26OY1"
]
205 3.35 ms
SELECT `product_attribute_value`.`id` FROM `product_attribute_value` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` WHERE ((`product_attribute_value`.`product_id` = ? AND (`product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ?))) ORDER BY `product_attribute_value.attribute`.`sorting` DESC
Parameters:
[
  b"\x1D¨ÿ\x01EAìîFu¥›?ª"
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
206 3.43 ms
SELECT `product_attribute_value`.`id` as `product_attribute_value.id`, `product_attribute_value`.`product_version_id` as `product_attribute_value.productVersionId`, `product_attribute_value`.`product_id` as `product_attribute_value.productId`, `product_attribute_value`.`value` as `product_attribute_value.value`, `product_attribute_value`.`value_base` as `product_attribute_value.valueBase`, `product_attribute_value`.`value_int` as `product_attribute_value.valueInt`, `product_attribute_value`.`value_base_int` as `product_attribute_value.valueBaseInt`, `product_attribute_value`.`value_float` as `product_attribute_value.valueFloat`, `product_attribute_value`.`value_base_float` as `product_attribute_value.valueBaseFloat`, `product_attribute_value`.`attribute_id` as `product_attribute_value.attributeId`, `product_attribute_value.attribute`.`id` as `product_attribute_value.attribute.id`, `product_attribute_value.attribute`.`show_in_datasheet` as `product_attribute_value.attribute.showInDatasheet`, `product_attribute_value.attribute`.`sorting` as `product_attribute_value.attribute.sorting`, `product_attribute_value.attribute`.`field_type` as `product_attribute_value.attribute.fieldType`, `product_attribute_value.attribute`.`field_name` as `product_attribute_value.attribute.fieldName`, `product_attribute_value.attribute`.`label_sort` as `product_attribute_value.attribute.labelSort`, `product_attribute_value.attribute`.`created_at` as `product_attribute_value.attribute.createdAt`, `product_attribute_value.attribute`.`updated_at` as `product_attribute_value.attribute.updatedAt`, `product_attribute_value.attribute.translation.unit`, COALESCE(`product_attribute_value.attribute.translation.unit`,`product_attribute_value.attribute.translation.unit`) as `product_attribute_value.attribute.unit`, `product_attribute_value.attribute.translation.label`, COALESCE(`product_attribute_value.attribute.translation.label`,`product_attribute_value.attribute.translation.label`) as `product_attribute_value.attribute.label`, `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation.languageId`, `product_attribute_value`.`created_at` as `product_attribute_value.createdAt`, `product_attribute_value`.`updated_at` as `product_attribute_value.updatedAt`, `product_attribute_value.translation.unitOverride`, COALESCE(`product_attribute_value.translation.unitOverride`,`product_attribute_value.translation.unitOverride`) as `product_attribute_value.unitOverride`, `product_attribute_value.translation.createdAt`, `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation.languageId` FROM `product_attribute_value` LEFT JOIN (SELECT `product_attribute_value.translation`.product_attribute_value_id, `product_attribute_value.translation`.unit_override as `product_attribute_value.translation.unitOverride`, `product_attribute_value.translation`.created_at as `product_attribute_value.translation.createdAt`, `product_attribute_value.translation`.updated_at as `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation`.product_attribute_value_id as `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation`.language_id as `product_attribute_value.translation.languageId` FROM `product_attribute_value_translation` `product_attribute_value.translation` WHERE `product_attribute_value.translation`.language_id = ?) `product_attribute_value.product_attribute_value_translation` ON `product_attribute_value.product_attribute_value_translation`.`product_attribute_value_id` = `product_attribute_value`.`id` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` LEFT JOIN (SELECT `product_attribute_value.attribute.translation`.product_attribute_id, `product_attribute_value.attribute.translation`.unit as `product_attribute_value.attribute.translation.unit`, `product_attribute_value.attribute.translation`.label as `product_attribute_value.attribute.translation.label`, `product_attribute_value.attribute.translation`.created_at as `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation`.updated_at as `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation`.product_attribute_id as `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation`.language_id as `product_attribute_value.attribute.translation.languageId` FROM `product_attribute_translation` `product_attribute_value.attribute.translation` WHERE `product_attribute_value.attribute.translation`.language_id = ?) `product_attribute_value.attribute.product_attribute_translation` ON `product_attribute_value.attribute.product_attribute_translation`.`product_attribute_id` = `product_attribute_value.attribute`.`id` WHERE `product_attribute_value`.`id` IN (?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x053Jªç)\yDÀö#¢~'"
  b"\x10\x14¸wL>ËÓa*\x03¬»ø\x02ñ"
  b"\x16s…\x00\x1E8\x14õjKÖ\x11÷/½l"
  b"!C\x02’ɯ"ÉÐ,C¿â\x1E”‹"
  b"Y¢dA\x01-Ÿäë3ŒO×X0"
  b"œ\x13\tì\x08v\x05\x1F\rÓt˜Ug"
]
207 3.15 ms
SELECT `product_attribute_value`.`id` FROM `product_attribute_value` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` WHERE ((`product_attribute_value`.`product_id` = ? AND `product_attribute_value.attribute`.`field_name` = ?)) ORDER BY `product_attribute_value.attribute`.`sorting` DESC
Parameters:
[
  b"EYÙ6G9‘\x1AF¨6\x02ÞÞòe"
  "nameShort"
]
208 3.55 ms
SELECT `product_attribute_value`.`id` as `product_attribute_value.id`, `product_attribute_value`.`product_version_id` as `product_attribute_value.productVersionId`, `product_attribute_value`.`product_id` as `product_attribute_value.productId`, `product_attribute_value`.`value` as `product_attribute_value.value`, `product_attribute_value`.`value_base` as `product_attribute_value.valueBase`, `product_attribute_value`.`value_int` as `product_attribute_value.valueInt`, `product_attribute_value`.`value_base_int` as `product_attribute_value.valueBaseInt`, `product_attribute_value`.`value_float` as `product_attribute_value.valueFloat`, `product_attribute_value`.`value_base_float` as `product_attribute_value.valueBaseFloat`, `product_attribute_value`.`attribute_id` as `product_attribute_value.attributeId`, `product_attribute_value.attribute`.`id` as `product_attribute_value.attribute.id`, `product_attribute_value.attribute`.`show_in_datasheet` as `product_attribute_value.attribute.showInDatasheet`, `product_attribute_value.attribute`.`sorting` as `product_attribute_value.attribute.sorting`, `product_attribute_value.attribute`.`field_type` as `product_attribute_value.attribute.fieldType`, `product_attribute_value.attribute`.`field_name` as `product_attribute_value.attribute.fieldName`, `product_attribute_value.attribute`.`label_sort` as `product_attribute_value.attribute.labelSort`, `product_attribute_value.attribute`.`created_at` as `product_attribute_value.attribute.createdAt`, `product_attribute_value.attribute`.`updated_at` as `product_attribute_value.attribute.updatedAt`, `product_attribute_value.attribute.translation.unit`, COALESCE(`product_attribute_value.attribute.translation.unit`,`product_attribute_value.attribute.translation.unit`) as `product_attribute_value.attribute.unit`, `product_attribute_value.attribute.translation.label`, COALESCE(`product_attribute_value.attribute.translation.label`,`product_attribute_value.attribute.translation.label`) as `product_attribute_value.attribute.label`, `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation.languageId`, `product_attribute_value`.`created_at` as `product_attribute_value.createdAt`, `product_attribute_value`.`updated_at` as `product_attribute_value.updatedAt`, `product_attribute_value.translation.unitOverride`, COALESCE(`product_attribute_value.translation.unitOverride`,`product_attribute_value.translation.unitOverride`) as `product_attribute_value.unitOverride`, `product_attribute_value.translation.createdAt`, `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation.languageId` FROM `product_attribute_value` LEFT JOIN (SELECT `product_attribute_value.translation`.product_attribute_value_id, `product_attribute_value.translation`.unit_override as `product_attribute_value.translation.unitOverride`, `product_attribute_value.translation`.created_at as `product_attribute_value.translation.createdAt`, `product_attribute_value.translation`.updated_at as `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation`.product_attribute_value_id as `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation`.language_id as `product_attribute_value.translation.languageId` FROM `product_attribute_value_translation` `product_attribute_value.translation` WHERE `product_attribute_value.translation`.language_id = ?) `product_attribute_value.product_attribute_value_translation` ON `product_attribute_value.product_attribute_value_translation`.`product_attribute_value_id` = `product_attribute_value`.`id` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` LEFT JOIN (SELECT `product_attribute_value.attribute.translation`.product_attribute_id, `product_attribute_value.attribute.translation`.unit as `product_attribute_value.attribute.translation.unit`, `product_attribute_value.attribute.translation`.label as `product_attribute_value.attribute.translation.label`, `product_attribute_value.attribute.translation`.created_at as `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation`.updated_at as `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation`.product_attribute_id as `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation`.language_id as `product_attribute_value.attribute.translation.languageId` FROM `product_attribute_translation` `product_attribute_value.attribute.translation` WHERE `product_attribute_value.attribute.translation`.language_id = ?) `product_attribute_value.attribute.product_attribute_translation` ON `product_attribute_value.attribute.product_attribute_translation`.`product_attribute_id` = `product_attribute_value.attribute`.`id` WHERE `product_attribute_value`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"t\x13q—í\x0F\x14\x16k³*È@l8"
]
209 3.52 ms
SELECT `product_attribute_value`.`id` FROM `product_attribute_value` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` WHERE ((`product_attribute_value`.`product_id` = ? AND (`product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ?))) ORDER BY `product_attribute_value.attribute`.`sorting` DESC
Parameters:
[
  b"EYÙ6G9‘\x1AF¨6\x02ÞÞòe"
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
210 3.70 ms
SELECT `product_attribute_value`.`id` as `product_attribute_value.id`, `product_attribute_value`.`product_version_id` as `product_attribute_value.productVersionId`, `product_attribute_value`.`product_id` as `product_attribute_value.productId`, `product_attribute_value`.`value` as `product_attribute_value.value`, `product_attribute_value`.`value_base` as `product_attribute_value.valueBase`, `product_attribute_value`.`value_int` as `product_attribute_value.valueInt`, `product_attribute_value`.`value_base_int` as `product_attribute_value.valueBaseInt`, `product_attribute_value`.`value_float` as `product_attribute_value.valueFloat`, `product_attribute_value`.`value_base_float` as `product_attribute_value.valueBaseFloat`, `product_attribute_value`.`attribute_id` as `product_attribute_value.attributeId`, `product_attribute_value.attribute`.`id` as `product_attribute_value.attribute.id`, `product_attribute_value.attribute`.`show_in_datasheet` as `product_attribute_value.attribute.showInDatasheet`, `product_attribute_value.attribute`.`sorting` as `product_attribute_value.attribute.sorting`, `product_attribute_value.attribute`.`field_type` as `product_attribute_value.attribute.fieldType`, `product_attribute_value.attribute`.`field_name` as `product_attribute_value.attribute.fieldName`, `product_attribute_value.attribute`.`label_sort` as `product_attribute_value.attribute.labelSort`, `product_attribute_value.attribute`.`created_at` as `product_attribute_value.attribute.createdAt`, `product_attribute_value.attribute`.`updated_at` as `product_attribute_value.attribute.updatedAt`, `product_attribute_value.attribute.translation.unit`, COALESCE(`product_attribute_value.attribute.translation.unit`,`product_attribute_value.attribute.translation.unit`) as `product_attribute_value.attribute.unit`, `product_attribute_value.attribute.translation.label`, COALESCE(`product_attribute_value.attribute.translation.label`,`product_attribute_value.attribute.translation.label`) as `product_attribute_value.attribute.label`, `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation.languageId`, `product_attribute_value`.`created_at` as `product_attribute_value.createdAt`, `product_attribute_value`.`updated_at` as `product_attribute_value.updatedAt`, `product_attribute_value.translation.unitOverride`, COALESCE(`product_attribute_value.translation.unitOverride`,`product_attribute_value.translation.unitOverride`) as `product_attribute_value.unitOverride`, `product_attribute_value.translation.createdAt`, `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation.languageId` FROM `product_attribute_value` LEFT JOIN (SELECT `product_attribute_value.translation`.product_attribute_value_id, `product_attribute_value.translation`.unit_override as `product_attribute_value.translation.unitOverride`, `product_attribute_value.translation`.created_at as `product_attribute_value.translation.createdAt`, `product_attribute_value.translation`.updated_at as `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation`.product_attribute_value_id as `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation`.language_id as `product_attribute_value.translation.languageId` FROM `product_attribute_value_translation` `product_attribute_value.translation` WHERE `product_attribute_value.translation`.language_id = ?) `product_attribute_value.product_attribute_value_translation` ON `product_attribute_value.product_attribute_value_translation`.`product_attribute_value_id` = `product_attribute_value`.`id` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` LEFT JOIN (SELECT `product_attribute_value.attribute.translation`.product_attribute_id, `product_attribute_value.attribute.translation`.unit as `product_attribute_value.attribute.translation.unit`, `product_attribute_value.attribute.translation`.label as `product_attribute_value.attribute.translation.label`, `product_attribute_value.attribute.translation`.created_at as `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation`.updated_at as `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation`.product_attribute_id as `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation`.language_id as `product_attribute_value.attribute.translation.languageId` FROM `product_attribute_translation` `product_attribute_value.attribute.translation` WHERE `product_attribute_value.attribute.translation`.language_id = ?) `product_attribute_value.attribute.product_attribute_translation` ON `product_attribute_value.attribute.product_attribute_translation`.`product_attribute_id` = `product_attribute_value.attribute`.`id` WHERE `product_attribute_value`.`id` IN (?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\tgÊa²*˜\Þž%Ò«(Uƒ"
  b".!5Whƒ1o„vY\x08òγ]"
  b"[„³À~K~~U‹D‘ñ%Ò\x04"
  b"""
    £y++\vSŒ6’\x0F‚<k\n
    r
    """
  b"¼¶@’\x10\x04\tøö…r请\x06"
  b"ÓÜ ñ\x1F\x12RYµ/#ã$p"
]
211 3.46 ms
SELECT `product_attribute_value`.`id` FROM `product_attribute_value` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` WHERE ((`product_attribute_value`.`product_id` = ? AND `product_attribute_value.attribute`.`field_name` = ?)) ORDER BY `product_attribute_value.attribute`.`sorting` DESC
Parameters:
[
  b"%»ü„.X\x19_µÀÝŒ\x12—=¯"
  "nameShort"
]
212 3.51 ms
SELECT `product_attribute_value`.`id` as `product_attribute_value.id`, `product_attribute_value`.`product_version_id` as `product_attribute_value.productVersionId`, `product_attribute_value`.`product_id` as `product_attribute_value.productId`, `product_attribute_value`.`value` as `product_attribute_value.value`, `product_attribute_value`.`value_base` as `product_attribute_value.valueBase`, `product_attribute_value`.`value_int` as `product_attribute_value.valueInt`, `product_attribute_value`.`value_base_int` as `product_attribute_value.valueBaseInt`, `product_attribute_value`.`value_float` as `product_attribute_value.valueFloat`, `product_attribute_value`.`value_base_float` as `product_attribute_value.valueBaseFloat`, `product_attribute_value`.`attribute_id` as `product_attribute_value.attributeId`, `product_attribute_value.attribute`.`id` as `product_attribute_value.attribute.id`, `product_attribute_value.attribute`.`show_in_datasheet` as `product_attribute_value.attribute.showInDatasheet`, `product_attribute_value.attribute`.`sorting` as `product_attribute_value.attribute.sorting`, `product_attribute_value.attribute`.`field_type` as `product_attribute_value.attribute.fieldType`, `product_attribute_value.attribute`.`field_name` as `product_attribute_value.attribute.fieldName`, `product_attribute_value.attribute`.`label_sort` as `product_attribute_value.attribute.labelSort`, `product_attribute_value.attribute`.`created_at` as `product_attribute_value.attribute.createdAt`, `product_attribute_value.attribute`.`updated_at` as `product_attribute_value.attribute.updatedAt`, `product_attribute_value.attribute.translation.unit`, COALESCE(`product_attribute_value.attribute.translation.unit`,`product_attribute_value.attribute.translation.unit`) as `product_attribute_value.attribute.unit`, `product_attribute_value.attribute.translation.label`, COALESCE(`product_attribute_value.attribute.translation.label`,`product_attribute_value.attribute.translation.label`) as `product_attribute_value.attribute.label`, `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation.languageId`, `product_attribute_value`.`created_at` as `product_attribute_value.createdAt`, `product_attribute_value`.`updated_at` as `product_attribute_value.updatedAt`, `product_attribute_value.translation.unitOverride`, COALESCE(`product_attribute_value.translation.unitOverride`,`product_attribute_value.translation.unitOverride`) as `product_attribute_value.unitOverride`, `product_attribute_value.translation.createdAt`, `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation.languageId` FROM `product_attribute_value` LEFT JOIN (SELECT `product_attribute_value.translation`.product_attribute_value_id, `product_attribute_value.translation`.unit_override as `product_attribute_value.translation.unitOverride`, `product_attribute_value.translation`.created_at as `product_attribute_value.translation.createdAt`, `product_attribute_value.translation`.updated_at as `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation`.product_attribute_value_id as `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation`.language_id as `product_attribute_value.translation.languageId` FROM `product_attribute_value_translation` `product_attribute_value.translation` WHERE `product_attribute_value.translation`.language_id = ?) `product_attribute_value.product_attribute_value_translation` ON `product_attribute_value.product_attribute_value_translation`.`product_attribute_value_id` = `product_attribute_value`.`id` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` LEFT JOIN (SELECT `product_attribute_value.attribute.translation`.product_attribute_id, `product_attribute_value.attribute.translation`.unit as `product_attribute_value.attribute.translation.unit`, `product_attribute_value.attribute.translation`.label as `product_attribute_value.attribute.translation.label`, `product_attribute_value.attribute.translation`.created_at as `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation`.updated_at as `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation`.product_attribute_id as `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation`.language_id as `product_attribute_value.attribute.translation.languageId` FROM `product_attribute_translation` `product_attribute_value.attribute.translation` WHERE `product_attribute_value.attribute.translation`.language_id = ?) `product_attribute_value.attribute.product_attribute_translation` ON `product_attribute_value.attribute.product_attribute_translation`.`product_attribute_id` = `product_attribute_value.attribute`.`id` WHERE `product_attribute_value`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"öEëä0íÍzùem‡[\x04>"
]
213 3.56 ms
SELECT `product_attribute_value`.`id` FROM `product_attribute_value` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` WHERE ((`product_attribute_value`.`product_id` = ? AND (`product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ?))) ORDER BY `product_attribute_value.attribute`.`sorting` DESC
Parameters:
[
  b"%»ü„.X\x19_µÀÝŒ\x12—=¯"
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
214 3.65 ms
SELECT `product_attribute_value`.`id` as `product_attribute_value.id`, `product_attribute_value`.`product_version_id` as `product_attribute_value.productVersionId`, `product_attribute_value`.`product_id` as `product_attribute_value.productId`, `product_attribute_value`.`value` as `product_attribute_value.value`, `product_attribute_value`.`value_base` as `product_attribute_value.valueBase`, `product_attribute_value`.`value_int` as `product_attribute_value.valueInt`, `product_attribute_value`.`value_base_int` as `product_attribute_value.valueBaseInt`, `product_attribute_value`.`value_float` as `product_attribute_value.valueFloat`, `product_attribute_value`.`value_base_float` as `product_attribute_value.valueBaseFloat`, `product_attribute_value`.`attribute_id` as `product_attribute_value.attributeId`, `product_attribute_value.attribute`.`id` as `product_attribute_value.attribute.id`, `product_attribute_value.attribute`.`show_in_datasheet` as `product_attribute_value.attribute.showInDatasheet`, `product_attribute_value.attribute`.`sorting` as `product_attribute_value.attribute.sorting`, `product_attribute_value.attribute`.`field_type` as `product_attribute_value.attribute.fieldType`, `product_attribute_value.attribute`.`field_name` as `product_attribute_value.attribute.fieldName`, `product_attribute_value.attribute`.`label_sort` as `product_attribute_value.attribute.labelSort`, `product_attribute_value.attribute`.`created_at` as `product_attribute_value.attribute.createdAt`, `product_attribute_value.attribute`.`updated_at` as `product_attribute_value.attribute.updatedAt`, `product_attribute_value.attribute.translation.unit`, COALESCE(`product_attribute_value.attribute.translation.unit`,`product_attribute_value.attribute.translation.unit`) as `product_attribute_value.attribute.unit`, `product_attribute_value.attribute.translation.label`, COALESCE(`product_attribute_value.attribute.translation.label`,`product_attribute_value.attribute.translation.label`) as `product_attribute_value.attribute.label`, `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation.languageId`, `product_attribute_value`.`created_at` as `product_attribute_value.createdAt`, `product_attribute_value`.`updated_at` as `product_attribute_value.updatedAt`, `product_attribute_value.translation.unitOverride`, COALESCE(`product_attribute_value.translation.unitOverride`,`product_attribute_value.translation.unitOverride`) as `product_attribute_value.unitOverride`, `product_attribute_value.translation.createdAt`, `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation.languageId` FROM `product_attribute_value` LEFT JOIN (SELECT `product_attribute_value.translation`.product_attribute_value_id, `product_attribute_value.translation`.unit_override as `product_attribute_value.translation.unitOverride`, `product_attribute_value.translation`.created_at as `product_attribute_value.translation.createdAt`, `product_attribute_value.translation`.updated_at as `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation`.product_attribute_value_id as `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation`.language_id as `product_attribute_value.translation.languageId` FROM `product_attribute_value_translation` `product_attribute_value.translation` WHERE `product_attribute_value.translation`.language_id = ?) `product_attribute_value.product_attribute_value_translation` ON `product_attribute_value.product_attribute_value_translation`.`product_attribute_value_id` = `product_attribute_value`.`id` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` LEFT JOIN (SELECT `product_attribute_value.attribute.translation`.product_attribute_id, `product_attribute_value.attribute.translation`.unit as `product_attribute_value.attribute.translation.unit`, `product_attribute_value.attribute.translation`.label as `product_attribute_value.attribute.translation.label`, `product_attribute_value.attribute.translation`.created_at as `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation`.updated_at as `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation`.product_attribute_id as `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation`.language_id as `product_attribute_value.attribute.translation.languageId` FROM `product_attribute_translation` `product_attribute_value.attribute.translation` WHERE `product_attribute_value.attribute.translation`.language_id = ?) `product_attribute_value.attribute.product_attribute_translation` ON `product_attribute_value.attribute.product_attribute_translation`.`product_attribute_id` = `product_attribute_value.attribute`.`id` WHERE `product_attribute_value`.`id` IN (?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x1Fø<M\x02\x1Cx}3ÊÕ!qkÿ2"
  b""·zdh€«2\x10f²ðÍ\x0F+\x1E"
  b"sJ\x05)­\#3\x14CÌ&ÐLt"
  b"xøƒŽMkèCÖ(ÛÄ\x1AoâÞ"
  b"°ØI\v\x1C-ýèqî¼+§h‹V"
  b"³(uÈ\rþí"ƹZù —ÕQ"
]
215 3.57 ms
# app-scripts::refresh::read
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`allow_disable` as `app.allowDisable`, `app`.`base_app_url` as `app.baseAppUrl`, `app`.`allowed_hosts` as `app.allowedHosts`, `app`.`template_load_priority` as `app.templateLoadPriority`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`write_access` as `app.integration.writeAccess`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = ?) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE (`app`.`active` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
216 3.37 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:
[]
217 3.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:
[]
218 3.32 ms
SELECT `name`, `path`, `author`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
219 3.53 ms
SELECT `plugin`.`id` as `plugin.id`, `plugin`.`base_class` as `plugin.baseClass`, `plugin`.`name` as `plugin.name`, `plugin`.`composer_name` as `plugin.composerName`, `plugin`.`autoload` as `plugin.autoload`, `plugin`.`active` as `plugin.active`, `plugin`.`managed_by_composer` as `plugin.managedByComposer`, `plugin`.`path` as `plugin.path`, `plugin`.`author` as `plugin.author`, `plugin`.`copyright` as `plugin.copyright`, `plugin`.`license` as `plugin.license`, `plugin`.`version` as `plugin.version`, `plugin`.`upgrade_version` as `plugin.upgradeVersion`, `plugin`.`installed_at` as `plugin.installedAt`, `plugin`.`upgraded_at` as `plugin.upgradedAt`, `plugin`.`icon` as `plugin.iconRaw`, `plugin`.`created_at` as `plugin.createdAt`, `plugin`.`updated_at` as `plugin.updatedAt`, `plugin.translation.label`, COALESCE(`plugin.translation.label`,`plugin.translation.label`) as `plugin.label`, `plugin.translation.description`, COALESCE(`plugin.translation.description`,`plugin.translation.description`) as `plugin.description`, `plugin.translation.manufacturerLink`, COALESCE(`plugin.translation.manufacturerLink`,`plugin.translation.manufacturerLink`) as `plugin.manufacturerLink`, `plugin.translation.supportLink`, COALESCE(`plugin.translation.supportLink`,`plugin.translation.supportLink`) as `plugin.supportLink`, `plugin.translation.changelog`, COALESCE(`plugin.translation.changelog`,`plugin.translation.changelog`) as `plugin.changelog`, `plugin.translation.customFields`, COALESCE(`plugin.translation.customFields`,`plugin.translation.customFields`) as `plugin.customFields`, `plugin.translation.createdAt`, `plugin.translation.updatedAt`, `plugin.translation.pluginId`, `plugin.translation.languageId` FROM `plugin` LEFT JOIN (SELECT `plugin.translation`.plugin_id, `plugin.translation`.label as `plugin.translation.label`, `plugin.translation`.description as `plugin.translation.description`, `plugin.translation`.manufacturer_link as `plugin.translation.manufacturerLink`, `plugin.translation`.support_link as `plugin.translation.supportLink`, `plugin.translation`.changelog as `plugin.translation.changelog`, `plugin.translation`.custom_fields as `plugin.translation.customFields`, `plugin.translation`.created_at as `plugin.translation.createdAt`, `plugin.translation`.updated_at as `plugin.translation.updatedAt`, `plugin.translation`.plugin_id as `plugin.translation.pluginId`, `plugin.translation`.language_id as `plugin.translation.languageId` FROM `plugin_translation` `plugin.translation` WHERE `plugin.translation`.language_id = ?) `plugin.plugin_translation` ON `plugin.plugin_translation`.`plugin_id` = `plugin`.`id` WHERE (`plugin`.`name` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  "SensusUptainConnect6"
]
220 3.10 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:
[]
221 3.26 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
222 4.73 ms
# breadcrumb-extension::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.bergerExtension`.`id` as `category.bergerExtension.id`, `category.bergerExtension`.`category_version_id` as `category.bergerExtension.categoryVersionId`, `category.bergerExtension`.`category_id` as `category.bergerExtension.catgoryId`, `category.bergerExtension`.`code` as `category.bergerExtension.code`, `category.bergerExtension`.`descriptionLong` as `category.bergerExtension.descriptionLong`, `category.bergerExtension`.`headline` as `category.bergerExtension.headline`, `category.bergerExtension`.`category_filter_aggregation_1` as `category.bergerExtension.categoryFilterAggregation1`, `category.bergerExtension`.`category_filter_display_name_1` as `category.bergerExtension.categoryFilterDisplayName1`, `category.bergerExtension`.`category_filter_icon_1` as `category.bergerExtension.categoryFilterIcon1`, `category.bergerExtension`.`category_filter_order_1` as `category.bergerExtension.categoryFilterOrder1`, `category.bergerExtension`.`category_filter_aggregation_2` as `category.bergerExtension.categoryFilterAggregation2`, `category.bergerExtension`.`category_filter_display_name_2` as `category.bergerExtension.categoryFilterDisplayName2`, `category.bergerExtension`.`category_filter_icon_2` as `category.bergerExtension.categoryFilterIcon2`, `category.bergerExtension`.`category_filter_order_2` as `category.bergerExtension.categoryFilterOrder2`, `category.bergerExtension`.`category_filter_aggregation_3` as `category.bergerExtension.categoryFilterAggregation3`, `category.bergerExtension`.`category_filter_display_name_3` as `category.bergerExtension.categoryFilterDisplayName3`, `category.bergerExtension`.`category_filter_icon_3` as `category.bergerExtension.categoryFilterIcon3`, `category.bergerExtension`.`category_filter_order_3` as `category.bergerExtension.categoryFilterOrder3`, `category.bergerExtension`.`category_filter_aggregation_4` as `category.bergerExtension.categoryFilterAggregation4`, `category.bergerExtension`.`category_filter_display_name_4` as `category.bergerExtension.categoryFilterDisplayName4`, `category.bergerExtension`.`category_filter_icon_4` as `category.bergerExtension.categoryFilterIcon4`, `category.bergerExtension`.`category_filter_order_4` as `category.bergerExtension.categoryFilterOrder4`, `category.bergerExtension`.`category_filter_aggregation_5` as `category.bergerExtension.categoryFilterAggregation5`, `category.bergerExtension`.`category_filter_display_name_5` as `category.bergerExtension.categoryFilterDisplayName5`, `category.bergerExtension`.`category_filter_icon_5` as `category.bergerExtension.categoryFilterIcon5`, `category.bergerExtension`.`category_filter_order_5` as `category.bergerExtension.categoryFilterOrder5`, `category.bergerExtension`.`category_filter_aggregation_6` as `category.bergerExtension.categoryFilterAggregation6`, `category.bergerExtension`.`category_filter_display_name_6` as `category.bergerExtension.categoryFilterDisplayName6`, `category.bergerExtension`.`category_filter_icon_6` as `category.bergerExtension.categoryFilterIcon6`, `category.bergerExtension`.`category_filter_order_6` as `category.bergerExtension.categoryFilterOrder6`, `category.bergerExtension`.`category_filter_aggregation_7` as `category.bergerExtension.categoryFilterAggregation7`, `category.bergerExtension`.`category_filter_display_name_7` as `category.bergerExtension.categoryFilterDisplayName7`, `category.bergerExtension`.`category_filter_icon_7` as `category.bergerExtension.categoryFilterIcon7`, `category.bergerExtension`.`category_filter_order_7` as `category.bergerExtension.categoryFilterOrder7`, `category.bergerExtension`.`category_filter_aggregation_8` as `category.bergerExtension.categoryFilterAggregation8`, `category.bergerExtension`.`category_filter_display_name_8` as `category.bergerExtension.categoryFilterDisplayName8`, `category.bergerExtension`.`category_filter_icon_8` as `category.bergerExtension.categoryFilterIcon8`, `category.bergerExtension`.`category_filter_order_8` as `category.bergerExtension.categoryFilterOrder8`, `category.bergerExtension`.`category_filter_show_width` as `category.bergerExtension.categoryFilterShowWidth`, `category.bergerExtension`.`category_filter_show_height` as `category.bergerExtension.categoryFilterShowHeight`, `category.bergerExtension`.`category_filter_show_length` as `category.bergerExtension.categoryFilterShowLength`, `category.bergerExtension`.`category_filter_order_width` as `category.bergerExtension.categoryFilterOrderWidth`, `category.bergerExtension`.`category_filter_order_height` as `category.bergerExtension.categoryFilterOrderHeight`, `category.bergerExtension`.`category_filter_order_length` as `category.bergerExtension.categoryFilterOrderLength`, `category.bergerExtension`.`category_filter_image` as `category.bergerExtension.categoryFilterImage`, `category.bergerExtension`.`created_at` as `category.bergerExtension.createdAt`, `category.bergerExtension`.`updated_at` as `category.bergerExtension.updatedAt`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id LEFT JOIN `berger_category_extension` `category.bergerExtension` ON `category`.`id` = `category.bergerExtension`.`category_id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"Á]\x7Fù„âÛ'„º_ã1K‘ü"
  b"\x02\x18'I¾¬8g®ò’\x00!Õ{Þ"
  b"àåm¿}‡\x19ú´3iÊJW‘\x12"
]
223 6.31 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:
[
  "/detail/79da38510fac057d46658800c384ed67"
  "/navigation/118e1f08232643a09fb13c4159952760"
  "/navigation/9b713a7937ab421c89cf61b0388828d1"
  "/navigation/7902b8704c09ef8cd0c6964c3a1b247e"
  "/navigation/7da0bebc2beb862b845d8f6aec87168f"
  "/navigation/ed73dec91e641fe53ece1391575c6d00"
  "/navigation/c15d7ff984e2db2784ba5fe3314b91fc"
  "/navigation/23a6b509f8c9523a8ae3772ee4f4302b"
  "/navigation/1785b024b01e4f04906cdcb19fa313a0"
  "/navigation/c2361a7fbf9146a1a85de7140831d3b2"
  "/navigation/0196b35e5f837bcc8fcbc806a94f43a2"
  "/navigation/577cd7347af4911bd0a9b66669b5e2c4"
  "/navigation/b7bdca1593176704c3d0e9a872ceedde"
  "/navigation/8d47f8d4811437ecc449af0fe9c8a81c"
  "/navigation/e9e1c0eb5f8a55f6c65b440ad3fa15b9"
  "/navigation/dfcac473603fd8f1ed0cc9dd7741f134"
  "/navigation/0cd215270f4010bec97cdd9be16e44c4"
  "/navigation/a37f3e4a8f5e19d03dfc78626b8312bf"
  "/navigation/d65d88a8b8740496fcde80b01c793595"
  "/navigation/7c60550282dae38dd0ff3b8eb9b8ef9c"
  "/navigation/07b459106e817025ff7c0577bed18344"
  "/navigation/518c0ed5838db98b760aae423623fd9a"
  "/navigation/2ce7fca47ad79d792fbc894c5c61abe7"
  "/navigation/f8ffd8c19fddbafa9f6c77520a1ede20"
  "/navigation/4d6f8ca8670b63fc17127ab96f22003e"
  "/navigation/a90e8dfac67453671a5123833b73e087"
  "/navigation/fcb659c407bb948c00f0436b723fd4f4"
  "/navigation/942023fd08218d4bd816efe0be2ac610"
  "/navigation/862a40ce0bb7216abacab1c313902d58"
  "/navigation/57dc82d71e4b8486a5fd551c4a5eb652"
  "/navigation/339eee28b37d9c1d280ef4d1506ec2b1"
  "/navigation/b667c9dead2c42c18b4856b2fd7bba6d"
  "/navigation/2ccb8cbc188767596b8c0bb73a213198"
  "/navigation/06a44fa0d719782b4e00df2de9184761"
  "/navigation/65f58ac6a51319db03ea6274efde48d1"
  "/navigation/bc035f6477cf8b8b6cfdcf9bf9868a9e"
  "/navigation/2a4d917c450beaaf0ea83484e9093a4f"
  "/navigation/99c410bee51b6fdb6ef4097b102673a3"
  "/navigation/671dd2a639912f88efa932767123f578"
  "/navigation/8925a07b26de2b7ca5c34494f2d05213"
  "/navigation/a477a49e616bf3a00a5708bcc8658711"
  "/navigation/a8ef51a9f5482425b7f23655f028c89a"
  "/navigation/9fc017fa90b88b145a5239725df12a3f"
  "/navigation/60e9da88075003e0d71be79f9e7d7f04"
  "/navigation/6f8f8ed788c09bae35af0fcc0e642d30"
  "/navigation/8c313d1013867794c6f604c395d4be58"
  "/navigation/82d3136deee0a87fed0699f93a60dd54"
  "/navigation/2f3a8272a0612977548464a7ea2429ee"
  "/navigation/51e542ab217c37e64f0aeb06804870b9"
  "/navigation/7c2a434fb052e9068d6bf36f78aee9f9"
  "/navigation/f62ad662dbbeb577d2e40293b33d7a4c"
  "/navigation/02182749beac3867aef2920021d57bde"
  "/navigation/e0e56dbf7d8719fab43369ca4a579112"
  "/navigation/7f273df2053b9953ab3d5acc0000fb89"
  "/navigation/6985fa73a89bc695edc24d502dbb33d5"
  "/navigation/c9def82171c2344b8102c2aa83dd6d29"
  "/navigation/7a6aecc4b8e4af0ca9962a7b46b38e17"
  "/navigation/0195f63c8da57158992e0d92b7e3f503"
  "/navigation/8ce85d6cced943c98d126b20db813352"
  "/landingPage/019828bfca0475da89c27cf3a1145091"
  "/landingPage/01999e84bd657207bb4c209d8001ff8f"
  "/navigation/6ad88cb80c864d49b794f3720d6fe55d"
  "/navigation/fedc0ed9728a44ac8623bf8cb6cd32c4"
  "/navigation/018ee04db88c795484ba34b25c329463"
  "/navigation/14de4793a06e49d6a139b0262cf7daab"
  "/navigation/9cc2ab97aa3e492cbba69e13b2a61d14"
  "/navigation/18bd6338b29f474e923cf5b68d36df1c"
  "/navigation/018f049ff0f07819b9149db157662f45"
  "/detail/553182cabb3bf81db1d758c7770182f4"
  "/detail/8d623393988cea5e1ed60b5b17af6e3c"
  "/detail/5f854e8dbc3eff0ef91e2168dd3aa61d"
  "/detail/d660910122086e2ef77cf19ac76c71d9"
  "/detail/a9a0dc410804fdf3de7ba83c6048952d"
  "/detail/5bb81da8ff014541ecee4675a59b3faa"
  "/detail/4559d9364739911a46a83602dedef265"
  "/detail/25bbfc842e58195fb5c0dd8c12973daf"
  "/detail/ede98b82023a6a9a0f4a75657b424eeb"
  "/detail/34158e480a5d5ef74d8fd895e1f9a7b3"
  "/detail/7011cc9e2524405d05c77b8c077a921a"
  "/detail/11ee812faa41e9d13750a476c9ef8625"
  "/detail/78d27f997e488677503f91a95f7fc6a7"
  "/detail/a7a227b6f6d77d3c223a8d4e52bf7f07"
  "/detail/d8373e300271474a92f4ed4f9abc4da7"
  "/detail/922c862751b8705f0d768d0f541b954c"
  "/navigation/a73372d19c514b81a3746c77427328b4"
  "/navigation/019ab5ae8baa76eab0685150a2b870ad"
  "/navigation/361319f7c6884793be5375f94f314619"
  "/navigation/2c4b680f1e054180817c869fcb75879b"
  "/navigation/73791880d5a94c04847538cdf883b306"
  "/navigation/5aad20b9381344d0834f9250be54c6c0"
  "/navigation/dd39d423251247b094dc1791f5030a57"
  "/navigation/b5045c817fa341b4ac1578ecc45cecb5"
  "/navigation/f16f887fca5744e382cd33fa3393feb3"
  "/navigation/019a0bd857c175e2949b111b9374c4ba"
  "/uptain/getCart"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x13.D\\x03Mg¬GÀJûm]™"
]
224 3.23 ms
SELECT `rule`.`id` as `rule.id`, `rule`.`name` as `rule.name`, `rule`.`priority` as `rule.priority`, `rule`.`description` as `rule.description`, `rule`.`payload` as `rule.payload`, `rule`.`invalid` as `rule.invalid`, `rule`.`areas` as `rule.areas`, `rule`.`custom_fields` as `rule.customFields`, `rule`.`module_types` as `rule.moduleTypes`, `rule`.`created_at` as `rule.createdAt`, `rule`.`updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"\x01š$‘O0r0¹;¶ï¹#Øâ"
  b"\x07ô8ÐjŠIQ£\x02:^x\x10ø„"
  b"'ráóÌRCe“íL{"”&þ"
  b"À\x19Ý/G9Mh‡F\x02x\x1A\x1E°j"
  b"ô29ã.\x16H1¥~IÊáÛw"
  b"d0pÆu\Có­Xë¥\x0FM\v\x17"
  b"§UÆH6ÒGC²•„RPÄXb"
]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.