Query Metrics

1805 Database Queries
888 Different statements
2353.10 ms Query time
0 Invalid entities
0 Managed entities

Queries

Group similar statements

default connection

# Time Info
1 0.47 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
2 1.66 ms
SELECT * FROM redirects WHERE
            (
                (source = ? AND (`type` = ? OR `type` = ?)) OR
                (source = ? AND `type` = ?) OR
                (source = ? AND `type` = ?)
            ) AND active = 1 AND (regex IS NULL OR regex = 0) AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND (sourceSite IS NULL OR sourceSite = 1) AND priority = 99 ORDER BY `priority` DESC
Parameters:
[
  "/de/produkte/c/hotel-appartement~22236"
  "path"
  "auto_create"
  "/de/produkte/c/hotel-appartement~22236"
  "path_query"
  "https://testing.weverducre.com/de/produkte/c/hotel-appartement~22236"
  "entire_uri"
]
3 0.38 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "maintenance_mode"
]
4 0.37 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "reports"
  "pimcore"
]
5 0.69 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/weverducre.com/de/produkte/c/"
  "hotel-appartement~22236"
]
6 0.71 ms
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
  "/weverducre.com/de/produkte/c/hotel-appartement~22236"
]
7 0.75 ms
SELECT documents.id FROM documents
            LEFT JOIN documents_page ON documents.id = documents_page.id
            WHERE documents.path LIKE ? AND documents_page.prettyUrl = ?
Parameters:
[
  "/weverducre.com/%"
  "/de/produkte/c/hotel-appartement~22236"
]
8 0.38 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/weverducre.com/de/produkte/"
  "c"
]
9 0.31 ms
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
  "/weverducre.com/de/produkte/c"
]
10 0.38 ms
SELECT documents.id FROM documents
            LEFT JOIN documents_page ON documents.id = documents_page.id
            WHERE documents.path LIKE ? AND documents_page.prettyUrl = ?
Parameters:
[
  "/weverducre.com/%"
  "/de/produkte/c"
]
11 0.39 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/weverducre.com/de/"
  "produkte"
]
12 0.51 ms
SELECT object_localized_SCONF_de.id as id, object_localized_SCONF_de.type as `type` FROM object_localized_SCONF_de LEFT JOIN object_brick_query_EcommerceB2B_SCONF `EcommerceB2B` ON 1
AND `EcommerceB2B`.id = `object_localized_SCONF_de`.id LEFT JOIN object_brick_localized_query_EcommerceB2B_SCONF_de `EcommerceB2B_localized` ON 1
AND `EcommerceB2B_localized`.ooo_id = `object_localized_SCONF_de`.id LEFT JOIN object_brick_query_EcommerceB2C_SCONF `EcommerceB2C` ON 1
AND `EcommerceB2C`.id = `object_localized_SCONF_de`.id LEFT JOIN object_brick_localized_query_EcommerceB2C_SCONF_de `EcommerceB2C_localized` ON 1
AND `EcommerceB2C_localized`.ooo_id = `object_localized_SCONF_de`.id WHERE (((EcommerceB2B.dataAreaId = ? or EcommerceB2C.dataAreaId = ?))  AND  object_localized_SCONF_de.type IN ('object','variant','folder')) AND object_localized_SCONF_de.published = 1 LIMIT 1
Parameters:
[
  "wdbe"
  "wdbe"
]
13 0.38 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "SCONF"
]
14 0.89 ms
SELECT * FROM object_relations_SCONF WHERE src_id = ?
Parameters:
[
  1547
]
15 0.34 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "prod"
]
16 0.38 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "PCAT"
]
17 0.90 ms
SELECT name, type, data, cid, inheritable, cpath FROM properties WHERE
                     (
                         (cid IN (1,22224,22218,1548,1544) AND inheritable = 1)
                         OR cid = ? ) AND ctype='object'
Parameters:
[
  22236
]
18 0.44 ms
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[]
19 0.40 ms
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[]
20 0.52 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  2
]
21 0.51 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  2
]
22 0.45 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  2
]
23 0.47 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  2
]
24 0.39 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  2
]
25 0.37 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  2
]
26 0.38 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  2
]
27 0.47 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
28 1.32 ms
SELECT * FROM redirects WHERE
            (
                (source = ? AND (`type` = ? OR `type` = ?)) OR
                (source = ? AND `type` = ?) OR
                (source = ? AND `type` = ?)
            ) AND active = 1 AND (regex IS NULL OR regex = 0) AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND (sourceSite IS NULL OR sourceSite = 0) AND priority = 99 ORDER BY `priority` DESC
Parameters:
[
  "/_fragment"
  "path"
  "auto_create"
  "/_fragment?_path=_locale=de&_format=html&_controller=App%5CController%5CSnippetController%3A%3AheaderAction"
  "path_query"
  "https://testing.weverducre.com/_fragment?_path=_locale=de&_format=html&_controller=App%5CController%5CSnippetController%3A%3AheaderAction"
  "entire_uri"
]
29 0.45 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
30 1.32 ms
SELECT * FROM redirects WHERE
            (
                (source = ? AND (`type` = ? OR `type` = ?)) OR
                (source = ? AND `type` = ?) OR
                (source = ? AND `type` = ?)
            ) AND active = 1 AND (regex IS NULL OR regex = 0) AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND (sourceSite IS NULL OR sourceSite = 0) AND priority = 99 ORDER BY `priority` DESC
Parameters:
[
  "/_fragment"
  "path"
  "auto_create"
  "/_fragment?_path=_locale=de&_format=html&_controller=App%5CController%5CDefaultController%3A%3AdefaultAction"
  "path_query"
  "https://testing.weverducre.com/_fragment?_path=_locale=de&_format=html&_controller=App%5CController%5CDefaultController%3A%3AdefaultAction"
  "entire_uri"
]
31 0.53 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  16
]
32 0.50 ms
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  120
]
33 0.56 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  4574046
]
34 0.52 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  4574046
]
35 0.40 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  4538784
]
36 0.40 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  4538784
]
37 0.46 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
38 1.38 ms
SELECT * FROM redirects WHERE
            (
                (source = ? AND (`type` = ? OR `type` = ?)) OR
                (source = ? AND `type` = ?) OR
                (source = ? AND `type` = ?)
            ) AND active = 1 AND (regex IS NULL OR regex = 0) AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND (sourceSite IS NULL OR sourceSite = 0) AND priority = 99 ORDER BY `priority` DESC
Parameters:
[
  "/_fragment"
  "path"
  "auto_create"
  "/_fragment?_path=_locale=de&_format=html&_controller=App%5CController%5CDefaultController%3A%3AdefaultAction"
  "path_query"
  "https://testing.weverducre.com/_fragment?_path=_locale=de&_format=html&_controller=App%5CController%5CDefaultController%3A%3AdefaultAction"
  "entire_uri"
]
39 0.44 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  41
]
40 0.36 ms
SELECT object_localized_8_de.id as id, object_localized_8_de.type as `type` FROM object_localized_8_de WHERE ( object_localized_8_de.type IN ('object','variant','folder')) AND object_localized_8_de.published = 1
Parameters:
[]
41 0.46 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "8"
]
42 0.46 ms
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  1288
]
43 0.42 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  797541
]
44 0.39 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  797541
]
45 0.41 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "7"
]
46 0.47 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  3737995
]
47 0.50 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  3737995
]
48 0.47 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
49 1.43 ms
SELECT * FROM redirects WHERE
            (
                (source = ? AND (`type` = ? OR `type` = ?)) OR
                (source = ? AND `type` = ?) OR
                (source = ? AND `type` = ?)
            ) AND active = 1 AND (regex IS NULL OR regex = 0) AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND (sourceSite IS NULL OR sourceSite = 0) AND priority = 99 ORDER BY `priority` DESC
Parameters:
[
  "/_fragment"
  "path"
  "auto_create"
  "/_fragment?_path=_locale=de&_format=html&_controller=App%5CController%5CDefaultController%3A%3AdefaultAction"
  "path_query"
  "https://testing.weverducre.com/_fragment?_path=_locale=de&_format=html&_controller=App%5CController%5CDefaultController%3A%3AdefaultAction"
  "entire_uri"
]
50 0.47 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  38
]
51 0.39 ms
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  566
]
52 0.36 ms
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  34
]
53 0.42 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5042933
]
54 0.35 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5042933
]
55 0.36 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  2203379
]
56 0.45 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  2203379
]
57 0.45 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
58 1.42 ms
SELECT * FROM redirects WHERE
            (
                (source = ? AND (`type` = ? OR `type` = ?)) OR
                (source = ? AND `type` = ?) OR
                (source = ? AND `type` = ?)
            ) AND active = 1 AND (regex IS NULL OR regex = 0) AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND (sourceSite IS NULL OR sourceSite = 0) AND priority = 99 ORDER BY `priority` DESC
Parameters:
[
  "/_fragment"
  "path"
  "auto_create"
  "/_fragment?_path=_locale=de&_format=html&_controller=App%5CController%5CDefaultController%3A%3AdefaultAction"
  "path_query"
  "https://testing.weverducre.com/_fragment?_path=_locale=de&_format=html&_controller=App%5CController%5CDefaultController%3A%3AdefaultAction"
  "entire_uri"
]
59 0.42 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  39
]
60 0.41 ms
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  25
]
61 0.36 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  3737893
]
62 0.38 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  3737893
]
63 0.54 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  3737897
]
64 0.38 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  3737897
]
65 0.38 ms
SELECT * FROM translations_admin LIMIT 1;
Parameters:
[]
66 0.33 ms
SELECT * FROM translations_admin LIMIT 1;
Parameters:
[]
67 0.45 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  11
]
68 0.44 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "EF_FD"
]
69 0.40 ms
SELECT * FROM object_relations_PCAT WHERE src_id = ?
Parameters:
[
  22236
]
70 1.18 ms
SELECT * FROM object_relations_EF_FD WHERE src_id = ?
Parameters:
[
  26091
]
71 60.73 ms
SELECT SQL_CALC_FOUND_ROWS DISTINCT virtualProductId as id, priceSystemName  FROM ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,22236,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY virtualProductId, priceSystemName ORDER BY min(ifnull(featuredPriority, 0)) desc,min((promotions like '%#new#%')) desc,min(ifnull(s.score, 0)) desc,min(ifnull(rankingMultiplicator, 999999999)) asc,min(`a`.`id`) ASC LIMIT 24
Parameters:
[]
72 0.48 ms
SELECT FOUND_ROWS()
Parameters:
[]
73 47.28 ms
SELECT TRIM(`scopeName`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,22236,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`scopeName`)
Parameters:
[]
74 46.01 ms
SELECT TRIM(`typeName`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,22236,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`typeName`)
Parameters:
[]
75 43.48 ms
SELECT TRIM(`lampType`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,22236,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`lampType`)
Parameters:
[]
76 67.90 ms
SELECT dest as `value`, count(DISTINCT src_virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_de_relations a WHERE fieldname = 'baseColorObjects' AND src IN (SELECT a.id FROM ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,22236,%') AND (IFNULL(isSalesItem, 0) = 0)) GROUP BY dest
Parameters:
[]
77 0.36 ms
SELECT * FROM object_relations_EF_FD WHERE src_id = ?
Parameters:
[
  1551
]
78 0.34 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "SOPT"
]
79 0.44 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  187931
]
80 0.41 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  187931
]
81 0.45 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  187954
]
82 0.37 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  187954
]
83 0.43 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  187960
]
84 0.37 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  187960
]
85 0.49 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  188002
]
86 0.36 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  188002
]
87 0.41 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  188008
]
88 0.40 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  188008
]
89 0.39 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  188007
]
90 0.35 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  188007
]
91 0.38 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  188006
]
92 0.37 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  188006
]
93 0.40 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  188009
]
94 0.38 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  188009
]
95 0.47 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  188010
]
96 0.40 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  188010
]
97 0.40 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  188004
]
98 0.36 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  188004
]
99 50.71 ms
SELECT TRIM(`lightColorTemperature`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,22236,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`lightColorTemperature`)
Parameters:
[]
100 33.52 ms
SELECT TRIM(`diameter`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,22236,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`diameter`)
Parameters:
[]
101 42.77 ms
SELECT TRIM(`ipRating`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,22236,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`ipRating`)
Parameters:
[]
102 44.24 ms
SELECT TRIM(`converterText`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,22236,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`converterText`)
Parameters:
[]
103 31.52 ms
SELECT TRIM(`recessedDepth`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,22236,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`recessedDepth`)
Parameters:
[]
104 45.48 ms
SELECT TRIM(`cutOutMin`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,22236,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`cutOutMin`)
Parameters:
[]
105 36.65 ms
SELECT TRIM(`cutOutMax`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,22236,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`cutOutMax`)
Parameters:
[]
106 0.37 ms
SELECT TRIM(`scopeName`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,22236,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`scopeName`)
Parameters:
[]
107 0.38 ms
SELECT TRIM(`typeName`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,22236,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`typeName`)
Parameters:
[]
108 0.42 ms
SELECT TRIM(`lampType`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,22236,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`lampType`)
Parameters:
[]
109 0.38 ms
SELECT dest as `value`, count(DISTINCT src_virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_de_relations a WHERE fieldname = 'baseColorObjects' AND src IN (SELECT a.id FROM ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,22236,%') AND (IFNULL(isSalesItem, 0) = 0)) GROUP BY dest
Parameters:
[]
110 0.37 ms
SELECT TRIM(`lightColorTemperature`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,22236,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`lightColorTemperature`)
Parameters:
[]
111 0.39 ms
SELECT TRIM(`diameter`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,22236,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`diameter`)
Parameters:
[]
112 0.38 ms
SELECT TRIM(`ipRating`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,22236,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`ipRating`)
Parameters:
[]
113 0.41 ms
SELECT TRIM(`converterText`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,22236,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`converterText`)
Parameters:
[]
114 0.32 ms
SELECT TRIM(`recessedDepth`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,22236,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`recessedDepth`)
Parameters:
[]
115 0.35 ms
SELECT TRIM(`cutOutMin`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,22236,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`cutOutMin`)
Parameters:
[]
116 0.29 ms
SELECT TRIM(`cutOutMax`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,22236,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`cutOutMax`)
Parameters:
[]
117 24.49 ms
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '68012' and a.id != '68012') or parentProducts like '%,68012,%') and IFNULL(isSalesItem, 0) = 0 and (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL)
            group by color
            order by maxMainProductInLine desc
