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

Query Metrics

254 Database Queries
71 Different statements
838.21 ms Query time

Queries

Group similar statements

# Time Info
1 3.32 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.04 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 3.00 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.28 ms
# seo-url::resolve
SELECT id, path_info pathInfo, is_canonical isCanonical, sales_channel_id salesChannelId FROM seo_url WHERE (language_id = ?) AND ((sales_channel_id = ? OR sales_channel_id IS NULL)) AND (seo_path_info = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x13.D\\x03Mg¬GÀJûm]™"
  "bueroausstattung/tische-schreibtische/schreibtische/schreibtisch-bxtxh-1800x800x680-820-mm-hoehenverstellbar-platte-ahorn-c-fuss-gestell-silber-E1979357-BS/"
]
5 3.21 ms
SELECT `scop_platform_redirecter_redirect`.`id` FROM `scop_platform_redirecter_redirect` WHERE (`scop_platform_redirecter_redirect`.`sourceURL` IN (?, ?, ?, ?, ?, ?, ?) AND `scop_platform_redirecter_redirect`.`enabled` = ? AND (`scop_platform_redirecter_redirect`.`salesChannelId` = ? OR `scop_platform_redirecter_redirect`.`salesChannelId` <=> ?)) LIMIT 1
Parameters:
[
  "//bueroausstattung/tische-schreibtische/schreibtische/schreibtisch-bxtxh-1800x800x680-820-mm-hoehenverstellbar-platte-ahorn-c-fuss-gestell-silber-E1979357-BS/"
  "/bueroausstattung/tische-schreibtische/schreibtische/schreibtisch-bxtxh-1800x800x680-820-mm-hoehenverstellbar-platte-ahorn-c-fuss-gestell-silber-E1979357-BS/"
  "https://staging-65.berger-shop.de/bueroausstattung/tische-schreibtische/schreibtische/schreibtisch-bxtxh-1800x800x680-820-mm-hoehenverstellbar-platte-ahorn-c-fuss-gestell-silber-E1979357-BS/"
  "https://staging-65.berger-shop.de//bueroausstattung/tische-schreibtische/schreibtische/schreibtisch-bxtxh-1800x800x680-820-mm-hoehenverstellbar-platte-ahorn-c-fuss-gestell-silber-E1979357-BS/"
  "/bueroausstattung/tische-schreibtische/schreibtische/schreibtisch-bxtxh-1800x800x680-820-mm-hoehenverstellbar-platte-ahorn-c-fuss-gestell-silber-E1979357-BS/"
  "//bueroausstattung/tische-schreibtische/schreibtische/schreibtisch-bxtxh-1800x800x680-820-mm-hoehenverstellbar-platte-ahorn-c-fuss-gestell-silber-E1979357-BS/"
  "bueroausstattung/tische-schreibtische/schreibtische/schreibtisch-bxtxh-1800x800x680-820-mm-hoehenverstellbar-platte-ahorn-c-fuss-gestell-silber-E1979357-BS/"
  true
  b"\x13.D\\x03Mg¬GÀJûm]™"
  null
]
6 3.32 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"\x13.D\\x03Mg¬GÀJûm]™"
  "6iHkdbGYkdiY1mFT81FYljpTFNQQR9TO"
]
7 3.60 ms
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE ?
Parameters:
[
  "payload"
]
8 2.96 ms
#cart-persister::load
                SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "6iHkdbGYkdiY1mFT81FYljpTFNQQR9TO"
]
9 3.32 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.06 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
11 2.99 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
12 3.53 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.62 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.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:
[]
15 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:
[]
16 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.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"\r\x07l‰K­s˜!Ϋjoá¨Û"
]
17 10.15 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"\r\x07l‰K­s˜!Ϋjoá¨Û"
]
18 3.01 ms
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
Parameters:
[]
19 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"\r\x07l‰K­s˜!Ϋjoá¨Û"
]
20 3.14 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 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"\r\x07l‰K­s˜!Ϋjoá¨Û"
]
22 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 05:56:17"
  "2026-02-27 05:56:17"
  null
  "2026-02-27 05:56:17"
  "2026-02-27 05:56:17"
  "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\x07l‰K­s˜!Ϋjoá¨Û"
  "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.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
]
24 3.06 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.03 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.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
]
27 2.97 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.19 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"\r\x07l‰K­s˜!Ϋjoá¨Û"
  10
  b"\x13.D\\x03Mg¬GÀJûm]™"
  true
]
30 2.99 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"\r\x07l‰K­s˜!Ϋjoá¨Û"
]
31 7.53 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"\r\x07l‰K­s˜!Ϋjoá¨Û"
]
32 3.82 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"\r\x07l‰K­s˜!Ϋjoá¨Û"
]
33 3.43 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"\r\x07l‰K­s˜!Ϋjoá¨Û"
]
34 3.00 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"\r\x07l‰K­s˜!Ϋjoá¨Û"
]
35 3.06 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"\r\x07l‰K­s˜!Ϋjoá¨Û"
]
36 3.11 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"\r\x07l‰K­s˜!Ϋjoá¨Û"
]
37 3.09 ms
SELECT `product_stream_mapping`.`product_id`, `product_stream_mapping`.`product_stream_id` FROM `product_stream_mapping` WHERE (`product_stream_mapping`.`product_id` IN (?))
Parameters:
[
  b"\r\x07l‰K­s˜!Ϋjoá¨Û"
]
38 3.20 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.05 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
40 2.95 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
41 3.04 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 2.95 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"\r\x07l‰K­s˜!Ϋjoá¨Û"
  b"\x13.D\\x03Mg¬GÀJûm]™"
  "%|b283b270431e4a1285d331e63d0e6202|%"
  "%|108bc52af22f49f7be176ced980a441e|%"
]
43 3.19 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"ú^|¶§“â"×é\x12MÂüLÉ"
]
44 3.81 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"ú^|¶§“â"×é\x12MÂüLÉ"
]
45 3.25 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = ?) AND ((`product`.`product_number` <=> ? AND ((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) LIMIT 1
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  null
  10
  b"\x13.D\\x03Mg¬GÀJûm]™"
  true
]
46 2.99 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"ú^|¶§“â"×é\x12MÂüLÉ"
  b"ú^|¶§“â"×é\x12MÂüLÉ"
  b"""
    \x10‹Å*ò/I÷¾\x17lí˜\n
    D\x1E
    """
]
47 3.97 ms
# header::navigation::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.media`.`id` as `category.media.id`, `category.media`.`user_id` as `category.media.userId`, `category.media`.`media_folder_id` as `category.media.mediaFolderId`, `category.media`.`mime_type` as `category.media.mimeType`, `category.media`.`file_extension` as `category.media.fileExtension`, `category.media`.`uploaded_at` as `category.media.uploadedAt`, `category.media`.`file_name` as `category.media.fileName`, `category.media`.`file_size` as `category.media.fileSize`, `category.media`.`media_type` as `category.media.mediaTypeRaw`, `category.media`.`meta_data` as `category.media.metaData`, `category.media`.`config` as `category.media.config`, `category.media`.`path` as `category.media.path`, `category.media`.`private` as `category.media.private`, `category.media`.`thumbnails_ro` as `category.media.thumbnailsRo`, `category.media`.`created_at` as `category.media.createdAt`, `category.media`.`updated_at` as `category.media.updatedAt`, `category.media.translation.title`, COALESCE(`category.media.translation.title`,`category.media.translation.title`) as `category.media.title`, `category.media.translation.alt`, COALESCE(`category.media.translation.alt`,`category.media.translation.alt`) as `category.media.alt`, `category.media.translation.customFields`, COALESCE(`category.media.translation.customFields`,`category.media.translation.customFields`) as `category.media.customFields`, `category.media.translation.createdAt`, `category.media.translation.updatedAt`, `category.media.translation.mediaId`, `category.media.translation.languageId`, `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` LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title as `category.media.translation.title`, `category.media.translation`.alt as `category.media.translation.alt`, `category.media.translation`.custom_fields as `category.media.translation.customFields`, `category.media.translation`.created_at as `category.media.translation.createdAt`, `category.media.translation`.updated_at as `category.media.translation.updatedAt`, `category.media.translation`.media_id as `category.media.translation.mediaId`, `category.media.translation`.language_id as `category.media.translation.languageId` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.language_id = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"ú^|¶§“â"×é\x12MÂüLÉ"
  b"""
    \x10‹Å*ò/I÷¾\x17lí˜\n
    D\x1E
    """
]
48 2.97 ms
SELECT `language`.`id` FROM `language` WHERE `language`.`id` IN (?) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
49 3.06 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"
]
50 3.12 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
]
51 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:
[]
52 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:
[]
53 3.23 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
]
54 3.28 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:
[]
55 3.17 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
56 3.27 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
]
57 3.11 ms
# product-review-route::aggregation::customer-login-filter
SELECT `product_review`.`points` as `ratingMatrix.key`, COUNT(`product_review`.`id`) as `ratingMatrix.count` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review`.`product_id` = `product_review.product`.`id` AND `product_review`.`product_version_id` = `product_review.product`.`version_id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product`.`parent_id` = `product_review.product.parent`.`id` AND `product_review.product`.`parent_version_id` = `product_review.product.parent`.`version_id` WHERE ((((`product_review`.`status` = ?) AND (`product_review.product`.`id` = ? OR `product_review.product`.`parent_id` = ?)))) AND (((`product_review`.`status` = ?))) GROUP BY `product_review`.`points`
Parameters:
[
  true
  b"\r\x07l‰K­s˜!Ϋjoá¨Û"
  b"\r\x07l‰K­s˜!Ϋjoá¨Û"
  true
]
58 3.06 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"\r\x07l‰K­s˜!Ϋjoá¨Û"
  b"\r\x07l‰K­s˜!Ϋjoá¨Û"
]
59 3.13 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"\r\x07l‰K­s˜!Ϋjoá¨Û"
  b"\r\x07l‰K­s˜!Ϋjoá¨Û"
]
60 3.09 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"\r\x07l‰K­s˜!Ϋjoá¨Û"
  1
]
61 3.12 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"Ÿ‰‚È5}Ý\x016éC~\x19¾Ø\x00"
  b"«#8»•ŒºP˜½ÿ?>³Cf"
]
62 3.17 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"Ÿ‰‚È5}Ý\x016éC~\x19¾Ø\x00"
  b"«#8»•ŒºP˜½ÿ?>³Cf"
]
63 3.30 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"j\r{+¬¯úfn<§ácµmN"
  b"4R!§rئÍ:›w÷\x02ò8"
  b"(àgi\x10Òô,Õ\x7FÐIR¥N"
  b"»±ëo4Vkf\x18–I˜n×Aæ"
  b"—¾Q6ø\x14\nÖÞ\x00cŒÓ¥Än"
  b"3ÿvOÕßžbùN‚Æd±\x01:"
  b"äZ îÙ\x03î#¦RCràÿ&("
  b"|­£\x14\~B~µ`u³!…Ä""
  b"ußÇöW¿\f`õœ\x12ôï>ç´"
  b"\x1AF;Ä¡\x03ÃS\x0E°Ñ˜\egëÚ"
  b"e\x0E\x1F%—ßìŽÛ\x15\eéŒÅ"
  b"ö®®ZDgáÔë¸Uº™\x11\fL"
]
64 8.84 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"j\r{+¬¯úfn<§ácµmN"
  b"4R!§rئÍ:›w÷\x02ò8"
  b"(àgi\x10Òô,Õ\x7FÐIR¥N"
  b"»±ëo4Vkf\x18–I˜n×Aæ"
  b"—¾Q6ø\x14\nÖÞ\x00cŒÓ¥Än"
  b"3ÿvOÕßžbùN‚Æd±\x01:"
  b"äZ îÙ\x03î#¦RCràÿ&("
  b"|­£\x14\~B~µ`u³!…Ä""
  b"ußÇöW¿\f`õœ\x12ôï>ç´"
  b"\x1AF;Ä¡\x03ÃS\x0E°Ñ˜\egëÚ"
  b"e\x0E\x1F%—ßìŽÛ\x15\eéŒÅ"
  b"ö®®ZDgáÔë¸Uº™\x11\fL"
]
65 3.08 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"\x1AF;Ä¡\x03ÃS\x0E°Ñ˜\egëÚ"
  b"(àgi\x10Òô,Õ\x7FÐIR¥N"
  b"3ÿvOÕßžbùN‚Æd±\x01:"
  b"4R!§rئÍ:›w÷\x02ò8"
  b"e\x0E\x1F%—ßìŽÛ\x15\eéŒÅ"
  b"j\r{+¬¯úfn<§ácµmN"
  b"ußÇöW¿\f`õœ\x12ôï>ç´"
  b"|­£\x14\~B~µ`u³!…Ä""
  b"—¾Q6ø\x14\nÖÞ\x00cŒÓ¥Än"
  b"»±ëo4Vkf\x18–I˜n×Aæ"
  b"äZ îÙ\x03î#¦RCràÿ&("
  b"ö®®ZDgáÔë¸Uº™\x11\fL"
]
66 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"j\r{+¬¯úfn<§ácµmN"
]
67 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 05:56:17"
  "2026-02-27 05:56:17"
  null
  "2026-02-27 05:56:17"
  "2026-02-27 05:56:17"
  "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"j\r{+¬¯úfn<§ácµmN"
  "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.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"4R!§rئÍ:›w÷\x02ò8"
]
69 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 05:56:17"
  "2026-02-27 05:56:17"
  null
  "2026-02-27 05:56:17"
  "2026-02-27 05:56:17"
  "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"4R!§rئÍ:›w÷\x02ò8"
  "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.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"(àgi\x10Òô,Õ\x7FÐIR¥N"
]
71 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 05:56:17"
  "2026-02-27 05:56:17"
  null
  "2026-02-27 05:56:17"
  "2026-02-27 05:56:17"
  "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"(àgi\x10Òô,Õ\x7FÐIR¥N"
  "dynamicProductGroup"
  b"\x01‘U°«q\x7Fõª~bÍ’\eœO"
  b"\x01\x15Ý6ërƒ­áŽ+Aj\x06³"
  b"\x01š$‘Oõr+¯\x02†ôŸˆŽj"
  b"™%R§:B:ˆ¤…,ŽÔA@"
  b"¯Xe\x06G\x0EFøœ\x7F?Žê\x7F´\x11"
  b"¹Ó±_Ñ!I\x16¿X\x12#ÅOßø"
  b"ºÐS—…¾MÙ£,—oQRˆ\x1E"
  b"Ë).\x1A¯…H‘ Ôâü£-Ð/"
  b"åR\x03­èGœ¶‹ñC?ÚLl"
  b"çéį€`@'›Péh3Õ®Û"
  b"ôæ|\x12kNKO‹OK‚•a;["
  null
  "everyProduct"
  "materialGroup"
]
72 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"»±ëo4Vkf\x18–I˜n×Aæ"
]
73 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 05:56:17"
  "2026-02-27 05:56:17"
  null
  "2026-02-27 05:56:17"
  "2026-02-27 05:56:17"
  "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"»±ëo4Vkf\x18–I˜n×Aæ"
  "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 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"—¾Q6ø\x14\nÖÞ\x00cŒÓ¥Än"
]
75 3.35 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 05:56:17"
  "2026-02-27 05:56:17"
  null
  "2026-02-27 05:56:17"
  "2026-02-27 05:56:17"
  "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"—¾Q6ø\x14\nÖÞ\x00cŒÓ¥Än"
  "dynamicProductGroup"
  b"\x01‘U°«q\x7Fõª~bÍ’\eœO"
  b"\x01\x15Ý6ërƒ­áŽ+Aj\x06³"
  b"\x01š$‘Oõr+¯\x02†ôŸˆŽj"
  b"™%R§:B:ˆ¤…,ŽÔA@"
  b"¯Xe\x06G\x0EFøœ\x7F?Žê\x7F´\x11"
  b"¹Ó±_Ñ!I\x16¿X\x12#ÅOßø"
  b"ºÐS—…¾MÙ£,—oQRˆ\x1E"
  b"Ë).\x1A¯…H‘ Ôâü£-Ð/"
  b"åR\x03­èGœ¶‹ñC?ÚLl"
  b"çéį€`@'›Péh3Õ®Û"
  b"ôæ|\x12kNKO‹OK‚•a;["
  null
  "everyProduct"
  "materialGroup"
]
76 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"3ÿvOÕßžbùN‚Æd±\x01:"
]
77 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 05:56:17"
  "2026-02-27 05:56:17"
  null
  "2026-02-27 05:56:17"
  "2026-02-27 05:56:17"
  "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"3ÿvOÕßžbùN‚Æd±\x01:"
  "dynamicProductGroup"
  b"\x01‘U°«q\x7Fõª~bÍ’\eœO"
  b"\x01\x15Ý6ërƒ­áŽ+Aj\x06³"
  b"\x01š$‘Oõr+¯\x02†ôŸˆŽj"
  b"™%R§:B:ˆ¤…,ŽÔA@"
  b"¯Xe\x06G\x0EFøœ\x7F?Žê\x7F´\x11"
  b"¹Ó±_Ñ!I\x16¿X\x12#ÅOßø"
  b"ºÐS—…¾MÙ£,—oQRˆ\x1E"
  b"Ë).\x1A¯…H‘ Ôâü£-Ð/"
  b"åR\x03­èGœ¶‹ñC?ÚLl"
  b"çéį€`@'›Péh3Õ®Û"
  b"ôæ|\x12kNKO‹OK‚•a;["
  null
  "everyProduct"
  "materialGroup"
]
78 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"äZ îÙ\x03î#¦RCràÿ&("
]
79 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 05:56:17"
  "2026-02-27 05:56:17"
  null
  "2026-02-27 05:56:17"
  "2026-02-27 05:56:17"
  "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"äZ îÙ\x03î#¦RCràÿ&("
  "dynamicProductGroup"
  b"\x01‘U°«q\x7Fõª~bÍ’\eœO"
  b"\x01\x15Ý6ërƒ­áŽ+Aj\x06³"
  b"\x01š$‘Oõr+¯\x02†ôŸˆŽj"
  b"™%R§:B:ˆ¤…,ŽÔA@"
  b"¯Xe\x06G\x0EFøœ\x7F?Žê\x7F´\x11"
  b"¹Ó±_Ñ!I\x16¿X\x12#ÅOßø"
  b"ºÐS—…¾MÙ£,—oQRˆ\x1E"
  b"Ë).\x1A¯…H‘ Ôâü£-Ð/"
  b"åR\x03­èGœ¶‹ñC?ÚLl"
  b"çéį€`@'›Péh3Õ®Û"
  null
  "everyProduct"
  "materialGroup"
]
80 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"|­£\x14\~B~µ`u³!…Ä""
]
81 3.20 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 05:56:17"
  "2026-02-27 05:56:17"
  null
  "2026-02-27 05:56:17"
  "2026-02-27 05:56:17"
  "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"|­£\x14\~B~µ`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 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"ußÇöW¿\f`õœ\x12ôï>ç´"
]
83 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 05:56:17"
  "2026-02-27 05:56:17"
  null
  "2026-02-27 05:56:17"
  "2026-02-27 05:56:17"
  "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"ußÇöW¿\f`õœ\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"
]
84 3.00 ms
SELECT `product_stream_mapping`.`product_id`, `product_stream_mapping`.`product_stream_id` FROM `product_stream_mapping` WHERE (`product_stream_mapping`.`product_id` IN (?))
Parameters:
[
  b"\x1AF;Ä¡\x03ÃS\x0E°Ñ˜\egëÚ"
]
85 3.25 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 05:56:17"
  "2026-02-27 05:56:17"
  null
  "2026-02-27 05:56:17"
  "2026-02-27 05:56:17"
  "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"\x1AF;Ä¡\x03ÃS\x0E°Ñ˜\egëÚ"
  "dynamicProductGroup"
  b"\x01‘U°«q\x7Fõª~bÍ’\eœO"
  b"\x01\x15Ý6ërƒ­áŽ+Aj\x06³"
  b"\x01š$‘Oõr+¯\x02†ôŸˆŽj"
  b"™%R§:B:ˆ¤…,ŽÔA@"
  b"¯Xe\x06G\x0EFøœ\x7F?Žê\x7F´\x11"
  b"¹Ó±_Ñ!I\x16¿X\x12#ÅOßø"
  b"ºÐS—…¾MÙ£,—oQRˆ\x1E"
  b"Ë).\x1A¯…H‘ Ôâü£-Ð/"
  b"åR\x03­èGœ¶‹ñC?ÚLl"
  b"çéį€`@'›Péh3Õ®Û"
  null
  "everyProduct"
  "materialGroup"
]
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"e\x0E\x1F%—ßìŽÛ\x15\eéŒÅ"
]
87 3.17 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 05:56:17"
  "2026-02-27 05:56:17"
  null
  "2026-02-27 05:56:17"
  "2026-02-27 05:56:17"
  "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"e\x0E\x1F%—ßìŽÛ\x15\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Õ®Û"
  null
  "everyProduct"
  "materialGroup"
]
88 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"ö®®ZDgáÔë¸Uº™\x11\fL"
]
89 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 05:56:17"
  "2026-02-27 05:56:17"
  null
  "2026-02-27 05:56:17"
  "2026-02-27 05:56:17"
  "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"ö®®ZDgáÔë¸Uº™\x11\fL"
  "dynamicProductGroup"
  b"\x01‘U°«q\x7Fõª~bÍ’\eœO"
  b"\x01\x15Ý6ërƒ­áŽ+Aj\x06³"
  b"\x01š$‘Oõr+¯\x02†ôŸˆŽj"
  b"™%R§:B:ˆ¤…,ŽÔA@"
  b"¯Xe\x06G\x0EFøœ\x7F?Žê\x7F´\x11"
  b"¹Ó±_Ñ!I\x16¿X\x12#ÅOßø"
  b"ºÐS—…¾MÙ£,—oQRˆ\x1E"
  b"Ë).\x1A¯…H‘ Ôâü£-Ð/"
  b"åR\x03­èGœ¶‹ñC?ÚLl"
  b"çéį€`@'›Péh3Õ®Û"
  null
  "everyProduct"
  "materialGroup"
]
90 3.26 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
]
91 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:
[]
92 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:
[]
93 3.36 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
]
94 3.33 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"ûF|¥Y7B\x02\x1Cì²\x04¸÷g"
  b"§{úÌ=\x0F¦o÷!åŽT¤à‰"
  b"#iÍ{³oâ\v¼Ï¨”\x16Î2Ö"
  b"~ŸÍï”ÆU¬Óká„_gŒ"
  b"""
     Ž.Õ\x1DÝ^‚\n
    \x02¡|T™|Q
    """
  b"""
    þ’R\n
    a\x0Eøf\x1D³¨Zô\x10
    """
  b"tĵXNïžÚW\x17™‚t0›"
  b"ø€t«¡!40\x0F0J·\x05"
  b"´î<PûnÂd.ý²,­Ô\x14"
]
95 5.33 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"ûF|¥Y7B\x02\x1Cì²\x04¸÷g"
  b"§{úÌ=\x0F¦o÷!åŽT¤à‰"
  b"#iÍ{³oâ\v¼Ï¨”\x16Î2Ö"
  b"~ŸÍï”ÆU¬Óká„_gŒ"
  b"""
     Ž.Õ\x1DÝ^‚\n
    \x02¡|T™|Q
    """
  b"""
    þ’R\n
    a\x0Eøf\x1D³¨Zô\x10
    """
  b"tĵXNïžÚW\x17™‚t0›"
  b"ø€t«¡!40\x0F0J·\x05"
  b"´î<PûnÂd.ý²,­Ô\x14"
]
96 3.11 ms
SELECT `product_price`.`id` as `product_price.id`, `product_price`.`version_id` as `product_price.versionId`, `product_price`.`product_id` as `product_price.productId`, `product_price`.`product_version_id` as `product_price.productVersionId`, `product_price`.`rule_id` as `product_price.ruleId`, `product_price`.`price` as `product_price.price`, `product_price`.`quantity_start` as `product_price.quantityStart`, `product_price`.`quantity_end` as `product_price.quantityEnd`, `product_price`.`custom_fields` as `product_price.customFields`, `product_price`.`created_at` as `product_price.createdAt`, `product_price`.`updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price`.`version_id` = ?) AND ((`product_price`.`product_id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"#iÍ{³oâ\v¼Ï¨”\x16Î2Ö"
  b"tĵXNïžÚW\x17™‚t0›"
  b"~ŸÍï”ÆU¬Óká„_gŒ"
  b"""
     Ž.Õ\x1DÝ^‚\n
    \x02¡|T™|Q
    """
  b"§{úÌ=\x0F¦o÷!åŽT¤à‰"
  b"´î<PûnÂd.ý²,­Ô\x14"
  b"ø€t«¡!40\x0F0J·\x05"
  b"ûF|¥Y7B\x02\x1Cì²\x04¸÷g"
  b"""
    þ’R\n
    a\x0Eøf\x1D³¨Zô\x10
    """
]
97 3.36 ms
SELECT `product_stream_mapping`.`product_id`, `product_stream_mapping`.`product_stream_id` FROM `product_stream_mapping` WHERE (`product_stream_mapping`.`product_id` IN (?))
Parameters:
[
  b"ûF|¥Y7B\x02\x1Cì²\x04¸÷g"
]
98 3.37 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 05:56:17"
  "2026-02-27 05:56:17"
  null
  "2026-02-27 05:56:17"
  "2026-02-27 05:56:17"
  "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|¥Y7B\x02\x1Cì²\x04¸÷g"
  "dynamicProductGroup"
  b"\x01‘U°«q\x7Fõª~bÍ’\eœO"
  b"\x01\x15Ý6ërƒ­áŽ+Aj\x06³"
  b"\x01š$‘Oõr+¯\x02†ôŸˆŽj"
  b"™%R§:B:ˆ¤…,ŽÔA@"
  b"¯Xe\x06G\x0EFøœ\x7F?Žê\x7F´\x11"
  b"¹Ó±_Ñ!I\x16¿X\x12#ÅOßø"
  b"ºÐS—…¾MÙ£,—oQRˆ\x1E"
  b"Ë).\x1A¯…H‘ Ôâü£-Ð/"
  b"åR\x03­èGœ¶‹ñC?ÚLl"
  b"çéį€`@'›Péh3Õ®Û"
  b"ôæ|\x12kNKO‹OK‚•a;["
  null
  "everyProduct"
  "materialGroup"
]
99 3.33 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"§{úÌ=\x0F¦o÷!åŽT¤à‰"
]
100 3.35 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 05:56:17"
  "2026-02-27 05:56:17"
  null
  "2026-02-27 05:56:17"
  "2026-02-27 05:56:17"
  "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"§{úÌ=\x0F¦o÷!åŽ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"
]
101 3.19 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Í{³oâ\v¼Ï¨”\x16Î2Ö"
]
102 3.27 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 05:56:17"
  "2026-02-27 05:56:17"
  null
  "2026-02-27 05:56:17"
  "2026-02-27 05:56:17"
  "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Í{³oâ\v¼Ï¨”\x16Î2Ö"
  "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"
]
103 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"~ŸÍï”ÆU¬Óká„_gŒ"
]
104 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 05:56:17"
  "2026-02-27 05:56:17"
  null
  "2026-02-27 05:56:17"
  "2026-02-27 05:56:17"
  "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"~ŸÍï”ÆU¬Óká„_gŒ"
  "dynamicProductGroup"
  b"\x01‘U°«q\x7Fõª~bÍ’\eœO"
  b"\x01\x15Ý6ërƒ­áŽ+Aj\x06³"
  b"\x01š$‘Oõr+¯\x02†ôŸˆŽj"
  b"™%R§:B:ˆ¤…,ŽÔA@"
  b"¯Xe\x06G\x0EFøœ\x7F?Žê\x7F´\x11"
  b"¹Ó±_Ñ!I\x16¿X\x12#ÅOßø"
  b"ºÐS—…¾MÙ£,—oQRˆ\x1E"
  b"Ë).\x1A¯…H‘ Ôâü£-Ð/"
  b"åR\x03­èGœ¶‹ñC?ÚLl"
  b"çéį€`@'›Péh3Õ®Û"
  b"ôæ|\x12kNKO‹OK‚•a;["
  null
  "everyProduct"
  "materialGroup"
]
105 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"""
     Ž.Õ\x1DÝ^‚\n
    \x02¡|T™|Q
    """
]
106 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 05:56:17"
  "2026-02-27 05:56:17"
  null
  "2026-02-27 05:56:17"
  "2026-02-27 05:56:17"
  "everyCustomer"
  "rules"
  b"\x01š$‘O0r0¹;¶ï¹#Øâ"
  b"\x07ô8ÐjŠIQ£\x02:^x\x10ø„"
  b"'ráóÌRCe“íL{"”&þ"
  b"À\x19Ý/G9Mh‡F\x02x\x1A\x1E°j"
  b"ô29ã.\x16H1¥~IÊáÛw"
  b"d0pÆu\Có­Xë¥\x0FM\v\x17"
  b"§UÆH6ÒGC²•„RPÄXb"
  "product"
  b"""
     Ž.Õ\x1DÝ^‚\n
    \x02¡|T™|Q
    """
  "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.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"""
    þ’R\n
    a\x0Eøf\x1D³¨Zô\x10
    """
]
108 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 05:56:17"
  "2026-02-27 05:56:17"
  null
  "2026-02-27 05:56:17"
  "2026-02-27 05:56:17"
  "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\n
    a\x0Eøf\x1D³¨Zô\x10
    """
  "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 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"tĵXNïžÚW\x17™‚t0›"
]
110 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 05:56:17"
  "2026-02-27 05:56:17"
  null
  "2026-02-27 05:56:17"
  "2026-02-27 05:56:17"
  "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ĵXNïžÚW\x17™‚t0›"
  "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 3.15 ms
