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

Query Metrics

329 Database Queries
63 Different statements
1063.21 ms Query time

Queries

Group similar statements

# Time Info
1 3.22 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.06 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.15 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]™"
  "lager/lager-trennwandsysteme/trennwandsysteme/wandelement-fuer-trennwandschutzgitter-bxh-500x2200-mm-ral-7037-staubgrau-E833250-BS/"
]
5 3.10 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:
[
  "//lager/lager-trennwandsysteme/trennwandsysteme/wandelement-fuer-trennwandschutzgitter-bxh-500x2200-mm-ral-7037-staubgrau-E833250-BS/"
  "/lager/lager-trennwandsysteme/trennwandsysteme/wandelement-fuer-trennwandschutzgitter-bxh-500x2200-mm-ral-7037-staubgrau-E833250-BS/"
  "https://staging-65.berger-shop.de/lager/lager-trennwandsysteme/trennwandsysteme/wandelement-fuer-trennwandschutzgitter-bxh-500x2200-mm-ral-7037-staubgrau-E833250-BS/"
  "https://staging-65.berger-shop.de//lager/lager-trennwandsysteme/trennwandsysteme/wandelement-fuer-trennwandschutzgitter-bxh-500x2200-mm-ral-7037-staubgrau-E833250-BS/"
  "/lager/lager-trennwandsysteme/trennwandsysteme/wandelement-fuer-trennwandschutzgitter-bxh-500x2200-mm-ral-7037-staubgrau-E833250-BS/"
  "//lager/lager-trennwandsysteme/trennwandsysteme/wandelement-fuer-trennwandschutzgitter-bxh-500x2200-mm-ral-7037-staubgrau-E833250-BS/"
  "lager/lager-trennwandsysteme/trennwandsysteme/wandelement-fuer-trennwandschutzgitter-bxh-500x2200-mm-ral-7037-staubgrau-E833250-BS/"
  true
  b"\x13.D\\x03Mg¬GÀJûm]™"
  null
]
6 3.12 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"\x13.D\\x03Mg¬GÀJûm]™"
  "8k93af7NrOVmoFkXxjMsvJaFA1eF6McY"
]
7 3.46 ms
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE ?
Parameters:
[
  "payload"
]
8 3.02 ms
#cart-persister::load
                SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "8k93af7NrOVmoFkXxjMsvJaFA1eF6McY"
]
9 3.22 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.13 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 3.12 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.95 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.15 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 3.00 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.97 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.14 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"¡˜bé\x01S =j¹\x00ÁÔ¥ßc"
]
17 10.21 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"¡˜bé\x01S =j¹\x00ÁÔ¥ßc"
]
18 3.02 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
19 3.26 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"¡˜bé\x01S =j¹\x00ÁÔ¥ßc"
]
20 3.22 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.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"¡˜bé\x01S =j¹\x00ÁÔ¥ßc"
]
22 3.24 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 17:08:57"
  "2026-02-27 17:08:57"
  null
  "2026-02-27 17:08:57"
  "2026-02-27 17:08: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"¡˜bé\x01S =j¹\x00ÁÔ¥ßc"
  "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.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
]
24 3.10 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 3.06 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.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
]
27 2.99 ms
SELECT `handler_identifier`, LOWER(HEX(`id`)) FROM `payment_method`
Parameters:
[]
28 2.98 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.16 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"¡˜bé\x01S =j¹\x00ÁÔ¥ßc"
  10
  b"\x13.D\\x03Mg¬GÀJûm]™"
  true
]
30 3.16 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"¡˜bé\x01S =j¹\x00ÁÔ¥ßc"
]
31 5.30 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"¡˜bé\x01S =j¹\x00ÁÔ¥ßc"
]
32 3.86 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"¡˜bé\x01S =j¹\x00ÁÔ¥ßc"
]
33 3.49 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"¡˜bé\x01S =j¹\x00ÁÔ¥ßc"
]
34 3.06 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"¡˜bé\x01S =j¹\x00ÁÔ¥ßc"
]
35 3.04 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"¡˜bé\x01S =j¹\x00ÁÔ¥ßc"
]
36 3.12 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"¡˜bé\x01S =j¹\x00ÁÔ¥ßc"
]
37 3.06 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"¡˜bé\x01S =j¹\x00ÁÔ¥ßc"
]
38 3.28 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.17 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 3.05 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.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"ôæ|\x12kNKO‹OK‚•a;["
  null
]
42 3.05 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"¡˜bé\x01S =j¹\x00ÁÔ¥ßc"
  b"\x13.D\\x03Mg¬GÀJûm]™"
  "%|b283b270431e4a1285d331e63d0e6202|%"
  "%|108bc52af22f49f7be176ced980a441e|%"
]
43 3.01 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"þØÎñ\x19å\x10»BÿƳÔ\g"
]
44 3.67 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"þØÎñ\x19å\x10»BÿƳÔ\g"
]
45 3.24 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.96 ms
SELECT `language`.`id` FROM `language` WHERE `language`.`id` IN (?) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
47 3.26 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.24 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 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:
[]
50 3.00 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.13 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 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:
[]
53 3.00 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.13 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.01 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"¡˜bé\x01S =j¹\x00ÁÔ¥ßc"
  b"¡˜bé\x01S =j¹\x00ÁÔ¥ßc"
  true
]
56 3.00 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"¡˜bé\x01S =j¹\x00ÁÔ¥ßc"
  b"¡˜bé\x01S =j¹\x00ÁÔ¥ßc"
]
57 3.02 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"¡˜bé\x01S =j¹\x00ÁÔ¥ßc"
  b"¡˜bé\x01S =j¹\x00ÁÔ¥ßc"
]
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"¡˜bé\x01S =j¹\x00ÁÔ¥ßc"
  1
]
59 3.01 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"'ŽéLㄯ:×¢},Ì™"
  b"\x14,Ùˆ|—ŠŒ¹æ7dŽí)Ó"
]
60 3.00 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"\x14,Ùˆ|—ŠŒ¹æ7dŽí)Ó"
  b"'ŽéLㄯ:×¢},Ì™"
]
61 3.36 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"£„\x01Éä\x16‹QP¸\x19Å“\x12x"
  b"""
    -:Œ$¨\n
    15Â×\x03H•§Ÿ%
    """
  b"àµßÁq\x02Ìê¢P$\x1Eä|µ§"
  b"/ÅÔ×ì\x16Ýë«ChP\x18"
  b"³Mv:â)ª Kc¤4“’ä"
  b"\v/³È#†¤Ùúžm¦hòÇ["
  b"ìq\x1D\x0F8%qáHidsx&v“"
  b"\x07ŒÏWZaÐá)¨\x11V\e«¬—"
  b"šå#Rq,Û//…\x1FS1Ÿu"
  b"íË2eõ÷è¿\x13ö¥Ú2_¢\x04"
  b"I™YGÎ\x1FýþŠ!ÇQ\x0EG8"
  b"¨©†©4^¡{W“\x1Fùs7¡ó"
  b"""
    ç\n
    ÿ/Üýáý_ÚwûÉ\n
    \f´
    """
  b"\x16Y³þKÃ#y\x01˜‹$‰ät±"
  b"\x16\e“?€ü¼ävÿ\x7F"
  b"üæ?3j”XXD˜¢M×z+Ô"
]
62 9.26 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"£„\x01Éä\x16‹QP¸\x19Å“\x12x"
  b"""
    -:Œ$¨\n
    15Â×\x03H•§Ÿ%
    """
  b"àµßÁq\x02Ìê¢P$\x1Eä|µ§"
  b"/ÅÔ×ì\x16Ýë«ChP\x18"
  b"³Mv:â)ª Kc¤4“’ä"
  b"\v/³È#†¤Ùúžm¦hòÇ["
  b"ìq\x1D\x0F8%qáHidsx&v“"
  b"\x07ŒÏWZaÐá)¨\x11V\e«¬—"
  b"šå#Rq,Û//…\x1FS1Ÿu"
  b"íË2eõ÷è¿\x13ö¥Ú2_¢\x04"
  b"I™YGÎ\x1FýþŠ!ÇQ\x0EG8"
  b"¨©†©4^¡{W“\x1Fùs7¡ó"
  b"""
    ç\n
    ÿ/Üýáý_ÚwûÉ\n
    \f´
    """
  b"\x16Y³þKÃ#y\x01˜‹$‰ät±"
  b"\x16\e“?€ü¼ävÿ\x7F"
  b"üæ?3j”XXD˜¢M×z+Ô"
]
63 3.14 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"\x07ŒÏWZaÐá)¨\x11V\e«¬—"
  b"\v/³È#†¤Ùúžm¦hòÇ["
  b"\x16Y³þKÃ#y\x01˜‹$‰ät±"
  b"""
    -:Œ$¨\n
    15Â×\x03H•§Ÿ%
    """
  b"\x16\e“?€ü¼ävÿ\x7F"
  b"I™YGÎ\x1FýþŠ!ÇQ\x0EG8"
  b"/ÅÔ×ì\x16Ýë«ChP\x18"
  b"šå#Rq,Û//…\x1FS1Ÿu"
  b"£„\x01Éä\x16‹QP¸\x19Å“\x12x"
  b"¨©†©4^¡{W“\x1Fùs7¡ó"
  b"³Mv:â)ª Kc¤4“’ä"
  b"àµßÁq\x02Ìê¢P$\x1Eä|µ§"
  b"""
    ç\n
    ÿ/Üýáý_ÚwûÉ\n
    \f´
    """
  b"ìq\x1D\x0F8%qáHidsx&v“"
  b"íË2eõ÷è¿\x13ö¥Ú2_¢\x04"
  b"üæ?3j”XXD˜¢M×z+Ô"
]
64 3.07 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Éä\x16‹QP¸\x19Å“\x12x"
]
65 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 17:08:57"
  "2026-02-27 17:08:57"
  null
  "2026-02-27 17:08:57"
  "2026-02-27 17:08: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Éä\x16‹QP¸\x19Å“\x12x"
  "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"
]
66 2.98 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
    15Â×\x03H•§Ÿ%
    """
]
67 3.22 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 17:08:57"
  "2026-02-27 17:08:57"
  null
  "2026-02-27 17:08:57"
  "2026-02-27 17:08: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
    15Â×\x03H•§Ÿ%
    """
  "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"
]
68 2.97 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\x02Ìê¢P$\x1Eä|µ§"
]
69 3.10 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 17:08:57"
  "2026-02-27 17:08:57"
  null
  "2026-02-27 17:08:57"
  "2026-02-27 17:08: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\x02Ìê¢P$\x1Eä|µ§"
  "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"
]
70 2.94 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"/ÅÔ×ì\x16Ýë«ChP\x18"
]
71 3.19 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 17:08:57"
  "2026-02-27 17:08:57"
  null
  "2026-02-27 17:08:57"
  "2026-02-27 17:08: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"/ÅÔ×ì\x16Ýë«ChP\x18"
  "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"
]
72 3.06 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"³Mv:â)ª Kc¤4“’ä"
]
73 3.22 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 17:08:57"
  "2026-02-27 17:08:57"
  null
  "2026-02-27 17:08:57"
  "2026-02-27 17:08: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"³Mv:â)ª Kc¤4“’ä"
  "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"
]
74 2.99 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"\v/³È#†¤Ùúžm¦hòÇ["
]
75 3.18 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 17:08:57"
  "2026-02-27 17:08:57"
  null
  "2026-02-27 17:08:57"
  "2026-02-27 17:08: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"\v/³È#†¤Ùúžm¦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"
]
76 3.07 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\x1D\x0F8%qáHidsx&v“"
]
77 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 17:08:57"
  "2026-02-27 17:08:57"
  null
  "2026-02-27 17:08:57"
  "2026-02-27 17:08: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\x1D\x0F8%qáHidsx&v“"
  "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"
]
78 2.94 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"\x07ŒÏWZaÐá)¨\x11V\e«¬—"
]
79 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 17:08:57"
  "2026-02-27 17:08:57"
  null
  "2026-02-27 17:08:57"
  "2026-02-27 17:08: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"\x07ŒÏWZaÐá)¨\x11V\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"
]
80 3.03 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"šå#Rq,Û//…\x1FS1Ÿu"
]
81 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 17:08:57"
  "2026-02-27 17:08:57"
  null
  "2026-02-27 17:08:57"
  "2026-02-27 17:08: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"šå#Rq,Û//…\x1FS1Ÿu"
  "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"
]
82 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"íË2eõ÷è¿\x13ö¥Ú2_¢\x04"
]
83 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 17:08:57"
  "2026-02-27 17:08:57"
  null
  "2026-02-27 17:08:57"
  "2026-02-27 17:08: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"íË2eõ÷è¿\x13ö¥Ú2_¢\x04"
  "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"
]
84 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"I™YGÎ\x1FýþŠ!ÇQ\x0EG8"
]
85 3.32 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 17:08:57"
  "2026-02-27 17:08:57"
  null
  "2026-02-27 17:08:57"
  "2026-02-27 17:08: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"I™YGÎ\x1FýþŠ!ÇQ\x0EG8"
  "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"
]
86 2.99 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^¡{W“\x1Fùs7¡ó"
]
87 3.18 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 17:08:57"
  "2026-02-27 17:08:57"
  null
  "2026-02-27 17:08:57"
  "2026-02-27 17:08: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^¡{W“\x1Fùs7¡ó"
  "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"
]
88 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"""
    ç\n
    ÿ/Üýáý_ÚwûÉ\n
    \f´
    """
]
89 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 17:08:57"
  "2026-02-27 17:08:57"
  null
  "2026-02-27 17:08:57"
  "2026-02-27 17:08: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
    ÿ/Üýáý_ÚwûÉ\n
    \f´
    """
  "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"
]
90 3.03 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"\x16Y³þKÃ#y\x01˜‹$‰ät±"
]
91 3.40 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 17:08:57"
  "2026-02-27 17:08:57"
  null
  "2026-02-27 17:08:57"
  "2026-02-27 17:08: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"\x16Y³þKÃ#y\x01˜‹$‰ät±"
  "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"
]
92 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"\x16\e“?€ü¼ävÿ\x7F"
]
93 3.24 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 17:08:57"
  "2026-02-27 17:08:57"
  null
  "2026-02-27 17:08:57"
  "2026-02-27 17:08: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"\x16\e“?€ü¼ävÿ\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Õ®Û"
  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"üæ?3j”XXD˜¢M×z+Ô"
]
95 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 17:08:57"
  "2026-02-27 17:08:57"
  null
  "2026-02-27 17:08:57"
  "2026-02-27 17:08: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"üæ?3j”XXD˜¢M×z+Ô"
  "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.30 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
]
97 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:
[]
98 3.02 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:
[]
99 3.12 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
]
100 3.38 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"\x1A=ÿAµnO.iäè:6"
  b"""
    —|¸ˆk䥬\x08Á\n
    Ô§Ñ4ï
    """
  b"T½5\x0FÙ\x07»N¡™Ï]\x00\x16ض"
  b"H‘{{`Þúhø›\x13p\r®Èå"
  b"÷xóQ>Ôá\x13K'ß+\x00+)‡"
  b"§g«ô†¨P\x06ì\x17\x13¯¯W=º"
  b"\x08A\x1D§\x1Fˆ\x12ÀZ9S@3…"
  b"\x0Fr\x14߸k\x12ƒõýÿ„ÈÀñË"
  b"+Šâ…ü;%Ðå¾/1+„ï\x08"
  b"®úO\x17¸Lâ{TT\x12­SU{Î"
  b"¡B\x1D¨Îk_™\v™¼ùÒØ5S"
  b"vxã\v¾JƺäÇz&¾\x18"
  b""FÆw\x01X“+ba\x08Çh=­9"
  b"Îóñ\x06o\mT\x16\x17r†ïˆC\x1A"
  b"àŽÏP÷\x02ÂŽ½ÑlaèW™‰"
  b"Ñ–Y~e,û'†3¿\x0E©AqÁ"
]
101 6.81 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"\x1A=ÿAµnO.iäè:6"
  b"""
    —|¸ˆk䥬\x08Á\n
    Ô§Ñ4ï
    """
  b"T½5\x0FÙ\x07»N¡™Ï]\x00\x16ض"
  b"H‘{{`Þúhø›\x13p\r®Èå"
  b"÷xóQ>Ôá\x13K'ß+\x00+)‡"
  b"§g«ô†¨P\x06ì\x17\x13¯¯W=º"
  b"\x08A\x1D§\x1Fˆ\x12ÀZ9S@3…"
  b"\x0Fr\x14߸k\x12ƒõýÿ„ÈÀñË"
  b"+Šâ…ü;%Ðå¾/1+„ï\x08"
  b"®úO\x17¸Lâ{TT\x12­SU{Î"
  b"¡B\x1D¨Îk_™\v™¼ùÒØ5S"
  b"vxã\v¾JƺäÇz&¾\x18"
  b""FÆw\x01X“+ba\x08Çh=­9"
  b"Îóñ\x06o\mT\x16\x17r†ïˆC\x1A"
  b"àŽÏP÷\x02ÂŽ½ÑlaèW™‰"
  b"Ñ–Y~e,û'†3¿\x0E©AqÁ"
]
102 3.10 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"\x0Fr\x14߸k\x12ƒõýÿ„ÈÀñË"
  b""FÆw\x01X“+ba\x08Çh=­9"
  b"+Šâ…ü;%Ðå¾/1+„ï\x08"
  b"H‘{{`Þúhø›\x13p\r®Èå"
  b"\x1A=ÿAµnO.iäè:6"
  b"T½5\x0FÙ\x07»N¡™Ï]\x00\x16ض"
  b"\x08A\x1D§\x1Fˆ\x12ÀZ9S@3…"
  b"vxã\v¾JƺäÇz&¾\x18"
  b"""
    —|¸ˆk䥬\x08Á\n
    Ô§Ñ4ï
    """
  b"¡B\x1D¨Îk_™\v™¼ùÒØ5S"
  b"§g«ô†¨P\x06ì\x17\x13¯¯W=º"
  b"®úO\x17¸Lâ{TT\x12­SU{Î"
  b"Îóñ\x06o\mT\x16\x17r†ïˆC\x1A"
  b"Ñ–Y~e,û'†3¿\x0E©AqÁ"
  b"àŽÏP÷\x02ÂŽ½ÑlaèW™‰"
  b"÷xóQ>Ôá\x13K'ß+\x00+)‡"
]
103 3.16 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"\x1A=ÿAµnO.iäè:6"
]
104 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 17:08:57"
  "2026-02-27 17:08:57"
  null
  "2026-02-27 17:08:57"
  "2026-02-27 17:08: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"\x1A=ÿAµnO.iäè:6"
  "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"
]
105 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"""
    —|¸ˆk䥬\x08Á\n
    Ô§Ñ4ï
    """
]
106 3.18 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 17:08:57"
  "2026-02-27 17:08:57"
  null
  "2026-02-27 17:08:57"
  "2026-02-27 17:08: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"""
    —|¸ˆk䥬\x08Á\n
    Ô§Ñ4ï
    """
  "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"
]
107 3.16 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"T½5\x0FÙ\x07»N¡™Ï]\x00\x16ض"
]
108 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 17:08:57"
  "2026-02-27 17:08:57"
  null
  "2026-02-27 17:08:57"
  "2026-02-27 17:08: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"T½5\x0FÙ\x07»N¡™Ï]\x00\x16ض"
  "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"
]
109 2.95 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"H‘{{`Þúhø›\x13p\r®Èå"
]
110 3.18 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 17:08:57"
  "2026-02-27 17:08:57"
  null
  "2026-02-27 17:08:57"
  "2026-02-27 17:08: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"H‘{{`Þúhø›\x13p\r®Èå"
  "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"
]
111 2.98 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óQ>Ôá\x13K'ß+\x00+)‡"
]
112 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 17:08:57"
  "2026-02-27 17:08:57"
  null
  "2026-02-27 17:08:57"
  "2026-02-27 17:08: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óQ>Ôá\x13K'ß+\x00+)‡"
  "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"
]
113 3.05 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"§g«ô†¨P\x06ì\x17\x13¯¯W=º"
]
114 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 17:08:57"
  "2026-02-27 17:08:57"
  null
  "2026-02-27 17:08:57"
  "2026-02-27 17:08: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"§g«ô†¨P\x06ì\x17\x13¯¯W=º"
  "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"
]
115 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"\x08A\x1D§\x1Fˆ\x12ÀZ9S@3…"
]
116 3.19 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 17:08:57"
  "2026-02-27 17:08:57"
  null
  "2026-02-27 17:08:57"
  "2026-02-27 17:08: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"\x08A\x1D§\x1Fˆ\x12ÀZ9S@3…"
  "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"
]
117 3.07 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"\x0Fr\x14߸k\x12ƒõýÿ„ÈÀñË"
]
118 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 17:08:57"
  "2026-02-27 17:08:57"
  null
  "2026-02-27 17:08:57"
  "2026-02-27 17:08: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"\x0Fr\x14߸k\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"
]
119 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"+Šâ…ü;%Ðå¾/1+„ï\x08"
]
120 3.21 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 17:08:57"
  "2026-02-27 17:08:57"
  null
  "2026-02-27 17:08:57"
  "2026-02-27 17:08: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"+Šâ…ü;%Ðå¾/1+„ï\x08"
  "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"
]
121 2.99 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"®úO\x17¸Lâ{TT\x12­SU{Î"
]
122 3.18 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 17:08:57"
  "2026-02-27 17:08:57"
  null
  "2026-02-27 17:08:57"
  "2026-02-27 17:08: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"®úO\x17¸Lâ{TT\x12­SU{Î"
  "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"
]
123 2.98 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"¡B\x1D¨Îk_™\v™¼ùÒØ5S"
]
124 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 17:08:57"
  "2026-02-27 17:08:57"
  null
  "2026-02-27 17:08:57"
  "2026-02-27 17:08: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"¡B\x1D¨Îk_™\v™¼ùÒØ5S"
  "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"
]
125 2.93 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"vxã\v¾JƺäÇz&¾\x18"
]
126 3.22 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 17:08:57"
  "2026-02-27 17:08:57"
  null
  "2026-02-27 17:08:57"
  "2026-02-27 17:08: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"vxã\v¾JƺäÇz&¾\x18"
  "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"
]
127 2.93 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""FÆw\x01X“+ba\x08Çh=­9"
]
128 3.18 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 17:08:57"
  "2026-02-27 17:08:57"
  null
  "2026-02-27 17:08:57"
  "2026-02-27 17:08: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""FÆw\x01X“+ba\x08Çh=­9"
  "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"
]
129 2.95 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"Îóñ\x06o\mT\x16\x17r†ïˆC\x1A"
]
130 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 17:08:58"
  "2026-02-27 17:08:58"
  null
  "2026-02-27 17:08:58"
  "2026-02-27 17:08:58"
  "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"Îóñ\x06o\mT\x16\x17r†ïˆC\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Õ®Û"
  b"ôæ|\x12kNKO‹OK‚•a;["
  null
  "everyProduct"
  "materialGroup"
]
131 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"àŽÏP÷\x02ÂŽ½ÑlaèW™‰"
]
132 3.21 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 17:08:58"
  "2026-02-27 17:08:58"
  null
  "2026-02-27 17:08:58"
  "2026-02-27 17:08:58"
  "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÷\x02ÂŽ½ÑlaèW™‰"
  "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"
]
133 2.95 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~e,û'†3¿\x0E©AqÁ"
]
134 3.18 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 17:08:58"
  "2026-02-27 17:08:58"
  null
  "2026-02-27 17:08:58"
  "2026-02-27 17:08:58"
  "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~e,û'†3¿\x0E©AqÁ"
  "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"
]
135 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
]
136 3.10 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:
[]
137 2.98 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:
[]
138 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
]
139 3.27 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"¡˜bé\x01S =j¹\x00ÁÔ¥ßc"
  true
]
140 3.35 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"­¥çrŽj4Ž\x0F\x07\f\x17‡”"
  b"v\x00%ÑXfw‡\x19\x1E+\x1DÈR\t¯"
  b"\vˆZà\x0E“é\vP\x12©·3›¡."
  b"#‚Jx”¡ à®÷ØÂ3”'\"
]
141 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` = ? 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"¡˜bé\x01S =j¹\x00ÁÔ¥ßc"
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
142 3.23 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È\r{6„7±\x03WR5­"
  b"ù‡ð²ú‡ñ\x1C]7ÂIùÆ\x1E²"
]
143 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"¡˜bé\x01S =j¹\x00ÁÔ¥ßc"
  "nameShort"
]
144 3.15 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"\x1C`üVȺ­’\v\x7F‰jô¨´"
]
145 3.06 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"¡˜bé\x01S =j¹\x00ÁÔ¥ßc"
  "lieferzeit"
]
146 3.16 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"\vˆZà\x0E“é\vP\x12©·3›¡."
]
147 3.19 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"¡˜bé\x01S =j¹\x00ÁÔ¥ßc"
  "eisKatalogUrl"
]
148 3.24 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"\x19\x13/ˆ8²´Ú‚é\x10áÎÜ×"
]
149 3.35 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"¡˜bé\x01S =j¹\x00ÁÔ¥ßc"
  true
  true
  10
  b"\x13.D\\x03Mg¬GÀJûm]™"
  true
]
150 4.76 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"¡˜bé\x01S =j¹\x00ÁÔ¥ßc"
]
151 3.26 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"¡˜bé\x01S =j¹\x00ÁÔ¥ßc"
]
152 7.79 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"\x14,Ùˆ|—ŠŒ¹æ7dŽí)Ó"
  b"'ŽéLㄯ:×¢},Ì™"
]
153 3.53 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"\x1A=ÿAµnO.iäè:6"
  b"®úO\x17¸Lâ{TT\x12­SU{Î"
  b"àŽÏP÷\x02ÂŽ½ÑlaèW™‰"
  b"¡B\x1D¨Îk_™\v™¼ùÒØ5S"
  b"vxã\v¾JƺäÇz&¾\x18"
  b"T½5\x0FÙ\x07»N¡™Ï]\x00\x16ض"
  b"÷xóQ>Ôá\x13K'ß+\x00+)‡"
  b"\x0Fr\x14߸k\x12ƒõýÿ„ÈÀñË"
  b"Îóñ\x06o\mT\x16\x17r†ïˆC\x1A"
  b""FÆw\x01X“+ba\x08Çh=­9"
  b"\x08A\x1D§\x1Fˆ\x12ÀZ9S@3…"
  b"""
    —|¸ˆk䥬\x08Á\n
    Ô§Ñ4ï
    """
  b"+Šâ…ü;%Ðå¾/1+„ï\x08"
  b"Ñ–Y~e,û'†3¿\x0E©AqÁ"
  b"H‘{{`Þúhø›\x13p\r®Èå"
  b"§g«ô†¨P\x06ì\x17\x13¯¯W=º"
  b"üæ?3j”XXD˜¢M×z+Ô"
  b"\v/³È#†¤Ùúžm¦hòÇ["
  b"³Mv:â)ª Kc¤4“’ä"
  b"/ÅÔ×ì\x16Ýë«ChP\x18"
  b"I™YGÎ\x1FýþŠ!ÇQ\x0EG8"
  b"\x16\e“?€ü¼ävÿ\x7F"
  b"¨©†©4^¡{W“\x1Fùs7¡ó"
  b"íË2eõ÷è¿\x13ö¥Ú2_¢\x04"
  b"šå#Rq,Û//…\x1FS1Ÿu"
  b"£„\x01Éä\x16‹QP¸\x19Å“\x12x"
  b"ìq\x1D\x0F8%qáHidsx&v“"
  b"\x07ŒÏWZaÐá)¨\x11V\e«¬—"
  b"\x16Y³þKÃ#y\x01˜‹$‰ät±"
  b"""
    ç\n
    ÿ/Üýáý_ÚwûÉ\n
    \f´
    """
  b"""
    -:Œ$¨\n
    15Â×\x03H•§Ÿ%
    """
  b"àµßÁq\x02Ìê¢P$\x1Eä|µ§"
]
154 3.02 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"¡˜bé\x01S =j¹\x00ÁÔ¥ßc"
]
155 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"¡˜bé\x01S =j¹\x00ÁÔ¥ßc"
]
156 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"\x1A=ÿAµnO.iäè:6"
]
157 2.95 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"®úO\x17¸Lâ{TT\x12­SU{Î"
]
158 2.93 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÷\x02ÂŽ½ÑlaèW™‰"
]
159 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"¡B\x1D¨Îk_™\v™¼ùÒØ5S"
]
160 2.98 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"vxã\v¾JƺäÇz&¾\x18"
]
161 3.04 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"T½5\x0FÙ\x07»N¡™Ï]\x00\x16ض"
]
162 2.94 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óQ>Ôá\x13K'ß+\x00+)‡"
]
163 2.95 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"\x0Fr\x14߸k\x12ƒõýÿ„ÈÀñË"
]
164 2.97 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"Îóñ\x06o\mT\x16\x17r†ïˆC\x1A"
]
165 2.93 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""FÆw\x01X“+ba\x08Çh=­9"
]
166 3.03 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"\x08A\x1D§\x1Fˆ\x12ÀZ9S@3…"
]
167 2.99 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"""
    —|¸ˆk䥬\x08Á\n
    Ô§Ñ4ï
    """
]
168 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"+Šâ…ü;%Ðå¾/1+„ï\x08"
]
169 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"Ñ–Y~e,û'†3¿\x0E©AqÁ"
]
170 2.94 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"H‘{{`Þúhø›\x13p\r®Èå"
]
171 2.95 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"§g«ô†¨P\x06ì\x17\x13¯¯W=º"
]
172 2.95 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"üæ?3j”XXD˜¢M×z+Ô"
]
173 2.97 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"\v/³È#†¤Ùúžm¦hòÇ["
]
174 2.99 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"³Mv:â)ª Kc¤4“’ä"
]
175 2.97 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"/ÅÔ×ì\x16Ýë«ChP\x18"
]
176 2.93 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"I™YGÎ\x1FýþŠ!ÇQ\x0EG8"
]
177 2.98 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"\x16\e“?€ü¼ävÿ\x7F"
]
178 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"¨©†©4^¡{W“\x1Fùs7¡ó"
]
179 2.99 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"íË2eõ÷è¿\x13ö¥Ú2_¢\x04"
]
180 2.93 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"šå#Rq,Û//…\x1FS1Ÿu"
]
181 2.97 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Éä\x16‹QP¸\x19Å“\x12x"
]
182 2.95 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\x1D\x0F8%qáHidsx&v“"
]
183 2.88 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"\x07ŒÏWZaÐá)¨\x11V\e«¬—"
]
184 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"\x16Y³þKÃ#y\x01˜‹$‰ät±"
]
185 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"""
    ç\n
    ÿ/Üýáý_ÚwûÉ\n
    \f´
    """
]
186 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"""
    -:Œ$¨\n
    15Â×\x03H•§Ÿ%
    """
]
187 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"àµßÁq\x02Ìê¢P$\x1Eä|µ§"
]
188 3.16 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
]
189 3.02 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:
[]
190 2.92 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:
[]
191 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
]
192 3.25 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"\x1A=ÿAµnO.iäè:6"
  "nameShort"
]
193 3.15 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"Ù<ãd\x06°ijØæÈ\x1Fg‡G\t"
]
194 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` = ? 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"\x1A=ÿAµnO.iäè:6"
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
195 3.18 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"r\x1CåïdžÆ'¸ÌµˆqM:\x01"
  b"ÖÑevÌvê¾Åvh\x0Fœ1¶K"
  b"""
    Ù'e\x19\n
    ®>¯\x05\x04\x19\,j<\x7F
    """
]
196 3.01 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"®úO\x17¸Lâ{TT\x12­SU{Î"
  "nameShort"
]
197 3.16 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"å–Yab£\x12m\x19Û%Ìj¤äl"
]
198 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` = ? 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"®úO\x17¸Lâ{TT\x12­SU{Î"
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
199 3.15 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–Û%\x02sxF t—µç\x12rZ"
  b"\x7FÁ\x13Þlu\x19Œ\x00¼Ñ“Á\vòË"
]
200 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"àŽÏP÷\x02ÂŽ½ÑlaèW™‰"
  "nameShort"
]
201 3.18 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"Gýá|ß-^©€L¨®\x1Cò2"
]
202 3.11 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÷\x02ÂŽ½ÑlaèW™‰"
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
203 3.32 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"q‚+s\x01k\x05×’ÏD嬓6"
  b"¨5ž7›;\x1F"Tú6\x01\x1Cw"
]
204 3.10 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"¡B\x1D¨Îk_™\v™¼ùÒØ5S"
  "nameShort"
]
205 3.14 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"µ>ͽAf\x07±Å\x06¦Úð´Å×"
]
206 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` = ? 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"¡B\x1D¨Îk_™\v™¼ùÒØ5S"
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
207 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"})§¾TŽ*_\x02ïô\x18¥«oˆ"
  b"³&¤Ýßê§\x18âMá:t`„Þ"
]
208 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"vxã\v¾JƺäÇz&¾\x18"
  "nameShort"
]
209 3.13 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"­Lö¦ÛZ˜h‡þù*éŽ!ö"
]
210 3.14 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"vxã\v¾JƺäÇz&¾\x18"
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
211 3.17 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ÓêÓnÕ¬– h¦± 4±\x03"
  b"Ö’\x04‡S§®³·GyéUMkB"
]
212 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"T½5\x0FÙ\x07»N¡™Ï]\x00\x16ض"
  "nameShort"
]
213 3.15 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"""
    îD=\x05;>Î0\x18¢uÖí\n
    ¤´
    """
]
214 3.28 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"T½5\x0FÙ\x07»N¡™Ï]\x00\x16ض"
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
215 3.18 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\x08K’iŸa¬J\x1A_í©Ÿl"
  b"""
    ÖÌJðÀ\n
    s–ÖÌ\x04×\fã}x
    """
]
216 3.18 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óQ>Ôá\x13K'ß+\x00+)‡"
  "nameShort"
]
217 3.13 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é:{ÓöºúhŸ†\x04Î"
]
218 3.16 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óQ>Ôá\x13K'ß+\x00+)‡"
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
219 3.19 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\x17”5éØBô \x16€ ä\x11\x1F\x1C"
  b"©+k¥÷xÅ\t\x13O©;|ÆÕ¨"
]
220 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"\x0Fr\x14߸k\x12ƒõýÿ„ÈÀñË"
  "nameShort"
]
221 3.13 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"ȸœ1z•Sö¯‚MfÜSäF"
]
222 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` = ? 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"\x0Fr\x14߸k\x12ƒõýÿ„ÈÀñË"
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
223 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"\x1C˜’ý8X\x02wo…’ÎÎ\x02"
  b"""
    HV£¥û“oZrâ\n
    µüºî
    """
]
224 3.05 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"Îóñ\x06o\mT\x16\x17r†ïˆC\x1A"
  "nameShort"
]
225 3.21 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"Ê\x19i\x00yeoJߎ@-÷…Go"
]
226 3.19 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"Îóñ\x06o\mT\x16\x17r†ïˆC\x1A"
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
227 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"Ûä5niáÔ\x18;\vñݦ3Ò"
  b"î\x04K+Ò\x10„´¨Ýu¬r!\x1E["
]
228 3.02 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""FÆw\x01X“+ba\x08Çh=­9"
  "nameShort"
]
229 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"ÁÖüË\x1E3\x18[jn\x17i\x1E"
]
230 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` = ? 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""FÆw\x01X“+ba\x08Çh=­9"
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
231 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"ˆŽ\x02dÏéŠò€ˆ,\eƒ†ôÍ"
  b"ÖŽg…™ê„ˆù0û\rñMò¬"
]
232 3.13 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"\x08A\x1D§\x1Fˆ\x12ÀZ9S@3…"
  "nameShort"
]
233 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"[Tœ!IZ6\x02\x02gÿízìF—"
]
234 3.27 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"\x08A\x1D§\x1Fˆ\x12ÀZ9S@3…"
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
235 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" \t¸ÄÛӝ=œ°U\tŠq\x00"
  b"²[`ºµ?¯CóÊ!^$YÓc"
]
236 3.16 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"""
    —|¸ˆk䥬\x08Á\n
    Ô§Ñ4ï
    """
  "nameShort"
]
237 3.17 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"Rp¤h¬¹Wº#C5µ\x00-_\x14"
]
238 3.29 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"""
    —|¸ˆk䥬\x08Á\n
    Ô§Ñ4ï
    """
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
239 3.35 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"\x00’ä»\x1AÂ\x04\x1Fƒîåì$—"
  b"qqŒ\¶Žö)\x11Øð\x06¿\x18"
  b"îqMK$ë\x19ÐtPÝægÚxZ"
]
240 3.07 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"+Šâ…ü;%Ðå¾/1+„ï\x08"
  "nameShort"
]
241 3.20 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"“ª|ÿmwÖr—vàå a"8"
]
242 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` = ? 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"+Šâ…ü;%Ðå¾/1+„ï\x08"
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
243 3.17 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"¢o©Lpq\x1D©ÿ„\x1DU\x10rÉž"
  b"Õ$ëït\x04W…\x10^0“Í•C\x06"
]
244 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"Ñ–Y~e,û'†3¿\x0E©AqÁ"
  "nameShort"
]
245 3.16 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"lŸÙ\fð\x07ù~’<#\x19E\x1Ce\x14"
]
246 3.13 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~e,û'†3¿\x0E©AqÁ"
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
247 3.46 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"\x07L\x18\x0E+²3à%ÍL­zº.¬"
  b"\x0E1\eWUe¼ŸR/JDø\x0F\t¡"
]
248 3.17 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"H‘{{`Þúhø›\x13p\r®Èå"
  "nameShort"
]
249 3.20 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\r•‘\x19¥ Ž\x05Ç´j¢«\x12\e"
]
250 3.14 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"H‘{{`Þúhø›\x13p\r®Èå"
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
251 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"%¿è[•ƽ\x7Fꁑ1Žhz|"
  b"¸N=Ñ\x06\x0ETýžhòìæ%”B"
]
252 3.06 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"§g«ô†¨P\x06ì\x17\x13¯¯W=º"
  "nameShort"
]
253 3.16 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퐓ð ÊšØ\x7FáJY\e"
]
254 3.19 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"§g«ô†¨P\x06ì\x17\x13¯¯W=º"
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
255 3.24 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"x<NPËâUÖ\x0Eî©\x03àžJì"
  b"î{ø%‰ÕÿÒ‰îOD\x1D"
]
256 3.05 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"üæ?3j”XXD˜¢M×z+Ô"
  "nameShort"
]
257 3.29 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Ý%\x18:ýoùÉ T¨³G°ï"
]
258 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` = ? 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"üæ?3j”XXD˜¢M×z+Ô"
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
259 3.19 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"\x082<2õ;PM(mõŒ\x00ît"
  b"""
    J·Ó\ËL\x02(}5È²¶\n
    ¦
    """
]
260 3.06 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"\v/³È#†¤Ùúžm¦hòÇ["
  "nameShort"
]
261 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"5\x162ÏɈ\x06ÝRuµÐ\x08¿O"
]
262 3.14 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"\v/³È#†¤Ùúžm¦hòÇ["
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
263 3.19 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"Žñ^"²ZScÑPBÕbgrA"
  b"ªÛ¼±£&øEEO[ã‚3~º"
]
264 3.13 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"³Mv:â)ª Kc¤4“’ä"
  "nameShort"
]
265 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"Õtx·\x11\x7F@Ž\x1A\x16QŒ!\x19""
]
266 3.13 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"³Mv:â)ª Kc¤4“’ä"
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
267 3.12 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"Ë\x03l{•UÎO.ì‘€F‡´5"
]
268 3.06 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"/ÅÔ×ì\x16Ýë«ChP\x18"
  "nameShort"
]
269 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"""
    Ü‹u‰ž\n
    Ôl\fR¨œš/7Q
    """
]
270 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` = ? 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"/ÅÔ×ì\x16Ýë«ChP\x18"
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
271 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"\x02¿\x10š›M ÔdÇKð\x12†¾\x12"
]
272 3.11 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"I™YGÎ\x1FýþŠ!ÇQ\x0EG8"
  "nameShort"
]
273 3.15 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\x02Y¥w…SßÙ©¡\v"
]
274 3.14 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"I™YGÎ\x1FýþŠ!ÇQ\x0EG8"
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
275 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"\x04M\f*/I/ÖÐ\x17\x06\x1C²ÐÇ\x10"
  b"«mLå€úš¬UP\x08ð¨ÔŠ—"
]
276 3.04 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"\x16\e“?€ü¼ävÿ\x7F"
  "nameShort"
]
277 3.23 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ļ:4\x10¤5Üd¤~ÂÍ£Ë"
]
278 3.26 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"\x16\e“?€ü¼ävÿ\x7F"
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
279 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")\x14š\x10\x05í\x17UÆ¥>$Ö€[a"
  b"°ÌU”SWZÕúBuŠÚDú?"
  b"ô¢m­G´Ð‘»9“î»Ê¡\x13"
]
280 3.09 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^¡{W“\x1Fùs7¡ó"
  "nameShort"
]
281 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"1ÌáoûF”\tÙ¶;›Ã2´E"
]
282 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` = ? 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^¡{W“\x1Fùs7¡ó"
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
283 3.35 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"P/Ä=œœëeÑ\x7Fº„ǰÑ\x13"
  b"¹óàXQʘ\x0F²í\fÖ©­~™"
]
284 3.06 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"íË2eõ÷è¿\x13ö¥Ú2_¢\x04"
  "nameShort"
]
285 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">1%Ã+&Ši\x07aA\x1E\vÝ4"
]
286 3.25 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"íË2eõ÷è¿\x13ö¥Ú2_¢\x04"
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
287 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"˜…qèb»wþ§Aš¹´ÈÐ"
  b"ÕA\x16õÿý\x05Q±Æê\t\x132ا"
]
288 3.06 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"šå#Rq,Û//…\x1FS1Ÿu"
  "nameShort"
]
289 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"ò9<ž¯gwPs4¬\x1EÑ\x7F•ú"
]
290 3.21 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"šå#Rq,Û//…\x1FS1Ÿu"
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
291 3.31 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"\x1EžèÖªÚêŒ3ú©µ¯\x1E@T"
  b";JY0€èá_Ÿòe4\x14'\x08\x0F"
]
292 3.04 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Éä\x16‹QP¸\x19Å“\x12x"
  "nameShort"
]
293 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"ځ\rôÏ\x12ã@\x14’ý\x02\x0Fèç\e"
]
294 3.20 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Éä\x16‹QP¸\x19Å“\x12x"
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
295 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"Êé¦fEÊ8ǏACÄH‹òt"
  b"ôâê×#µ‡ØaÀ&\x15·ìÎ^"
]
296 3.09 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\x1D\x0F8%qáHidsx&v“"
  "nameShort"
]
297 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"x*%“h`Â%ÖOÊSñyWŽ"
]
298 3.20 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\x1D\x0F8%qáHidsx&v“"
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
299 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"†qJ=3\x0EÅ\r”Å— ÜÇŽq"
  b"ª¦rÖ\x14zG̓sÐ6Óö¤ë"
]
300 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"\x07ŒÏWZaÐá)¨\x11V\e«¬—"
  "nameShort"
]
301 3.20 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"|\æ+“Îx-Œ§m'ö]{\x04"
]
302 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` = ? 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"\x07ŒÏWZaÐá)¨\x11V\e«¬—"
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
303 3.18 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"\x14%b:Qˆ±À\=2xý>¶¤"
  b"StØ»\e@ãþã\x0FOƒ¼n\x17"
]
304 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"\x16Y³þKÃ#y\x01˜‹$‰ät±"
  "nameShort"
]
305 3.23 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\x1F°å\x1Cè\x13\x02\x10"
]
306 3.18 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"\x16Y³þKÃ#y\x01˜‹$‰ät±"
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
307 3.31 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"CJƒ÷G½\x11\x1E\x105;‚ú¸ß>"
  b"ž\x03§\x11ÞW\x1A_ðûÞ·ô?\x0E"
  b"à”htÜÝ>ï_’ºC\r\x059q"
]
308 3.09 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
    ÿ/Üýáý_ÚwûÉ\n
    \f´
    """
  "nameShort"
]
309 3.17 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"°UÞOˆ\x07‡‚\x07"&Ww> "
]
310 3.20 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
    ÿ/Üýáý_ÚwûÉ\n
    \f´
    """
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
311 3.29 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"¥´@EUnîÅ8ÄP\x12 Í\x18"
  b"×\x1F\x04”¥\e½e°Š{šC*ãT"
  b"è×èºÌ-ÔŽv¼=æ°«ëý"
]
312 3.13 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
    15Â×\x03H•§Ÿ%
    """
  "nameShort"
]
313 3.18 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"""
    £7*Œ\x1C1†Œ\n
    ½WJoÛcâ
    """
]
314 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` = ? 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
    15Â×\x03H•§Ÿ%
    """
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
315 3.39 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\x03¥¡#p‚\x00\x7FcË%}™ ""
  b"€£á?ځ…Ûi\x0Eío!űo"
]
316 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"àµßÁq\x02Ìê¢P$\x1Eä|µ§"
  "nameShort"
]
317 3.23 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"\vùÑ\rŽ|öÿíËåmåÁªB"
]
318 3.21 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\x02Ìê¢P$\x1Eä|µ§"
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
319 3.23 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' h]z(ݓVd\x1F\x1CE\x15"
  b"ÚqŒg,ÅW#Íl\x13\x1C„h"
]
320 3.16 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
]
321 3.01 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:
[]
322 3.18 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:
[]
323 3.08 ms
SELECT `name`, `path`, `author`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
324 3.43 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"
]
325 3.04 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:
[]
326 3.19 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
327 4.32 ms
# breadcrumb-extension::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.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"y\x02¸pL\tïŒÐÆ–L:\e$~"
  b"Ö]ˆ¨¸t\x04–üÞ€°\x1Cy5•"
  b"þØÎñ\x19å\x10»BÿƳÔ\g"
]
328 6.68 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/a19862e90153203d6ab900c1d4a5df63"
  "/navigation/118e1f08232643a09fb13c4159952760"
  "/navigation/9b713a7937ab421c89cf61b0388828d1"
  "/navigation/7902b8704c09ef8cd0c6964c3a1b247e"
  "/navigation/7da0bebc2beb862b845d8f6aec87168f"
  "/navigation/ed73dec91e641fe53ece1391575c6d00"
  "/navigation/c15d7ff984e2db2784ba5fe3314b91fc"
  "/navigation/23a6b509f8c9523a8ae3772ee4f4302b"
  "/navigation/1785b024b01e4f04906cdcb19fa313a0"
  "/navigation/c2361a7fbf9146a1a85de7140831d3b2"
  "/navigation/0196b35e5f837bcc8fcbc806a94f43a2"
  "/navigation/d65d88a8b8740496fcde80b01c793595"
  "/navigation/fed8cef119e510bb42ffc6b3d45c6790"
  "/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/47dd86232bc6998b9ccf53a325f3f7a8"
  "/navigation/f7e5d41273231fce4e9d5d493a8a4139"
  "/navigation/5e10ce96a8b6e050a81953f5f0172a11"
  "/navigation/6c57b8a2756f052dbab47b6630473d72"
  "/navigation/10b5267cc6488d0a2a77f4831082ac72"
  "/navigation/c020e7a96b7bf8f54c564ace64279976"
  "/navigation/5c08de05eeccf98da2a3694687908ce2"
  "/navigation/02182749beac3867aef2920021d57bde"
  "/navigation/6f55763a1eac2a35fffe01b13f4cf758"
  "/navigation/d6c794e44958a93e80871107a00686ad"
  "/navigation/8a4249a5c3a8ead19d00ca93c11665f8"
  "/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/52c61a3d9dff41b56e4f2e69e4e83a36"
  "/detail/aefa4f17b84ce27b545412ad53557bce"
  "/detail/e08dcf50f702c28dbdd16c61e8579989"
  "/detail/a1421da8ce6b5f990b99bcf9d2d83553"
  "/detail/7678e30bbe4ac6bae4c77a26be1859a4"
  "/detail/54bd350fd907bb4ea199cf5d0016d8b6"
  "/detail/f778f3513ed4e1134b27df2b002b2987"
  "/detail/0f7214dfb86b1283f5fdff84c8c0f1cb"
  "/detail/cef3f1066f5c6d5416177286ef88431a"
  "/detail/2246c6770158932b626108c7683dad39"
  "/detail/65d608411da71f8812c05a3953403385"
  "/detail/977cb8886be4a5ac08c10ad4a7d134ef"
  "/detail/2b8ae285fc3b25d0e5be2f312b84ef08"
  "/detail/d196597e652cfb278633bf0ea94171c1"
  "/detail/48917b7b60defa68f89b13700daec8e5"
  "/detail/a767abf486a85006ec1713afaf573dba"
  "/detail/fce63f336a9458584498a24dd77a2bd4"
  "/detail/0b2fb3c82386a4d9fa9e6da668f2c75b"
  "/detail/b34d763ae229aa204b63a43493928fe4"
  "/detail/902fc5d4d7ec16ddebab436850183ab3"
  "/detail/499d995947ce1ffdfe8a21c7510e4738"
  "/detail/3ef71674b41b933f80fcbc81e476ff7f"
  "/detail/a8a986a9345ea17b57931ff97337a1f3"
  "/detail/edcb3265f5f7e8bf13f6a5da325fa204"
  "/detail/9ae5235290712cdb2f2f851f53319f75"
  "/detail/a38401c9e4168b815150b819c5931278"
  "/detail/ec711d0f382571e14869647378267693"
  "/detail/078ccf575a61d0e129a811561babac97"
  "/detail/1659b3fe4bc3237901988b2489e474b1"
  "/detail/e70aff2fdcfde1fd5fda77fbc90a0cb4"
  "/detail/2d3a8c24a80a3135c2d7034895a79f25"
  "/detail/e0b5dfc17102cceaa250241ee47cb5a7"
  "/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]™"
]
329 3.02 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.