Parameters:
[]
118 0.53 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  70445
]
119 0.75 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  70445
]
120 6.14 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  70445
]
121 0.74 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  70445
]
122 0.51 ms
select `iconLabels` from object_store_prod where oo_id  = 70445
Parameters:
[]
123 0.50 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  70445
  "videos"
]
124 0.68 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 70445 AND fieldname = 'attributes'
Parameters:
[]
125 11.84 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 70445 AND fieldname = 'attributes'
Parameters:
[]
126 0.48 ms
select `combinedBlock` from object_store_prod where oo_id  = 70445
Parameters:
[]
127 0.47 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 70445
Parameters:
[]
128 0.41 ms
select `accessoryDemand` from object_store_prod where oo_id  = 70445
Parameters:
[]
129 0.44 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 70445
Parameters:
[]
130 0.51 ms
select `combinedImage` from object_store_prod where oo_id  = 70445
Parameters:
[]
131 0.67 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  70445
]
132 0.45 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  68012
]
133 0.57 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  68012
]
134 0.58 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  68012
]
135 0.76 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  68012
]
136 0.65 ms
select `iconLabels` from object_store_prod where oo_id  = 68012
Parameters:
[]
137 0.44 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  68012
  "videos"
]
138 0.53 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 68012 AND fieldname = 'attributes'
Parameters:
[]
139 0.58 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 68012 AND fieldname = 'attributes'
Parameters:
[]
140 0.45 ms
select `combinedBlock` from object_store_prod where oo_id  = 68012
Parameters:
[]
141 0.45 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 68012
Parameters:
[]
142 0.41 ms
select `accessoryDemand` from object_store_prod where oo_id  = 68012
Parameters:
[]
143 0.44 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 68012
Parameters:
[]
144 0.42 ms
select `combinedImage` from object_store_prod where oo_id  = 68012
Parameters:
[]
145 0.54 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  68012
]
146 0.42 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  1639566
]
147 0.75 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  1639566
]
148 0.47 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  70461
]
149 0.74 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  70461
]
150 1.59 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  70461
]
151 0.71 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  70461
]
152 0.42 ms
select `iconLabels` from object_store_prod where oo_id  = 70461
Parameters:
[]
153 0.49 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  70461
  "videos"
]
154 0.59 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 70461 AND fieldname = 'attributes'
Parameters:
[]
155 0.90 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 70461 AND fieldname = 'attributes'
Parameters:
[]
156 0.41 ms
select `combinedBlock` from object_store_prod where oo_id  = 70461
Parameters:
[]
157 0.43 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 70461
Parameters:
[]
158 0.42 ms
select `accessoryDemand` from object_store_prod where oo_id  = 70461
Parameters:
[]
159 0.38 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 70461
Parameters:
[]
160 0.34 ms
select `combinedImage` from object_store_prod where oo_id  = 70461
Parameters:
[]
161 0.53 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  70461
]
162 0.52 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  1639455
]
163 0.72 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  1639455
]
164 0.58 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  88804
]
165 0.53 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  88804
]
166 1.04 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  88804
]
167 0.75 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  88804
]
168 0.44 ms
select `iconLabels` from object_store_prod where oo_id  = 88804
Parameters:
[]
169 0.43 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  88804
  "videos"
]
170 0.54 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 88804 AND fieldname = 'attributes'
Parameters:
[]
171 5.24 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 88804 AND fieldname = 'attributes'
Parameters:
[]
172 0.38 ms
select `combinedBlock` from object_store_prod where oo_id  = 88804
Parameters:
[]
173 0.37 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 88804
Parameters:
[]
174 0.46 ms
select `accessoryDemand` from object_store_prod where oo_id  = 88804
Parameters:
[]
175 0.37 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 88804
Parameters:
[]
176 0.45 ms
select `combinedImage` from object_store_prod where oo_id  = 88804
Parameters:
[]
177 0.57 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  88804
]
178 0.44 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  4976449
]
179 0.73 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  4976449
]
180 1.15 ms
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '182314' and a.id != '182314') or parentProducts like '%,182314,%') and IFNULL(isSalesItem, 0) = 0 and (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL)
            group by color
            order by maxMainProductInLine desc
Parameters:
[]
181 0.42 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422463
]
182 0.33 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422463
]
183 0.64 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182506
]
184 0.58 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  182506
]
185 6.76 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182506
]
186 0.67 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182506
]
187 0.38 ms
select `iconLabels` from object_store_prod where oo_id  = 182506
Parameters:
[]
188 0.46 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182506
  "videos"
]
189 0.49 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182506 AND fieldname = 'attributes'
Parameters:
[]
190 4.55 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182506 AND fieldname = 'attributes'
Parameters:
[]
191 0.40 ms
select `combinedBlock` from object_store_prod where oo_id  = 182506
Parameters:
[]
192 0.49 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182506
Parameters:
[]
193 0.41 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182506
Parameters:
[]
194 0.39 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182506
Parameters:
[]
195 0.39 ms
select `combinedImage` from object_store_prod where oo_id  = 182506
Parameters:
[]
196 0.48 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182506
]
197 0.36 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422462
]
198 0.38 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422462
]
199 26.91 ms
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '182302' and a.id != '182302') or parentProducts like '%,182302,%') and IFNULL(isSalesItem, 0) = 0 and (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL)
            group by color
            order by maxMainProductInLine desc
Parameters:
[]
200 0.48 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182512
]
201 0.59 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  182512
]
202 0.99 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182512
]
203 0.76 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182512
]
204 0.43 ms
select `iconLabels` from object_store_prod where oo_id  = 182512
Parameters:
[]
205 0.42 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182512
  "videos"
]
206 0.49 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182512 AND fieldname = 'attributes'
Parameters:
[]
207 0.80 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182512 AND fieldname = 'attributes'
Parameters:
[]
208 0.41 ms
select `combinedBlock` from object_store_prod where oo_id  = 182512
Parameters:
[]
209 0.40 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182512
Parameters:
[]
210 0.45 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182512
Parameters:
[]
211 0.44 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182512
Parameters:
[]
212 0.40 ms
select `combinedImage` from object_store_prod where oo_id  = 182512
Parameters:
[]
213 0.52 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182512
]
214 0.38 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182302
]
215 0.53 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  182302
]
216 0.54 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182302
]
217 0.64 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182302
]
218 0.38 ms
select `iconLabels` from object_store_prod where oo_id  = 182302
Parameters:
[]
219 0.39 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182302
  "videos"
]
220 0.47 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182302 AND fieldname = 'attributes'
Parameters:
[]
221 0.61 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182302 AND fieldname = 'attributes'
Parameters:
[]
222 0.42 ms
select `combinedBlock` from object_store_prod where oo_id  = 182302
Parameters:
[]
223 0.42 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182302
Parameters:
[]
224 0.40 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182302
Parameters:
[]
225 0.36 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182302
Parameters:
[]
226 0.40 ms
select `combinedImage` from object_store_prod where oo_id  = 182302
Parameters:
[]
227 0.43 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182302
]
228 0.38 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182299
]
229 0.51 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  182299
]
230 0.51 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182299
]
231 0.57 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182299
]
232 0.35 ms
select `iconLabels` from object_store_prod where oo_id  = 182299
Parameters:
[]
233 0.39 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182299
  "videos"
]
234 0.47 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182299 AND fieldname = 'attributes'
Parameters:
[]
235 0.45 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182299 AND fieldname = 'attributes'
Parameters:
[]
236 0.35 ms
select `combinedBlock` from object_store_prod where oo_id  = 182299
Parameters:
[]
237 0.37 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182299
Parameters:
[]
238 0.37 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182299
Parameters:
[]
239 0.36 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182299
Parameters:
[]
240 0.35 ms
select `combinedImage` from object_store_prod where oo_id  = 182299
Parameters:
[]
241 0.47 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182299
]
242 0.52 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422439
]
243 0.65 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422439
]
244 0.49 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182517
]
245 0.60 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  182517
]
246 0.76 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182517
]
247 0.66 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182517
]
248 0.76 ms
select `iconLabels` from object_store_prod where oo_id  = 182517
Parameters:
[]
249 0.49 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182517
  "videos"
]
250 0.58 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182517 AND fieldname = 'attributes'
Parameters:
[]
251 1.10 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182517 AND fieldname = 'attributes'
Parameters:
[]
252 0.46 ms
select `combinedBlock` from object_store_prod where oo_id  = 182517
Parameters:
[]
253 0.39 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182517
Parameters:
[]
254 0.38 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182517
Parameters:
[]
255 0.42 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182517
Parameters:
[]
256 0.40 ms
select `combinedImage` from object_store_prod where oo_id  = 182517
Parameters:
[]
257 0.47 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182517
]
258 0.67 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422441
]
259 0.61 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422441
]
260 0.40 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182515
]
261 0.53 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  182515
]
262 0.76 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182515
]
263 0.63 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182515
]
264 0.38 ms
select `iconLabels` from object_store_prod where oo_id  = 182515
Parameters:
[]
265 0.41 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182515
  "videos"
]
266 0.52 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182515 AND fieldname = 'attributes'
Parameters:
[]
267 0.77 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182515 AND fieldname = 'attributes'
Parameters:
[]
268 0.39 ms
select `combinedBlock` from object_store_prod where oo_id  = 182515
Parameters:
[]
269 0.40 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182515
Parameters:
[]
270 0.41 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182515
Parameters:
[]
271 0.37 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182515
Parameters:
[]
272 0.37 ms
select `combinedImage` from object_store_prod where oo_id  = 182515
Parameters:
[]
273 0.49 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182515
]
274 0.44 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422442
]
275 0.65 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422442
]
276 0.38 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182508
]
277 0.55 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  182508
]
278 1.32 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182508
]
279 0.66 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182508
]
280 0.37 ms
select `iconLabels` from object_store_prod where oo_id  = 182508
Parameters:
[]
281 0.44 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182508
  "videos"
]
282 0.53 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182508 AND fieldname = 'attributes'
Parameters:
[]
283 0.86 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182508 AND fieldname = 'attributes'
Parameters:
[]
284 0.35 ms
select `combinedBlock` from object_store_prod where oo_id  = 182508
Parameters:
[]
285 0.35 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182508
Parameters:
[]
286 0.43 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182508
Parameters:
[]
287 0.36 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182508
Parameters:
[]
288 0.50 ms
select `combinedImage` from object_store_prod where oo_id  = 182508
Parameters:
[]
289 0.52 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182508
]
290 0.45 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422440
]
291 0.72 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422440
]
292 26.19 ms
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '182300' and a.id != '182300') or parentProducts like '%,182300,%') and IFNULL(isSalesItem, 0) = 0 and (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL)
            group by color
            order by maxMainProductInLine desc
Parameters:
[]
293 0.51 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182531
]
294 0.53 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  182531
]
295 0.68 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182531
]
296 0.62 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182531
]
297 0.47 ms
select `iconLabels` from object_store_prod where oo_id  = 182531
Parameters:
[]
298 0.43 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182531
  "videos"
]
299 0.51 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182531 AND fieldname = 'attributes'
Parameters:
[]
300 1.04 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182531 AND fieldname = 'attributes'
Parameters:
[]
301 0.44 ms
select `combinedBlock` from object_store_prod where oo_id  = 182531
Parameters:
[]
302 0.37 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182531
Parameters:
[]
303 0.36 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182531
Parameters:
[]
304 0.35 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182531
Parameters:
[]
305 0.34 ms
select `combinedImage` from object_store_prod where oo_id  = 182531
Parameters:
[]
306 0.52 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182531
]
307 0.42 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182300
]
308 0.57 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  182300
]
309 0.55 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182300
]
310 0.64 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182300
]
311 0.40 ms
select `iconLabels` from object_store_prod where oo_id  = 182300
Parameters:
[]
312 0.42 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182300
  "videos"
]
313 0.49 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182300 AND fieldname = 'attributes'
Parameters:
[]
314 0.52 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182300 AND fieldname = 'attributes'
Parameters:
[]
315 0.41 ms
select `combinedBlock` from object_store_prod where oo_id  = 182300
Parameters:
[]
316 0.51 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182300
Parameters:
[]
317 0.38 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182300
Parameters:
[]
318 0.37 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182300
Parameters:
[]
319 0.37 ms
select `combinedImage` from object_store_prod where oo_id  = 182300
Parameters:
[]
320 0.48 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182300
]
321 0.50 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422429
]
322 0.61 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422429
]
323 0.37 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182505
]
324 0.92 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  182505
]
325 3.02 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182505
]
326 0.67 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182505
]
327 0.43 ms
select `iconLabels` from object_store_prod where oo_id  = 182505
Parameters:
[]
328 0.40 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182505
  "videos"
]
329 0.50 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182505 AND fieldname = 'attributes'
Parameters:
[]
330 3.75 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182505 AND fieldname = 'attributes'
Parameters:
[]
331 0.41 ms
select `combinedBlock` from object_store_prod where oo_id  = 182505
Parameters:
[]
332 0.41 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182505
Parameters:
[]
333 0.40 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182505
Parameters:
[]
334 0.36 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182505
Parameters:
[]
335 0.36 ms
select `combinedImage` from object_store_prod where oo_id  = 182505
Parameters:
[]
336 0.47 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182505
]
337 0.50 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422431
]
338 0.60 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422431
]
339 0.38 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182501
]
340 0.52 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  182501
]
341 4.07 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182501
]
342 0.58 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182501
]
343 0.40 ms
select `iconLabels` from object_store_prod where oo_id  = 182501
Parameters:
[]
344 0.40 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182501
  "videos"
]
345 0.52 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182501 AND fieldname = 'attributes'
Parameters:
[]
346 0.91 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182501 AND fieldname = 'attributes'
Parameters:
[]
347 0.37 ms
select `combinedBlock` from object_store_prod where oo_id  = 182501
Parameters:
[]
348 0.46 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182501
Parameters:
[]
349 0.39 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182501
Parameters:
[]
350 0.38 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182501
Parameters:
[]
351 0.37 ms
select `combinedImage` from object_store_prod where oo_id  = 182501
Parameters:
[]
352 0.50 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182501
]
353 0.56 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422426
]
354 0.59 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422426
]
355 0.46 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182527
]
356 0.57 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  182527
]
357 0.78 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182527
]
358 0.70 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182527
]
359 0.51 ms
select `iconLabels` from object_store_prod where oo_id  = 182527
Parameters:
[]
360 0.63 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182527
  "videos"
]
361 0.57 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182527 AND fieldname = 'attributes'
Parameters:
[]
362 0.93 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182527 AND fieldname = 'attributes'
Parameters:
[]
363 0.45 ms
select `combinedBlock` from object_store_prod where oo_id  = 182527
Parameters:
[]
364 0.39 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182527
Parameters:
[]
365 0.58 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182527
Parameters:
[]
366 0.38 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182527
Parameters:
[]
367 0.44 ms
select `combinedImage` from object_store_prod where oo_id  = 182527
Parameters:
[]
368 0.59 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182527
]
369 0.78 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422428
]
370 0.62 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422428
]
371 29.07 ms
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '182864' and a.id != '182864') or parentProducts like '%,182864,%') and IFNULL(isSalesItem, 0) = 0 and (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL)
            group by color
            order by maxMainProductInLine desc