SELECT `product_stream_mapping`.`product_id`, `product_stream_mapping`.`product_stream_id` FROM `product_stream_mapping` WHERE (`product_stream_mapping`.`product_id` IN (?))
Parameters:
[
  b"ø€t«¡!40\x0F0J·\x05"
]
112 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 05:56:17"
  "2026-02-27 05:56:17"
  null
  "2026-02-27 05:56:17"
  "2026-02-27 05:56:17"
  "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«¡!40\x0F0J·\x05"
  "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.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"´î<PûnÂd.ý²,­Ô\x14"
]
114 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 05:56:17"
  "2026-02-27 05:56:17"
  null
  "2026-02-27 05:56:17"
  "2026-02-27 05:56:17"
  "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ûnÂd.ý²,­Ô\x14"
  "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.20 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
]
116 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:
[]
117 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:
[]
118 3.22 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
]
119 3.38 ms
SELECT `product_attribute_value`.`id` FROM `product_attribute_value` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` 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"\r\x07l‰K­s˜!Ϋjoá¨Û"
  true
]
120 3.44 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"Xr‘Å…?òØ{„\x1Fi€ÒÄ»"
  b"ˆy^\v¼¦Æ¼1ü2Rá\r\v"
  b"\x15ª…:ïË5ý*ðª\x1Aìù]†"
  b"s\x06Ч­¢¡\x06£KnIî>?Ö"
  b"á[yÐ\x19Q¨‚Ï¢_é"ø5 "
  b"fqÉjó*|6È\x16\x00tH\x10ÙP"
  b"ëzr%ñ×\x1Cëš_8.fVf\x05"
  b"®†7yÅE!eVÖêû$„ ç"
  b"O0q\x13\x01\x1FÍ9áÊÏ“0Nô\x12"
  b"õ\x08¿+‡\x00\x02]šà0éO»êZ"
  b"þCÒ«¢Lœ-Ïé3ÿ\x0FCEA"
  b"\x16ÞK^3\x00á\x11$ŸF­\n\x17÷?"
  b"JG\t\x1F\x7F¯}æ\x10ï\x02lµQ"
]
121 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` = ? 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\x07l‰K­s˜!Ϋjoá¨Û"
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
122 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"FLºúïÓ¾o{D¾É½qÃ"
  b"K\x02)Nd-eêW„­{NSßš"
  b"~s±*Óì9¿¬¹º?½ç»¦"
  b"ã_Ñ\x06éé5ºÈ—Hõôõ \f"
]
123 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"\r\x07l‰K­s˜!Ϋjoá¨Û"
  "nameShort"
]
124 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"""
    é\n
    ÍÊvZu½Ó\n
    B\x18\x10-2
    """
]
125 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"\r\x07l‰K­s˜!Ϋjoá¨Û"
  "lieferzeit"
]
126 3.36 ms
SELECT `product_attribute_value`.`id` as `product_attribute_value.id`, `product_attribute_value`.`product_version_id` as `product_attribute_value.productVersionId`, `product_attribute_value`.`product_id` as `product_attribute_value.productId`, `product_attribute_value`.`value` as `product_attribute_value.value`, `product_attribute_value`.`value_base` as `product_attribute_value.valueBase`, `product_attribute_value`.`value_int` as `product_attribute_value.valueInt`, `product_attribute_value`.`value_base_int` as `product_attribute_value.valueBaseInt`, `product_attribute_value`.`value_float` as `product_attribute_value.valueFloat`, `product_attribute_value`.`value_base_float` as `product_attribute_value.valueBaseFloat`, `product_attribute_value`.`attribute_id` as `product_attribute_value.attributeId`, `product_attribute_value.attribute`.`id` as `product_attribute_value.attribute.id`, `product_attribute_value.attribute`.`show_in_datasheet` as `product_attribute_value.attribute.showInDatasheet`, `product_attribute_value.attribute`.`sorting` as `product_attribute_value.attribute.sorting`, `product_attribute_value.attribute`.`field_type` as `product_attribute_value.attribute.fieldType`, `product_attribute_value.attribute`.`field_name` as `product_attribute_value.attribute.fieldName`, `product_attribute_value.attribute`.`label_sort` as `product_attribute_value.attribute.labelSort`, `product_attribute_value.attribute`.`created_at` as `product_attribute_value.attribute.createdAt`, `product_attribute_value.attribute`.`updated_at` as `product_attribute_value.attribute.updatedAt`, `product_attribute_value.attribute.translation.unit`, COALESCE(`product_attribute_value.attribute.translation.unit`,`product_attribute_value.attribute.translation.unit`) as `product_attribute_value.attribute.unit`, `product_attribute_value.attribute.translation.label`, COALESCE(`product_attribute_value.attribute.translation.label`,`product_attribute_value.attribute.translation.label`) as `product_attribute_value.attribute.label`, `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation.languageId`, `product_attribute_value`.`created_at` as `product_attribute_value.createdAt`, `product_attribute_value`.`updated_at` as `product_attribute_value.updatedAt`, `product_attribute_value.translation.unitOverride`, COALESCE(`product_attribute_value.translation.unitOverride`,`product_attribute_value.translation.unitOverride`) as `product_attribute_value.unitOverride`, `product_attribute_value.translation.createdAt`, `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation.languageId` FROM `product_attribute_value` LEFT JOIN (SELECT `product_attribute_value.translation`.product_attribute_value_id, `product_attribute_value.translation`.unit_override as `product_attribute_value.translation.unitOverride`, `product_attribute_value.translation`.created_at as `product_attribute_value.translation.createdAt`, `product_attribute_value.translation`.updated_at as `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation`.product_attribute_value_id as `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation`.language_id as `product_attribute_value.translation.languageId` FROM `product_attribute_value_translation` `product_attribute_value.translation` WHERE `product_attribute_value.translation`.language_id = ?) `product_attribute_value.product_attribute_value_translation` ON `product_attribute_value.product_attribute_value_translation`.`product_attribute_value_id` = `product_attribute_value`.`id` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` LEFT JOIN (SELECT `product_attribute_value.attribute.translation`.product_attribute_id, `product_attribute_value.attribute.translation`.unit as `product_attribute_value.attribute.translation.unit`, `product_attribute_value.attribute.translation`.label as `product_attribute_value.attribute.translation.label`, `product_attribute_value.attribute.translation`.created_at as `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation`.updated_at as `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation`.product_attribute_id as `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation`.language_id as `product_attribute_value.attribute.translation.languageId` FROM `product_attribute_translation` `product_attribute_value.attribute.translation` WHERE `product_attribute_value.attribute.translation`.language_id = ?) `product_attribute_value.attribute.product_attribute_translation` ON `product_attribute_value.attribute.product_attribute_translation`.`product_attribute_id` = `product_attribute_value.attribute`.`id` WHERE `product_attribute_value`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"®†7yÅE!eVÖêû$„ ç"
]
127 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"\r\x07l‰K­s˜!Ϋjoá¨Û"
  "eisKatalogUrl"
]
128 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"Õ·R\x13k¦‰œ’9v<Õ¹kŸ"
]
129 3.23 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_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"\r\x07l‰K­s˜!Ϋjoá¨Û"
  true
  true
  10
  b"\x13.D\\x03Mg¬GÀJûm]™"
  true
]
130 4.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`, `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"\r\x07l‰K­s˜!Ϋjoá¨Û"
]
131 3.06 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"\r\x07l‰K­s˜!Ϋjoá¨Û"
]
132 7.49 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"Ÿ‰‚È5}Ý\x016éC~\x19¾Ø\x00"
  b"«#8»•ŒºP˜½ÿ?>³Cf"
]
133 3.29 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"äZ îÙ\x03î#¦RCràÿ&("
  b"—¾Q6ø\x14\nÖÞ\x00cŒÓ¥Än"
  b"e\x0E\x1F%—ßìŽÛ\x15\eéŒÅ"
  b"\x1AF;Ä¡\x03ÃS\x0E°Ñ˜\egëÚ"
  b"3ÿvOÕßžbùN‚Æd±\x01:"
  b"»±ëo4Vkf\x18–I˜n×Aæ"
  b"|­£\x14\~B~µ`u³!…Ä""
  b"4R!§rئÍ:›w÷\x02ò8"
  b"ö®®ZDgáÔë¸Uº™\x11\fL"
  b"j\r{+¬¯úfn<§ácµmN"
  b"ußÇöW¿\f`õœ\x12ôï>ç´"
  b"(àgi\x10Òô,Õ\x7FÐIR¥N"
  b"§{úÌ=\x0F¦o÷!åŽT¤à‰"
  b"#iÍ{³oâ\v¼Ï¨”\x16Î2Ö"
  b"~ŸÍï”ÆU¬Óká„_gŒ"
  b"tĵXNïžÚW\x17™‚t0›"
  b"""
    þ’R\n
    a\x0Eøf\x1D³¨Zô\x10
    """
  b"""
     Ž.Õ\x1DÝ^‚\n
    \x02¡|T™|Q
    """
  b"ø€t«¡!40\x0F0J·\x05"
  b"ûF|¥Y7B\x02\x1Cì²\x04¸÷g"
  b"´î<PûnÂd.ý²,­Ô\x14"
]
134 2.91 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"\r\x07l‰K­s˜!Ϋjoá¨Û"
]
135 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"\r\x07l‰K­s˜!Ϋjoá¨Û"
]
136 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"äZ îÙ\x03î#¦RCràÿ&("
]
137 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"—¾Q6ø\x14\nÖÞ\x00cŒÓ¥Än"
]
138 2.90 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"e\x0E\x1F%—ßìŽÛ\x15\eéŒÅ"
]
139 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"\x1AF;Ä¡\x03ÃS\x0E°Ñ˜\egëÚ"
]
140 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"3ÿvOÕßžbùN‚Æd±\x01:"
]
141 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"»±ëo4Vkf\x18–I˜n×Aæ"
]
142 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"|­£\x14\~B~µ`u³!…Ä""
]
143 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"4R!§rئÍ:›w÷\x02ò8"
]
144 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"ö®®ZDgáÔë¸Uº™\x11\fL"
]
145 3.21 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"j\r{+¬¯úfn<§ácµmN"
]
146 3.11 ms
SELECT `product_stream_mapping`.`product_id`, `product_stream_mapping`.`product_stream_id` FROM `product_stream_mapping` WHERE (`product_stream_mapping`.`product_id` IN (?))
Parameters:
[
  b"ußÇöW¿\f`õœ\x12ôï>ç´"
]
147 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"(àgi\x10Òô,Õ\x7FÐIR¥N"
]
148 3.09 ms
SELECT `product_stream_mapping`.`product_id`, `product_stream_mapping`.`product_stream_id` FROM `product_stream_mapping` WHERE (`product_stream_mapping`.`product_id` IN (?))
Parameters:
[
  b"§{úÌ=\x0F¦o÷!åŽT¤à‰"
]
149 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"#iÍ{³oâ\v¼Ï¨”\x16Î2Ö"
]
150 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"~ŸÍï”ÆU¬Óká„_gŒ"
]
151 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"tĵXNïžÚW\x17™‚t0›"
]
152 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"""
    þ’R\n
    a\x0Eøf\x1D³¨Zô\x10
    """
]
153 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"""
     Ž.Õ\x1DÝ^‚\n
    \x02¡|T™|Q
    """
]
154 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"ø€t«¡!40\x0F0J·\x05"
]
155 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"ûF|¥Y7B\x02\x1Cì²\x04¸÷g"
]
156 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ûnÂd.ý²,­Ô\x14"
]
157 3.33 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
]
158 3.21 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
159 2.99 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
160 3.33 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
]
161 3.15 ms
SELECT `product_attribute_value`.`id` FROM `product_attribute_value` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` WHERE ((`product_attribute_value`.`product_id` = ? AND `product_attribute_value.attribute`.`field_name` = ?)) ORDER BY `product_attribute_value.attribute`.`sorting` DESC
Parameters:
[
  b"äZ îÙ\x03î#¦RCràÿ&("
  "nameShort"
]
162 3.51 ms
SELECT `product_attribute_value`.`id` as `product_attribute_value.id`, `product_attribute_value`.`product_version_id` as `product_attribute_value.productVersionId`, `product_attribute_value`.`product_id` as `product_attribute_value.productId`, `product_attribute_value`.`value` as `product_attribute_value.value`, `product_attribute_value`.`value_base` as `product_attribute_value.valueBase`, `product_attribute_value`.`value_int` as `product_attribute_value.valueInt`, `product_attribute_value`.`value_base_int` as `product_attribute_value.valueBaseInt`, `product_attribute_value`.`value_float` as `product_attribute_value.valueFloat`, `product_attribute_value`.`value_base_float` as `product_attribute_value.valueBaseFloat`, `product_attribute_value`.`attribute_id` as `product_attribute_value.attributeId`, `product_attribute_value.attribute`.`id` as `product_attribute_value.attribute.id`, `product_attribute_value.attribute`.`show_in_datasheet` as `product_attribute_value.attribute.showInDatasheet`, `product_attribute_value.attribute`.`sorting` as `product_attribute_value.attribute.sorting`, `product_attribute_value.attribute`.`field_type` as `product_attribute_value.attribute.fieldType`, `product_attribute_value.attribute`.`field_name` as `product_attribute_value.attribute.fieldName`, `product_attribute_value.attribute`.`label_sort` as `product_attribute_value.attribute.labelSort`, `product_attribute_value.attribute`.`created_at` as `product_attribute_value.attribute.createdAt`, `product_attribute_value.attribute`.`updated_at` as `product_attribute_value.attribute.updatedAt`, `product_attribute_value.attribute.translation.unit`, COALESCE(`product_attribute_value.attribute.translation.unit`,`product_attribute_value.attribute.translation.unit`) as `product_attribute_value.attribute.unit`, `product_attribute_value.attribute.translation.label`, COALESCE(`product_attribute_value.attribute.translation.label`,`product_attribute_value.attribute.translation.label`) as `product_attribute_value.attribute.label`, `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation.languageId`, `product_attribute_value`.`created_at` as `product_attribute_value.createdAt`, `product_attribute_value`.`updated_at` as `product_attribute_value.updatedAt`, `product_attribute_value.translation.unitOverride`, COALESCE(`product_attribute_value.translation.unitOverride`,`product_attribute_value.translation.unitOverride`) as `product_attribute_value.unitOverride`, `product_attribute_value.translation.createdAt`, `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation.languageId` FROM `product_attribute_value` LEFT JOIN (SELECT `product_attribute_value.translation`.product_attribute_value_id, `product_attribute_value.translation`.unit_override as `product_attribute_value.translation.unitOverride`, `product_attribute_value.translation`.created_at as `product_attribute_value.translation.createdAt`, `product_attribute_value.translation`.updated_at as `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation`.product_attribute_value_id as `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation`.language_id as `product_attribute_value.translation.languageId` FROM `product_attribute_value_translation` `product_attribute_value.translation` WHERE `product_attribute_value.translation`.language_id = ?) `product_attribute_value.product_attribute_value_translation` ON `product_attribute_value.product_attribute_value_translation`.`product_attribute_value_id` = `product_attribute_value`.`id` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` LEFT JOIN (SELECT `product_attribute_value.attribute.translation`.product_attribute_id, `product_attribute_value.attribute.translation`.unit as `product_attribute_value.attribute.translation.unit`, `product_attribute_value.attribute.translation`.label as `product_attribute_value.attribute.translation.label`, `product_attribute_value.attribute.translation`.created_at as `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation`.updated_at as `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation`.product_attribute_id as `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation`.language_id as `product_attribute_value.attribute.translation.languageId` FROM `product_attribute_translation` `product_attribute_value.attribute.translation` WHERE `product_attribute_value.attribute.translation`.language_id = ?) `product_attribute_value.attribute.product_attribute_translation` ON `product_attribute_value.attribute.product_attribute_translation`.`product_attribute_id` = `product_attribute_value.attribute`.`id` WHERE `product_attribute_value`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b" åZGD6è@’sNWÁžP\x16"
]
163 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"äZ îÙ\x03î#¦RCràÿ&("
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
164 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"0ƒœ‰\x1E\x14z«Ž#/\x04ôòðö"
  b"š¯\x05\vÂÁ!êø£Zñ\x04ú¢_"
  b"ø܁Ü\t¥Y/֝\x04öïEì"
]
165 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"—¾Q6ø\x14\nÖÞ\x00cŒÓ¥Än"
  "nameShort"
]
166 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"õ\x01‡ƒ\x00ôÁÿP¦GÄHºÞ¢"
]
167 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"—¾Q6ø\x14\nÖÞ\x00cŒÓ¥Än"
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
168 3.38 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#r€FïDŠ“ŒÒðf‘Á\x1D"
  b"W΀âÿldt\x12ò½Ç¨º"
  b"cª58f\x13IãC¤\x07 ºÈ\x03å"
  b"£b®poŒ\x00\x07àao¤ë.m"
  b"ÛùgG  Õ6m\x02\x17afÕëB"
  b"ë wZ©¹\fQN\UèÑÛ< "
]
169 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"e\x0E\x1F%—ßìŽÛ\x15\eéŒÅ"
  "nameShort"
]
170 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"¤\x04dqW\f›}D.„h\x04/8"
]
171 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"e\x0E\x1F%—ßìŽÛ\x15\eéŒÅ"
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
172 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".Þ(]’8¾ïîχú[èž|"
  b"\vQ×ðàl\x1DTHaDg}\x05Ö"
  b"""
    êûÕÍá&t²2Y8“˜\n
    »\n
    """
]
173 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"\x1AF;Ä¡\x03ÃS\x0E°Ñ˜\egëÚ"
  "nameShort"
]
174 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"ÔOMš_L»MeRÐ\f\~©"
]
175 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"\x1AF;Ä¡\x03ÃS\x0E°Ñ˜\egëÚ"
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
176 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"\x19z\x13î\vZ\x07s\x1A3<\x07ÚÈœ\x07"
  b"/j™Lö€ü-DrlŸcV5g"
  b"¡H0®\x02ÇCH\Î?üTüÖç"
]
177 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"3ÿvOÕßžbùN‚Æd±\x01:"
  "nameShort"
]
178 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¦q*Kõ^<HŽ\x1E\x04"
]
179 3.23 ms
SELECT `product_attribute_value`.`id` FROM `product_attribute_value` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` WHERE ((`product_attribute_value`.`product_id` = ? AND (`product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ?))) ORDER BY `product_attribute_value.attribute`.`sorting` DESC
Parameters:
[
  b"3ÿvOÕßžbùN‚Æd±\x01:"
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
180 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\x1AS.ÉÓ7€;b{•®þ¾³"
  b".!ó\x15aw\x10\x10Ãçƒ ;èî…"
  b"f\x01\x16büâÜ=ª\x10=á"
  b"‘æp/ƒD»\x02;ƒëøå!^€"
  b"’uìٝã\F‹{´¡@\x04"
  b"Ë‘ïÈ%áoÃ'$a\x0Fõr‹Ú"
]
181 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"»±ëo4Vkf\x18–I˜n×Aæ"
  "nameShort"
]
182 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"ŠJöÔW] ier\x7F\x14\x06V\x02º"
]
183 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"»±ëo4Vkf\x18–I˜n×Aæ"
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
184 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"\x04ý8…—f\x1DÀ<¨ŸB™wÿ¢"
  b"Anƒ<0Ï@µöà\x16cr9Q«"
  b"ëÓ\x04o\x1FY¼ï¼ïGÎ’Àf"
  b"Î\x1AQ¿Ì¥5\x10NÑ—¸X†sb"
  b"òµUŠ\x03¬‡ú\tŒâŽ+Ò8n"
]
185 3.15 ms
SELECT `product_attribute_value`.`id` FROM `product_attribute_value` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` WHERE ((`product_attribute_value`.`product_id` = ? AND `product_attribute_value.attribute`.`field_name` = ?)) ORDER BY `product_attribute_value.attribute`.`sorting` DESC
Parameters:
[
  b"|­£\x14\~B~µ`u³!…Ä""
  "nameShort"
]
186 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"“ùÿ˜)ã„sÖ×Ñ127\r/"
]
187 3.50 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"|­£\x14\~B~µ`u³!…Ä""
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
188 3.36 ms
SELECT `product_attribute_value`.`id` as `product_attribute_value.id`, `product_attribute_value`.`product_version_id` as `product_attribute_value.productVersionId`, `product_attribute_value`.`product_id` as `product_attribute_value.productId`, `product_attribute_value`.`value` as `product_attribute_value.value`, `product_attribute_value`.`value_base` as `product_attribute_value.valueBase`, `product_attribute_value`.`value_int` as `product_attribute_value.valueInt`, `product_attribute_value`.`value_base_int` as `product_attribute_value.valueBaseInt`, `product_attribute_value`.`value_float` as `product_attribute_value.valueFloat`, `product_attribute_value`.`value_base_float` as `product_attribute_value.valueBaseFloat`, `product_attribute_value`.`attribute_id` as `product_attribute_value.attributeId`, `product_attribute_value.attribute`.`id` as `product_attribute_value.attribute.id`, `product_attribute_value.attribute`.`show_in_datasheet` as `product_attribute_value.attribute.showInDatasheet`, `product_attribute_value.attribute`.`sorting` as `product_attribute_value.attribute.sorting`, `product_attribute_value.attribute`.`field_type` as `product_attribute_value.attribute.fieldType`, `product_attribute_value.attribute`.`field_name` as `product_attribute_value.attribute.fieldName`, `product_attribute_value.attribute`.`label_sort` as `product_attribute_value.attribute.labelSort`, `product_attribute_value.attribute`.`created_at` as `product_attribute_value.attribute.createdAt`, `product_attribute_value.attribute`.`updated_at` as `product_attribute_value.attribute.updatedAt`, `product_attribute_value.attribute.translation.unit`, COALESCE(`product_attribute_value.attribute.translation.unit`,`product_attribute_value.attribute.translation.unit`) as `product_attribute_value.attribute.unit`, `product_attribute_value.attribute.translation.label`, COALESCE(`product_attribute_value.attribute.translation.label`,`product_attribute_value.attribute.translation.label`) as `product_attribute_value.attribute.label`, `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation.languageId`, `product_attribute_value`.`created_at` as `product_attribute_value.createdAt`, `product_attribute_value`.`updated_at` as `product_attribute_value.updatedAt`, `product_attribute_value.translation.unitOverride`, COALESCE(`product_attribute_value.translation.unitOverride`,`product_attribute_value.translation.unitOverride`) as `product_attribute_value.unitOverride`, `product_attribute_value.translation.createdAt`, `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation.languageId` FROM `product_attribute_value` LEFT JOIN (SELECT `product_attribute_value.translation`.product_attribute_value_id, `product_attribute_value.translation`.unit_override as `product_attribute_value.translation.unitOverride`, `product_attribute_value.translation`.created_at as `product_attribute_value.translation.createdAt`, `product_attribute_value.translation`.updated_at as `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation`.product_attribute_value_id as `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation`.language_id as `product_attribute_value.translation.languageId` FROM `product_attribute_value_translation` `product_attribute_value.translation` WHERE `product_attribute_value.translation`.language_id = ?) `product_attribute_value.product_attribute_value_translation` ON `product_attribute_value.product_attribute_value_translation`.`product_attribute_value_id` = `product_attribute_value`.`id` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` LEFT JOIN (SELECT `product_attribute_value.attribute.translation`.product_attribute_id, `product_attribute_value.attribute.translation`.unit as `product_attribute_value.attribute.translation.unit`, `product_attribute_value.attribute.translation`.label as `product_attribute_value.attribute.translation.label`, `product_attribute_value.attribute.translation`.created_at as `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation`.updated_at as `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation`.product_attribute_id as `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation`.language_id as `product_attribute_value.attribute.translation.languageId` FROM `product_attribute_translation` `product_attribute_value.attribute.translation` WHERE `product_attribute_value.attribute.translation`.language_id = ?) `product_attribute_value.attribute.product_attribute_translation` ON `product_attribute_value.attribute.product_attribute_translation`.`product_attribute_id` = `product_attribute_value.attribute`.`id` WHERE `product_attribute_value`.`id` IN (?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x02ë\x1D7?~ ,lÓG!ä¢o\x14"
  b"/©á\x01\vY·¸\x1F\x1F\x1Dr\J•L"
  b"TbËzŠ~d×=\x02!¬Ášã"
  b"""
    ¸Ïøg³§\n
    K>·QH—iÔ+
    """
  b"ÃÇ=ÚµqHÁ\x10\x10•™V7\e<"
]
189 3.33 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"4R!§rئÍ:›w÷\x02ò8"
  "nameShort"
]
190 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"4¢q?¯¿Úе\x19¥i=\x1CÏŸ"
]
191 3.41 ms
SELECT `product_attribute_value`.`id` FROM `product_attribute_value` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` WHERE ((`product_attribute_value`.`product_id` = ? AND (`product_attribute_value.attribute`.`field_name` = ? 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"4R!§rئÍ:›w÷\x02ò8"
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
192 3.49 ms
SELECT `product_attribute_value`.`id` as `product_attribute_value.id`, `product_attribute_value`.`product_version_id` as `product_attribute_value.productVersionId`, `product_attribute_value`.`product_id` as `product_attribute_value.productId`, `product_attribute_value`.`value` as `product_attribute_value.value`, `product_attribute_value`.`value_base` as `product_attribute_value.valueBase`, `product_attribute_value`.`value_int` as `product_attribute_value.valueInt`, `product_attribute_value`.`value_base_int` as `product_attribute_value.valueBaseInt`, `product_attribute_value`.`value_float` as `product_attribute_value.valueFloat`, `product_attribute_value`.`value_base_float` as `product_attribute_value.valueBaseFloat`, `product_attribute_value`.`attribute_id` as `product_attribute_value.attributeId`, `product_attribute_value.attribute`.`id` as `product_attribute_value.attribute.id`, `product_attribute_value.attribute`.`show_in_datasheet` as `product_attribute_value.attribute.showInDatasheet`, `product_attribute_value.attribute`.`sorting` as `product_attribute_value.attribute.sorting`, `product_attribute_value.attribute`.`field_type` as `product_attribute_value.attribute.fieldType`, `product_attribute_value.attribute`.`field_name` as `product_attribute_value.attribute.fieldName`, `product_attribute_value.attribute`.`label_sort` as `product_attribute_value.attribute.labelSort`, `product_attribute_value.attribute`.`created_at` as `product_attribute_value.attribute.createdAt`, `product_attribute_value.attribute`.`updated_at` as `product_attribute_value.attribute.updatedAt`, `product_attribute_value.attribute.translation.unit`, COALESCE(`product_attribute_value.attribute.translation.unit`,`product_attribute_value.attribute.translation.unit`) as `product_attribute_value.attribute.unit`, `product_attribute_value.attribute.translation.label`, COALESCE(`product_attribute_value.attribute.translation.label`,`product_attribute_value.attribute.translation.label`) as `product_attribute_value.attribute.label`, `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation.languageId`, `product_attribute_value`.`created_at` as `product_attribute_value.createdAt`, `product_attribute_value`.`updated_at` as `product_attribute_value.updatedAt`, `product_attribute_value.translation.unitOverride`, COALESCE(`product_attribute_value.translation.unitOverride`,`product_attribute_value.translation.unitOverride`) as `product_attribute_value.unitOverride`, `product_attribute_value.translation.createdAt`, `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation.languageId` FROM `product_attribute_value` LEFT JOIN (SELECT `product_attribute_value.translation`.product_attribute_value_id, `product_attribute_value.translation`.unit_override as `product_attribute_value.translation.unitOverride`, `product_attribute_value.translation`.created_at as `product_attribute_value.translation.createdAt`, `product_attribute_value.translation`.updated_at as `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation`.product_attribute_value_id as `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation`.language_id as `product_attribute_value.translation.languageId` FROM `product_attribute_value_translation` `product_attribute_value.translation` WHERE `product_attribute_value.translation`.language_id = ?) `product_attribute_value.product_attribute_value_translation` ON `product_attribute_value.product_attribute_value_translation`.`product_attribute_value_id` = `product_attribute_value`.`id` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` LEFT JOIN (SELECT `product_attribute_value.attribute.translation`.product_attribute_id, `product_attribute_value.attribute.translation`.unit as `product_attribute_value.attribute.translation.unit`, `product_attribute_value.attribute.translation`.label as `product_attribute_value.attribute.translation.label`, `product_attribute_value.attribute.translation`.created_at as `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation`.updated_at as `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation`.product_attribute_id as `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation`.language_id as `product_attribute_value.attribute.translation.languageId` FROM `product_attribute_translation` `product_attribute_value.attribute.translation` WHERE `product_attribute_value.attribute.translation`.language_id = ?) `product_attribute_value.attribute.product_attribute_translation` ON `product_attribute_value.attribute.product_attribute_translation`.`product_attribute_id` = `product_attribute_value.attribute`.`id` WHERE `product_attribute_value`.`id` IN (?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"%Î`ÏIä_˜;“Û[à`KÒ"
  b"&\x1E!þ›XºLžÒÊWþêQ"
  b"5ZIØÂ Á|q2Œý}0ù\x01"
  b"zµÑŒˆáàô;¤™X¯Oþë"
  b"‡CR2©3†:U“‰L¤Ñû"
  b"ðsY߆¦í@Aà-\x16_Ôû±"
]
193 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"ö®®ZDgáÔë¸Uº™\x11\fL"
  "nameShort"
]
194 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"°\x1E%\x1FÞêp!ã´·çðõe\x08"
]
195 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"ö®®ZDgáÔë¸Uº™\x11\fL"
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
196 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"\x0E\x7FbŸAs”–§º1¬\x07\x00"
  b":hB‚PÙ\x07nÿ.X̼Ë1à"
  b"i\x0F\x19\x0EŽË?‘\x05ãSD-\x11¿Ã"
]
197 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"j\r{+¬¯úfn<§ácµmN"
  "nameShort"
]
198 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"""
    \n
    ¦Ñbõ å×ar÷\x11uD‚\n
    """
]
199 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"j\r{+¬¯úfn<§ácµmN"
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
200 3.36 ms
SELECT `product_attribute_value`.`id` as `product_attribute_value.id`, `product_attribute_value`.`product_version_id` as `product_attribute_value.productVersionId`, `product_attribute_value`.`product_id` as `product_attribute_value.productId`, `product_attribute_value`.`value` as `product_attribute_value.value`, `product_attribute_value`.`value_base` as `product_attribute_value.valueBase`, `product_attribute_value`.`value_int` as `product_attribute_value.valueInt`, `product_attribute_value`.`value_base_int` as `product_attribute_value.valueBaseInt`, `product_attribute_value`.`value_float` as `product_attribute_value.valueFloat`, `product_attribute_value`.`value_base_float` as `product_attribute_value.valueBaseFloat`, `product_attribute_value`.`attribute_id` as `product_attribute_value.attributeId`, `product_attribute_value.attribute`.`id` as `product_attribute_value.attribute.id`, `product_attribute_value.attribute`.`show_in_datasheet` as `product_attribute_value.attribute.showInDatasheet`, `product_attribute_value.attribute`.`sorting` as `product_attribute_value.attribute.sorting`, `product_attribute_value.attribute`.`field_type` as `product_attribute_value.attribute.fieldType`, `product_attribute_value.attribute`.`field_name` as `product_attribute_value.attribute.fieldName`, `product_attribute_value.attribute`.`label_sort` as `product_attribute_value.attribute.labelSort`, `product_attribute_value.attribute`.`created_at` as `product_attribute_value.attribute.createdAt`, `product_attribute_value.attribute`.`updated_at` as `product_attribute_value.attribute.updatedAt`, `product_attribute_value.attribute.translation.unit`, COALESCE(`product_attribute_value.attribute.translation.unit`,`product_attribute_value.attribute.translation.unit`) as `product_attribute_value.attribute.unit`, `product_attribute_value.attribute.translation.label`, COALESCE(`product_attribute_value.attribute.translation.label`,`product_attribute_value.attribute.translation.label`) as `product_attribute_value.attribute.label`, `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation.languageId`, `product_attribute_value`.`created_at` as `product_attribute_value.createdAt`, `product_attribute_value`.`updated_at` as `product_attribute_value.updatedAt`, `product_attribute_value.translation.unitOverride`, COALESCE(`product_attribute_value.translation.unitOverride`,`product_attribute_value.translation.unitOverride`) as `product_attribute_value.unitOverride`, `product_attribute_value.translation.createdAt`, `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation.languageId` FROM `product_attribute_value` LEFT JOIN (SELECT `product_attribute_value.translation`.product_attribute_value_id, `product_attribute_value.translation`.unit_override as `product_attribute_value.translation.unitOverride`, `product_attribute_value.translation`.created_at as `product_attribute_value.translation.createdAt`, `product_attribute_value.translation`.updated_at as `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation`.product_attribute_value_id as `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation`.language_id as `product_attribute_value.translation.languageId` FROM `product_attribute_value_translation` `product_attribute_value.translation` WHERE `product_attribute_value.translation`.language_id = ?) `product_attribute_value.product_attribute_value_translation` ON `product_attribute_value.product_attribute_value_translation`.`product_attribute_value_id` = `product_attribute_value`.`id` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` LEFT JOIN (SELECT `product_attribute_value.attribute.translation`.product_attribute_id, `product_attribute_value.attribute.translation`.unit as `product_attribute_value.attribute.translation.unit`, `product_attribute_value.attribute.translation`.label as `product_attribute_value.attribute.translation.label`, `product_attribute_value.attribute.translation`.created_at as `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation`.updated_at as `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation`.product_attribute_id as `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation`.language_id as `product_attribute_value.attribute.translation.languageId` FROM `product_attribute_translation` `product_attribute_value.attribute.translation` WHERE `product_attribute_value.attribute.translation`.language_id = ?) `product_attribute_value.attribute.product_attribute_translation` ON `product_attribute_value.attribute.product_attribute_translation`.`product_attribute_id` = `product_attribute_value.attribute`.`id` WHERE `product_attribute_value`.`id` IN (?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x17Z<(†‚Ž\x00Q°Z\x04,’PÇ"
  b""áá\x12\x1A2ûöàØè1\x16~"
  b"&™íŒP8\x0EC.”>F\x1Enoæ"
  b"­\x7F\x1FÂþU\x12\x11÷Ý<èMz="
  b"ó7+èKFºéŸIDÊ9,0ì"
]
201 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"ußÇöW¿\f`õœ\x12ôï>ç´"
  "nameShort"
]
202 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"\x06±@œâ†è¦\x0E¿õÜ\x05esö"
]
203 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` = ? 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"ußÇöW¿\f`õœ\x12ôï>ç´"
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
204 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"\x06=FÒfàyŠ8Â|’\t$j3"
  b"\x13\e‹Xe\x1DñÐbõw\x19–ö4"
  b"""
    `V\n
    ð\vg4±\x05²)Ï\n
    Úëë
    """
  b"­†t<ï“ZJÝ'\x16ÃTè£"
  b"í5iËOäšDºNÖ Y²ª¤"
  b"øû‚3á<;\x00cW`;°/â"
]
205 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"(àgi\x10Òô,Õ\x7FÐIR¥N"
  "nameShort"
]
206 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"µ\x144¦ûRq\v¶Š\x16\x12›@òO"
]
207 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"(àgi\x10Òô,Õ\x7FÐIR¥N"
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
208 3.30 ms
SELECT `product_attribute_value`.`id` as `product_attribute_value.id`, `product_attribute_value`.`product_version_id` as `product_attribute_value.productVersionId`, `product_attribute_value`.`product_id` as `product_attribute_value.productId`, `product_attribute_value`.`value` as `product_attribute_value.value`, `product_attribute_value`.`value_base` as `product_attribute_value.valueBase`, `product_attribute_value`.`value_int` as `product_attribute_value.valueInt`, `product_attribute_value`.`value_base_int` as `product_attribute_value.valueBaseInt`, `product_attribute_value`.`value_float` as `product_attribute_value.valueFloat`, `product_attribute_value`.`value_base_float` as `product_attribute_value.valueBaseFloat`, `product_attribute_value`.`attribute_id` as `product_attribute_value.attributeId`, `product_attribute_value.attribute`.`id` as `product_attribute_value.attribute.id`, `product_attribute_value.attribute`.`show_in_datasheet` as `product_attribute_value.attribute.showInDatasheet`, `product_attribute_value.attribute`.`sorting` as `product_attribute_value.attribute.sorting`, `product_attribute_value.attribute`.`field_type` as `product_attribute_value.attribute.fieldType`, `product_attribute_value.attribute`.`field_name` as `product_attribute_value.attribute.fieldName`, `product_attribute_value.attribute`.`label_sort` as `product_attribute_value.attribute.labelSort`, `product_attribute_value.attribute`.`created_at` as `product_attribute_value.attribute.createdAt`, `product_attribute_value.attribute`.`updated_at` as `product_attribute_value.attribute.updatedAt`, `product_attribute_value.attribute.translation.unit`, COALESCE(`product_attribute_value.attribute.translation.unit`,`product_attribute_value.attribute.translation.unit`) as `product_attribute_value.attribute.unit`, `product_attribute_value.attribute.translation.label`, COALESCE(`product_attribute_value.attribute.translation.label`,`product_attribute_value.attribute.translation.label`) as `product_attribute_value.attribute.label`, `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation.languageId`, `product_attribute_value`.`created_at` as `product_attribute_value.createdAt`, `product_attribute_value`.`updated_at` as `product_attribute_value.updatedAt`, `product_attribute_value.translation.unitOverride`, COALESCE(`product_attribute_value.translation.unitOverride`,`product_attribute_value.translation.unitOverride`) as `product_attribute_value.unitOverride`, `product_attribute_value.translation.createdAt`, `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation.languageId` FROM `product_attribute_value` LEFT JOIN (SELECT `product_attribute_value.translation`.product_attribute_value_id, `product_attribute_value.translation`.unit_override as `product_attribute_value.translation.unitOverride`, `product_attribute_value.translation`.created_at as `product_attribute_value.translation.createdAt`, `product_attribute_value.translation`.updated_at as `product_attribute_value.translation.updatedAt`, `product_attribute_value.translation`.product_attribute_value_id as `product_attribute_value.translation.productAttributeValueId`, `product_attribute_value.translation`.language_id as `product_attribute_value.translation.languageId` FROM `product_attribute_value_translation` `product_attribute_value.translation` WHERE `product_attribute_value.translation`.language_id = ?) `product_attribute_value.product_attribute_value_translation` ON `product_attribute_value.product_attribute_value_translation`.`product_attribute_value_id` = `product_attribute_value`.`id` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` LEFT JOIN (SELECT `product_attribute_value.attribute.translation`.product_attribute_id, `product_attribute_value.attribute.translation`.unit as `product_attribute_value.attribute.translation.unit`, `product_attribute_value.attribute.translation`.label as `product_attribute_value.attribute.translation.label`, `product_attribute_value.attribute.translation`.created_at as `product_attribute_value.attribute.translation.createdAt`, `product_attribute_value.attribute.translation`.updated_at as `product_attribute_value.attribute.translation.updatedAt`, `product_attribute_value.attribute.translation`.product_attribute_id as `product_attribute_value.attribute.translation.productAttributeId`, `product_attribute_value.attribute.translation`.language_id as `product_attribute_value.attribute.translation.languageId` FROM `product_attribute_translation` `product_attribute_value.attribute.translation` WHERE `product_attribute_value.attribute.translation`.language_id = ?) `product_attribute_value.attribute.product_attribute_translation` ON `product_attribute_value.attribute.product_attribute_translation`.`product_attribute_id` = `product_attribute_value.attribute`.`id` WHERE `product_attribute_value`.`id` IN (?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x07“޽&‚ðŽöá~j\x10|\x06e"
  b"7*ê¶YÄ\x02LE0ú\x1Ah¢,Ç"
  b"ÁkÕz\x05Cð¼`Y\x1Fë\x172\t"
]
209 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"§{úÌ=\x0F¦o÷!åŽT¤à‰"
  "nameShort"
]
210 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"û\x0E\x02¢¾LF\x07ä]êÌu¹\x1A"
]
211 3.35 ms
SELECT `product_attribute_value`.`id` FROM `product_attribute_value` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` WHERE ((`product_attribute_value`.`product_id` = ? AND (`product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ? OR `product_attribute_value.attribute`.`field_name` = ?))) ORDER BY `product_attribute_value.attribute`.`sorting` DESC
Parameters:
[
  b"§{úÌ=\x0F¦o÷!åŽT¤à‰"
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
212 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"*ÑÞ=ªOÖï?\x07}ÿY0­c"
  b"2³Wfk¿y´×2Fvøj"
  b"rCŒ¶F\x1E%ì£À-LO\t"
  b"\x143\x18O‹\x00^”CÒ%á"
]
213 3.36 ms
SELECT `product_attribute_value`.`id` FROM `product_attribute_value` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` WHERE ((`product_attribute_value`.`product_id` = ? AND `product_attribute_value.attribute`.`field_name` = ?)) ORDER BY `product_attribute_value.attribute`.`sorting` DESC
Parameters:
[
  b"#iÍ{³oâ\v¼Ï¨”\x16Î2Ö"
  "nameShort"
]
214 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",êlýKfüFžócVQb3«"
]
215 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` = ? 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Í{³oâ\v¼Ï¨”\x16Î2Ö"
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
216 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"=Ï"Êæ\x0F\e9¤;bF=Ö"
  b"˜hJ$޲¹rHôfJALJc"
  b"Ï"{\x02\v`¹•MÕ?×eýÚ”"
  b"ï\x06\x0F®¡c\x0F\x16\e\x05¶„¡­té"
]
217 3.23 ms
SELECT `product_attribute_value`.`id` FROM `product_attribute_value` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` WHERE ((`product_attribute_value`.`product_id` = ? AND `product_attribute_value.attribute`.`field_name` = ?)) ORDER BY `product_attribute_value.attribute`.`sorting` DESC
Parameters:
[
  b"~ŸÍï”ÆU¬Óká„_gŒ"
  "nameShort"
]
218 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"ÀCÑfM–´å3/^n¾Ï€v"
]
219 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"~ŸÍï”ÆU¬Óká„_gŒ"
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
220 3.44 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•+ÑÄ»ÿÎeiª9›&’"
  b"‚cî7”=SŠÍÇÝ¢\x16\x03'"
  b"Õ\x13\x01ÿKÝne\x13ɬ;KvÕ3"
  b"ÛXU\x00ŒX9UijÍBùß…="
]
221 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"tĵXNïžÚW\x17™‚t0›"
  "nameShort"
]
222 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"¸\x08vT„ÁŽ~ÈБÆè£Qç"
]
223 3.36 ms
SELECT `product_attribute_value`.`id` FROM `product_attribute_value` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` WHERE ((`product_attribute_value`.`product_id` = ? AND (`product_attribute_value.attribute`.`field_name` = ? 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ĵXNïžÚW\x17™‚t0›"
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
224 3.41 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†t¸/c(bS@iÝŒ\x1Eü\x17"
  b"‚¬“P–\x0Fpl9Ež.­,uõ"
  b"\x1AnÓ²\x1D`Ã÷0qç¨Ì7š"
  b"Âý·4jõ´ÊÝ\x05¯…¹­e\x00"
  b"Ó1äæ·^Rq´›ô\x13€éõ\x17"
]
225 4.45 ms
SELECT `product_attribute_value`.`id` FROM `product_attribute_value` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` WHERE ((`product_attribute_value`.`product_id` = ? AND `product_attribute_value.attribute`.`field_name` = ?)) ORDER BY `product_attribute_value.attribute`.`sorting` DESC
Parameters:
[
  b"""
    þ’R\n
    a\x0Eøf\x1D³¨Zô\x10
    """
  "nameShort"
]
226 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"@*ï W*ÿ§ö1Ḝ²8\t"
]
227 3.60 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\n
    a\x0Eøf\x1D³¨Zô\x10
    """
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
228 3.64 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"\fMåk÷/OS\x16Œ•‘'è\x10 "
  b"\x1FB#„›õhÞêi:¦.µõ"
  b"”æ\x05^·í>¾g\x18Œ{~u\x03"
  b"˜äÓ<÷ÄíÖ\x13QóÎÉ•µ*"
  b"È»hcC¹=Ý\x1E\x01M‚üõ1¨"
]
229 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` = ?)) ORDER BY `product_attribute_value.attribute`.`sorting` DESC
Parameters:
[
  b"""
     Ž.Õ\x1DÝ^‚\n
    \x02¡|T™|Q
    """
  "nameShort"
]
230 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" tOËù¨p¯1]ÆÄ\x10U«1"
]
231 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"""
     Ž.Õ\x1DÝ^‚\n
    \x02¡|T™|Q
    """
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
232 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"63…\tÜÞœû*J"\x02Ëñ÷‹"
  b"en\x02-›j~iŒÁZÝ\x0FŸ¿v"
  b"È"ôÇRG5óx éÿpN`ž"
  b"ÉŽý\x1A\vþŽyŽIä_>ÑV"
]
233 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` = ?)) ORDER BY `product_attribute_value.attribute`.`sorting` DESC
Parameters:
[
  b"ø€t«¡!40\x0F0J·\x05"
  "nameShort"
]
234 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"´Å\x19h\t\rLwW\x00Ú\f\x19ø½ß"
]
235 3.50 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«¡!40\x0F0J·\x05"
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
236 3.33 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­\x0Eˆ,\x12¸–\n
    ›AÓ ±4
    """
  b"@X¬Ù\x14³\x12\x00g ËÔŽm"—"
  b"^Ù›öO\x15âÄ]ÄsQªMvÓ"
  b"""
    vú÷XGn®\x07H\n
    Z¿\x14-+D
    """
  b"¬ëþû\x07šø\x16Q<‰°\x16Ë­¯"
]
237 3.38 ms
SELECT `product_attribute_value`.`id` FROM `product_attribute_value` LEFT JOIN `product_attribute` `product_attribute_value.attribute` ON `product_attribute_value`.`attribute_id` = `product_attribute_value.attribute`.`id` WHERE ((`product_attribute_value`.`product_id` = ? AND `product_attribute_value.attribute`.`field_name` = ?)) ORDER BY `product_attribute_value.attribute`.`sorting` DESC
Parameters:
[
  b"ûF|¥Y7B\x02\x1Cì²\x04¸÷g"
  "nameShort"
]
238 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"’zTb\rȈ"ÙW\x1Džp}®…"
]
239 3.54 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|¥Y7B\x02\x1Cì²\x04¸÷g"
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
240 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"""
    ŠI\n
    ¯G\x1E“½´Ì䮺œg\x01
    """
  b"ŒÕ|}ºÖ»pA^*<_I‹o"
  b"­¯\x01$d ‰O\x0F…¤¼¬¸"\x1D"
  b"ºœ\x05¼#w0äö—’«ž*ô$"
]
241 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"´î<PûnÂd.ý²,­Ô\x14"
  "nameShort"
]
242 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"z†w‹‡\âKÜ\x01/O½\x10þ­"
]
243 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"´î<PûnÂd.ý²,­Ô\x14"
  "nameBullet1"
  "nameBullet2"
  "nameBullet3"
  "nameBullet4"
  "nameBullet5"
  "nameBullet6"
  "nameBullet7"
  "nameBullet8"
]
244 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"\x14Õ4DÓPƒ*Hý9\Ûþ Ü"
  b"Râ\x18È•XF…¬’\x07ËŒ§Ž"
  b"xÆrØC—_ø\x03Äò\x1A1y˜f"
  b"\x7FJX»É~\x18¸Jïû²ÓÄ\x1C©"
  b"zÿ¹ù\vä\x08w¿†r©qCÍ"
]
245 3.14 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
]
246 2.99 ms
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
247 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:
[]
248 2.97 ms
SELECT `name`, `path`, `author`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
249 3.10 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"
]
250 2.85 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:
[]
251 3.09 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
252 4.11 ms
# breadcrumb-extension::read
SELECT `category`.`id` as `category.id`, `category`.`version_id` as `category.versionId`, `category`.`parent_id` as `category.parentId`, `category`.`parent_version_id` as `category.parentVersionId`, `category`.`after_category_id` as `category.afterCategoryId`, `category`.`after_category_version_id` as `category.afterCategoryVersionId`, `category`.`media_id` as `category.mediaId`, `category`.`display_nested_products` as `category.displayNestedProducts`, `category`.`auto_increment` as `category.autoIncrement`, `category`.`level` as `category.level`, `category`.`path` as `category.path`, `category`.`child_count` as `category.childCount`, `category`.`type` as `category.type`, `category`.`product_assignment_type` as `category.productAssignmentType`, `category`.`visible` as `category.visible`, `category`.`active` as `category.active`, `category`.`cms_page_id` as `category.cmsPageId`, `category`.`cms_page_version_id` as `category.cmsPageVersionId`, `category`.`product_stream_id` as `category.productStreamId`, `category`.`custom_entity_type_id` as `category.customEntityTypeId`, `category`.`created_at` as `category.createdAt`, `category`.`updated_at` as `category.updatedAt`, `category.bergerExtension`.`id` as `category.bergerExtension.id`, `category.bergerExtension`.`category_version_id` as `category.bergerExtension.categoryVersionId`, `category.bergerExtension`.`category_id` as `category.bergerExtension.catgoryId`, `category.bergerExtension`.`code` as `category.bergerExtension.code`, `category.bergerExtension`.`descriptionLong` as `category.bergerExtension.descriptionLong`, `category.bergerExtension`.`headline` as `category.bergerExtension.headline`, `category.bergerExtension`.`category_filter_aggregation_1` as `category.bergerExtension.categoryFilterAggregation1`, `category.bergerExtension`.`category_filter_display_name_1` as `category.bergerExtension.categoryFilterDisplayName1`, `category.bergerExtension`.`category_filter_icon_1` as `category.bergerExtension.categoryFilterIcon1`, `category.bergerExtension`.`category_filter_order_1` as `category.bergerExtension.categoryFilterOrder1`, `category.bergerExtension`.`category_filter_aggregation_2` as `category.bergerExtension.categoryFilterAggregation2`, `category.bergerExtension`.`category_filter_display_name_2` as `category.bergerExtension.categoryFilterDisplayName2`, `category.bergerExtension`.`category_filter_icon_2` as `category.bergerExtension.categoryFilterIcon2`, `category.bergerExtension`.`category_filter_order_2` as `category.bergerExtension.categoryFilterOrder2`, `category.bergerExtension`.`category_filter_aggregation_3` as `category.bergerExtension.categoryFilterAggregation3`, `category.bergerExtension`.`category_filter_display_name_3` as `category.bergerExtension.categoryFilterDisplayName3`, `category.bergerExtension`.`category_filter_icon_3` as `category.bergerExtension.categoryFilterIcon3`, `category.bergerExtension`.`category_filter_order_3` as `category.bergerExtension.categoryFilterOrder3`, `category.bergerExtension`.`category_filter_aggregation_4` as `category.bergerExtension.categoryFilterAggregation4`, `category.bergerExtension`.`category_filter_display_name_4` as `category.bergerExtension.categoryFilterDisplayName4`, `category.bergerExtension`.`category_filter_icon_4` as `category.bergerExtension.categoryFilterIcon4`, `category.bergerExtension`.`category_filter_order_4` as `category.bergerExtension.categoryFilterOrder4`, `category.bergerExtension`.`category_filter_aggregation_5` as `category.bergerExtension.categoryFilterAggregation5`, `category.bergerExtension`.`category_filter_display_name_5` as `category.bergerExtension.categoryFilterDisplayName5`, `category.bergerExtension`.`category_filter_icon_5` as `category.bergerExtension.categoryFilterIcon5`, `category.bergerExtension`.`category_filter_order_5` as `category.bergerExtension.categoryFilterOrder5`, `category.bergerExtension`.`category_filter_aggregation_6` as `category.bergerExtension.categoryFilterAggregation6`, `category.bergerExtension`.`category_filter_display_name_6` as `category.bergerExtension.categoryFilterDisplayName6`, `category.bergerExtension`.`category_filter_icon_6` as `category.bergerExtension.categoryFilterIcon6`, `category.bergerExtension`.`category_filter_order_6` as `category.bergerExtension.categoryFilterOrder6`, `category.bergerExtension`.`category_filter_aggregation_7` as `category.bergerExtension.categoryFilterAggregation7`, `category.bergerExtension`.`category_filter_display_name_7` as `category.bergerExtension.categoryFilterDisplayName7`, `category.bergerExtension`.`category_filter_icon_7` as `category.bergerExtension.categoryFilterIcon7`, `category.bergerExtension`.`category_filter_order_7` as `category.bergerExtension.categoryFilterOrder7`, `category.bergerExtension`.`category_filter_aggregation_8` as `category.bergerExtension.categoryFilterAggregation8`, `category.bergerExtension`.`category_filter_display_name_8` as `category.bergerExtension.categoryFilterDisplayName8`, `category.bergerExtension`.`category_filter_icon_8` as `category.bergerExtension.categoryFilterIcon8`, `category.bergerExtension`.`category_filter_order_8` as `category.bergerExtension.categoryFilterOrder8`, `category.bergerExtension`.`category_filter_show_width` as `category.bergerExtension.categoryFilterShowWidth`, `category.bergerExtension`.`category_filter_show_height` as `category.bergerExtension.categoryFilterShowHeight`, `category.bergerExtension`.`category_filter_show_length` as `category.bergerExtension.categoryFilterShowLength`, `category.bergerExtension`.`category_filter_order_width` as `category.bergerExtension.categoryFilterOrderWidth`, `category.bergerExtension`.`category_filter_order_height` as `category.bergerExtension.categoryFilterOrderHeight`, `category.bergerExtension`.`category_filter_order_length` as `category.bergerExtension.categoryFilterOrderLength`, `category.bergerExtension`.`category_filter_image` as `category.bergerExtension.categoryFilterImage`, `category.bergerExtension`.`created_at` as `category.bergerExtension.createdAt`, `category.bergerExtension`.`updated_at` as `category.bergerExtension.updatedAt`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) as `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) as `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) as `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) as `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) as `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) as `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) as `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) as `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) as `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) as `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) as `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) as `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name as `category.translation.name`, `category.translation`.breadcrumb as `category.translation.breadcrumb`, `category.translation`.slot_config as `category.translation.slotConfig`, `category.translation`.link_type as `category.translation.linkType`, `category.translation`.internal_link as `category.translation.internalLink`, `category.translation`.external_link as `category.translation.externalLink`, `category.translation`.link_new_tab as `category.translation.linkNewTab`, `category.translation`.description as `category.translation.description`, `category.translation`.meta_title as `category.translation.metaTitle`, `category.translation`.meta_description as `category.translation.metaDescription`, `category.translation`.keywords as `category.translation.keywords`, `category.translation`.custom_fields as `category.translation.customFields`, `category.translation`.created_at as `category.translation.createdAt`, `category.translation`.updated_at as `category.translation.updatedAt`, `category.translation`.category_id as `category.translation.categoryId`, `category.translation`.language_id as `category.translation.languageId`, `category.translation`.category_version_id as `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id LEFT JOIN `berger_category_extension` `category.bergerExtension` ON `category`.`id` = `category.bergerExtension`.`category_id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"Á]\x7Fù„âÛ'„º_ã1K‘ü"
  b"^\x10Ζ¨¶àP¨\x19Sõð\x17*\x11"
  b"ú^|¶§“â"×é\x12MÂüLÉ"
]
253 6.29 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/0d076c894bad739821ceab6a6fe1a8db"
  "/navigation/118e1f08232643a09fb13c4159952760"
  "/navigation/9b713a7937ab421c89cf61b0388828d1"
  "/navigation/7902b8704c09ef8cd0c6964c3a1b247e"
  "/navigation/7da0bebc2beb862b845d8f6aec87168f"
  "/navigation/ed73dec91e641fe53ece1391575c6d00"
  "/navigation/c15d7ff984e2db2784ba5fe3314b91fc"
  "/navigation/23a6b509f8c9523a8ae3772ee4f4302b"
  "/navigation/1785b024b01e4f04906cdcb19fa313a0"
  "/navigation/c2361a7fbf9146a1a85de7140831d3b2"
  "/navigation/0196b35e5f837bcc8fcbc806a94f43a2"
  "/navigation/577cd7347af4911bd0a9b66669b5e2c4"
  "/navigation/b7bdca1593176704c3d0e9a872ceedde"
  "/navigation/8d47f8d4811437ecc449af0fe9c8a81c"
  "/navigation/e9e1c0eb5f8a55f6c65b440ad3fa15b9"
  "/navigation/dfcac473603fd8f1ed0cc9dd7741f134"
  "/navigation/0cd215270f4010bec97cdd9be16e44c4"
  "/navigation/a37f3e4a8f5e19d03dfc78626b8312bf"
  "/navigation/d65d88a8b8740496fcde80b01c793595"
  "/navigation/7c60550282dae38dd0ff3b8eb9b8ef9c"
  "/navigation/07b459106e817025ff7c0577bed18344"
  "/navigation/518c0ed5838db98b760aae423623fd9a"
  "/navigation/2ce7fca47ad79d792fbc894c5c61abe7"
  "/navigation/f8ffd8c19fddbafa9f6c77520a1ede20"
  "/navigation/4d6f8ca8670b63fc17127ab96f22003e"
  "/navigation/a90e8dfac67453671a5123833b73e087"
  "/navigation/fcb659c407bb948c00f0436b723fd4f4"
  "/navigation/942023fd08218d4bd816efe0be2ac610"
  "/navigation/862a40ce0bb7216abacab1c313902d58"
  "/navigation/57dc82d71e4b8486a5fd551c4a5eb652"
  "/navigation/339eee28b37d9c1d280ef4d1506ec2b1"
  "/navigation/b667c9dead2c42c18b4856b2fd7bba6d"
  "/navigation/2ccb8cbc188767596b8c0bb73a213198"
  "/navigation/06a44fa0d719782b4e00df2de9184761"
  "/navigation/65f58ac6a51319db03ea6274efde48d1"
  "/navigation/bc035f6477cf8b8b6cfdcf9bf9868a9e"
  "/navigation/2a4d917c450beaaf0ea83484e9093a4f"
  "/navigation/99c410bee51b6fdb6ef4097b102673a3"
  "/navigation/671dd2a639912f88efa932767123f578"
  "/navigation/8925a07b26de2b7ca5c34494f2d05213"
  "/navigation/a477a49e616bf3a00a5708bcc8658711"
  "/navigation/a8ef51a9f5482425b7f23655f028c89a"
  "/navigation/9fc017fa90b88b145a5239725df12a3f"
  "/navigation/60e9da88075003e0d71be79f9e7d7f04"
  "/navigation/6f8f8ed788c09bae35af0fcc0e642d30"
  "/navigation/8c313d1013867794c6f604c395d4be58"
  "/navigation/82d3136deee0a87fed0699f93a60dd54"
  "/navigation/2f3a8272a0612977548464a7ea2429ee"
  "/navigation/51e542ab217c37e64f0aeb06804870b9"
  "/navigation/7c2a434fb052e9068d6bf36f78aee9f9"
  "/navigation/f62ad662dbbeb577d2e40293b33d7a4c"
  "/navigation/5e10ce96a8b6e050a81953f5f0172a11"
  "/navigation/fa5e7cb6a793e222d7e9124dc2fc4cc9"
  "/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/a77bfacc3d0fa66ff721e58e54a4e089"
  "/detail/2369cd7bb36fe20bbccfa89416ce32d6"
  "/detail/7e9fcdef94c38655acd36be1845f678c"
  "/detail/74c4b5584eef9eda5717c2998274309b"
  "/detail/fe92520a610ef8661db3a85af41057dd"
  "/detail/a08d2ed51ddd5e820a02a17c54997c51"
  "/detail/f88074aba1812134300f304ab70521a2"
  "/detail/fb467ca559379d42021cecb204b8f767"
  "/detail/b4ee3c50fb6ec2642efdb22cadd4148f"
  "/detail/e45a20eed903ee23a6524372e0ff2628"
  "/detail/97be5136f8140ad6de00638cd3a5c46e"
  "/detail/650e1f2597dfec8edb1566d51be98cc5"
  "/detail/1a463bc4a103c3530eb0d1981b67ebda"
  "/detail/33ff764fd5df9e62f94e82c664b1013a"
  "/detail/bbb1eb6f34566b66189649986ed741e6"
  "/detail/7cada3145c7e427eb56075b32185c422"
  "/detail/34522190a772d8a6cd3a9b77f702f238"
  "/detail/f6aeae5a4467e1d4ebb855ba99110c4c"
  "/detail/6a0d7b2bacaffa666e3ca7e163b56d4e"
  "/detail/75dfc7f657bf0c60f59c12f4ef3ee7b4"
  "/detail/28e0676910d2f48f2cd57fd04952a54e"
  "/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]™"
]
254 3.08 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.