Parameters:
[]
372 0.49 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182544
]
373 0.61 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  182544
]
374 0.76 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182544
]
375 0.69 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182544
]
376 0.38 ms
select `iconLabels` from object_store_prod where oo_id  = 182544
Parameters:
[]
377 0.42 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182544
  "videos"
]
378 0.62 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182544 AND fieldname = 'attributes'
Parameters:
[]
379 1.02 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182544 AND fieldname = 'attributes'
Parameters:
[]
380 0.48 ms
select `combinedBlock` from object_store_prod where oo_id  = 182544
Parameters:
[]
381 0.38 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182544
Parameters:
[]
382 0.39 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182544
Parameters:
[]
383 0.37 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182544
Parameters:
[]
384 0.36 ms
select `combinedImage` from object_store_prod where oo_id  = 182544
Parameters:
[]
385 0.54 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182544
]
386 0.42 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182864
]
387 0.54 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  182864
]
388 0.49 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182864
]
389 0.63 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182864
]
390 0.41 ms
select `iconLabels` from object_store_prod where oo_id  = 182864
Parameters:
[]
391 0.49 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182864
  "videos"
]
392 0.47 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182864 AND fieldname = 'attributes'
Parameters:
[]
393 0.49 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182864 AND fieldname = 'attributes'
Parameters:
[]
394 0.42 ms
select `combinedBlock` from object_store_prod where oo_id  = 182864
Parameters:
[]
395 0.47 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182864
Parameters:
[]
396 0.39 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182864
Parameters:
[]
397 0.37 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182864
Parameters:
[]
398 0.36 ms
select `combinedImage` from object_store_prod where oo_id  = 182864
Parameters:
[]
399 0.50 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182864
]
400 0.42 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182311
]
401 0.63 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  182311
]
402 0.46 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182311
]
403 0.58 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182311
]
404 0.36 ms
select `iconLabels` from object_store_prod where oo_id  = 182311
Parameters:
[]
405 0.41 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182311
  "videos"
]
406 0.74 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182311 AND fieldname = 'attributes'
Parameters:
[]
407 0.50 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182311 AND fieldname = 'attributes'
Parameters:
[]
408 0.42 ms
select `combinedBlock` from object_store_prod where oo_id  = 182311
Parameters:
[]
409 0.36 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182311
Parameters:
[]
410 0.51 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182311
Parameters:
[]
411 0.36 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182311
Parameters:
[]
412 0.36 ms
select `combinedImage` from object_store_prod where oo_id  = 182311
Parameters:
[]
413 0.49 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182311
]
414 0.49 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422458
]
415 0.68 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422458
]
416 0.49 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182559
]
417 0.59 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  182559
]
418 1.40 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182559
]
419 0.67 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182559
]
420 0.40 ms
select `iconLabels` from object_store_prod where oo_id  = 182559
Parameters:
[]
421 0.46 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182559
  "videos"
]
422 0.50 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182559 AND fieldname = 'attributes'
Parameters:
[]
423 2.74 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182559 AND fieldname = 'attributes'
Parameters:
[]
424 0.46 ms
select `combinedBlock` from object_store_prod where oo_id  = 182559
Parameters:
[]
425 0.45 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182559
Parameters:
[]
426 0.46 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182559
Parameters:
[]
427 0.53 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182559
Parameters:
[]
428 0.38 ms
select `combinedImage` from object_store_prod where oo_id  = 182559
Parameters:
[]
429 0.52 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182559
]
430 0.43 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422460
]
431 0.65 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422460
]
432 0.37 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182548
]
433 0.51 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  182548
]
434 0.92 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182548
]
435 0.63 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182548
]
436 0.41 ms
select `iconLabels` from object_store_prod where oo_id  = 182548
Parameters:
[]
437 0.40 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182548
  "videos"
]
438 0.51 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182548 AND fieldname = 'attributes'
Parameters:
[]
439 1.00 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182548 AND fieldname = 'attributes'
Parameters:
[]
440 0.40 ms
select `combinedBlock` from object_store_prod where oo_id  = 182548
Parameters:
[]
441 0.37 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182548
Parameters:
[]
442 0.37 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182548
Parameters:
[]
443 0.39 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182548
Parameters:
[]
444 0.39 ms
select `combinedImage` from object_store_prod where oo_id  = 182548
Parameters:
[]
445 0.49 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182548
]
446 0.48 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422461
]
447 0.59 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422461
]
448 0.43 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182553
]
449 0.51 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  182553
]
450 1.60 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182553
]
451 0.62 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182553
]
452 0.40 ms
select `iconLabels` from object_store_prod where oo_id  = 182553
Parameters:
[]
453 0.42 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182553
  "videos"
]
454 0.51 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182553 AND fieldname = 'attributes'
Parameters:
[]
455 2.54 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182553 AND fieldname = 'attributes'
Parameters:
[]
456 0.39 ms
select `combinedBlock` from object_store_prod where oo_id  = 182553
Parameters:
[]
457 0.39 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182553
Parameters:
[]
458 0.38 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182553
Parameters:
[]
459 0.42 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182553
Parameters:
[]
460 0.39 ms
select `combinedImage` from object_store_prod where oo_id  = 182553
Parameters:
[]
461 0.51 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182553
]
462 0.55 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422459
]
463 0.61 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422459
]
464 0.57 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182539
]
465 0.60 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  182539
]
466 0.83 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182539
]
467 0.70 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182539
]
468 0.43 ms
select `iconLabels` from object_store_prod where oo_id  = 182539
Parameters:
[]
469 0.48 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182539
  "videos"
]
470 0.64 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182539 AND fieldname = 'attributes'
Parameters:
[]
471 0.95 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182539 AND fieldname = 'attributes'
Parameters:
[]
472 0.44 ms
select `combinedBlock` from object_store_prod where oo_id  = 182539
Parameters:
[]
473 0.45 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182539
Parameters:
[]
474 0.42 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182539
Parameters:
[]
475 0.43 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182539
Parameters:
[]
476 0.42 ms
select `combinedImage` from object_store_prod where oo_id  = 182539
Parameters:
[]
477 0.51 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182539
]
478 0.47 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422457
]
479 0.58 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422457
]
480 27.47 ms
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '182338' and a.id != '182338') or parentProducts like '%,182338,%') and IFNULL(isSalesItem, 0) = 0 and (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL)
            group by color
            order by maxMainProductInLine desc
Parameters:
[]
481 0.54 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182574
]
482 0.57 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  182574
]
483 1.29 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182574
]
484 0.69 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182574
]
485 0.42 ms
select `iconLabels` from object_store_prod where oo_id  = 182574
Parameters:
[]
486 0.40 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182574
  "videos"
]
487 0.77 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182574 AND fieldname = 'attributes'
Parameters:
[]
488 6.49 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182574 AND fieldname = 'attributes'
Parameters:
[]
489 0.38 ms
select `combinedBlock` from object_store_prod where oo_id  = 182574
Parameters:
[]
490 0.37 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182574
Parameters:
[]
491 0.37 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182574
Parameters:
[]
492 0.42 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182574
Parameters:
[]
493 0.42 ms
select `combinedImage` from object_store_prod where oo_id  = 182574
Parameters:
[]
494 0.62 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182574
]
495 0.58 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182338
]
496 0.55 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  182338
]
497 0.49 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182338
]
498 0.72 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182338
]
499 0.42 ms
select `iconLabels` from object_store_prod where oo_id  = 182338
Parameters:
[]
500 0.40 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182338
  "videos"
]
501 0.48 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182338 AND fieldname = 'attributes'
Parameters:
[]
502 0.49 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182338 AND fieldname = 'attributes'
Parameters:
[]
503 0.40 ms
select `combinedBlock` from object_store_prod where oo_id  = 182338
Parameters:
[]
504 0.43 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182338
Parameters:
[]
505 0.38 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182338
Parameters:
[]
506 0.40 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182338
Parameters:
[]
507 0.38 ms
select `combinedImage` from object_store_prod where oo_id  = 182338
Parameters:
[]
508 0.54 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182338
]
509 0.38 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182337
]
510 0.51 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  182337
]
511 0.49 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182337
]
512 1.03 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182337
]
513 0.56 ms
select `iconLabels` from object_store_prod where oo_id  = 182337
Parameters:
[]
514 0.45 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182337
  "videos"
]
515 0.46 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182337 AND fieldname = 'attributes'
Parameters:
[]
516 0.48 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182337 AND fieldname = 'attributes'
Parameters:
[]
517 0.40 ms
select `combinedBlock` from object_store_prod where oo_id  = 182337
Parameters:
[]
518 0.36 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182337
Parameters:
[]
519 0.43 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182337
Parameters:
[]
520 0.43 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182337
Parameters:
[]
521 0.42 ms
select `combinedImage` from object_store_prod where oo_id  = 182337
Parameters:
[]
522 0.52 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182337
]
523 0.53 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422480
]
524 0.79 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422480
]
525 0.49 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182578
]
526 0.61 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  182578
]
527 1.22 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182578
]
528 0.66 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182578
]
529 0.51 ms
select `iconLabels` from object_store_prod where oo_id  = 182578
Parameters:
[]
530 0.44 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182578
  "videos"
]
531 0.62 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182578 AND fieldname = 'attributes'
Parameters:
[]
532 1.07 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182578 AND fieldname = 'attributes'
Parameters:
[]
533 0.50 ms
select `combinedBlock` from object_store_prod where oo_id  = 182578
Parameters:
[]
534 0.44 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182578
Parameters:
[]
535 0.48 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182578
Parameters:
[]
536 0.38 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182578
Parameters:
[]
537 0.37 ms
select `combinedImage` from object_store_prod where oo_id  = 182578
Parameters:
[]
538 0.55 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182578
]
539 0.62 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422479
]
540 0.66 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422479
]
541 0.51 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182570
]
542 0.58 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  182570
]
543 1.30 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182570
]
544 0.67 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182570
]
545 0.48 ms
select `iconLabels` from object_store_prod where oo_id  = 182570
Parameters:
[]
546 0.44 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182570
  "videos"
]
547 0.56 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182570 AND fieldname = 'attributes'
Parameters:
[]
548 5.36 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182570 AND fieldname = 'attributes'
Parameters:
[]
549 0.43 ms
select `combinedBlock` from object_store_prod where oo_id  = 182570
Parameters:
[]
550 0.46 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182570
Parameters:
[]
551 0.45 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182570
Parameters:
[]
552 0.54 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182570
Parameters:
[]
553 0.41 ms
select `combinedImage` from object_store_prod where oo_id  = 182570
Parameters:
[]
554 0.60 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182570
]
555 0.50 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422482
]
556 0.60 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422482
]
557 0.47 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182582
]
558 0.55 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  182582
]
559 1.17 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182582
]
560 0.72 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182582
]
561 0.53 ms
select `iconLabels` from object_store_prod where oo_id  = 182582
Parameters:
[]
562 0.44 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182582
  "videos"
]
563 0.56 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182582 AND fieldname = 'attributes'
Parameters:
[]
564 0.89 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182582 AND fieldname = 'attributes'
Parameters:
[]
565 0.43 ms
select `combinedBlock` from object_store_prod where oo_id  = 182582
Parameters:
[]
566 0.43 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182582
Parameters:
[]
567 0.43 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182582
Parameters:
[]
568 0.45 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182582
Parameters:
[]
569 0.49 ms
select `combinedImage` from object_store_prod where oo_id  = 182582
Parameters:
[]
570 0.52 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182582
]
571 0.49 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422481
]
572 0.61 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422481
]
573 0.46 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182565
]
574 0.60 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  182565
]
575 1.30 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182565
]
576 0.70 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182565
]
577 0.45 ms
select `iconLabels` from object_store_prod where oo_id  = 182565
Parameters:
[]
578 0.46 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182565
  "videos"
]
579 0.58 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182565 AND fieldname = 'attributes'
Parameters:
[]
580 0.99 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182565 AND fieldname = 'attributes'
Parameters:
[]
581 0.40 ms
select `combinedBlock` from object_store_prod where oo_id  = 182565
Parameters:
[]
582 0.44 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182565
Parameters:
[]
583 0.39 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182565
Parameters:
[]
584 0.35 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182565
Parameters:
[]
585 0.34 ms
select `combinedImage` from object_store_prod where oo_id  = 182565
Parameters:
[]
586 0.52 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182565
]
587 0.47 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422478
]
588 0.60 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422478
]
589 0.29 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
590 1.07 ms
SELECT * FROM redirects WHERE
            (
                (source = ? AND (`type` = ? OR `type` = ?)) OR
                (source = ? AND `type` = ?) OR
                (source = ? AND `type` = ?)
            ) AND active = 1 AND (regex IS NULL OR regex = 0) AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND (sourceSite IS NULL OR sourceSite = 0) AND priority = 99 ORDER BY `priority` DESC
Parameters:
[
  "/_fragment"
  "path"
  "auto_create"
  "/_fragment?_path=_locale=de&_format=html&_controller=App%5CController%5CSnippetController%3A%3AdisturberAction"
  "path_query"
  "https://testing.weverducre.com/_fragment?_path=_locale=de&_format=html&_controller=App%5CController%5CSnippetController%3A%3AdisturberAction"
  "entire_uri"
]
591 0.52 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  271
]
592 0.51 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  120077
]
593 0.60 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  120077
]
594 0.59 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  120077
]
595 0.75 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  120077
]
596 0.46 ms
select `iconLabels` from object_store_prod where oo_id  = 120077
Parameters:
[]
597 0.47 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  120077
  "videos"
]
598 0.53 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 120077 AND fieldname = 'attributes'
Parameters:
[]
599 0.63 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 120077 AND fieldname = 'attributes'
Parameters:
[]
600 0.45 ms
select `combinedBlock` from object_store_prod where oo_id  = 120077
Parameters:
[]
601 0.51 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 120077
Parameters:
[]
602 0.48 ms
select `accessoryDemand` from object_store_prod where oo_id  = 120077
Parameters:
[]
603 0.39 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 120077
Parameters:
[]
604 0.37 ms
select `combinedImage` from object_store_prod where oo_id  = 120077
Parameters:
[]
605 0.58 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  120077
]
606 0.37 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  4779904
]
607 0.40 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  4779904
]
608 27.22 ms
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '182339' and a.id != '182339') or parentProducts like '%,182339,%') and IFNULL(isSalesItem, 0) = 0 and (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL)
            group by color
            order by maxMainProductInLine desc
Parameters:
[]
609 0.59 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182598
]
610 0.57 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  182598
]
611 1.36 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182598
]
612 0.66 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182598
]
613 0.45 ms
select `iconLabels` from object_store_prod where oo_id  = 182598
Parameters:
[]
614 0.53 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182598
  "videos"
]
615 0.54 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182598 AND fieldname = 'attributes'
Parameters:
[]
616 0.93 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182598 AND fieldname = 'attributes'
Parameters:
[]
617 0.49 ms
select `combinedBlock` from object_store_prod where oo_id  = 182598
Parameters:
[]
618 0.39 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182598
Parameters:
[]
619 0.48 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182598
Parameters:
[]
620 0.37 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182598
Parameters:
[]
621 0.42 ms
select `combinedImage` from object_store_prod where oo_id  = 182598
Parameters:
[]
622 0.59 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182598
]
623 0.40 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182339
]
624 0.49 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  182339
]
625 0.55 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182339
]
626 0.66 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182339
]
627 0.38 ms
select `iconLabels` from object_store_prod where oo_id  = 182339
Parameters:
[]
628 0.37 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182339
  "videos"
]
629 0.51 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182339 AND fieldname = 'attributes'
Parameters:
[]
630 0.53 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182339 AND fieldname = 'attributes'
Parameters:
[]
631 0.38 ms
select `combinedBlock` from object_store_prod where oo_id  = 182339
Parameters:
[]
632 0.33 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182339
Parameters:
[]
633 0.36 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182339
Parameters:
[]
634 0.37 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182339
Parameters:
[]
635 0.36 ms
select `combinedImage` from object_store_prod where oo_id  = 182339
Parameters:
[]
636 0.67 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182339
]
637 0.46 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422484
]
638 0.67 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422484
]
639 0.55 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182590
]
640 0.68 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  182590
]
641 1.38 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182590
]
642 0.68 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182590
]
643 0.48 ms
select `iconLabels` from object_store_prod where oo_id  = 182590
Parameters:
[]
644 0.48 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182590
  "videos"
]
645 0.51 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182590 AND fieldname = 'attributes'
Parameters:
[]
646 0.84 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182590 AND fieldname = 'attributes'
Parameters:
[]
647 0.43 ms
select `combinedBlock` from object_store_prod where oo_id  = 182590
Parameters:
[]
648 0.42 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182590
Parameters:
[]
649 0.42 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182590
Parameters:
[]
650 0.43 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182590
Parameters:
[]
651 0.40 ms
select `combinedImage` from object_store_prod where oo_id  = 182590
Parameters:
[]
652 0.48 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182590
]
653 0.55 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422485
]
654 0.62 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422485
]
655 0.50 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182594
]
656 0.61 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  182594
]
657 0.83 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182594
]
658 0.61 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182594
]
659 0.58 ms
select `iconLabels` from object_store_prod where oo_id  = 182594
Parameters:
[]
660 0.48 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182594
  "videos"
]
661 0.52 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182594 AND fieldname = 'attributes'
Parameters:
[]
662 0.81 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182594 AND fieldname = 'attributes'
Parameters:
[]
663 0.49 ms
select `combinedBlock` from object_store_prod where oo_id  = 182594
Parameters:
[]
664 0.38 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182594
Parameters:
[]
665 0.46 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182594
Parameters:
[]
666 0.44 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182594
Parameters:
[]
667 0.43 ms
select `combinedImage` from object_store_prod where oo_id  = 182594
Parameters:
[]
668 0.65 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182594
]
669 0.57 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422483
]
670 0.68 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422483
]
671 0.51 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182602
]
672 0.68 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  182602
]
673 1.31 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182602
]
674 0.77 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182602
]
675 0.44 ms
select `iconLabels` from object_store_prod where oo_id  = 182602
Parameters:
[]
676 0.47 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182602
  "videos"
]
677 0.57 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182602 AND fieldname = 'attributes'
Parameters:
[]
678 0.83 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182602 AND fieldname = 'attributes'
Parameters:
[]
679 0.50 ms
select `combinedBlock` from object_store_prod where oo_id  = 182602
Parameters:
[]
680 0.45 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182602
Parameters:
[]
681 0.43 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182602
Parameters:
[]
682 0.40 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182602
Parameters:
[]
683 0.38 ms
select `combinedImage` from object_store_prod where oo_id  = 182602
Parameters:
[]
684 0.48 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182602
]
685 0.52 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422487
]
686 0.68 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422487
]
687 0.42 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182586
]
688 0.58 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  182586
]
689 1.30 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182586
]
690 0.70 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182586
]
691 0.52 ms
select `iconLabels` from object_store_prod where oo_id  = 182586
Parameters:
[]
692 0.44 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182586
  "videos"
]
693 0.87 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182586 AND fieldname = 'attributes'
Parameters:
[]
694 0.86 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182586 AND fieldname = 'attributes'
Parameters:
[]
695 0.39 ms
select `combinedBlock` from object_store_prod where oo_id  = 182586
Parameters:
[]
696 0.38 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182586
Parameters:
[]
697 0.37 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182586
Parameters:
[]
698 0.37 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182586
Parameters:
[]
699 0.37 ms
select `combinedImage` from object_store_prod where oo_id  = 182586
Parameters:
[]
700 0.49 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182586
]
701 0.45 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422486
]
702 0.63 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422486
]
703 1.13 ms
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '182310' and a.id != '182310') or parentProducts like '%,182310,%') and IFNULL(isSalesItem, 0) = 0 and (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL)
            group by color
            order by maxMainProductInLine desc
Parameters:
[]
704 0.35 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422456
]
705 0.31 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422456
]
706 0.42 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182621
]
707 0.56 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  182621
]
708 1.07 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182621
]
709 0.67 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182621
]
710 0.44 ms
select `iconLabels` from object_store_prod where oo_id  = 182621
Parameters:
[]
711 0.44 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182621
  "videos"
]
712 0.56 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182621 AND fieldname = 'attributes'
Parameters:
[]
713 0.91 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182621 AND fieldname = 'attributes'
Parameters:
[]
714 0.45 ms
select `combinedBlock` from object_store_prod where oo_id  = 182621
Parameters:
[]
715 0.39 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182621
Parameters:
[]
716 0.42 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182621
Parameters:
[]
717 0.41 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182621
Parameters:
[]
718 0.38 ms
select `combinedImage` from object_store_prod where oo_id  = 182621
Parameters:
[]
719 0.49 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182621
]
720 0.34 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422455
]
721 0.39 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422455
]
722 29.66 ms
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '182342' and a.id != '182342') or parentProducts like '%,182342,%') and IFNULL(isSalesItem, 0) = 0 and (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL)
            group by color
            order by maxMainProductInLine desc
Parameters:
[]
723 0.49 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182669
]
724 0.53 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  182669
]
725 1.42 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182669
]
726 0.84 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182669
]
727 0.44 ms
select `iconLabels` from object_store_prod where oo_id  = 182669
Parameters:
[]
728 0.41 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182669
  "videos"
]
729 0.98 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182669 AND fieldname = 'attributes'
Parameters:
[]
730 1.75 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182669 AND fieldname = 'attributes'
Parameters:
[]
731 0.44 ms
select `combinedBlock` from object_store_prod where oo_id  = 182669
Parameters:
[]
732 0.41 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182669
Parameters:
[]
733 0.37 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182669
Parameters:
[]
734 0.36 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182669
Parameters:
[]
735 0.36 ms
select `combinedImage` from object_store_prod where oo_id  = 182669
Parameters:
[]
736 0.47 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182669
]
737 0.39 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182342
]
738 0.52 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  182342
]
739 0.51 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182342
]
740 0.62 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182342
]
741 0.37 ms
select `iconLabels` from object_store_prod where oo_id  = 182342
Parameters:
[]
742 0.41 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182342
  "videos"
]
743 0.47 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182342 AND fieldname = 'attributes'
Parameters:
[]
744 0.56 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182342 AND fieldname = 'attributes'
Parameters:
[]
745 0.41 ms
select `combinedBlock` from object_store_prod where oo_id  = 182342
Parameters:
[]
746 0.36 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182342
Parameters:
[]
747 0.37 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182342
Parameters:
[]
748 0.37 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182342
Parameters:
[]
749 0.35 ms
select `combinedImage` from object_store_prod where oo_id  = 182342
Parameters:
[]
750 0.49 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182342
]
751 0.46 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182340
]
752 0.52 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  182340
]
753 0.52 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182340
]
754 0.68 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182340
]
755 0.37 ms
select `iconLabels` from object_store_prod where oo_id  = 182340
Parameters:
[]
756 0.38 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182340
  "videos"
]
757 0.49 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182340 AND fieldname = 'attributes'
Parameters:
[]
758 0.52 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182340 AND fieldname = 'attributes'
Parameters:
[]
759 0.46 ms
select `combinedBlock` from object_store_prod where oo_id  = 182340
Parameters:
[]
760 0.48 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182340
Parameters:
[]
761 0.45 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182340
Parameters:
[]
762 0.47 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182340
Parameters:
[]
763 0.46 ms
select `combinedImage` from object_store_prod where oo_id  = 182340
Parameters:
[]
764 0.55 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182340
]
765 0.55 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422475
]
766 0.75 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422475
]
767 0.62 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182675
]
768 0.56 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  182675
]
769 1.25 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182675
]
770 0.74 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182675
]
771 0.52 ms
select `iconLabels` from object_store_prod where oo_id  = 182675
Parameters:
[]
772 0.44 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182675
  "videos"
]
773 0.53 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182675 AND fieldname = 'attributes'
Parameters:
[]
774 2.19 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182675 AND fieldname = 'attributes'
Parameters:
[]
775 0.51 ms
select `combinedBlock` from object_store_prod where oo_id  = 182675
Parameters:
[]
776 0.42 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182675
Parameters:
[]
777 0.42 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182675
Parameters:
[]
778 0.47 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182675
Parameters:
[]
779 0.43 ms
select `combinedImage` from object_store_prod where oo_id  = 182675
Parameters:
[]
780 0.51 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182675
]
781 0.50 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422471
]
782 0.78 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422471
]
783 0.44 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182663
]
784 0.61 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  182663
]
785 0.73 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182663
]
786 0.67 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182663
]
787 0.47 ms
select `iconLabels` from object_store_prod where oo_id  = 182663
Parameters:
[]
788 0.45 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182663
  "videos"
]
789 0.57 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182663 AND fieldname = 'attributes'
Parameters:
[]
790 1.41 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182663 AND fieldname = 'attributes'
Parameters:
[]
791 0.45 ms
select `combinedBlock` from object_store_prod where oo_id  = 182663
Parameters:
[]
792 0.38 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182663
Parameters:
[]
793 0.36 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182663
Parameters:
[]
794 0.47 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182663
Parameters:
[]
795 0.47 ms
select `combinedImage` from object_store_prod where oo_id  = 182663
Parameters:
[]
796 0.56 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182663
]
797 0.52 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422472
]
798 0.61 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422472
]
799 0.44 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182679
]
800 0.56 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  182679
]
801 1.19 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182679
]
802 0.73 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182679
]
803 0.43 ms
select `iconLabels` from object_store_prod where oo_id  = 182679
Parameters:
[]
804 0.45 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182679
  "videos"
]
805 0.57 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182679 AND fieldname = 'attributes'
Parameters:
[]
806 0.99 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182679 AND fieldname = 'attributes'
Parameters:
[]
807 0.40 ms
select `combinedBlock` from object_store_prod where oo_id  = 182679
Parameters:
[]
808 0.54 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182679
Parameters:
[]
809 0.44 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182679
Parameters:
[]
810 0.55 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182679
Parameters:
[]
811 0.43 ms
select `combinedImage` from object_store_prod where oo_id  = 182679
Parameters:
[]
812 0.53 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182679
]
813 0.64 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422476
]
814 0.68 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422476
]
815 0.45 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182667
]
816 0.63 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  182667
]
817 0.89 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182667
]
818 0.74 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182667
]
819 0.51 ms
select `iconLabels` from object_store_prod where oo_id  = 182667
Parameters:
[]
820 0.46 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182667
  "videos"
]
821 0.56 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182667 AND fieldname = 'attributes'
Parameters:
[]
822 0.97 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182667 AND fieldname = 'attributes'
Parameters:
[]
823 0.39 ms
select `combinedBlock` from object_store_prod where oo_id  = 182667
Parameters:
[]
824 0.38 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182667
Parameters:
[]
825 0.44 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182667
Parameters:
[]
826 0.37 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182667
Parameters:
[]
827 0.37 ms
select `combinedImage` from object_store_prod where oo_id  = 182667
Parameters:
[]
828 0.54 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182667
]
829 0.53 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422474
]
830 0.61 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422474
]
831 0.46 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182683
]
832 0.55 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  182683
]
833 1.22 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182683
]
834 0.62 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182683
]
835 0.47 ms
select `iconLabels` from object_store_prod where oo_id  = 182683
Parameters:
[]
836 0.46 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182683
  "videos"
]
837 0.58 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182683 AND fieldname = 'attributes'
Parameters:
[]
838 0.95 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182683 AND fieldname = 'attributes'
Parameters:
[]
839 0.49 ms
select `combinedBlock` from object_store_prod where oo_id  = 182683
Parameters:
[]
840 0.41 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182683
Parameters:
[]
841 0.42 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182683
Parameters:
[]
842 0.45 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182683
Parameters:
[]
843 0.41 ms
select `combinedImage` from object_store_prod where oo_id  = 182683
Parameters:
[]
844 0.51 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182683
]
845 0.58 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422473
]
846 0.57 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422473
]
847 0.44 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182659
]
848 0.84 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  182659
]
849 8.10 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182659
]
850 0.65 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182659
]
851 0.40 ms
select `iconLabels` from object_store_prod where oo_id  = 182659
Parameters:
[]
852 0.43 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182659
  "videos"
]
853 0.54 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182659 AND fieldname = 'attributes'
Parameters:
[]
854 0.98 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182659 AND fieldname = 'attributes'
Parameters:
[]
855 0.51 ms
select `combinedBlock` from object_store_prod where oo_id  = 182659
Parameters:
[]
856 0.40 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182659
Parameters:
[]
857 0.36 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182659
Parameters:
[]
858 0.40 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182659
Parameters:
[]
859 0.39 ms
select `combinedImage` from object_store_prod where oo_id  = 182659
Parameters:
[]
860 0.49 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182659
]
861 0.58 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422477
]
862 0.62 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422477
]
863 30.43 ms
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '182341' and a.id != '182341') or parentProducts like '%,182341,%') and IFNULL(isSalesItem, 0) = 0 and (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL)
            group by color
            order by maxMainProductInLine desc
Parameters:
[]
864 0.50 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182695
]
865 0.55 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  182695
]
866 1.34 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182695
]
867 0.76 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182695
]
868 0.52 ms
select `iconLabels` from object_store_prod where oo_id  = 182695
Parameters:
[]
869 0.43 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182695
  "videos"
]
870 0.57 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182695 AND fieldname = 'attributes'
Parameters:
[]
871 0.87 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182695 AND fieldname = 'attributes'
Parameters:
[]
872 0.47 ms
select `combinedBlock` from object_store_prod where oo_id  = 182695
Parameters:
[]
873 0.38 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182695
Parameters:
[]
874 0.39 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182695
Parameters:
[]
875 0.44 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182695
Parameters:
[]
876 0.37 ms
select `combinedImage` from object_store_prod where oo_id  = 182695
Parameters:
[]
877 0.51 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182695
]
878 0.46 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182341
]
879 0.54 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  182341
]
880 0.52 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182341
]
881 0.64 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182341
]
882 0.37 ms
select `iconLabels` from object_store_prod where oo_id  = 182341
Parameters:
[]
883 0.43 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182341
  "videos"
]
884 0.45 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182341 AND fieldname = 'attributes'
Parameters:
[]
885 0.48 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182341 AND fieldname = 'attributes'
Parameters:
[]
886 0.37 ms
select `combinedBlock` from object_store_prod where oo_id  = 182341
Parameters:
[]
887 0.39 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182341
Parameters:
[]
888 0.35 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182341
Parameters:
[]
889 0.37 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182341
Parameters:
[]
890 0.35 ms
select `combinedImage` from object_store_prod where oo_id  = 182341
Parameters:
[]
891 0.45 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182341
]
892 0.54 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422466
]
893 0.61 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422466
]
894 0.44 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182703
]
895 0.55 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  182703
]
896 1.35 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182703
]
897 0.64 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182703
]
898 0.46 ms
select `iconLabels` from object_store_prod where oo_id  = 182703
Parameters:
[]
899 0.43 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182703
  "videos"
]
900 0.52 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182703 AND fieldname = 'attributes'
Parameters:
[]
901 0.93 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182703 AND fieldname = 'attributes'
Parameters:
[]
902 0.38 ms
select `combinedBlock` from object_store_prod where oo_id  = 182703
Parameters:
[]
903 0.38 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182703
Parameters:
[]
904 0.38 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182703
Parameters:
[]
905 0.36 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182703
Parameters:
[]
906 0.36 ms
select `combinedImage` from object_store_prod where oo_id  = 182703
Parameters:
[]
907 0.45 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182703
]
908 0.47 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422468
]
909 0.63 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422468
]
910 0.38 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182691
]
911 0.61 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  182691
]
912 1.58 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182691
]
913 0.67 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182691
]
914 0.41 ms
select `iconLabels` from object_store_prod where oo_id  = 182691
Parameters:
[]
915 0.48 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182691
  "videos"
]
916 0.55 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182691 AND fieldname = 'attributes'
Parameters:
[]
917 0.88 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182691 AND fieldname = 'attributes'
Parameters:
[]
918 0.43 ms
select `combinedBlock` from object_store_prod where oo_id  = 182691
Parameters:
[]
919 0.38 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182691
Parameters:
[]
920 0.45 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182691
Parameters:
[]
921 0.39 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182691
Parameters:
[]
922 0.40 ms
select `combinedImage` from object_store_prod where oo_id  = 182691
Parameters:
[]
923 0.54 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182691
]
924 0.51 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422465
]
925 0.58 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422465
]
926 0.43 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182699
]
927 0.52 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  182699
]
928 1.23 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182699
]
929 0.68 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182699
]
930 0.40 ms
select `iconLabels` from object_store_prod where oo_id  = 182699
Parameters:
[]
931 2.48 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182699
  "videos"
]
932 0.55 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182699 AND fieldname = 'attributes'
Parameters:
[]
933 0.90 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182699 AND fieldname = 'attributes'
Parameters:
[]
934 0.38 ms
select `combinedBlock` from object_store_prod where oo_id  = 182699
Parameters:
[]
935 0.43 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182699
Parameters:
[]
936 0.48 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182699
Parameters:
[]
937 0.44 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182699
Parameters:
[]
938 0.41 ms
select `combinedImage` from object_store_prod where oo_id  = 182699
Parameters:
[]
939 0.48 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182699
]
940 0.49 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422464
]
941 0.62 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422464
]
942 0.49 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182707
]
943 0.54 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  182707
]
944 1.87 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182707
]
945 4.89 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182707
]
946 0.45 ms
select `iconLabels` from object_store_prod where oo_id  = 182707
Parameters:
[]
947 0.48 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182707
  "videos"
]
948 0.53 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182707 AND fieldname = 'attributes'
Parameters:
[]
949 0.88 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182707 AND fieldname = 'attributes'
Parameters:
[]
950 0.38 ms
select `combinedBlock` from object_store_prod where oo_id  = 182707
Parameters:
[]
951 0.68 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182707
Parameters:
[]
952 0.43 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182707
Parameters:
[]
953 0.42 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182707
Parameters:
[]
954 0.47 ms
select `combinedImage` from object_store_prod where oo_id  = 182707
Parameters:
[]
955 0.54 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182707
]
956 0.52 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422469
]
957 0.67 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422469
]
958 0.40 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182711
]
959 0.57 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  182711
]
960 1.26 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182711
]
961 0.66 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182711
]
962 0.44 ms
select `iconLabels` from object_store_prod where oo_id  = 182711
Parameters:
[]
963 0.45 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182711
  "videos"
]
964 0.55 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182711 AND fieldname = 'attributes'
Parameters:
[]
965 0.90 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182711 AND fieldname = 'attributes'
Parameters:
[]
966 0.39 ms
select `combinedBlock` from object_store_prod where oo_id  = 182711
Parameters:
[]
967 0.39 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182711
Parameters:
[]
968 0.40 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182711
Parameters:
[]
969 0.37 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182711
Parameters:
[]
970 0.37 ms
select `combinedImage` from object_store_prod where oo_id  = 182711
Parameters:
[]
971 0.48 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182711
]
972 0.50 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422467
]
973 0.59 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422467
]
974 0.44 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182687
]
975 0.59 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  182687
]
976 1.57 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182687
]
977 0.68 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182687
]
978 0.46 ms
select `iconLabels` from object_store_prod where oo_id  = 182687
Parameters:
[]
979 0.42 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182687
  "videos"
]
980 0.62 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182687 AND fieldname = 'attributes'
Parameters:
[]
981 1.03 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182687 AND fieldname = 'attributes'
Parameters:
[]
982 0.53 ms
select `combinedBlock` from object_store_prod where oo_id  = 182687
Parameters:
[]
983 0.51 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182687
Parameters:
[]
984 0.44 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182687
Parameters:
[]
985 0.42 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182687
Parameters:
[]
986 0.44 ms
select `combinedImage` from object_store_prod where oo_id  = 182687
Parameters:
[]
987 0.53 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182687
]
988 0.50 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422470
]
989 0.65 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422470
]
990 0.39 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
991 1.13 ms
SELECT * FROM redirects WHERE
            (
                (source = ? AND (`type` = ? OR `type` = ?)) OR
                (source = ? AND `type` = ?) OR
                (source = ? AND `type` = ?)
            ) AND active = 1 AND (regex IS NULL OR regex = 0) AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND (sourceSite IS NULL OR sourceSite = 0) AND priority = 99 ORDER BY `priority` DESC
Parameters:
[
  "/_fragment"
  "path"
  "auto_create"
  "/_fragment?_path=_locale=de&_format=html&_controller=App%5CController%5CSnippetController%3A%3AdisturberAction"
  "path_query"
  "https://testing.weverducre.com/_fragment?_path=_locale=de&_format=html&_controller=App%5CController%5CSnippetController%3A%3AdisturberAction"
  "entire_uri"
]
992 0.84 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  273
]
993 0.65 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  4779967
]
994 0.63 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  4779967
]
995 1.08 ms
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '182333' and a.id != '182333') or parentProducts like '%,182333,%') and IFNULL(isSalesItem, 0) = 0 and (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL)
            group by color
            order by maxMainProductInLine desc
Parameters:
[]
996 0.45 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422401
]
997 0.50 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422401
]
998 0.41 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422402
]
999 0.37 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422402
]
1000 30.08 ms
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '182294' and a.id != '182294') or parentProducts like '%,182294,%') and IFNULL(isSalesItem, 0) = 0 and (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL)
            group by color
            order by maxMainProductInLine desc
Parameters:
[]
1001 0.54 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182724
]
1002 0.59 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  182724
]
1003 2.08 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182724
]
1004 0.75 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182724
]
1005 0.55 ms
select `iconLabels` from object_store_prod where oo_id  = 182724
Parameters:
[]
1006 0.52 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182724
  "videos"
]
1007 0.63 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182724 AND fieldname = 'attributes'
Parameters:
[]
1008 1.19 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182724 AND fieldname = 'attributes'
Parameters:
[]
1009 0.55 ms
select `combinedBlock` from object_store_prod where oo_id  = 182724
Parameters:
[]
1010 0.44 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182724
Parameters:
[]
1011 0.47 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182724
Parameters:
[]
1012 0.41 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182724
Parameters:
[]
1013 0.35 ms
select `combinedImage` from object_store_prod where oo_id  = 182724
Parameters:
[]
1014 0.54 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182724
]
1015 0.45 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182294
]
1016 0.56 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  182294
]
1017 0.50 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182294
]
1018 0.64 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182294
]
1019 0.40 ms
select `iconLabels` from object_store_prod where oo_id  = 182294
Parameters:
[]
1020 0.46 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182294
  "videos"
]
1021 0.58 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182294 AND fieldname = 'attributes'
Parameters:
[]
1022 0.53 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182294 AND fieldname = 'attributes'
Parameters:
[]
1023 0.45 ms
select `combinedBlock` from object_store_prod where oo_id  = 182294
Parameters:
[]
1024 0.38 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182294
Parameters:
[]
1025 0.37 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182294
Parameters:
[]
1026 0.37 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182294
Parameters:
[]
1027 0.47 ms
select `combinedImage` from object_store_prod where oo_id  = 182294
Parameters:
[]
1028 0.55 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182294
]
1029 0.44 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  171518
]
1030 0.54 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  171518
]
1031 0.51 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  171518
]
1032 0.69 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  171518
]
1033 0.39 ms
select `iconLabels` from object_store_prod where oo_id  = 171518
Parameters:
[]
1034 0.42 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  171518
  "videos"
]
1035 0.49 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 171518 AND fieldname = 'attributes'
Parameters:
[]
1036 0.57 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 171518 AND fieldname = 'attributes'
Parameters:
[]
1037 0.43 ms
select `combinedBlock` from object_store_prod where oo_id  = 171518
Parameters:
[]
1038 0.54 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 171518
Parameters:
[]
1039 0.50 ms
select `accessoryDemand` from object_store_prod where oo_id  = 171518
Parameters:
[]
1040 0.42 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 171518
Parameters:
[]
1041 0.43 ms
select `combinedImage` from object_store_prod where oo_id  = 171518
Parameters:
[]
1042 0.55 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  171518
]
1043 0.64 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422373
]
1044 0.63 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422373
]
1045 0.46 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182727
]
1046 0.64 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  182727
]
1047 0.81 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182727
]
1048 0.65 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182727
]
1049 0.49 ms
select `iconLabels` from object_store_prod where oo_id  = 182727
Parameters:
[]
1050 0.44 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182727
  "videos"
]
1051 0.52 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182727 AND fieldname = 'attributes'
Parameters:
[]
1052 0.89 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182727 AND fieldname = 'attributes'
Parameters:
[]
1053 0.39 ms
select `combinedBlock` from object_store_prod where oo_id  = 182727
Parameters:
[]
1054 0.41 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182727
Parameters:
[]
1055 0.41 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182727
Parameters:
[]
1056 0.38 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182727
Parameters:
[]
1057 0.41 ms
select `combinedImage` from object_store_prod where oo_id  = 182727
Parameters:
[]
1058 0.51 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182727
]
1059 0.51 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422379
]
1060 0.62 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422379
]
1061 0.68 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182721
]
1062 0.65 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  182721
]
1063 1.73 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182721
]
1064 0.66 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182721
]
1065 0.47 ms
select `iconLabels` from object_store_prod where oo_id  = 182721
Parameters:
[]
1066 0.71 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182721
  "videos"
]
1067 0.54 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182721 AND fieldname = 'attributes'
Parameters:
[]
1068 1.03 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182721 AND fieldname = 'attributes'
Parameters:
[]
1069 0.46 ms
select `combinedBlock` from object_store_prod where oo_id  = 182721
Parameters:
[]
1070 0.39 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182721
Parameters:
[]
1071 0.37 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182721
Parameters:
[]
1072 0.43 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182721
Parameters:
[]
1073 0.37 ms
select `combinedImage` from object_store_prod where oo_id  = 182721
Parameters:
[]
1074 0.50 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182721
]
1075 0.46 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422377
]
1076 0.62 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422377
]
1077 28.01 ms
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '182331' and a.id != '182331') or parentProducts like '%,182331,%') and IFNULL(isSalesItem, 0) = 0 and (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL)
            group by color
            order by maxMainProductInLine desc
Parameters:
[]
1078 0.42 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422391
]
1079 0.33 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422391
]
1080 0.41 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422386
]
1081 0.35 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422386
]
1082 0.43 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422396
]
1083 0.37 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422396
]
1084 0.39 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422398
]
1085 0.36 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422398
]
1086 43.34 ms
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '17165' and a.id != '17165') or parentProducts like '%,17165,%') and IFNULL(isSalesItem, 0) = 0 and (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL)
            group by color
            order by maxMainProductInLine desc
Parameters:
[]
1087 0.43 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  1101
]
1088 0.34 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  1101
]
1089 0.61 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  25839
]
1090 0.67 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  25839
]
1091 0.81 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  25839
]
1092 0.71 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  25839
]
1093 0.45 ms
select `iconLabels` from object_store_prod where oo_id  = 25839
Parameters:
[]
1094 0.48 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  25839
  "videos"
]
1095 0.60 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 25839 AND fieldname = 'attributes'
Parameters:
[]
1096 6.09 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 25839 AND fieldname = 'attributes'
Parameters:
[]
1097 0.39 ms
select `combinedBlock` from object_store_prod where oo_id  = 25839
Parameters:
[]
1098 0.40 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 25839
Parameters:
[]
1099 0.38 ms
select `accessoryDemand` from object_store_prod where oo_id  = 25839
Parameters:
[]
1100 0.39 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 25839
Parameters:
[]
1101 0.38 ms
select `combinedImage` from object_store_prod where oo_id  = 25839
Parameters:
[]
1102 5.29 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  25839
]
1103 0.48 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  269131
]
1104 0.68 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  269131
]
1105 0.49 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  25841
]
1106 0.57 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  25841
]
1107 0.76 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  25841
]
1108 0.73 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  25841
]
1109 0.43 ms
select `iconLabels` from object_store_prod where oo_id  = 25841
Parameters:
[]
1110 0.40 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  25841
  "videos"
]
1111 0.48 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 25841 AND fieldname = 'attributes'
Parameters:
[]
1112 0.82 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 25841 AND fieldname = 'attributes'
Parameters:
[]
1113 0.38 ms
select `combinedBlock` from object_store_prod where oo_id  = 25841
Parameters:
[]
1114 0.41 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 25841
Parameters:
[]
1115 0.38 ms
select `accessoryDemand` from object_store_prod where oo_id  = 25841
Parameters:
[]
1116 0.52 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 25841
Parameters:
[]
1117 0.44 ms
select `combinedImage` from object_store_prod where oo_id  = 25841
Parameters:
[]
1118 0.52 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  25841
]
1119 0.49 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  319819
]
1120 0.68 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  319819
]
1121 0.42 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  25835
]
1122 0.58 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  25835
]
1123 0.73 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  25835
]
1124 0.68 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  25835
]
1125 0.38 ms
select `iconLabels` from object_store_prod where oo_id  = 25835
Parameters:
[]
1126 0.41 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  25835
  "videos"
]
1127 0.55 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 25835 AND fieldname = 'attributes'
Parameters:
[]
1128 4.31 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 25835 AND fieldname = 'attributes'
Parameters:
[]
1129 0.42 ms
select `combinedBlock` from object_store_prod where oo_id  = 25835
Parameters:
[]
1130 0.38 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 25835
Parameters:
[]
1131 0.42 ms
select `accessoryDemand` from object_store_prod where oo_id  = 25835
Parameters:
[]
1132 0.40 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 25835
Parameters:
[]
1133 0.40 ms
select `combinedImage` from object_store_prod where oo_id  = 25835
Parameters:
[]
1134 0.52 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  25835
]
1135 0.51 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  269096
]
1136 0.69 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  269096
]
1137 0.41 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  25837
]
1138 0.56 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  25837
]
1139 0.85 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  25837
]
1140 0.72 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  25837
]
1141 0.56 ms
select `iconLabels` from object_store_prod where oo_id  = 25837
Parameters:
[]
1142 0.49 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  25837
  "videos"
]
1143 0.56 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 25837 AND fieldname = 'attributes'
Parameters:
[]
1144 1.00 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 25837 AND fieldname = 'attributes'
Parameters:
[]
1145 0.37 ms
select `combinedBlock` from object_store_prod where oo_id  = 25837
Parameters:
[]
1146 0.36 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 25837
Parameters:
[]
1147 0.36 ms
select `accessoryDemand` from object_store_prod where oo_id  = 25837
Parameters:
[]
1148 0.39 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 25837
Parameters:
[]
1149 0.55 ms
select `combinedImage` from object_store_prod where oo_id  = 25837
Parameters:
[]
1150 0.52 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  25837
]
1151 0.45 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  269125
]
1152 0.58 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  269125
]
1153 26.04 ms
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '26897' and a.id != '26897') or parentProducts like '%,26897,%') and IFNULL(isSalesItem, 0) = 0 and (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL)
            group by color
            order by maxMainProductInLine desc
Parameters:
[]
1154 0.44 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  417916
]
1155 0.38 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  417916
]
1156 0.43 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  417881
]
1157 1.38 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  417881
]
1158 33.69 ms
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '17132' and a.id != '17132') or parentProducts like '%,17132,%') and IFNULL(isSalesItem, 0) = 0 and (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL)
            group by color
            order by maxMainProductInLine desc
Parameters:
[]
1159 0.40 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  2009
]
1160 0.39 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  2009
]
1161 0.63 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  72433
]
1162 0.58 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  72433
]
1163 9.20 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  72433
]
1164 0.66 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  72433
]
1165 0.40 ms
select `iconLabels` from object_store_prod where oo_id  = 72433
Parameters:
[]
1166 0.44 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  72433
  "videos"
]
1167 0.53 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 72433 AND fieldname = 'attributes'
Parameters:
[]
1168 11.69 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 72433 AND fieldname = 'attributes'
Parameters:
[]
1169 0.41 ms
select `combinedBlock` from object_store_prod where oo_id  = 72433
Parameters:
[]
1170 0.39 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 72433
Parameters:
[]
1171 0.41 ms
select `accessoryDemand` from object_store_prod where oo_id  = 72433
Parameters:
[]
1172 0.39 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 72433
Parameters:
[]
1173 0.41 ms
select `combinedImage` from object_store_prod where oo_id  = 72433
Parameters:
[]
1174 0.56 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  72433
]
1175 0.47 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  386
]
1176 0.75 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  386
]
1177 0.38 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  121069
]
1178 0.50 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  121069
]
1179 4.56 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  121069
]
1180 0.67 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  121069
]
1181 0.41 ms
select `iconLabels` from object_store_prod where oo_id  = 121069
Parameters:
[]
1182 0.42 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  121069
  "videos"
]
1183 0.56 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 121069 AND fieldname = 'attributes'
Parameters:
[]
1184 0.93 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 121069 AND fieldname = 'attributes'
Parameters:
[]
1185 0.40 ms
select `combinedBlock` from object_store_prod where oo_id  = 121069
Parameters:
[]
1186 0.42 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 121069
Parameters:
[]
1187 0.39 ms
select `accessoryDemand` from object_store_prod where oo_id  = 121069
Parameters:
[]
1188 0.39 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 121069
Parameters:
[]
1189 0.35 ms
select `combinedImage` from object_store_prod where oo_id  = 121069
Parameters:
[]
1190 0.70 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  121069
]
1191 0.44 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  2298736
]
1192 0.59 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  2298736
]
1193 0.38 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  121079
]
1194 0.52 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  121079
]
1195 4.95 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  121079
]
1196 0.65 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  121079
]
1197 0.46 ms
select `iconLabels` from object_store_prod where oo_id  = 121079
Parameters:
[]
1198 0.40 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  121079
  "videos"
]
1199 0.54 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 121079 AND fieldname = 'attributes'
Parameters:
[]
1200 5.52 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 121079 AND fieldname = 'attributes'
Parameters:
[]
1201 0.40 ms
select `combinedBlock` from object_store_prod where oo_id  = 121079
Parameters:
[]
1202 0.38 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 121079
Parameters:
[]
1203 0.37 ms
select `accessoryDemand` from object_store_prod where oo_id  = 121079
Parameters:
[]
1204 0.44 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 121079
Parameters:
[]
1205 0.41 ms
select `combinedImage` from object_store_prod where oo_id  = 121079
Parameters:
[]
1206 0.62 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  121079
]
1207 0.45 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  319861
]
1208 0.65 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  319861
]
1209 0.44 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  72447
]
1210 0.53 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  72447
]
1211 4.11 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  72447
]
1212 0.67 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  72447
]
1213 0.39 ms
select `iconLabels` from object_store_prod where oo_id  = 72447
Parameters:
[]
1214 0.43 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  72447
  "videos"
]
1215 0.60 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 72447 AND fieldname = 'attributes'
Parameters:
[]
1216 0.87 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 72447 AND fieldname = 'attributes'
Parameters:
[]
1217 0.41 ms
select `combinedBlock` from object_store_prod where oo_id  = 72447
Parameters:
[]
1218 0.46 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 72447
Parameters:
[]
1219 0.42 ms
select `accessoryDemand` from object_store_prod where oo_id  = 72447
Parameters:
[]
1220 0.39 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 72447
Parameters:
[]
1221 0.39 ms
select `combinedImage` from object_store_prod where oo_id  = 72447
Parameters:
[]
1222 0.59 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  72447
]
1223 0.47 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  675
]
1224 0.63 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  675
]
1225 28.12 ms
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '17138' and a.id != '17138') or parentProducts like '%,17138,%') and IFNULL(isSalesItem, 0) = 0 and (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL)
            group by color
            order by maxMainProductInLine desc
Parameters:
[]
1226 0.39 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  4975856
]
1227 0.37 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  4975856
]
1228 0.79 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  121651
]
1229 0.74 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  121651
]
1230 1.06 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  121651
]
1231 0.65 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  121651
]
1232 0.46 ms
select `iconLabels` from object_store_prod where oo_id  = 121651
Parameters:
[]
1233 0.39 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  121651
  "videos"
]
1234 0.77 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 121651 AND fieldname = 'attributes'
Parameters:
[]
1235 1.05 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 121651 AND fieldname = 'attributes'
Parameters:
[]
1236 0.36 ms
select `combinedBlock` from object_store_prod where oo_id  = 121651
Parameters:
[]
1237 0.37 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 121651
Parameters:
[]
1238 0.37 ms
select `accessoryDemand` from object_store_prod where oo_id  = 121651
Parameters:
[]
1239 0.35 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 121651
Parameters:
[]
1240 0.37 ms
select `combinedImage` from object_store_prod where oo_id  = 121651
Parameters:
[]
1241 0.61 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  121651
]
1242 0.57 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  4975851
]
1243 1.08 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  4975851
]
1244 0.43 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  90060
]
1245 0.53 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  90060
]
1246 9.33 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  90060
]
1247 0.68 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  90060
]
1248 0.41 ms
select `iconLabels` from object_store_prod where oo_id  = 90060
Parameters:
[]
1249 0.41 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  90060
  "videos"
]
1250 0.51 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 90060 AND fieldname = 'attributes'
Parameters:
[]
1251 5.31 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 90060 AND fieldname = 'attributes'
Parameters:
[]
1252 0.40 ms
select `combinedBlock` from object_store_prod where oo_id  = 90060
Parameters:
[]
1253 0.44 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 90060
Parameters:
[]
1254 0.39 ms
select `accessoryDemand` from object_store_prod where oo_id  = 90060
Parameters:
[]
1255 0.39 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 90060
Parameters:
[]
1256 0.37 ms
select `combinedImage` from object_store_prod where oo_id  = 90060
Parameters:
[]
1257 0.56 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  90060
]
1258 0.42 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  4975852
]
1259 0.69 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  4975852
]
1260 0.39 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  66880
]
1261 0.53 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  66880
]
1262 5.86 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  66880
]
1263 0.64 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  66880
]
1264 0.45 ms
select `iconLabels` from object_store_prod where oo_id  = 66880
Parameters:
[]
1265 0.45 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  66880
  "videos"
]
1266 0.55 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 66880 AND fieldname = 'attributes'
Parameters:
[]
1267 0.98 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 66880 AND fieldname = 'attributes'
Parameters:
[]
1268 0.39 ms
select `combinedBlock` from object_store_prod where oo_id  = 66880
Parameters:
[]
1269 0.40 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 66880
Parameters:
[]
1270 0.39 ms
select `accessoryDemand` from object_store_prod where oo_id  = 66880
Parameters:
[]
1271 0.37 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 66880
Parameters:
[]
1272 0.37 ms
select `combinedImage` from object_store_prod where oo_id  = 66880
Parameters:
[]
1273 0.52 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  66880
]
1274 0.54 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  4975854
]
1275 0.59 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  4975854
]
1276 0.46 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  66868
]
1277 0.55 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  66868
]
1278 1.05 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  66868
]
1279 0.62 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  66868
]
1280 0.40 ms
select `iconLabels` from object_store_prod where oo_id  = 66868
Parameters:
[]
1281 0.41 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  66868
  "videos"
]
1282 0.51 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 66868 AND fieldname = 'attributes'
Parameters:
[]
1283 1.02 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 66868 AND fieldname = 'attributes'
Parameters:
[]
1284 0.48 ms
select `combinedBlock` from object_store_prod where oo_id  = 66868
Parameters:
[]
1285 0.42 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 66868
Parameters:
[]
1286 0.39 ms
select `accessoryDemand` from object_store_prod where oo_id  = 66868
Parameters:
[]
1287 0.41 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 66868
Parameters:
[]
1288 0.40 ms
select `combinedImage` from object_store_prod where oo_id  = 66868
Parameters:
[]
1289 0.54 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  66868
]
1290 0.42 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  4975855
]
1291 0.60 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  4975855
]
1292 0.39 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  66874
]
1293 0.53 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  66874
]
1294 0.87 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  66874
]
1295 0.62 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  66874
]
1296 0.39 ms
select `iconLabels` from object_store_prod where oo_id  = 66874
Parameters:
[]
1297 0.42 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  66874
  "videos"
]
1298 0.46 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 66874 AND fieldname = 'attributes'
Parameters:
[]
1299 0.88 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 66874 AND fieldname = 'attributes'
Parameters:
[]
1300 0.40 ms
select `combinedBlock` from object_store_prod where oo_id  = 66874
Parameters:
[]
1301 0.38 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 66874
Parameters:
[]
1302 0.37 ms
select `accessoryDemand` from object_store_prod where oo_id  = 66874
Parameters:
[]
1303 0.37 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 66874
Parameters:
[]
1304 0.38 ms
select `combinedImage` from object_store_prod where oo_id  = 66874
Parameters:
[]
1305 0.60 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  66874
]
1306 0.44 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  4975853
]
1307 0.58 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  4975853
]
1308 26.07 ms
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '17208' and a.id != '17208') or parentProducts like '%,17208,%') and IFNULL(isSalesItem, 0) = 0 and (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL)
            group by color
            order by maxMainProductInLine desc
Parameters:
[]
1309 0.60 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  90105
]
1310 0.57 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  90105
]
1311 0.76 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  90105
]
1312 0.68 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  90105
]
1313 0.75 ms
select `iconLabels` from object_store_prod where oo_id  = 90105
Parameters:
[]
1314 0.64 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  90105
  "videos"
]
1315 0.61 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 90105 AND fieldname = 'attributes'
Parameters:
[]
1316 0.92 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 90105 AND fieldname = 'attributes'
Parameters:
[]
1317 0.43 ms
select `combinedBlock` from object_store_prod where oo_id  = 90105
Parameters:
[]
1318 0.39 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 90105
Parameters:
[]
1319 0.36 ms
select `accessoryDemand` from object_store_prod where oo_id  = 90105
Parameters:
[]
1320 0.39 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 90105
Parameters:
[]
1321 0.40 ms
select `combinedImage` from object_store_prod where oo_id  = 90105
Parameters:
[]
1322 0.52 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  90105
]
1323 0.40 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  17208
]
1324 0.50 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  17208
]
1325 0.46 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  17208
]
1326 0.66 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  17208
]
1327 0.37 ms
select `iconLabels` from object_store_prod where oo_id  = 17208
Parameters:
[]
1328 0.37 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  17208
  "videos"
]
1329 0.44 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 17208 AND fieldname = 'attributes'
Parameters:
[]
1330 0.55 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 17208 AND fieldname = 'attributes'
Parameters:
[]
1331 0.42 ms
select `combinedBlock` from object_store_prod where oo_id  = 17208
Parameters:
[]
1332 0.35 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 17208
Parameters:
[]
1333 0.35 ms
select `accessoryDemand` from object_store_prod where oo_id  = 17208
Parameters:
[]
1334 0.37 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 17208
Parameters:
[]
1335 0.48 ms
select `combinedImage` from object_store_prod where oo_id  = 17208
Parameters:
[]
1336 0.58 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  17208
]
1337 0.50 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  561
]
1338 0.67 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  561
]
1339 0.39 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  90101
]
1340 0.51 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  90101
]
1341 5.46 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  90101
]
1342 0.79 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  90101
]
1343 0.46 ms
select `iconLabels` from object_store_prod where oo_id  = 90101
Parameters:
[]
1344 0.40 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  90101
  "videos"
]
1345 0.57 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 90101 AND fieldname = 'attributes'
Parameters:
[]
1346 0.93 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 90101 AND fieldname = 'attributes'
Parameters:
[]
1347 0.45 ms
select `combinedBlock` from object_store_prod where oo_id  = 90101
Parameters:
[]
1348 0.40 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 90101
Parameters:
[]
1349 0.39 ms
select `accessoryDemand` from object_store_prod where oo_id  = 90101
Parameters:
[]
1350 0.36 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 90101
Parameters:
[]
1351 0.42 ms
select `combinedImage` from object_store_prod where oo_id  = 90101
Parameters:
[]
1352 0.49 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  90101
]
1353 0.72 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  698
]
1354 0.61 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  698
]
1355 28.88 ms
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '23609' and a.id != '23609') or parentProducts like '%,23609,%') and IFNULL(isSalesItem, 0) = 0 and (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL)
            group by color
            order by maxMainProductInLine desc
Parameters:
[]
1356 0.42 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  339605
]
1357 0.36 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  339605
]
1358 0.55 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  72625
]
1359 0.62 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  72625
]
1360 0.90 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  72625
]
1361 0.68 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  72625
]
1362 0.40 ms
select `iconLabels` from object_store_prod where oo_id  = 72625
Parameters:
[]
1363 0.42 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  72625
  "videos"
]
1364 0.49 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 72625 AND fieldname = 'attributes'
Parameters:
[]
1365 0.88 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 72625 AND fieldname = 'attributes'
Parameters:
[]
1366 0.40 ms
select `combinedBlock` from object_store_prod where oo_id  = 72625
Parameters:
[]
1367 0.36 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 72625
Parameters:
[]
1368 0.53 ms
select `accessoryDemand` from object_store_prod where oo_id  = 72625
Parameters:
[]
1369 0.45 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 72625
Parameters:
[]
1370 0.46 ms
select `combinedImage` from object_store_prod where oo_id  = 72625
Parameters:
[]
1371 0.55 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  72625
]
1372 0.53 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  339392
]
1373 0.69 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  339392
]
1374 0.37 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  72637
]
1375 0.52 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  72637
]
1376 0.86 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  72637
]
1377 0.62 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  72637
]
1378 0.40 ms
select `iconLabels` from object_store_prod where oo_id  = 72637
Parameters:
[]
1379 0.40 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  72637
  "videos"
]
1380 0.48 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 72637 AND fieldname = 'attributes'
Parameters:
[]
1381 0.91 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 72637 AND fieldname = 'attributes'
Parameters:
[]
1382 0.44 ms
select `combinedBlock` from object_store_prod where oo_id  = 72637
Parameters:
[]
1383 0.37 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 72637
Parameters:
[]
1384 0.37 ms
select `accessoryDemand` from object_store_prod where oo_id  = 72637
Parameters:
[]
1385 0.35 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 72637
Parameters:
[]
1386 0.35 ms
select `combinedImage` from object_store_prod where oo_id  = 72637
Parameters:
[]
1387 0.52 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  72637
]
1388 0.47 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  339564
]
1389 0.58 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  339564
]
1390 0.39 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  72644
]
1391 0.53 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  72644
]
1392 4.93 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  72644
]
1393 0.60 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  72644
]
1394 0.45 ms
select `iconLabels` from object_store_prod where oo_id  = 72644
Parameters:
[]
1395 0.44 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  72644
  "videos"
]
1396 0.50 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 72644 AND fieldname = 'attributes'
Parameters:
[]
1397 0.93 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 72644 AND fieldname = 'attributes'
Parameters:
[]
1398 0.38 ms
select `combinedBlock` from object_store_prod where oo_id  = 72644
Parameters:
[]
1399 0.37 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 72644
Parameters:
[]
1400 0.36 ms
select `accessoryDemand` from object_store_prod where oo_id  = 72644
Parameters:
[]
1401 0.36 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 72644
Parameters:
[]
1402 0.36 ms
select `combinedImage` from object_store_prod where oo_id  = 72644
Parameters:
[]
1403 0.52 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  72644
]
1404 0.46 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  339371
]
1405 1.07 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  339371
]
1406 0.46 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  89964
]
1407 0.56 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  89964
]
1408 0.88 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  89964
]
1409 0.65 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  89964
]
1410 0.45 ms
select `iconLabels` from object_store_prod where oo_id  = 89964
Parameters:
[]
1411 0.41 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  89964
  "videos"
]
1412 0.56 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 89964 AND fieldname = 'attributes'
Parameters:
[]
1413 1.15 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 89964 AND fieldname = 'attributes'
Parameters:
[]
1414 0.48 ms
select `combinedBlock` from object_store_prod where oo_id  = 89964
Parameters:
[]
1415 0.39 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 89964
Parameters:
[]
1416 0.37 ms
select `accessoryDemand` from object_store_prod where oo_id  = 89964
Parameters:
[]
1417 0.44 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 89964
Parameters:
[]
1418 0.41 ms
select `combinedImage` from object_store_prod where oo_id  = 89964
Parameters:
[]
1419 0.56 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  89964
]
1420 0.56 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  4976429
]
1421 0.68 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  4976429
]
1422 0.53 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  72619
]
1423 0.64 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  72619
]
1424 0.89 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  72619
]
1425 0.67 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  72619
]
1426 0.42 ms
select `iconLabels` from object_store_prod where oo_id  = 72619
Parameters:
[]
1427 0.47 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  72619
  "videos"
]
1428 0.55 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 72619 AND fieldname = 'attributes'
Parameters:
[]
1429 0.91 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 72619 AND fieldname = 'attributes'
Parameters:
[]
1430 0.37 ms
select `combinedBlock` from object_store_prod where oo_id  = 72619
Parameters:
[]
1431 0.37 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 72619
Parameters:
[]
1432 0.36 ms
select `accessoryDemand` from object_store_prod where oo_id  = 72619
Parameters:
[]
1433 0.37 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 72619
Parameters:
[]
1434 0.36 ms
select `combinedImage` from object_store_prod where oo_id  = 72619
Parameters:
[]
1435 0.50 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  72619
]
1436 0.48 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  339538
]
1437 0.64 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  339538
]
1438 28.54 ms
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '23605' and a.id != '23605') or parentProducts like '%,23605,%') and IFNULL(isSalesItem, 0) = 0 and (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL)
            group by color
            order by maxMainProductInLine desc
Parameters:
[]
1439 0.42 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  319798
]
1440 0.32 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  319798
]
1441 0.57 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  66950
]
1442 0.53 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  66950
]
1443 1.27 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  66950
]
1444 0.68 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  66950
]
1445 0.37 ms
select `iconLabels` from object_store_prod where oo_id  = 66950
Parameters:
[]
1446 0.56 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  66950
  "videos"
]
1447 0.51 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 66950 AND fieldname = 'attributes'
Parameters:
[]
1448 0.91 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 66950 AND fieldname = 'attributes'
Parameters:
[]
1449 0.36 ms
select `combinedBlock` from object_store_prod where oo_id  = 66950
Parameters:
[]
1450 0.35 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 66950
Parameters:
[]
1451 0.39 ms
select `accessoryDemand` from object_store_prod where oo_id  = 66950
Parameters:
[]
1452 0.45 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 66950
Parameters:
[]
1453 0.42 ms
select `combinedImage` from object_store_prod where oo_id  = 66950
Parameters:
[]
1454 0.56 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  66950
]
1455 0.44 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  319889
]
1456 0.61 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  319889
]
1457 0.40 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  66942
]
1458 0.47 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  66942
]
1459 5.48 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  66942
]
1460 0.61 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  66942
]
1461 0.42 ms
select `iconLabels` from object_store_prod where oo_id  = 66942
Parameters:
[]
1462 0.40 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  66942
  "videos"
]
1463 0.54 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 66942 AND fieldname = 'attributes'
Parameters:
[]
1464 0.90 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 66942 AND fieldname = 'attributes'
Parameters:
[]
1465 0.49 ms
select `combinedBlock` from object_store_prod where oo_id  = 66942
Parameters:
[]
1466 0.39 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 66942
Parameters:
[]
1467 0.36 ms
select `accessoryDemand` from object_store_prod where oo_id  = 66942
Parameters:
[]
1468 0.35 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 66942
Parameters:
[]
1469 0.39 ms
select `combinedImage` from object_store_prod where oo_id  = 66942
Parameters:
[]
1470 0.62 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  66942
]
1471 0.53 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  319865
]
1472 0.55 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  319865
]
1473 0.45 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  66946
]
1474 0.55 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  66946
]
1475 1.28 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  66946
]
1476 0.64 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  66946
]
1477 0.41 ms
select `iconLabels` from object_store_prod where oo_id  = 66946
Parameters:
[]
1478 0.38 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  66946
  "videos"
]
1479 0.50 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 66946 AND fieldname = 'attributes'
Parameters:
[]
1480 0.91 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 66946 AND fieldname = 'attributes'
Parameters:
[]
1481 0.36 ms
select `combinedBlock` from object_store_prod where oo_id  = 66946
Parameters:
[]
1482 0.43 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 66946
Parameters:
[]
1483 0.42 ms
select `accessoryDemand` from object_store_prod where oo_id  = 66946
Parameters:
[]
1484 0.38 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 66946
Parameters:
[]
1485 0.38 ms
select `combinedImage` from object_store_prod where oo_id  = 66946
Parameters:
[]
1486 0.53 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  66946
]
1487 0.45 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  319910
]
1488 0.60 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  319910
]
1489 26.28 ms
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '23606' and a.id != '23606') or parentProducts like '%,23606,%') and IFNULL(isSalesItem, 0) = 0 and (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL)
            group by color
            order by maxMainProductInLine desc
Parameters:
[]
1490 0.48 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  66247
]
1491 0.52 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  66247
]
1492 4.47 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  66247
]
1493 0.67 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  66247
]
1494 0.37 ms
select `iconLabels` from object_store_prod where oo_id  = 66247
Parameters:
[]
1495 0.43 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  66247
  "videos"
]
1496 0.49 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 66247 AND fieldname = 'attributes'
Parameters:
[]
1497 3.68 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 66247 AND fieldname = 'attributes'
Parameters:
[]
1498 0.39 ms
select `combinedBlock` from object_store_prod where oo_id  = 66247
Parameters:
[]
1499 0.47 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 66247
Parameters:
[]
1500 0.38 ms
select `accessoryDemand` from object_store_prod where oo_id  = 66247
Parameters:
[]
1501 0.36 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 66247
Parameters:
[]
1502 0.35 ms
select `combinedImage` from object_store_prod where oo_id  = 66247
Parameters:
[]
1503 0.48 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  66247
]
1504 0.37 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  23606
]
1505 0.46 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  23606
]
1506 0.49 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  23606
]
1507 0.57 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  23606
]
1508 0.39 ms
select `iconLabels` from object_store_prod where oo_id  = 23606
Parameters:
[]
1509 0.45 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  23606
  "videos"
]
1510 0.47 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 23606 AND fieldname = 'attributes'
Parameters:
[]
1511 0.46 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 23606 AND fieldname = 'attributes'
Parameters:
[]
1512 0.36 ms
select `combinedBlock` from object_store_prod where oo_id  = 23606
Parameters:
[]
1513 0.34 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 23606
Parameters:
[]
1514 0.34 ms
select `accessoryDemand` from object_store_prod where oo_id  = 23606
Parameters:
[]
1515 0.35 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 23606
Parameters:
[]
1516 0.35 ms
select `combinedImage` from object_store_prod where oo_id  = 23606
Parameters:
[]
1517 0.50 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  23606
]
1518 0.39 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  319925
]
1519 0.34 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  319925
]
1520 0.40 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  66259
]
1521 0.53 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  66259
]
1522 3.00 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  66259
]
1523 0.61 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  66259
]
1524 0.41 ms
select `iconLabels` from object_store_prod where oo_id  = 66259
Parameters:
[]
1525 0.43 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  66259
  "videos"
]
1526 0.47 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 66259 AND fieldname = 'attributes'
Parameters:
[]
1527 0.88 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 66259 AND fieldname = 'attributes'
Parameters:
[]
1528 0.37 ms
select `combinedBlock` from object_store_prod where oo_id  = 66259
Parameters:
[]
1529 0.35 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 66259
Parameters:
[]
1530 0.36 ms
select `accessoryDemand` from object_store_prod where oo_id  = 66259
Parameters:
[]
1531 0.36 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 66259
Parameters:
[]
1532 0.40 ms
select `combinedImage` from object_store_prod where oo_id  = 66259
Parameters:
[]
1533 0.52 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  66259
]
1534 0.43 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  319913
]
1535 0.55 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  319913
]
1536 0.36 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  66251
]
1537 0.49 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  66251
]
1538 5.53 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  66251
]
1539 0.56 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  66251
]
1540 0.40 ms
select `iconLabels` from object_store_prod where oo_id  = 66251
Parameters:
[]
1541 0.39 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  66251
  "videos"
]
1542 0.52 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 66251 AND fieldname = 'attributes'
Parameters:
[]
1543 0.84 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 66251 AND fieldname = 'attributes'
Parameters:
[]
1544 0.37 ms
select `combinedBlock` from object_store_prod where oo_id  = 66251
Parameters:
[]
1545 0.36 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 66251
Parameters:
[]
1546 0.35 ms
select `accessoryDemand` from object_store_prod where oo_id  = 66251
Parameters:
[]
1547 0.35 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 66251
Parameters:
[]
1548 0.36 ms
select `combinedImage` from object_store_prod where oo_id  = 66251
Parameters:
[]
1549 0.47 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  66251
]
1550 0.52 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  319810
]
1551 0.60 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  319810
]
1552 0.66 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  66255
]
1553 0.64 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  66255
]
1554 0.94 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  66255
]
1555 0.66 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  66255
]
1556 0.41 ms
select `iconLabels` from object_store_prod where oo_id  = 66255
Parameters:
[]
1557 0.54 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  66255
  "videos"
]
1558 0.54 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 66255 AND fieldname = 'attributes'
Parameters:
[]
1559 0.93 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 66255 AND fieldname = 'attributes'
Parameters:
[]
1560 0.36 ms
select `combinedBlock` from object_store_prod where oo_id  = 66255
Parameters:
[]
1561 0.38 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 66255
Parameters:
[]
1562 0.35 ms
select `accessoryDemand` from object_store_prod where oo_id  = 66255
Parameters:
[]
1563 0.38 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 66255
Parameters:
[]
1564 0.36 ms
select `combinedImage` from object_store_prod where oo_id  = 66255
Parameters:
[]
1565 0.49 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  66255
]
1566 0.52 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  319895
]
1567 0.71 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  319895
]
1568 31.40 ms
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '17199' and a.id != '17199') or parentProducts like '%,17199,%') and IFNULL(isSalesItem, 0) = 0 and (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL)
            group by color
            order by maxMainProductInLine desc
Parameters:
[]
1569 0.40 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  4418804
]
1570 0.37 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  4418804
]
1571 0.72 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  73718
]
1572 0.65 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  73718
]
1573 3.03 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  73718
]
1574 0.74 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  73718
]
1575 0.45 ms
select `iconLabels` from object_store_prod where oo_id  = 73718
Parameters:
[]
1576 0.41 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  73718
  "videos"
]
1577 0.63 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 73718 AND fieldname = 'attributes'
Parameters:
[]
1578 8.47 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 73718 AND fieldname = 'attributes'
Parameters:
[]
1579 0.51 ms
select `combinedBlock` from object_store_prod where oo_id  = 73718
Parameters:
[]
1580 0.37 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 73718
Parameters:
[]
1581 0.35 ms
select `accessoryDemand` from object_store_prod where oo_id  = 73718
Parameters:
[]
1582 0.35 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 73718
Parameters:
[]
1583 0.34 ms
select `combinedImage` from object_store_prod where oo_id  = 73718
Parameters:
[]
1584 0.58 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  73718
]
1585 0.32 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  1253
]
1586 0.40 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  1253
]
1587 0.31 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  1571560
]
1588 0.36 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  1571560
]
1589 0.37 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  73720
]
1590 0.58 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  73720
]
1591 5.02 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  73720
]
1592 0.63 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  73720
]
1593 0.40 ms
select `iconLabels` from object_store_prod where oo_id  = 73720
Parameters:
[]
1594 0.39 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  73720
  "videos"
]
1595 0.46 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 73720 AND fieldname = 'attributes'
Parameters:
[]
1596 1.32 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 73720 AND fieldname = 'attributes'
Parameters:
[]
1597 0.46 ms
select `combinedBlock` from object_store_prod where oo_id  = 73720
Parameters:
[]
1598 0.38 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 73720
Parameters:
[]
1599 0.37 ms
select `accessoryDemand` from object_store_prod where oo_id  = 73720
Parameters:
[]
1600 0.37 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 73720
Parameters:
[]
1601 0.36 ms
select `combinedImage` from object_store_prod where oo_id  = 73720
Parameters:
[]
1602 0.58 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  73720
]
1603 0.32 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  500
]
1604 0.40 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  500
]
1605 0.41 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  90111
]
1606 0.78 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  90111
]
1607 0.93 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  90111
]
1608 0.61 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  90111
]
1609 0.41 ms
select `iconLabels` from object_store_prod where oo_id  = 90111
Parameters:
[]
1610 0.37 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  90111
  "videos"
]
1611 0.50 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 90111 AND fieldname = 'attributes'
Parameters:
[]
1612 0.88 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 90111 AND fieldname = 'attributes'
Parameters:
[]
1613 0.38 ms
select `combinedBlock` from object_store_prod where oo_id  = 90111
Parameters:
[]
1614 0.36 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 90111
Parameters:
[]
1615 0.35 ms
select `accessoryDemand` from object_store_prod where oo_id  = 90111
Parameters:
[]
1616 0.36 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 90111
Parameters:
[]
1617 0.40 ms
select `combinedImage` from object_store_prod where oo_id  = 90111
Parameters:
[]
1618 0.59 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  90111
]
1619 0.33 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  4975976
]
1620 0.41 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  4975976
]
1621 0.44 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  121844
]
1622 0.62 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  121844
]
1623 5.36 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  121844
]
1624 0.63 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  121844
]
1625 0.40 ms
select `iconLabels` from object_store_prod where oo_id  = 121844
Parameters:
[]
1626 0.37 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  121844
  "videos"
]
1627 0.48 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 121844 AND fieldname = 'attributes'
Parameters:
[]
1628 0.93 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 121844 AND fieldname = 'attributes'
Parameters:
[]
1629 0.39 ms
select `combinedBlock` from object_store_prod where oo_id  = 121844
Parameters:
[]
1630 0.38 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 121844
Parameters:
[]
1631 0.44 ms
select `accessoryDemand` from object_store_prod where oo_id  = 121844
Parameters:
[]
1632 0.37 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 121844
Parameters:
[]
1633 0.60 ms
select `combinedImage` from object_store_prod where oo_id  = 121844
Parameters:
[]
1634 0.55 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  121844
]
1635 0.27 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  4975978
]
1636 0.36 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  4975978
]
1637 0.44 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  73712
]
1638 0.56 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  73712
]
1639 4.80 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  73712
]
1640 0.85 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  73712
]
1641 0.44 ms
select `iconLabels` from object_store_prod where oo_id  = 73712
Parameters:
[]
1642 0.41 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  73712
  "videos"
]
1643 0.59 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 73712 AND fieldname = 'attributes'
Parameters:
[]
1644 6.87 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 73712 AND fieldname = 'attributes'
Parameters:
[]
1645 0.53 ms
select `combinedBlock` from object_store_prod where oo_id  = 73712
Parameters:
[]
1646 0.43 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 73712
Parameters:
[]
1647 0.41 ms
select `accessoryDemand` from object_store_prod where oo_id  = 73712
Parameters:
[]
1648 0.40 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 73712
Parameters:
[]
1649 0.44 ms
select `combinedImage` from object_store_prod where oo_id  = 73712
Parameters:
[]
1650 0.56 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  73712
]
1651 0.35 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  1403
]
1652 0.40 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  1403
]
1653 0.46 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  121855
]
1654 0.58 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  121855
]
1655 6.15 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  121855
]
1656 0.61 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  121855
]
1657 0.44 ms
select `iconLabels` from object_store_prod where oo_id  = 121855
Parameters:
[]
1658 0.42 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  121855
  "videos"
]
1659 0.51 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 121855 AND fieldname = 'attributes'
Parameters:
[]
1660 1.11 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 121855 AND fieldname = 'attributes'
Parameters:
[]
1661 0.48 ms
select `combinedBlock` from object_store_prod where oo_id  = 121855
Parameters:
[]
1662 0.40 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 121855
Parameters:
[]
1663 0.47 ms
select `accessoryDemand` from object_store_prod where oo_id  = 121855
Parameters:
[]
1664 0.40 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 121855
Parameters:
[]
1665 0.40 ms
select `combinedImage` from object_store_prod where oo_id  = 121855
Parameters:
[]
1666 0.58 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  121855
]
1667 0.28 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  4975977
]
1668 0.36 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  4975977
]
1669 31.53 ms
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '24836' and a.id != '24836') or parentProducts like '%,24836,%') and IFNULL(isSalesItem, 0) = 0 and (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL)
            group by color
            order by maxMainProductInLine desc
Parameters:
[]
1670 0.57 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  4976412
]
1671 0.71 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  4976412
]
1672 0.59 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  121768
]
1673 0.70 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  121768
]
1674 3.86 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  121768
]
1675 0.77 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  121768
]
1676 0.41 ms
select `iconLabels` from object_store_prod where oo_id  = 121768
Parameters:
[]
1677 0.39 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  121768
  "videos"
]
1678 0.55 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 121768 AND fieldname = 'attributes'
Parameters:
[]
1679 4.25 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 121768 AND fieldname = 'attributes'
Parameters:
[]
1680 0.48 ms
select `combinedBlock` from object_store_prod where oo_id  = 121768
Parameters:
[]
1681 0.41 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 121768
Parameters:
[]
1682 0.40 ms
select `accessoryDemand` from object_store_prod where oo_id  = 121768
Parameters:
[]
1683 0.37 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 121768
Parameters:
[]
1684 0.36 ms
select `combinedImage` from object_store_prod where oo_id  = 121768
Parameters:
[]
1685 0.52 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  121768
]
1686 0.42 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  4976413
]
1687 0.75 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  4976413
]
1688 0.39 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  121779
]
1689 0.55 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  121779
]
1690 1.50 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  121779
]
1691 0.65 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  121779
]
1692 0.46 ms
select `iconLabels` from object_store_prod where oo_id  = 121779
Parameters:
[]
1693 0.45 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  121779
  "videos"
]
1694 0.54 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 121779 AND fieldname = 'attributes'
Parameters:
[]
1695 4.68 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 121779 AND fieldname = 'attributes'
Parameters:
[]
1696 0.45 ms
select `combinedBlock` from object_store_prod where oo_id  = 121779
Parameters:
[]
1697 0.43 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 121779
Parameters:
[]
1698 0.38 ms
select `accessoryDemand` from object_store_prod where oo_id  = 121779
Parameters:
[]
1699 0.37 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 121779
Parameters:
[]
1700 0.52 ms
select `combinedImage` from object_store_prod where oo_id  = 121779
Parameters:
[]
1701 0.47 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  121779
]
1702 0.57 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  4976415
]
1703 0.72 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  4976415
]
1704 0.47 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  121774
]
1705 0.57 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  121774
]
1706 3.01 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  121774
]
1707 0.76 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  121774
]
1708 0.47 ms
select `iconLabels` from object_store_prod where oo_id  = 121774
Parameters:
[]
1709 0.47 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  121774
  "videos"
]
1710 0.53 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 121774 AND fieldname = 'attributes'
Parameters:
[]
1711 0.91 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 121774 AND fieldname = 'attributes'
Parameters:
[]
1712 0.40 ms
select `combinedBlock` from object_store_prod where oo_id  = 121774
Parameters:
[]
1713 0.44 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 121774
Parameters:
[]
1714 0.44 ms
select `accessoryDemand` from object_store_prod where oo_id  = 121774
Parameters:
[]
1715 0.42 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 121774
Parameters:
[]
1716 0.43 ms
select `combinedImage` from object_store_prod where oo_id  = 121774
Parameters:
[]
1717 0.48 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  121774
]
1718 0.44 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  4976411
]
1719 0.63 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  4976411
]
1720 0.44 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  121759
]
1721 0.58 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  121759
]
1722 2.85 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  121759
]
1723 0.67 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  121759
]
1724 0.51 ms
select `iconLabels` from object_store_prod where oo_id  = 121759
Parameters:
[]
1725 0.48 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  121759
  "videos"
]
1726 0.51 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 121759 AND fieldname = 'attributes'
Parameters:
[]
1727 4.69 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 121759 AND fieldname = 'attributes'
Parameters:
[]
1728 0.54 ms
select `combinedBlock` from object_store_prod where oo_id  = 121759
Parameters:
[]
1729 0.43 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 121759
Parameters:
[]
1730 0.50 ms
select `accessoryDemand` from object_store_prod where oo_id  = 121759
Parameters:
[]
1731 0.45 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 121759
Parameters:
[]
1732 0.45 ms
select `combinedImage` from object_store_prod where oo_id  = 121759
Parameters:
[]
1733 0.51 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  121759
]
1734 0.40 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  4976409
]
1735 1.01 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  4976409
]
1736 0.43 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  121764
]
1737 0.60 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  121764
]
1738 3.64 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  121764
]
1739 0.63 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  121764
]
1740 0.45 ms
select `iconLabels` from object_store_prod where oo_id  = 121764
Parameters:
[]
1741 0.42 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  121764
  "videos"
]
1742 0.54 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 121764 AND fieldname = 'attributes'
Parameters:
[]
1743 0.95 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 121764 AND fieldname = 'attributes'
Parameters:
[]
1744 0.39 ms
select `combinedBlock` from object_store_prod where oo_id  = 121764
Parameters:
[]
1745 0.39 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 121764
Parameters:
[]
1746 0.43 ms
select `accessoryDemand` from object_store_prod where oo_id  = 121764
Parameters:
[]
1747 0.42 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 121764
Parameters:
[]
1748 0.40 ms
select `combinedImage` from object_store_prod where oo_id  = 121764
Parameters:
[]
1749 0.50 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  121764
]
1750 0.40 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  4976414
]
1751 0.67 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  4976414
]
1752 29.39 ms
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '26893' and a.id != '26893') or parentProducts like '%,26893,%') and IFNULL(isSalesItem, 0) = 0 and (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL)
            group by color
            order by maxMainProductInLine desc
Parameters:
[]
1753 0.41 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  319844
]
1754 0.39 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  319844
]
1755 0.61 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  72814
]
1756 0.62 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  72814
]
1757 4.81 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  72814
]
1758 0.78 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  72814
]
1759 0.56 ms
select `iconLabels` from object_store_prod where oo_id  = 72814
Parameters:
[]
1760 0.59 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  72814
  "videos"
]
1761 0.61 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 72814 AND fieldname = 'attributes'
Parameters:
[]
1762 4.12 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 72814 AND fieldname = 'attributes'
Parameters:
[]
1763 0.39 ms
select `combinedBlock` from object_store_prod where oo_id  = 72814
Parameters:
[]
1764 0.39 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 72814
Parameters:
[]
1765 0.37 ms
select `accessoryDemand` from object_store_prod where oo_id  = 72814
Parameters:
[]
1766 0.38 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 72814
Parameters:
[]
1767 0.37 ms
select `combinedImage` from object_store_prod where oo_id  = 72814
Parameters:
[]
1768 4.25 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  72814
]
1769 0.51 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  319783
]
1770 0.69 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  319783
]
1771 0.39 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  72827
]
1772 0.59 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  72827
]
1773 1.19 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  72827
]
1774 0.67 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  72827
]
1775 0.41 ms
select `iconLabels` from object_store_prod where oo_id  = 72827
Parameters:
[]
1776 0.43 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  72827
  "videos"
]
1777 0.58 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 72827 AND fieldname = 'attributes'
Parameters:
[]
1778 6.17 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 72827 AND fieldname = 'attributes'
Parameters:
[]
1779 0.55 ms
select `combinedBlock` from object_store_prod where oo_id  = 72827
Parameters:
[]
1780 0.46 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 72827
Parameters:
[]
1781 0.42 ms
select `accessoryDemand` from object_store_prod where oo_id  = 72827
Parameters:
[]
1782 0.36 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 72827
Parameters:
[]
1783 0.44 ms
select `combinedImage` from object_store_prod where oo_id  = 72827
Parameters:
[]
1784 0.56 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  72827
]
1785 0.51 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  320176
]
1786 0.61 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  320176
]
1787 0.40 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  72804
]
1788 0.56 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  72804
]
1789 5.60 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  72804
]
1790 0.63 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  72804
]
1791 0.63 ms
select `iconLabels` from object_store_prod where oo_id  = 72804
Parameters:
[]
1792 0.50 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  72804
  "videos"
]
1793 0.58 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 72804 AND fieldname = 'attributes'
Parameters:
[]
1794 0.98 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 72804 AND fieldname = 'attributes'
Parameters:
[]
1795 0.41 ms
select `combinedBlock` from object_store_prod where oo_id  = 72804
Parameters:
[]
1796 0.41 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 72804
Parameters:
[]
1797 0.41 ms
select `accessoryDemand` from object_store_prod where oo_id  = 72804
Parameters:
[]
1798 0.37 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 72804
Parameters:
[]
1799 0.43 ms
select `combinedImage` from object_store_prod where oo_id  = 72804
Parameters:
[]
1800 0.57 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  72804
]
1801 0.55 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  319908
]
1802 0.66 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  319908
]
1803 0.41 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
1804 1.14 ms
SELECT * FROM redirects WHERE
            (
                (source = ? AND (`type` = ? OR `type` = ?)) OR
                (source = ? AND `type` = ?) OR
                (source = ? AND `type` = ?)
            ) AND active = 1 AND (regex IS NULL OR regex = 0) AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND (sourceSite IS NULL OR sourceSite = 0) AND priority = 99 ORDER BY `priority` DESC
Parameters:
[
  "/_fragment"
  "path"
  "auto_create"
  "/_fragment?_path=_locale=de&_format=html&_controller=App%5CController%5CSnippetController%3A%3AfooterAction"
  "path_query"
  "https://testing.weverducre.com/_fragment?_path=_locale=de&_format=html&_controller=App%5CController%5CSnippetController%3A%3AfooterAction"
  "entire_uri"
]
1805 0.40 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  10
]

Database Connections

Name Service
default doctrine.dbal.default_connection
ax doctrine.dbal.ax_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Managed Entities

default entity manager

Class Amount of managed objects

Entities Mapping

No loaded entities.