Query Metrics

1423 Database Queries
703 Different statements
2179.10 ms Query time
0 Invalid entities
0 Managed entities

Queries

Group similar statements

default connection

# Time Info
1 0.29 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
2 1.28 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:
[
  "/nl/producten/c/trackverlichting~23482"
  "path"
  "auto_create"
  "/nl/producten/c/trackverlichting~23482"
  "path_query"
  "https://testing.weverducre.com/nl/producten/c/trackverlichting~23482"
  "entire_uri"
]
3 0.30 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "maintenance_mode"
]
4 0.31 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "reports"
  "pimcore"
]
5 0.52 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/weverducre.com/nl/producten/c/"
  "trackverlichting~23482"
]
6 0.65 ms
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
  "/weverducre.com/nl/producten/c/trackverlichting~23482"
]
7 0.73 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/%"
  "/nl/producten/c/trackverlichting~23482"
]
8 0.30 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/weverducre.com/nl/producten/"
  "c"
]
9 0.25 ms
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
  "/weverducre.com/nl/producten/c"
]
10 0.30 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/%"
  "/nl/producten/c"
]
11 0.27 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/weverducre.com/nl/"
  "producten"
]
12 0.37 ms
SELECT object_localized_SCONF_nl.id as id, object_localized_SCONF_nl.type as `type` FROM object_localized_SCONF_nl LEFT JOIN object_brick_query_EcommerceB2B_SCONF `EcommerceB2B` ON 1
AND `EcommerceB2B`.id = `object_localized_SCONF_nl`.id LEFT JOIN object_brick_localized_query_EcommerceB2B_SCONF_nl `EcommerceB2B_localized` ON 1
AND `EcommerceB2B_localized`.ooo_id = `object_localized_SCONF_nl`.id LEFT JOIN object_brick_query_EcommerceB2C_SCONF `EcommerceB2C` ON 1
AND `EcommerceB2C`.id = `object_localized_SCONF_nl`.id LEFT JOIN object_brick_localized_query_EcommerceB2C_SCONF_nl `EcommerceB2C_localized` ON 1
AND `EcommerceB2C_localized`.ooo_id = `object_localized_SCONF_nl`.id WHERE (((EcommerceB2B.dataAreaId = ? or EcommerceB2C.dataAreaId = ?))  AND  object_localized_SCONF_nl.type IN ('object','variant','folder')) AND object_localized_SCONF_nl.published = 1 LIMIT 1
Parameters:
[
  "wdbe"
  "wdbe"
]
13 0.35 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "SCONF"
]
14 0.74 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.34 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "PCAT"
]
17 0.69 ms
SELECT name, type, data, cid, inheritable, cpath FROM properties WHERE
                     (
                         (cid IN (1,22225,22218,1548,1544) AND inheritable = 1)
                         OR cid = ? ) AND ctype='object'
Parameters:
[
  23482
]
18 0.37 ms
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[]
19 0.35 ms
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[]
20 0.42 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  2
]
21 0.40 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  2
]
22 0.36 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  2
]
23 0.36 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  2
]
24 0.32 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  2
]
25 0.33 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  2
]
26 0.34 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  2
]
27 0.35 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
28 1.09 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=nl&_format=html&_controller=App%5CController%5CSnippetController%3A%3AheaderAction"
  "path_query"
  "https://testing.weverducre.com/_fragment?_path=_locale=nl&_format=html&_controller=App%5CController%5CSnippetController%3A%3AheaderAction"
  "entire_uri"
]
29 0.33 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
30 0.85 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=nl&_format=html&_controller=App%5CController%5CDefaultController%3A%3AdefaultAction"
  "path_query"
  "https://testing.weverducre.com/_fragment?_path=_locale=nl&_format=html&_controller=App%5CController%5CDefaultController%3A%3AdefaultAction"
  "entire_uri"
]
31 0.34 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  1134
]
32 0.36 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  16
]
33 0.32 ms
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  1139
]
34 0.43 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  4574046
]
35 0.38 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  4574046
]
36 0.27 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  4538784
]
37 0.33 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  4538784
]
38 0.31 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
39 1.00 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=nl&_format=html&_controller=App%5CController%5CDefaultController%3A%3AdefaultAction"
  "path_query"
  "https://testing.weverducre.com/_fragment?_path=_locale=nl&_format=html&_controller=App%5CController%5CDefaultController%3A%3AdefaultAction"
  "entire_uri"
]
40 0.30 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  1138
]
41 0.32 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  41
]
42 0.31 ms
SELECT object_localized_8_nl.id as id, object_localized_8_nl.type as `type` FROM object_localized_8_nl WHERE ( object_localized_8_nl.type IN ('object','variant','folder')) AND object_localized_8_nl.published = 1
Parameters:
[]
43 0.25 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "8"
]
44 0.27 ms
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  1296
]
45 0.31 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  797541
]
46 0.35 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  797541
]
47 0.29 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "7"
]
48 0.30 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  3737995
]
49 0.36 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  3737995
]
50 0.27 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
51 0.95 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=nl&_format=html&_controller=App%5CController%5CDefaultController%3A%3AdefaultAction"
  "path_query"
  "https://testing.weverducre.com/_fragment?_path=_locale=nl&_format=html&_controller=App%5CController%5CDefaultController%3A%3AdefaultAction"
  "entire_uri"
]
52 0.37 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  1135
]
53 0.34 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  38
]
54 0.25 ms
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  1110
]
55 0.31 ms
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  1147
]
56 0.26 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5042933
]
57 0.36 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5042933
]
58 0.39 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  2203379
]
59 0.37 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  2203379
]
60 0.33 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
61 1.02 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=nl&_format=html&_controller=App%5CController%5CDefaultController%3A%3AdefaultAction"
  "path_query"
  "https://testing.weverducre.com/_fragment?_path=_locale=nl&_format=html&_controller=App%5CController%5CDefaultController%3A%3AdefaultAction"
  "entire_uri"
]
62 0.37 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  1137
]
63 0.36 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  39
]
64 0.29 ms
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  1107
]
65 0.32 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  3737893
]
66 0.34 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  3737893
]
67 0.39 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  3737897
]
68 0.33 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  3737897
]
69 0.31 ms
SELECT * FROM translations_admin LIMIT 1;
Parameters:
[]
70 0.28 ms
SELECT * FROM translations_admin LIMIT 1;
Parameters:
[]
71 0.34 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  1103
]
72 0.33 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  11
]
73 0.29 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "EF_FD"
]
74 0.33 ms
SELECT * FROM object_relations_PCAT WHERE src_id = ?
Parameters:
[
  23482
]
75 4.32 ms
SELECT * FROM object_relations_EF_FD WHERE src_id = ?
Parameters:
[
  26082
]
76 34.55 ms
SELECT SQL_CALC_FOUND_ROWS DISTINCT virtualProductId as id, priceSystemName  FROM ecommerceframework_productindex_wdbe_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 '%,23482,%') 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:
[]
77 0.34 ms
SELECT FOUND_ROWS()
Parameters:
[]
78 6.84 ms
SELECT data FROM ecommerceframework_productindex_store WHERE id = ? AND tenant = ?
Parameters:
[
  182333
  "wdbe_nl"
]
79 0.27 ms
"START TRANSACTION"
Parameters:
[]
80 0.50 ms
UPDATE ecommerceframework_productindex_store SET crc_index = crc_current WHERE id = ? and tenant = ?
Parameters:
[
  182333
  "wdbe_nl"
]
81 0.31 ms
"COMMIT"
Parameters:
[]
82 29.45 ms
SELECT TRIM(`scopeName`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 '%,23482,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`scopeName`)
Parameters:
[]
83 29.27 ms
SELECT TRIM(`typeName`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 '%,23482,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`typeName`)
Parameters:
[]
84 28.83 ms
SELECT TRIM(`lampType`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 '%,23482,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`lampType`)
Parameters:
[]
85 29.37 ms
SELECT dest as `value`, count(DISTINCT src_virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_nl_relations a WHERE fieldname = 'baseColorObjects' AND src IN (SELECT a.id FROM ecommerceframework_productindex_wdbe_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 '%,23482,%') AND (IFNULL(isSalesItem, 0) = 0)) GROUP BY dest
Parameters:
[]
86 0.36 ms
SELECT * FROM object_relations_EF_FD WHERE src_id = ?
Parameters:
[
  1551
]
87 0.33 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "SOPT"
]
88 0.40 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  187931
]
89 0.30 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  187931
]
90 0.42 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  187954
]
91 0.35 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  187954
]
92 0.37 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  187960
]
93 0.42 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  187960
]
94 0.40 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  188002
]
95 0.38 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  188002
]
96 0.36 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  188008
]
97 0.38 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  188008
]
98 0.41 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  188007
]
99 0.35 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  188007
]
100 0.38 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  188006
]
101 0.35 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  188006
]
102 28.85 ms
SELECT TRIM(`lightColorTemperature`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 '%,23482,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`lightColorTemperature`)
Parameters:
[]
103 25.93 ms
SELECT TRIM(`diameter`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 '%,23482,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`diameter`)
Parameters:
[]
104 28.56 ms
SELECT TRIM(`ipRating`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 '%,23482,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`ipRating`)
Parameters:
[]
105 28.92 ms
SELECT TRIM(`converterText`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 '%,23482,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`converterText`)
Parameters:
[]
106 25.19 ms
SELECT TRIM(`recessedDepth`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 '%,23482,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`recessedDepth`)
Parameters:
[]
107 25.14 ms
SELECT TRIM(`cutOutMin`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 '%,23482,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`cutOutMin`)
Parameters:
[]
108 25.37 ms
SELECT TRIM(`cutOutMax`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 '%,23482,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`cutOutMax`)
Parameters:
[]
109 29.67 ms
SELECT TRIM(`mountingText`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 '%,23482,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`mountingText`)
Parameters:
[]
110 0.37 ms
SELECT TRIM(`scopeName`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 '%,23482,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`scopeName`)
Parameters:
[]
111 0.33 ms
SELECT TRIM(`typeName`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 '%,23482,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`typeName`)
Parameters:
[]
112 0.33 ms
SELECT TRIM(`lampType`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 '%,23482,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`lampType`)
Parameters:
[]
113 0.37 ms
SELECT dest as `value`, count(DISTINCT src_virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_nl_relations a WHERE fieldname = 'baseColorObjects' AND src IN (SELECT a.id FROM ecommerceframework_productindex_wdbe_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 '%,23482,%') AND (IFNULL(isSalesItem, 0) = 0)) GROUP BY dest
Parameters:
[]
114 0.31 ms
SELECT TRIM(`lightColorTemperature`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 '%,23482,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`lightColorTemperature`)
Parameters:
[]
115 0.34 ms
SELECT TRIM(`mountingText`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 '%,23482,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`mountingText`)
Parameters:
[]
116 0.35 ms
SELECT TRIM(`diameter`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 '%,23482,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`diameter`)
Parameters:
[]
117 0.36 ms
SELECT TRIM(`ipRating`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 '%,23482,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`ipRating`)
Parameters:
[]
118 0.36 ms
SELECT TRIM(`converterText`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 '%,23482,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`converterText`)
Parameters:
[]
119 0.32 ms
SELECT TRIM(`recessedDepth`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 '%,23482,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`recessedDepth`)
Parameters:
[]
120 0.31 ms
SELECT TRIM(`cutOutMin`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 '%,23482,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`cutOutMin`)
Parameters:
[]
121 0.31 ms
SELECT TRIM(`cutOutMax`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 '%,23482,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`cutOutMax`)
Parameters:
[]
122 32.51 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_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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:
[]
123 0.29 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182715
]
124 0.34 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:
[
  182715
]
125 0.96 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182715
]
126 0.31 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182715
]
127 0.27 ms
select `iconLabels` from object_store_prod where oo_id  = 182715
Parameters:
[]
128 0.27 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182715
  "videos"
]
129 0.28 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182715 AND fieldname = 'attributes'
Parameters:
[]
130 0.36 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182715 AND fieldname = 'attributes'
Parameters:
[]
131 0.36 ms
select `combinedBlock` from object_store_prod where oo_id  = 182715
Parameters:
[]
132 0.30 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182715
Parameters:
[]
133 0.30 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182715
Parameters:
[]
134 0.36 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182715
Parameters:
[]
135 0.27 ms
select `combinedImage` from object_store_prod where oo_id  = 182715
Parameters:
[]
136 0.37 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182715
]
137 0.29 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182333
]
138 0.32 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:
[
  182333
]
139 0.57 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182333
]
140 0.39 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182333
]
141 0.30 ms
select `iconLabels` from object_store_prod where oo_id  = 182333
Parameters:
[]
142 0.32 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182333
  "videos"
]
143 0.30 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182333 AND fieldname = 'attributes'
Parameters:
[]
144 0.33 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182333 AND fieldname = 'attributes'
Parameters:
[]
145 0.27 ms
select `combinedBlock` from object_store_prod where oo_id  = 182333
Parameters:
[]
146 0.30 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182333
Parameters:
[]
147 0.26 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182333
Parameters:
[]
148 0.27 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182333
Parameters:
[]
149 0.32 ms
select `combinedImage` from object_store_prod where oo_id  = 182333
Parameters:
[]
150 0.37 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182333
]
151 0.37 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182332
]
152 0.37 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:
[
  182332
]
153 0.58 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182332
]
154 0.30 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182332
]
155 0.28 ms
select `iconLabels` from object_store_prod where oo_id  = 182332
Parameters:
[]
156 0.40 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182332
  "videos"
]
157 0.31 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182332 AND fieldname = 'attributes'
Parameters:
[]
158 0.34 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182332 AND fieldname = 'attributes'
Parameters:
[]
159 0.29 ms
select `combinedBlock` from object_store_prod where oo_id  = 182332
Parameters:
[]
160 0.27 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182332
Parameters:
[]
161 0.28 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182332
Parameters:
[]
162 0.27 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182332
Parameters:
[]
163 0.32 ms
select `combinedImage` from object_store_prod where oo_id  = 182332
Parameters:
[]
164 0.29 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182332
]
165 0.34 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422401
]
166 0.35 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422401
]
167 0.27 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182713
]
168 0.35 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:
[
  182713
]
169 0.83 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182713
]
170 0.37 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182713
]
171 0.34 ms
select `iconLabels` from object_store_prod where oo_id  = 182713
Parameters:
[]
172 0.32 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182713
  "videos"
]
173 0.29 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182713 AND fieldname = 'attributes'
Parameters:
[]
174 0.32 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182713 AND fieldname = 'attributes'
Parameters:
[]
175 0.29 ms
select `combinedBlock` from object_store_prod where oo_id  = 182713
Parameters:
[]
176 0.23 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182713
Parameters:
[]
177 0.26 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182713
Parameters:
[]
178 0.27 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182713
Parameters:
[]
179 0.32 ms
select `combinedImage` from object_store_prod where oo_id  = 182713
Parameters:
[]
180 0.41 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182713
]
181 0.41 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422402
]
182 0.36 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422402
]
183 36.67 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_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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:
[]
184 0.26 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182738
]
185 0.30 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:
[
  182738
]
186 0.88 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182738
]
187 0.32 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182738
]
188 0.31 ms
select `iconLabels` from object_store_prod where oo_id  = 182738
Parameters:
[]
189 0.29 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182738
  "videos"
]
190 0.27 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182738 AND fieldname = 'attributes'
Parameters:
[]
191 0.37 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182738 AND fieldname = 'attributes'
Parameters:
[]
192 0.27 ms
select `combinedBlock` from object_store_prod where oo_id  = 182738
Parameters:
[]
193 0.28 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182738
Parameters:
[]
194 0.30 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182738
Parameters:
[]
195 0.26 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182738
Parameters:
[]
196 0.28 ms
select `combinedImage` from object_store_prod where oo_id  = 182738
Parameters:
[]
197 0.36 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182738
]
198 0.26 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182331
]
199 0.35 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:
[
  182331
]
200 0.46 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182331
]
201 0.30 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182331
]
202 0.23 ms
select `iconLabels` from object_store_prod where oo_id  = 182331
Parameters:
[]
203 0.26 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182331
  "videos"
]
204 0.26 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182331 AND fieldname = 'attributes'
Parameters:
[]
205 0.28 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182331 AND fieldname = 'attributes'
Parameters:
[]
206 0.26 ms
select `combinedBlock` from object_store_prod where oo_id  = 182331
Parameters:
[]
207 0.27 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182331
Parameters:
[]
208 0.26 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182331
Parameters:
[]
209 0.26 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182331
Parameters:
[]
210 0.27 ms
select `combinedImage` from object_store_prod where oo_id  = 182331
Parameters:
[]
211 0.29 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182331
]
212 0.28 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182330
]
213 0.30 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:
[
  182330
]
214 0.52 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182330
]
215 0.38 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182330
]
216 0.27 ms
select `iconLabels` from object_store_prod where oo_id  = 182330
Parameters:
[]
217 0.27 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182330
  "videos"
]
218 0.30 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182330 AND fieldname = 'attributes'
Parameters:
[]
219 0.29 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182330 AND fieldname = 'attributes'
Parameters:
[]
220 0.23 ms
select `combinedBlock` from object_store_prod where oo_id  = 182330
Parameters:
[]
221 0.28 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182330
Parameters:
[]
222 0.24 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182330
Parameters:
[]
223 0.23 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182330
Parameters:
[]
224 0.23 ms
select `combinedImage` from object_store_prod where oo_id  = 182330
Parameters:
[]
225 0.31 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182330
]
226 0.33 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422391
]
227 0.36 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422391
]
228 0.27 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182752
]
229 0.30 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:
[
  182752
]
230 0.99 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182752
]
231 0.37 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182752
]
232 0.30 ms
select `iconLabels` from object_store_prod where oo_id  = 182752
Parameters:
[]
233 0.30 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182752
  "videos"
]
234 0.31 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182752 AND fieldname = 'attributes'
Parameters:
[]
235 0.38 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182752 AND fieldname = 'attributes'
Parameters:
[]
236 0.25 ms
select `combinedBlock` from object_store_prod where oo_id  = 182752
Parameters:
[]
237 0.26 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182752
Parameters:
[]
238 0.31 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182752
Parameters:
[]
239 0.29 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182752
Parameters:
[]
240 0.30 ms
select `combinedImage` from object_store_prod where oo_id  = 182752
Parameters:
[]
241 0.41 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182752
]
242 0.36 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422396
]
243 0.37 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422396
]
244 0.29 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182748
]
245 0.37 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:
[
  182748
]
246 0.94 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182748
]
247 0.37 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182748
]
248 0.26 ms
select `iconLabels` from object_store_prod where oo_id  = 182748
Parameters:
[]
249 0.30 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182748
  "videos"
]
250 0.30 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182748 AND fieldname = 'attributes'
Parameters:
[]
251 0.38 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182748 AND fieldname = 'attributes'
Parameters:
[]
252 0.27 ms
select `combinedBlock` from object_store_prod where oo_id  = 182748
Parameters:
[]
253 0.27 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182748
Parameters:
[]
254 0.28 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182748
Parameters:
[]
255 0.27 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182748
Parameters:
[]
256 0.30 ms
select `combinedImage` from object_store_prod where oo_id  = 182748
Parameters:
[]
257 0.40 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182748
]
258 0.35 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422398
]
259 0.36 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422398
]
260 0.34 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182760
]
261 0.38 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:
[
  182760
]
262 0.95 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182760
]
263 0.37 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182760
]
264 0.28 ms
select `iconLabels` from object_store_prod where oo_id  = 182760
Parameters:
[]
265 0.26 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182760
  "videos"
]
266 0.28 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182760 AND fieldname = 'attributes'
Parameters:
[]
267 0.39 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182760 AND fieldname = 'attributes'
Parameters:
[]
268 0.29 ms
select `combinedBlock` from object_store_prod where oo_id  = 182760
Parameters:
[]
269 0.30 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182760
Parameters:
[]
270 0.33 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182760
Parameters:
[]
271 0.27 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182760
Parameters:
[]
272 0.26 ms
select `combinedImage` from object_store_prod where oo_id  = 182760
Parameters:
[]
273 0.37 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182760
]
274 0.33 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422386
]
275 0.39 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422386
]
276 48.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_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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:
[]
277 0.38 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  417916
]
278 0.35 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  417916
]
279 0.38 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  24804
]
280 0.39 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:
[
  24804
]
281 1.07 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  24804
]
282 0.44 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  24804
]
283 0.40 ms
select `iconLabels` from object_store_prod where oo_id  = 24804
Parameters:
[]
284 0.32 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  24804
  "videos"
]
285 0.32 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 24804 AND fieldname = 'attributes'
Parameters:
[]
286 0.43 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 24804 AND fieldname = 'attributes'
Parameters:
[]
287 0.37 ms
select `combinedBlock` from object_store_prod where oo_id  = 24804
Parameters:
[]
288 0.31 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 24804
Parameters:
[]
289 0.32 ms
select `accessoryDemand` from object_store_prod where oo_id  = 24804
Parameters:
[]
290 0.33 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 24804
Parameters:
[]
291 0.29 ms
select `combinedImage` from object_store_prod where oo_id  = 24804
Parameters:
[]
292 0.40 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  24804
]
293 0.36 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  417881
]
294 0.43 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  417881
]
295 52.56 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_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 = '17188' and a.id != '17188') or parentProducts like '%,17188,%') 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:
[]
296 0.39 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  3016
]
297 0.40 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  3016
]
298 0.61 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  64619
]
299 0.73 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:
[
  64619
]
300 1.08 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  64619
]
301 0.80 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  64619
]
302 0.50 ms
select `iconLabels` from object_store_prod where oo_id  = 64619
Parameters:
[]
303 0.47 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  64619
  "videos"
]
304 0.56 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 64619 AND fieldname = 'attributes'
Parameters:
[]
305 18.54 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 64619 AND fieldname = 'attributes'
Parameters:
[]
306 0.57 ms
select `combinedBlock` from object_store_prod where oo_id  = 64619
Parameters:
[]
307 0.61 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 64619
Parameters:
[]
308 0.46 ms
select `accessoryDemand` from object_store_prod where oo_id  = 64619
Parameters:
[]
309 0.38 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 64619
Parameters:
[]
310 0.37 ms
select `combinedImage` from object_store_prod where oo_id  = 64619
Parameters:
[]
311 0.81 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  64619
]
312 0.33 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  1548
]
313 0.37 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  1548
]
314 0.52 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  64611
]
315 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:
[
  64611
]
316 0.87 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  64611
]
317 0.70 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  64611
]
318 0.44 ms
select `iconLabels` from object_store_prod where oo_id  = 64611
Parameters:
[]
319 0.40 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  64611
  "videos"
]
320 0.78 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 64611 AND fieldname = 'attributes'
Parameters:
[]
321 4.36 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 64611 AND fieldname = 'attributes'
Parameters:
[]
322 0.44 ms
select `combinedBlock` from object_store_prod where oo_id  = 64611
Parameters:
[]
323 0.47 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 64611
Parameters:
[]
324 0.38 ms
select `accessoryDemand` from object_store_prod where oo_id  = 64611
Parameters:
[]
325 0.34 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 64611
Parameters:
[]
326 0.38 ms
select `combinedImage` from object_store_prod where oo_id  = 64611
Parameters:
[]
327 0.72 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  64611
]
328 0.33 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  1758
]
329 0.39 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  1758
]
330 0.54 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  27118
]
331 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:
[
  27118
]
332 1.02 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  27118
]
333 0.75 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  27118
]
334 0.48 ms
select `iconLabels` from object_store_prod where oo_id  = 27118
Parameters:
[]
335 0.46 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  27118
  "videos"
]
336 0.61 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 27118 AND fieldname = 'attributes'
Parameters:
[]
337 4.12 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 27118 AND fieldname = 'attributes'
Parameters:
[]
338 0.42 ms
select `combinedBlock` from object_store_prod where oo_id  = 27118
Parameters:
[]
339 0.41 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 27118
Parameters:
[]
340 0.39 ms
select `accessoryDemand` from object_store_prod where oo_id  = 27118
Parameters:
[]
341 0.38 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 27118
Parameters:
[]
342 0.40 ms
select `combinedImage` from object_store_prod where oo_id  = 27118
Parameters:
[]
343 4.76 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  27118
]
344 0.51 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  408245
]
345 0.61 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  408245
]
346 40.73 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_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 = '26898' and a.id != '26898') or parentProducts like '%,26898,%') 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:
[]
347 0.43 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  417911
]
348 0.41 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  417911
]
349 0.67 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  67160
]
350 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:
[
  67160
]
351 1.06 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  67160
]
352 0.79 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  67160
]
353 0.50 ms
select `iconLabels` from object_store_prod where oo_id  = 67160
Parameters:
[]
354 0.61 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  67160
  "videos"
]
355 0.64 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 67160 AND fieldname = 'attributes'
Parameters:
[]
356 4.33 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 67160 AND fieldname = 'attributes'
Parameters:
[]
357 0.65 ms
select `combinedBlock` from object_store_prod where oo_id  = 67160
Parameters:
[]
358 0.49 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 67160
Parameters:
[]
359 0.55 ms
select `accessoryDemand` from object_store_prod where oo_id  = 67160
Parameters:
[]
360 0.46 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 67160
Parameters:
[]
361 0.46 ms
select `combinedImage` from object_store_prod where oo_id  = 67160
Parameters:
[]
362 0.81 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  67160
]
363 0.34 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  417938
]
364 0.39 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  417938
]
365 31.02 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_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 = '26155' and a.id != '26155') or parentProducts like '%,26155,%') 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:
[]
366 0.62 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  27936
]
367 0.69 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:
[
  27936
]
368 0.97 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  27936
]
369 3.39 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  27936
]
370 0.59 ms
select `iconLabels` from object_store_prod where oo_id  = 27936
Parameters:
[]
371 0.46 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  27936
  "videos"
]
372 0.60 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 27936 AND fieldname = 'attributes'
Parameters:
[]
373 9.15 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 27936 AND fieldname = 'attributes'
Parameters:
[]
374 0.48 ms
select `combinedBlock` from object_store_prod where oo_id  = 27936
Parameters:
[]
375 0.43 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 27936
Parameters:
[]
376 0.43 ms
select `accessoryDemand` from object_store_prod where oo_id  = 27936
Parameters:
[]
377 0.49 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 27936
Parameters:
[]
378 0.40 ms
select `combinedImage` from object_store_prod where oo_id  = 27936
Parameters:
[]
379 0.80 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  27936
]
380 0.44 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  26155
]
381 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:
[
  26155
]
382 0.50 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  26155
]
383 0.65 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  26155
]
384 0.44 ms
select `iconLabels` from object_store_prod where oo_id  = 26155
Parameters:
[]
385 0.44 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  26155
  "videos"
]
386 0.50 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 26155 AND fieldname = 'attributes'
Parameters:
[]
387 0.50 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 26155 AND fieldname = 'attributes'
Parameters:
[]
388 0.44 ms
select `combinedBlock` from object_store_prod where oo_id  = 26155
Parameters:
[]
389 0.45 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 26155
Parameters:
[]
390 0.53 ms
select `accessoryDemand` from object_store_prod where oo_id  = 26155
Parameters:
[]
391 0.44 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 26155
Parameters:
[]
392 0.38 ms
select `combinedImage` from object_store_prod where oo_id  = 26155
Parameters:
[]
393 0.53 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  26155
]
394 0.43 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  26154
]
395 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:
[
  26154
]
396 0.52 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  26154
]
397 0.70 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  26154
]
398 0.38 ms
select `iconLabels` from object_store_prod where oo_id  = 26154
Parameters:
[]
399 0.43 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  26154
  "videos"
]
400 0.50 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 26154 AND fieldname = 'attributes'
Parameters:
[]
401 0.51 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 26154 AND fieldname = 'attributes'
Parameters:
[]
402 0.43 ms
select `combinedBlock` from object_store_prod where oo_id  = 26154
Parameters:
[]
403 0.38 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 26154
Parameters:
[]
404 0.37 ms
select `accessoryDemand` from object_store_prod where oo_id  = 26154
Parameters:
[]
405 0.37 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 26154
Parameters:
[]
406 0.38 ms
select `combinedImage` from object_store_prod where oo_id  = 26154
Parameters:
[]
407 0.48 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  26154
]
408 0.51 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  417821
]
409 0.66 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  417821
]
410 0.44 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  27932
]
411 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:
[
  27932
]
412 1.08 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  27932
]
413 0.75 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  27932
]
414 0.61 ms
select `iconLabels` from object_store_prod where oo_id  = 27932
Parameters:
[]
415 0.61 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  27932
  "videos"
]
416 0.70 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 27932 AND fieldname = 'attributes'
Parameters:
[]
417 7.93 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 27932 AND fieldname = 'attributes'
Parameters:
[]
418 0.51 ms
select `combinedBlock` from object_store_prod where oo_id  = 27932
Parameters:
[]
419 0.46 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 27932
Parameters:
[]
420 0.43 ms
select `accessoryDemand` from object_store_prod where oo_id  = 27932
Parameters:
[]
421 0.42 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 27932
Parameters:
[]
422 0.38 ms
select `combinedImage` from object_store_prod where oo_id  = 27932
Parameters:
[]
423 3.38 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  27932
]
424 0.52 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  417909
]
425 0.66 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  417909
]
426 0.49 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  27934
]
427 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:
[
  27934
]
428 0.94 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  27934
]
429 0.81 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  27934
]
430 0.43 ms
select `iconLabels` from object_store_prod where oo_id  = 27934
Parameters:
[]
431 0.54 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  27934
  "videos"
]
432 0.62 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 27934 AND fieldname = 'attributes'
Parameters:
[]
433 0.93 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 27934 AND fieldname = 'attributes'
Parameters:
[]
434 0.39 ms
select `combinedBlock` from object_store_prod where oo_id  = 27934
Parameters:
[]
435 0.43 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 27934
Parameters:
[]
436 0.36 ms
select `accessoryDemand` from object_store_prod where oo_id  = 27934
Parameters:
[]
437 0.38 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 27934
Parameters:
[]
438 0.42 ms
select `combinedImage` from object_store_prod where oo_id  = 27934
Parameters:
[]
439 0.75 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  27934
]
440 0.49 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  417883
]
441 0.68 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  417883
]
442 0.51 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  27938
]
443 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:
[
  27938
]
444 0.99 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  27938
]
445 0.75 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  27938
]
446 0.44 ms
select `iconLabels` from object_store_prod where oo_id  = 27938
Parameters:
[]
447 0.45 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  27938
  "videos"
]
448 0.83 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 27938 AND fieldname = 'attributes'
Parameters:
[]
449 5.44 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 27938 AND fieldname = 'attributes'
Parameters:
[]
450 0.52 ms
select `combinedBlock` from object_store_prod where oo_id  = 27938
Parameters:
[]
451 0.49 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 27938
Parameters:
[]
452 0.44 ms
select `accessoryDemand` from object_store_prod where oo_id  = 27938
Parameters:
[]
453 0.46 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 27938
Parameters:
[]
454 0.46 ms
select `combinedImage` from object_store_prod where oo_id  = 27938
Parameters:
[]
455 0.72 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  27938
]
456 0.51 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  417798
]
457 0.92 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  417798
]
458 0.78 ms
SELECT * FROM properties WHERE
                             (
                                 (cid IN (1,1201,1140,1102,1100,2) AND inheritable = 1) OR cid = ?
                             ) AND ctype='document'
Parameters:
[
  1257
]
459 0.34 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
460 1.06 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=nl&_format=html&_controller=App%5CController%5CSnippetController%3A%3AdisturberAction"
  "path_query"
  "https://testing.weverducre.com/_fragment?_path=_locale=nl&_format=html&_controller=App%5CController%5CSnippetController%3A%3AdisturberAction"
  "entire_uri"
]
461 0.50 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  1257
]
462 0.55 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  298
]
463 0.51 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  34050
]
464 0.94 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  34050
]
465 30.36 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_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 = '26156' and a.id != '26156') or parentProducts like '%,26156,%') 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:
[]
466 4.79 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  27357
]
467 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:
[
  27357
]
468 0.89 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  27357
]
469 2.64 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  27357
]
470 0.69 ms
select `iconLabels` from object_store_prod where oo_id  = 27357
Parameters:
[]
471 0.45 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  27357
  "videos"
]
472 0.59 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 27357 AND fieldname = 'attributes'
Parameters:
[]
473 8.61 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 27357 AND fieldname = 'attributes'
Parameters:
[]
474 0.43 ms
select `combinedBlock` from object_store_prod where oo_id  = 27357
Parameters:
[]
475 0.39 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 27357
Parameters:
[]
476 0.38 ms
select `accessoryDemand` from object_store_prod where oo_id  = 27357
Parameters:
[]
477 0.37 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 27357
Parameters:
[]
478 0.42 ms
select `combinedImage` from object_store_prod where oo_id  = 27357
Parameters:
[]
479 2.96 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  27357
]
480 0.45 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  26156
]
481 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:
[
  26156
]
482 0.53 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  26156
]
483 0.69 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  26156
]
484 0.45 ms
select `iconLabels` from object_store_prod where oo_id  = 26156
Parameters:
[]
485 0.40 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  26156
  "videos"
]
486 0.48 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 26156 AND fieldname = 'attributes'
Parameters:
[]
487 0.48 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 26156 AND fieldname = 'attributes'
Parameters:
[]
488 0.39 ms
select `combinedBlock` from object_store_prod where oo_id  = 26156
Parameters:
[]
489 0.36 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 26156
Parameters:
[]
490 0.41 ms
select `accessoryDemand` from object_store_prod where oo_id  = 26156
Parameters:
[]
491 0.42 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 26156
Parameters:
[]
492 0.41 ms
select `combinedImage` from object_store_prod where oo_id  = 26156
Parameters:
[]
493 0.52 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  26156
]
494 0.46 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  417937
]
495 0.62 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  417937
]
496 0.47 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  27349
]
497 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:
[
  27349
]
498 0.94 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  27349
]
499 0.66 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  27349
]
500 0.44 ms
select `iconLabels` from object_store_prod where oo_id  = 27349
Parameters:
[]
501 0.44 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  27349
  "videos"
]
502 0.55 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 27349 AND fieldname = 'attributes'
Parameters:
[]
503 6.13 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 27349 AND fieldname = 'attributes'
Parameters:
[]
504 0.43 ms
select `combinedBlock` from object_store_prod where oo_id  = 27349
Parameters:
[]
505 0.57 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 27349
Parameters:
[]
506 0.49 ms
select `accessoryDemand` from object_store_prod where oo_id  = 27349
Parameters:
[]
507 0.43 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 27349
Parameters:
[]
508 0.37 ms
select `combinedImage` from object_store_prod where oo_id  = 27349
Parameters:
[]
509 0.78 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  27349
]
510 0.54 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  417905
]
511 0.64 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  417905
]
512 0.46 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  27353
]
513 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:
[
  27353
]
514 1.01 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  27353
]
515 0.77 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  27353
]
516 0.44 ms
select `iconLabels` from object_store_prod where oo_id  = 27353
Parameters:
[]
517 0.46 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  27353
  "videos"
]
518 0.58 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 27353 AND fieldname = 'attributes'
Parameters:
[]
519 2.89 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 27353 AND fieldname = 'attributes'
Parameters:
[]
520 0.44 ms
select `combinedBlock` from object_store_prod where oo_id  = 27353
Parameters:
[]
521 0.44 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 27353
Parameters:
[]
522 0.43 ms
select `accessoryDemand` from object_store_prod where oo_id  = 27353
Parameters:
[]
523 0.39 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 27353
Parameters:
[]
524 0.39 ms
select `combinedImage` from object_store_prod where oo_id  = 27353
Parameters:
[]
525 0.76 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  27353
]
526 0.57 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  417970
]
527 0.61 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  417970
]
528 0.48 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  27359
]
529 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:
[
  27359
]
530 0.95 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  27359
]
531 0.65 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  27359
]
532 0.45 ms
select `iconLabels` from object_store_prod where oo_id  = 27359
Parameters:
[]
533 0.48 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  27359
  "videos"
]
534 0.59 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 27359 AND fieldname = 'attributes'
Parameters:
[]
535 0.94 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 27359 AND fieldname = 'attributes'
Parameters:
[]
536 0.39 ms
select `combinedBlock` from object_store_prod where oo_id  = 27359
Parameters:
[]
537 0.38 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 27359
Parameters:
[]
538 0.37 ms
select `accessoryDemand` from object_store_prod where oo_id  = 27359
Parameters:
[]
539 0.35 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 27359
Parameters:
[]
540 0.43 ms
select `combinedImage` from object_store_prod where oo_id  = 27359
Parameters:
[]
541 0.78 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  27359
]
542 0.50 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  417927
]
543 0.83 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  417927
]
544 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_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 = '25050' and a.id != '25050') or parentProducts like '%,25050,%') 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:
[]
545 0.31 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  359133
]
546 0.37 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  359133
]
547 0.40 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  359128
]
548 0.39 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  359128
]
549 0.98 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_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 = '25051' and a.id != '25051') or parentProducts like '%,25051,%') 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:
[]
550 0.43 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  359051
]
551 0.36 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  359051
]
552 0.43 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  359130
]
553 0.39 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  359130
]
554 1.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_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 = '25052' and a.id != '25052') or parentProducts like '%,25052,%') 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:
[]
555 0.37 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  359058
]
556 0.40 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  359058
]
557 0.46 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  359047
]
558 0.43 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  359047
]
559 0.99 ms
SELECT * FROM properties WHERE
                             (
                                 (cid IN (1,1202,1140,1102,1100,2) AND inheritable = 1) OR cid = ?
                             ) AND ctype='document'
Parameters:
[
  1258
]
560 0.38 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
561 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=nl&_format=html&_controller=App%5CController%5CSnippetController%3A%3AdisturberAction"
  "path_query"
  "https://testing.weverducre.com/_fragment?_path=_locale=nl&_format=html&_controller=App%5CController%5CSnippetController%3A%3AdisturberAction"
  "entire_uri"
]
562 0.79 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  1258
]
563 0.60 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  300
]
564 0.46 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  50083
]
565 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:
[
  50083
]
566 0.91 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  50083
]
567 0.81 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  50083
]
568 0.49 ms
select `iconLabels` from object_store_prod where oo_id  = 50083
Parameters:
[]
569 0.47 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  50083
  "videos"
]
570 0.59 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 50083 AND fieldname = 'attributes'
Parameters:
[]
571 5.65 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 50083 AND fieldname = 'attributes'
Parameters:
[]
572 0.45 ms
select `combinedBlock` from object_store_prod where oo_id  = 50083
Parameters:
[]
573 0.41 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 50083
Parameters:
[]
574 0.44 ms
select `accessoryDemand` from object_store_prod where oo_id  = 50083
Parameters:
[]
575 0.43 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 50083
Parameters:
[]
576 0.43 ms
select `combinedImage` from object_store_prod where oo_id  = 50083
Parameters:
[]
577 8.12 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  50083
]
578 0.70 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  951901
]
579 0.76 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  951901
]
580 66.99 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_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 = '26929' and a.id != '26929') or parentProducts like '%,26929,%') 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:
[]
581 0.47 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  417920
]
582 0.42 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  417920
]
583 0.62 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  88765
]
584 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:
[
  88765
]
585 9.69 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  88765
]
586 0.83 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  88765
]
587 0.44 ms
select `iconLabels` from object_store_prod where oo_id  = 88765
Parameters:
[]
588 0.51 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  88765
  "videos"
]
589 0.58 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 88765 AND fieldname = 'attributes'
Parameters:
[]
590 1.05 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 88765 AND fieldname = 'attributes'
Parameters:
[]
591 0.44 ms
select `combinedBlock` from object_store_prod where oo_id  = 88765
Parameters:
[]
592 0.44 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 88765
Parameters:
[]
593 0.40 ms
select `accessoryDemand` from object_store_prod where oo_id  = 88765
Parameters:
[]
594 0.43 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 88765
Parameters:
[]
595 0.38 ms
select `combinedImage` from object_store_prod where oo_id  = 88765
Parameters:
[]
596 4.66 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  88765
]
597 0.32 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  4976382
]
598 0.42 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  4976382
]
599 0.54 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  27114
]
600 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:
[
  27114
]
601 0.92 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  27114
]
602 0.78 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  27114
]
603 0.44 ms
select `iconLabels` from object_store_prod where oo_id  = 27114
Parameters:
[]
604 0.57 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  27114
  "videos"
]
605 0.60 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 27114 AND fieldname = 'attributes'
Parameters:
[]
606 4.97 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 27114 AND fieldname = 'attributes'
Parameters:
[]
607 0.46 ms
select `combinedBlock` from object_store_prod where oo_id  = 27114
Parameters:
[]
608 0.40 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 27114
Parameters:
[]
609 0.49 ms
select `accessoryDemand` from object_store_prod where oo_id  = 27114
Parameters:
[]
610 0.45 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 27114
Parameters:
[]
611 0.45 ms
select `combinedImage` from object_store_prod where oo_id  = 27114
Parameters:
[]
612 0.88 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  27114
]
613 0.40 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  417836
]
614 0.42 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  417836
]
615 0.61 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  27110
]
616 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:
[
  27110
]
617 0.94 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  27110
]
618 0.82 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  27110
]
619 0.57 ms
select `iconLabels` from object_store_prod where oo_id  = 27110
Parameters:
[]
620 0.53 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  27110
  "videos"
]
621 0.64 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 27110 AND fieldname = 'attributes'
Parameters:
[]
622 5.06 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 27110 AND fieldname = 'attributes'
Parameters:
[]
623 0.47 ms
select `combinedBlock` from object_store_prod where oo_id  = 27110
Parameters:
[]
624 0.47 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 27110
Parameters:
[]
625 0.43 ms
select `accessoryDemand` from object_store_prod where oo_id  = 27110
Parameters:
[]
626 0.42 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 27110
Parameters:
[]
627 0.47 ms
select `combinedImage` from object_store_prod where oo_id  = 27110
Parameters:
[]
628 0.79 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  27110
]
629 0.47 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  417812
]
630 0.40 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  417812
]
631 0.52 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  27108
]
632 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:
[
  27108
]
633 0.92 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  27108
]
634 0.72 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  27108
]
635 0.56 ms
select `iconLabels` from object_store_prod where oo_id  = 27108
Parameters:
[]
636 0.49 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  27108
  "videos"
]
637 0.61 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 27108 AND fieldname = 'attributes'
Parameters:
[]
638 4.91 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 27108 AND fieldname = 'attributes'
Parameters:
[]
639 0.46 ms
select `combinedBlock` from object_store_prod where oo_id  = 27108
Parameters:
[]
640 0.49 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 27108
Parameters:
[]
641 0.49 ms
select `accessoryDemand` from object_store_prod where oo_id  = 27108
Parameters:
[]
642 0.66 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 27108
Parameters:
[]
643 0.52 ms
select `combinedImage` from object_store_prod where oo_id  = 27108
Parameters:
[]
644 3.54 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  27108
]
645 0.38 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  417865
]
646 0.43 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  417865
]
647 51.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_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 = '26930' and a.id != '26930') or parentProducts like '%,26930,%') 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:
[]
648 0.41 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  417818
]
649 0.38 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  417818
]
650 0.83 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  88763
]
651 0.76 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:
[
  88763
]
652 4.54 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  88763
]
653 0.90 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  88763
]
654 0.48 ms
select `iconLabels` from object_store_prod where oo_id  = 88763
Parameters:
[]
655 0.45 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  88763
  "videos"
]
656 0.54 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 88763 AND fieldname = 'attributes'
Parameters:
[]
657 1.00 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 88763 AND fieldname = 'attributes'
Parameters:
[]
658 0.43 ms
select `combinedBlock` from object_store_prod where oo_id  = 88763
Parameters:
[]
659 0.50 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 88763
Parameters:
[]
660 0.52 ms
select `accessoryDemand` from object_store_prod where oo_id  = 88763
Parameters:
[]
661 0.49 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 88763
Parameters:
[]
662 0.40 ms
select `combinedImage` from object_store_prod where oo_id  = 88763
Parameters:
[]
663 0.81 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  88763
]
664 0.51 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  4976383
]
665 0.73 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  4976383
]
666 0.53 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  27052
]
667 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:
[
  27052
]
668 0.86 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  27052
]
669 0.90 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  27052
]
670 0.41 ms
select `iconLabels` from object_store_prod where oo_id  = 27052
Parameters:
[]
671 0.40 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  27052
  "videos"
]
672 0.58 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 27052 AND fieldname = 'attributes'
Parameters:
[]
673 1.11 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 27052 AND fieldname = 'attributes'
Parameters:
[]
674 0.36 ms
select `combinedBlock` from object_store_prod where oo_id  = 27052
Parameters:
[]
675 0.37 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 27052
Parameters:
[]
676 0.35 ms
select `accessoryDemand` from object_store_prod where oo_id  = 27052
Parameters:
[]
677 0.34 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 27052
Parameters:
[]
678 0.35 ms
select `combinedImage` from object_store_prod where oo_id  = 27052
Parameters:
[]
679 0.74 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  27052
]
680 0.42 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  417873
]
681 0.77 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  417873
]
682 0.39 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  27048
]
683 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:
[
  27048
]
684 0.86 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  27048
]
685 0.68 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  27048
]
686 0.45 ms
select `iconLabels` from object_store_prod where oo_id  = 27048
Parameters:
[]
687 0.39 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  27048
  "videos"
]
688 0.50 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 27048 AND fieldname = 'attributes'
Parameters:
[]
689 2.30 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 27048 AND fieldname = 'attributes'
Parameters:
[]
690 0.44 ms
select `combinedBlock` from object_store_prod where oo_id  = 27048
Parameters:
[]
691 0.38 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 27048
Parameters:
[]
692 0.36 ms
select `accessoryDemand` from object_store_prod where oo_id  = 27048
Parameters:
[]
693 0.43 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 27048
Parameters:
[]
694 0.37 ms
select `combinedImage` from object_store_prod where oo_id  = 27048
Parameters:
[]
695 0.72 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  27048
]
696 0.44 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  417896
]
697 0.60 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  417896
]
698 0.48 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  27046
]
699 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:
[
  27046
]
700 0.93 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  27046
]
701 0.66 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  27046
]
702 0.40 ms
select `iconLabels` from object_store_prod where oo_id  = 27046
Parameters:
[]
703 0.46 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  27046
  "videos"
]
704 0.51 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 27046 AND fieldname = 'attributes'
Parameters:
[]
705 3.87 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 27046 AND fieldname = 'attributes'
Parameters:
[]
706 0.43 ms
select `combinedBlock` from object_store_prod where oo_id  = 27046
Parameters:
[]
707 0.44 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 27046
Parameters:
[]
708 0.45 ms
select `accessoryDemand` from object_store_prod where oo_id  = 27046
Parameters:
[]
709 0.41 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 27046
Parameters:
[]
710 0.37 ms
select `combinedImage` from object_store_prod where oo_id  = 27046
Parameters:
[]
711 0.72 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  27046
]
712 0.47 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  417837
]
713 0.76 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  417837
]
714 37.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_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 = '87607' and a.id != '87607') or parentProducts like '%,87607,%') 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:
[]
715 0.46 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  25254
]
716 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:
[
  25254
]
717 0.73 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  25254
]
718 0.71 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  25254
]
719 0.45 ms
select `iconLabels` from object_store_prod where oo_id  = 25254
Parameters:
[]
720 0.40 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  25254
  "videos"
]
721 0.52 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 25254 AND fieldname = 'attributes'
Parameters:
[]
722 0.90 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 25254 AND fieldname = 'attributes'
Parameters:
[]
723 0.46 ms
select `combinedBlock` from object_store_prod where oo_id  = 25254
Parameters:
[]
724 0.42 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 25254
Parameters:
[]
725 0.38 ms
select `accessoryDemand` from object_store_prod where oo_id  = 25254
Parameters:
[]
726 0.53 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 25254
Parameters:
[]
727 0.38 ms
select `combinedImage` from object_store_prod where oo_id  = 25254
Parameters:
[]
728 2.83 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  25254
]
729 0.45 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  87607
]
730 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:
[
  87607
]
731 0.53 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  87607
]
732 0.78 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  87607
]
733 0.37 ms
select `iconLabels` from object_store_prod where oo_id  = 87607
Parameters:
[]
734 0.42 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  87607
  "videos"
]
735 0.45 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 87607 AND fieldname = 'attributes'
Parameters:
[]
736 0.50 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 87607 AND fieldname = 'attributes'
Parameters:
[]
737 0.39 ms
select `combinedBlock` from object_store_prod where oo_id  = 87607
Parameters:
[]
738 0.39 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 87607
Parameters:
[]
739 0.35 ms
select `accessoryDemand` from object_store_prod where oo_id  = 87607
Parameters:
[]
740 0.35 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 87607
Parameters:
[]
741 0.55 ms
select `combinedImage` from object_store_prod where oo_id  = 87607
Parameters:
[]
742 0.56 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  87607
]
743 0.36 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  24866
]
744 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:
[
  24866
]
745 0.47 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  24866
]
746 0.68 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  24866
]
747 0.37 ms
select `iconLabels` from object_store_prod where oo_id  = 24866
Parameters:
[]
748 0.40 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  24866
  "videos"
]
749 0.43 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 24866 AND fieldname = 'attributes'
Parameters:
[]
750 0.47 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 24866 AND fieldname = 'attributes'
Parameters:
[]
751 0.36 ms
select `combinedBlock` from object_store_prod where oo_id  = 24866
Parameters:
[]
752 0.44 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 24866
Parameters:
[]
753 0.34 ms
select `accessoryDemand` from object_store_prod where oo_id  = 24866
Parameters:
[]
754 0.37 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 24866
Parameters:
[]
755 0.43 ms
select `combinedImage` from object_store_prod where oo_id  = 24866
Parameters:
[]
756 0.47 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  24866
]
757 0.33 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  359039
]
758 0.40 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  359039
]
759 0.40 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  25250
]
760 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:
[
  25250
]
761 0.79 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  25250
]
762 0.61 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  25250
]
763 0.46 ms
select `iconLabels` from object_store_prod where oo_id  = 25250
Parameters:
[]
764 0.38 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  25250
  "videos"
]
765 0.46 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 25250 AND fieldname = 'attributes'
Parameters:
[]
766 5.93 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 25250 AND fieldname = 'attributes'
Parameters:
[]
767 0.38 ms
select `combinedBlock` from object_store_prod where oo_id  = 25250
Parameters:
[]
768 0.39 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 25250
Parameters:
[]
769 0.43 ms
select `accessoryDemand` from object_store_prod where oo_id  = 25250
Parameters:
[]
770 0.35 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 25250
Parameters:
[]
771 0.35 ms
select `combinedImage` from object_store_prod where oo_id  = 25250
Parameters:
[]
772 0.90 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  25250
]
773 0.46 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  359132
]
774 0.65 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  359132
]
775 0.40 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  28130
]
776 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:
[
  28130
]
777 0.79 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  28130
]
778 0.65 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  28130
]
779 0.42 ms
select `iconLabels` from object_store_prod where oo_id  = 28130
Parameters:
[]
780 0.40 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  28130
  "videos"
]
781 0.47 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 28130 AND fieldname = 'attributes'
Parameters:
[]
782 1.43 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 28130 AND fieldname = 'attributes'
Parameters:
[]
783 0.35 ms
select `combinedBlock` from object_store_prod where oo_id  = 28130
Parameters:
[]
784 0.34 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 28130
Parameters:
[]
785 0.34 ms
select `accessoryDemand` from object_store_prod where oo_id  = 28130
Parameters:
[]
786 0.36 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 28130
Parameters:
[]
787 0.36 ms
select `combinedImage` from object_store_prod where oo_id  = 28130
Parameters:
[]
788 0.93 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  28130
]
789 0.49 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  359049
]
790 0.65 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  359049
]
791 33.60 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_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 = '87606' and a.id != '87606') or parentProducts like '%,87606,%') 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:
[]
792 0.46 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  25326
]
793 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:
[
  25326
]
794 0.90 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  25326
]
795 0.67 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  25326
]
796 0.49 ms
select `iconLabels` from object_store_prod where oo_id  = 25326
Parameters:
[]
797 0.37 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  25326
  "videos"
]
798 0.62 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 25326 AND fieldname = 'attributes'
Parameters:
[]
799 2.28 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 25326 AND fieldname = 'attributes'
Parameters:
[]
800 0.38 ms
select `combinedBlock` from object_store_prod where oo_id  = 25326
Parameters:
[]
801 0.41 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 25326
Parameters:
[]
802 0.39 ms
select `accessoryDemand` from object_store_prod where oo_id  = 25326
Parameters:
[]
803 0.52 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 25326
Parameters:
[]
804 0.39 ms
select `combinedImage` from object_store_prod where oo_id  = 25326
Parameters:
[]
805 0.93 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  25326
]
806 0.45 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  87606
]
807 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:
[
  87606
]
808 0.48 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  87606
]
809 0.88 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  87606
]
810 0.42 ms
select `iconLabels` from object_store_prod where oo_id  = 87606
Parameters:
[]
811 0.44 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  87606
  "videos"
]
812 0.50 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 87606 AND fieldname = 'attributes'
Parameters:
[]
813 0.51 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 87606 AND fieldname = 'attributes'
Parameters:
[]
814 0.37 ms
select `combinedBlock` from object_store_prod where oo_id  = 87606
Parameters:
[]
815 0.36 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 87606
Parameters:
[]
816 0.36 ms
select `accessoryDemand` from object_store_prod where oo_id  = 87606
Parameters:
[]
817 0.38 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 87606
Parameters:
[]
818 0.50 ms
select `combinedImage` from object_store_prod where oo_id  = 87606
Parameters:
[]
819 0.34 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  87606
]
820 0.35 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  408218
]
821 0.39 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  408218
]
822 0.29 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  25322
]
823 0.33 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:
[
  25322
]
824 0.79 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  25322
]
825 0.41 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  25322
]
826 0.34 ms
select `iconLabels` from object_store_prod where oo_id  = 25322
Parameters:
[]
827 0.32 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  25322
  "videos"
]
828 0.33 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 25322 AND fieldname = 'attributes'
Parameters:
[]
829 0.43 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 25322 AND fieldname = 'attributes'
Parameters:
[]
830 0.27 ms
select `combinedBlock` from object_store_prod where oo_id  = 25322
Parameters:
[]
831 0.25 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 25322
Parameters:
[]
832 0.25 ms
select `accessoryDemand` from object_store_prod where oo_id  = 25322
Parameters:
[]
833 0.28 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 25322
Parameters:
[]
834 0.32 ms
select `combinedImage` from object_store_prod where oo_id  = 25322
Parameters:
[]
835 0.40 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  25322
]
836 0.32 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  408224
]
837 0.37 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  408224
]
838 0.51 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  25330
]
839 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:
[
  25330
]
840 0.84 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  25330
]
841 0.65 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  25330
]
842 0.41 ms
select `iconLabels` from object_store_prod where oo_id  = 25330
Parameters:
[]
843 0.55 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  25330
  "videos"
]
844 0.61 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 25330 AND fieldname = 'attributes'
Parameters:
[]
845 1.26 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 25330 AND fieldname = 'attributes'
Parameters:
[]
846 0.40 ms
select `combinedBlock` from object_store_prod where oo_id  = 25330
Parameters:
[]
847 0.39 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 25330
Parameters:
[]
848 0.38 ms
select `accessoryDemand` from object_store_prod where oo_id  = 25330
Parameters:
[]
849 0.38 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 25330
Parameters:
[]
850 0.41 ms
select `combinedImage` from object_store_prod where oo_id  = 25330
Parameters:
[]
851 1.14 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  25330
]
852 0.34 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  408272
]
853 0.37 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  408272
]
854 0.42 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  89992
]
855 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:
[
  89992
]
856 5.16 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  89992
]
857 0.71 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  89992
]
858 0.59 ms
select `iconLabels` from object_store_prod where oo_id  = 89992
Parameters:
[]
859 0.50 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  89992
  "videos"
]
860 0.56 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 89992 AND fieldname = 'attributes'
Parameters:
[]
861 1.04 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 89992 AND fieldname = 'attributes'
Parameters:
[]
862 0.46 ms
select `combinedBlock` from object_store_prod where oo_id  = 89992
Parameters:
[]
863 0.43 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 89992
Parameters:
[]
864 0.43 ms
select `accessoryDemand` from object_store_prod where oo_id  = 89992
Parameters:
[]
865 0.43 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 89992
Parameters:
[]
866 0.43 ms
select `combinedImage` from object_store_prod where oo_id  = 89992
Parameters:
[]
867 1.13 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  89992
]
868 0.28 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  4976469
]
869 0.40 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  4976469
]
870 0.46 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  89985
]
871 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:
[
  89985
]
872 6.51 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  89985
]
873 0.73 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  89985
]
874 0.50 ms
select `iconLabels` from object_store_prod where oo_id  = 89985
Parameters:
[]
875 0.57 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  89985
  "videos"
]
876 0.58 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 89985 AND fieldname = 'attributes'
Parameters:
[]
877 1.01 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 89985 AND fieldname = 'attributes'
Parameters:
[]
878 0.39 ms
select `combinedBlock` from object_store_prod where oo_id  = 89985
Parameters:
[]
879 0.37 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 89985
Parameters:
[]
880 0.51 ms
select `accessoryDemand` from object_store_prod where oo_id  = 89985
Parameters:
[]
881 0.37 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 89985
Parameters:
[]
882 0.38 ms
select `combinedImage` from object_store_prod where oo_id  = 89985
Parameters:
[]
883 1.02 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  89985
]
884 0.30 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  4976470
]
885 0.40 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  4976470
]
886 29.32 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_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 = '87605' and a.id != '87605') or parentProducts like '%,87605,%') 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:
[]
887 0.50 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  25338
]
888 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:
[
  25338
]
889 0.86 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  25338
]
890 0.72 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  25338
]
891 0.42 ms
select `iconLabels` from object_store_prod where oo_id  = 25338
Parameters:
[]
892 0.49 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  25338
  "videos"
]
893 0.61 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 25338 AND fieldname = 'attributes'
Parameters:
[]
894 4.29 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 25338 AND fieldname = 'attributes'
Parameters:
[]
895 0.49 ms
select `combinedBlock` from object_store_prod where oo_id  = 25338
Parameters:
[]
896 0.52 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 25338
Parameters:
[]
897 0.44 ms
select `accessoryDemand` from object_store_prod where oo_id  = 25338
Parameters:
[]
898 0.43 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 25338
Parameters:
[]
899 0.37 ms
select `combinedImage` from object_store_prod where oo_id  = 25338
Parameters:
[]
900 1.02 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  25338
]
901 0.45 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  87605
]
902 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:
[
  87605
]
903 0.63 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  87605
]
904 0.72 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  87605
]
905 0.49 ms
select `iconLabels` from object_store_prod where oo_id  = 87605
Parameters:
[]
906 0.43 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  87605
  "videos"
]
907 0.49 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 87605 AND fieldname = 'attributes'
Parameters:
[]
908 0.52 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 87605 AND fieldname = 'attributes'
Parameters:
[]
909 0.42 ms
select `combinedBlock` from object_store_prod where oo_id  = 87605
Parameters:
[]
910 0.38 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 87605
Parameters:
[]
911 0.38 ms
select `accessoryDemand` from object_store_prod where oo_id  = 87605
Parameters:
[]
912 0.42 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 87605
Parameters:
[]
913 0.44 ms
select `combinedImage` from object_store_prod where oo_id  = 87605
Parameters:
[]
914 0.62 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  87605
]
915 0.34 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  828597
]
916 0.38 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  828597
]
917 0.49 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  25342
]
918 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:
[
  25342
]
919 0.88 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  25342
]
920 0.64 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  25342
]
921 0.47 ms
select `iconLabels` from object_store_prod where oo_id  = 25342
Parameters:
[]
922 0.60 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  25342
  "videos"
]
923 0.57 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 25342 AND fieldname = 'attributes'
Parameters:
[]
924 1.10 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 25342 AND fieldname = 'attributes'
Parameters:
[]
925 0.43 ms
select `combinedBlock` from object_store_prod where oo_id  = 25342
Parameters:
[]
926 0.39 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 25342
Parameters:
[]
927 0.38 ms
select `accessoryDemand` from object_store_prod where oo_id  = 25342
Parameters:
[]
928 0.39 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 25342
Parameters:
[]
929 0.44 ms
select `combinedImage` from object_store_prod where oo_id  = 25342
Parameters:
[]
930 0.99 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  25342
]
931 0.67 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  828753
]
932 0.78 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  828753
]
933 0.52 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  25334
]
934 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:
[
  25334
]
935 0.89 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  25334
]
936 0.68 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  25334
]
937 0.51 ms
select `iconLabels` from object_store_prod where oo_id  = 25334
Parameters:
[]
938 0.52 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  25334
  "videos"
]
939 0.80 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 25334 AND fieldname = 'attributes'
Parameters:
[]
940 1.18 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 25334 AND fieldname = 'attributes'
Parameters:
[]
941 0.44 ms
select `combinedBlock` from object_store_prod where oo_id  = 25334
Parameters:
[]
942 0.38 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 25334
Parameters:
[]
943 0.39 ms
select `accessoryDemand` from object_store_prod where oo_id  = 25334
Parameters:
[]
944 0.37 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 25334
Parameters:
[]
945 0.37 ms
select `combinedImage` from object_store_prod where oo_id  = 25334
Parameters:
[]
946 5.24 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  25334
]
947 0.62 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  828606
]
948 0.75 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  828606
]
949 0.45 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  90031
]
950 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:
[
  90031
]
951 2.96 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  90031
]
952 0.75 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  90031
]
953 0.43 ms
select `iconLabels` from object_store_prod where oo_id  = 90031
Parameters:
[]
954 0.44 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  90031
  "videos"
]
955 0.59 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 90031 AND fieldname = 'attributes'
Parameters:
[]
956 0.97 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 90031 AND fieldname = 'attributes'
Parameters:
[]
957 0.47 ms
select `combinedBlock` from object_store_prod where oo_id  = 90031
Parameters:
[]
958 0.40 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 90031
Parameters:
[]
959 0.39 ms
select `accessoryDemand` from object_store_prod where oo_id  = 90031
Parameters:
[]
960 0.40 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 90031
Parameters:
[]
961 0.40 ms
select `combinedImage` from object_store_prod where oo_id  = 90031
Parameters:
[]
962 2.04 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  90031
]
963 0.52 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  4976465
]
964 0.75 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  4976465
]
965 0.51 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  90021
]
966 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:
[
  90021
]
967 5.47 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  90021
]
968 0.61 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  90021
]
969 0.45 ms
select `iconLabels` from object_store_prod where oo_id  = 90021
Parameters:
[]
970 0.70 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  90021
  "videos"
]
971 0.64 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 90021 AND fieldname = 'attributes'
Parameters:
[]
972 0.99 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 90021 AND fieldname = 'attributes'
Parameters:
[]
973 0.41 ms
select `combinedBlock` from object_store_prod where oo_id  = 90021
Parameters:
[]
974 0.38 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 90021
Parameters:
[]
975 0.36 ms
select `accessoryDemand` from object_store_prod where oo_id  = 90021
Parameters:
[]
976 0.40 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 90021
Parameters:
[]
977 0.43 ms
select `combinedImage` from object_store_prod where oo_id  = 90021
Parameters:
[]
978 1.09 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  90021
]
979 0.43 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  4976467
]
980 0.67 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  4976467
]
981 52.27 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_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 = '87615' and a.id != '87615') or parentProducts like '%,87615,%') 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:
[]
982 0.51 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  49581
]
983 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:
[
  49581
]
984 0.83 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  49581
]
985 0.71 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  49581
]
986 0.54 ms
select `iconLabels` from object_store_prod where oo_id  = 49581
Parameters:
[]
987 0.59 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  49581
  "videos"
]
988 4.57 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 49581 AND fieldname = 'attributes'
Parameters:
[]
989 12.83 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 49581 AND fieldname = 'attributes'
Parameters:
[]
990 0.45 ms
select `combinedBlock` from object_store_prod where oo_id  = 49581
Parameters:
[]
991 0.42 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 49581
Parameters:
[]
992 0.47 ms
select `accessoryDemand` from object_store_prod where oo_id  = 49581
Parameters:
[]
993 0.41 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 49581
Parameters:
[]
994 0.41 ms
select `combinedImage` from object_store_prod where oo_id  = 49581
Parameters:
[]
995 1.00 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  49581
]
996 0.51 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  87615
]
997 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:
[
  87615
]
998 0.49 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  87615
]
999 0.71 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  87615
]
1000 0.44 ms
select `iconLabels` from object_store_prod where oo_id  = 87615
Parameters:
[]
1001 0.44 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  87615
  "videos"
]
1002 0.50 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 87615 AND fieldname = 'attributes'
Parameters:
[]
1003 0.52 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 87615 AND fieldname = 'attributes'
Parameters:
[]
1004 0.38 ms
select `combinedBlock` from object_store_prod where oo_id  = 87615
Parameters:
[]
1005 0.37 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 87615
Parameters:
[]
1006 0.37 ms
select `accessoryDemand` from object_store_prod where oo_id  = 87615
Parameters:
[]
1007 0.46 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 87615
Parameters:
[]
1008 0.42 ms
select `combinedImage` from object_store_prod where oo_id  = 87615
Parameters:
[]
1009 0.62 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  87615
]
1010 0.54 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  4976516
]
1011 0.74 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  4976516
]
1012 0.64 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  50099
]
1013 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:
[
  50099
]
1014 0.83 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  50099
]
1015 0.70 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  50099
]
1016 0.49 ms
select `iconLabels` from object_store_prod where oo_id  = 50099
Parameters:
[]
1017 0.52 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  50099
  "videos"
]
1018 0.54 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 50099 AND fieldname = 'attributes'
Parameters:
[]
1019 1.33 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 50099 AND fieldname = 'attributes'
Parameters:
[]
1020 0.47 ms
select `combinedBlock` from object_store_prod where oo_id  = 50099
Parameters:
[]
1021 0.43 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 50099
Parameters:
[]
1022 0.43 ms
select `accessoryDemand` from object_store_prod where oo_id  = 50099
Parameters:
[]
1023 0.40 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 50099
Parameters:
[]
1024 0.42 ms
select `combinedImage` from object_store_prod where oo_id  = 50099
Parameters:
[]
1025 0.96 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  50099
]
1026 0.47 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  4976510
]
1027 0.65 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  4976510
]
1028 87.03 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_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 = '87616' and a.id != '87616') or parentProducts like '%,87616,%') 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:
[]
1029 0.35 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  4976524
]
1030 0.38 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  4976524
]
1031 0.51 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  49918
]
1032 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:
[
  49918
]
1033 0.79 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  49918
]
1034 0.73 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  49918
]
1035 0.50 ms
select `iconLabels` from object_store_prod where oo_id  = 49918
Parameters:
[]
1036 0.70 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  49918
  "videos"
]
1037 0.63 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 49918 AND fieldname = 'attributes'
Parameters:
[]
1038 4.85 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 49918 AND fieldname = 'attributes'
Parameters:
[]
1039 0.58 ms
select `combinedBlock` from object_store_prod where oo_id  = 49918
Parameters:
[]
1040 0.52 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 49918
Parameters:
[]
1041 0.50 ms
select `accessoryDemand` from object_store_prod where oo_id  = 49918
Parameters:
[]
1042 0.53 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 49918
Parameters:
[]
1043 0.45 ms
select `combinedImage` from object_store_prod where oo_id  = 49918
Parameters:
[]
1044 4.62 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  49918
]
1045 0.37 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  951583
]
1046 0.47 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  951583
]
1047 44.37 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_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 = '87614' and a.id != '87614') or parentProducts like '%,87614,%') 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:
[]
1048 0.59 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  49788
]
1049 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:
[
  49788
]
1050 0.88 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  49788
]
1051 0.73 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  49788
]
1052 0.48 ms
select `iconLabels` from object_store_prod where oo_id  = 49788
Parameters:
[]
1053 0.44 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  49788
  "videos"
]
1054 0.53 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 49788 AND fieldname = 'attributes'
Parameters:
[]
1055 8.05 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 49788 AND fieldname = 'attributes'
Parameters:
[]
1056 0.40 ms
select `combinedBlock` from object_store_prod where oo_id  = 49788
Parameters:
[]
1057 0.41 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 49788
Parameters:
[]
1058 0.47 ms
select `accessoryDemand` from object_store_prod where oo_id  = 49788
Parameters:
[]
1059 0.37 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 49788
Parameters:
[]
1060 0.38 ms
select `combinedImage` from object_store_prod where oo_id  = 49788
Parameters:
[]
1061 6.30 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  49788
]
1062 0.49 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  87614
]
1063 0.66 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:
[
  87614
]
1064 0.49 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  87614
]
1065 0.90 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  87614
]
1066 0.45 ms
select `iconLabels` from object_store_prod where oo_id  = 87614
Parameters:
[]
1067 0.39 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  87614
  "videos"
]
1068 0.46 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 87614 AND fieldname = 'attributes'
Parameters:
[]
1069 0.49 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 87614 AND fieldname = 'attributes'
Parameters:
[]
1070 0.37 ms
select `combinedBlock` from object_store_prod where oo_id  = 87614
Parameters:
[]
1071 0.43 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 87614
Parameters:
[]
1072 2.71 ms
select `accessoryDemand` from object_store_prod where oo_id  = 87614
Parameters:
[]
1073 0.39 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 87614
Parameters:
[]
1074 0.39 ms
select `combinedImage` from object_store_prod where oo_id  = 87614
Parameters:
[]
1075 0.54 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  87614
]
1076 0.37 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  49061
]
1077 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:
[
  49061
]
1078 0.51 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  49061
]
1079 0.73 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  49061
]
1080 0.45 ms
select `iconLabels` from object_store_prod where oo_id  = 49061
Parameters:
[]
1081 0.46 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  49061
  "videos"
]
1082 0.52 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 49061 AND fieldname = 'attributes'
Parameters:
[]
1083 0.54 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 49061 AND fieldname = 'attributes'
Parameters:
[]
1084 0.42 ms
select `combinedBlock` from object_store_prod where oo_id  = 49061
Parameters:
[]
1085 0.38 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 49061
Parameters:
[]
1086 0.38 ms
select `accessoryDemand` from object_store_prod where oo_id  = 49061
Parameters:
[]
1087 0.36 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 49061
Parameters:
[]
1088 0.37 ms
select `combinedImage` from object_store_prod where oo_id  = 49061
Parameters:
[]
1089 0.44 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  49061
]
1090 0.40 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  4976500
]
1091 0.73 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  4976500
]
1092 0.41 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  49746
]
1093 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:
[
  49746
]
1094 0.81 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  49746
]
1095 0.76 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  49746
]
1096 0.49 ms
select `iconLabels` from object_store_prod where oo_id  = 49746
Parameters:
[]
1097 0.42 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  49746
  "videos"
]
1098 0.54 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 49746 AND fieldname = 'attributes'
Parameters:
[]
1099 4.41 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 49746 AND fieldname = 'attributes'
Parameters:
[]
1100 0.38 ms
select `combinedBlock` from object_store_prod where oo_id  = 49746
Parameters:
[]
1101 0.39 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 49746
Parameters:
[]
1102 0.38 ms
select `accessoryDemand` from object_store_prod where oo_id  = 49746
Parameters:
[]
1103 0.38 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 49746
Parameters:
[]
1104 0.37 ms
select `combinedImage` from object_store_prod where oo_id  = 49746
Parameters:
[]
1105 1.06 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  49746
]
1106 0.58 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  4976508
]
1107 0.57 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  4976508
]
1108 55.77 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_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 = '87613' and a.id != '87613') or parentProducts like '%,87613,%') 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:
[]
1109 0.51 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  88630
]
1110 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:
[
  88630
]
1111 8.82 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  88630
]
1112 0.69 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  88630
]
1113 0.36 ms
select `iconLabels` from object_store_prod where oo_id  = 88630
Parameters:
[]
1114 0.37 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  88630
  "videos"
]
1115 0.51 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 88630 AND fieldname = 'attributes'
Parameters:
[]
1116 0.96 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 88630 AND fieldname = 'attributes'
Parameters:
[]
1117 0.37 ms
select `combinedBlock` from object_store_prod where oo_id  = 88630
Parameters:
[]
1118 0.40 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 88630
Parameters:
[]
1119 0.36 ms
select `accessoryDemand` from object_store_prod where oo_id  = 88630
Parameters:
[]
1120 0.39 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 88630
Parameters:
[]
1121 0.36 ms
select `combinedImage` from object_store_prod where oo_id  = 88630
Parameters:
[]
1122 0.83 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  88630
]
1123 0.37 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  87613
]
1124 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:
[
  87613
]
1125 0.44 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  87613
]
1126 0.62 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  87613
]
1127 0.47 ms
select `iconLabels` from object_store_prod where oo_id  = 87613
Parameters:
[]
1128 0.39 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  87613
  "videos"
]
1129 0.45 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 87613 AND fieldname = 'attributes'
Parameters:
[]
1130 0.46 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 87613 AND fieldname = 'attributes'
Parameters:
[]
1131 0.40 ms
select `combinedBlock` from object_store_prod where oo_id  = 87613
Parameters:
[]
1132 0.39 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 87613
Parameters:
[]
1133 0.37 ms
select `accessoryDemand` from object_store_prod where oo_id  = 87613
Parameters:
[]
1134 0.35 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 87613
Parameters:
[]
1135 0.35 ms
select `combinedImage` from object_store_prod where oo_id  = 87613
Parameters:
[]
1136 0.51 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  87613
]
1137 0.34 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  49059
]
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:
[
  49059
]
1139 0.47 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  49059
]
1140 0.58 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  49059
]
1141 0.42 ms
select `iconLabels` from object_store_prod where oo_id  = 49059
Parameters:
[]
1142 0.56 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  49059
  "videos"
]
1143 0.43 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 49059 AND fieldname = 'attributes'
Parameters:
[]
1144 0.44 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 49059 AND fieldname = 'attributes'
Parameters:
[]
1145 0.36 ms
select `combinedBlock` from object_store_prod where oo_id  = 49059
Parameters:
[]
1146 0.35 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 49059
Parameters:
[]
1147 0.38 ms
select `accessoryDemand` from object_store_prod where oo_id  = 49059
Parameters:
[]
1148 0.41 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 49059
Parameters:
[]
1149 0.40 ms
select `combinedImage` from object_store_prod where oo_id  = 49059
Parameters:
[]
1150 0.43 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  49059
]
1151 0.42 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  4976484
]
1152 0.60 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  4976484
]
1153 0.42 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  88575
]
1154 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:
[
  88575
]
1155 3.62 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  88575
]
1156 0.70 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  88575
]
1157 0.51 ms
select `iconLabels` from object_store_prod where oo_id  = 88575
Parameters:
[]
1158 0.41 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  88575
  "videos"
]
1159 0.52 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 88575 AND fieldname = 'attributes'
Parameters:
[]
1160 0.95 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 88575 AND fieldname = 'attributes'
Parameters:
[]
1161 0.40 ms
select `combinedBlock` from object_store_prod where oo_id  = 88575
Parameters:
[]
1162 0.36 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 88575
Parameters:
[]
1163 0.38 ms
select `accessoryDemand` from object_store_prod where oo_id  = 88575
Parameters:
[]
1164 0.39 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 88575
Parameters:
[]
1165 0.35 ms
select `combinedImage` from object_store_prod where oo_id  = 88575
Parameters:
[]
1166 0.84 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  88575
]
1167 0.40 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  4976481
]
1168 0.63 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  4976481
]
1169 1.05 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_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 = '49058' and a.id != '49058') or parentProducts like '%,49058,%') 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:
[]
1170 0.24 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  4976450
]
1171 0.42 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  4976450
]
1172 0.34 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  4976451
]
1173 0.37 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  4976451
]
1174 25.73 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_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 = '49057' and a.id != '49057') or parentProducts like '%,49057,%') 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:
[]
1175 0.55 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  66862
]
1176 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:
[
  66862
]
1177 0.78 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  66862
]
1178 0.66 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  66862
]
1179 0.55 ms
select `iconLabels` from object_store_prod where oo_id  = 66862
Parameters:
[]
1180 0.59 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  66862
  "videos"
]
1181 0.70 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 66862 AND fieldname = 'attributes'
Parameters:
[]
1182 0.99 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 66862 AND fieldname = 'attributes'
Parameters:
[]
1183 0.51 ms
select `combinedBlock` from object_store_prod where oo_id  = 66862
Parameters:
[]
1184 0.41 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 66862
Parameters:
[]
1185 0.42 ms
select `accessoryDemand` from object_store_prod where oo_id  = 66862
Parameters:
[]
1186 0.34 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 66862
Parameters:
[]
1187 0.38 ms
select `combinedImage` from object_store_prod where oo_id  = 66862
Parameters:
[]
1188 0.72 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  66862
]
1189 0.42 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  49057
]
1190 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:
[
  49057
]
1191 0.57 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  49057
]
1192 0.66 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  49057
]
1193 0.39 ms
select `iconLabels` from object_store_prod where oo_id  = 49057
Parameters:
[]
1194 0.43 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  49057
  "videos"
]
1195 0.45 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 49057 AND fieldname = 'attributes'
Parameters:
[]
1196 0.66 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 49057 AND fieldname = 'attributes'
Parameters:
[]
1197 0.45 ms
select `combinedBlock` from object_store_prod where oo_id  = 49057
Parameters:
[]
1198 0.36 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 49057
Parameters:
[]
1199 0.42 ms
select `accessoryDemand` from object_store_prod where oo_id  = 49057
Parameters:
[]
1200 0.39 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 49057
Parameters:
[]
1201 0.42 ms
select `combinedImage` from object_store_prod where oo_id  = 49057
Parameters:
[]
1202 0.49 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  49057
]
1203 0.36 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  49056
]
1204 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:
[
  49056
]
1205 0.50 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  49056
]
1206 0.69 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  49056
]
1207 0.37 ms
select `iconLabels` from object_store_prod where oo_id  = 49056
Parameters:
[]
1208 0.37 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  49056
  "videos"
]
1209 0.46 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 49056 AND fieldname = 'attributes'
Parameters:
[]
1210 0.50 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 49056 AND fieldname = 'attributes'
Parameters:
[]
1211 0.48 ms
select `combinedBlock` from object_store_prod where oo_id  = 49056
Parameters:
[]
1212 0.39 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 49056
Parameters:
[]
1213 0.38 ms
select `accessoryDemand` from object_store_prod where oo_id  = 49056
Parameters:
[]
1214 0.36 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 49056
Parameters:
[]
1215 0.39 ms
select `combinedImage` from object_store_prod where oo_id  = 49056
Parameters:
[]
1216 0.43 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  49056
]
1217 0.68 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  951995
]
1218 0.61 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  951995
]
1219 23.52 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_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 = '26899' and a.id != '26899') or parentProducts like '%,26899,%') 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:
[]
1220 0.48 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  66952
]
1221 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:
[
  66952
]
1222 0.81 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  66952
]
1223 0.63 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  66952
]
1224 0.38 ms
select `iconLabels` from object_store_prod where oo_id  = 66952
Parameters:
[]
1225 0.40 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  66952
  "videos"
]
1226 0.51 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 66952 AND fieldname = 'attributes'
Parameters:
[]
1227 0.86 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 66952 AND fieldname = 'attributes'
Parameters:
[]
1228 0.56 ms
select `combinedBlock` from object_store_prod where oo_id  = 66952
Parameters:
[]
1229 0.50 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 66952
Parameters:
[]
1230 0.40 ms
select `accessoryDemand` from object_store_prod where oo_id  = 66952
Parameters:
[]
1231 0.38 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 66952
Parameters:
[]
1232 0.47 ms
select `combinedImage` from object_store_prod where oo_id  = 66952
Parameters:
[]
1233 0.71 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  66952
]
1234 0.38 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  26899
]
1235 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:
[
  26899
]
1236 0.44 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  26899
]
1237 0.79 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  26899
]
1238 0.47 ms
select `iconLabels` from object_store_prod where oo_id  = 26899
Parameters:
[]
1239 0.46 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  26899
  "videos"
]
1240 0.53 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 26899 AND fieldname = 'attributes'
Parameters:
[]
1241 0.49 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 26899 AND fieldname = 'attributes'
Parameters:
[]
1242 0.49 ms
select `combinedBlock` from object_store_prod where oo_id  = 26899
Parameters:
[]
1243 0.37 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 26899
Parameters:
[]
1244 0.36 ms
select `accessoryDemand` from object_store_prod where oo_id  = 26899
Parameters:
[]
1245 0.35 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 26899
Parameters:
[]
1246 0.44 ms
select `combinedImage` from object_store_prod where oo_id  = 26899
Parameters:
[]
1247 0.65 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  26899
]
1248 0.37 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  417922
]
1249 0.38 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  417922
]
1250 0.43 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  66954
]
1251 0.86 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:
[
  66954
]
1252 0.85 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  66954
]
1253 0.67 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  66954
]
1254 0.44 ms
select `iconLabels` from object_store_prod where oo_id  = 66954
Parameters:
[]
1255 0.36 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  66954
  "videos"
]
1256 0.50 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 66954 AND fieldname = 'attributes'
Parameters:
[]
1257 0.81 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 66954 AND fieldname = 'attributes'
Parameters:
[]
1258 0.37 ms
select `combinedBlock` from object_store_prod where oo_id  = 66954
Parameters:
[]
1259 0.36 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 66954
Parameters:
[]
1260 0.34 ms
select `accessoryDemand` from object_store_prod where oo_id  = 66954
Parameters:
[]
1261 0.37 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 66954
Parameters:
[]
1262 0.35 ms
select `combinedImage` from object_store_prod where oo_id  = 66954
Parameters:
[]
1263 0.65 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  66954
]
1264 0.49 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  417868
]
1265 0.63 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  417868
]
1266 36.24 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_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 = '68126' and a.id != '68126') or parentProducts like '%,68126,%') 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:
[]
1267 0.44 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  1639514
]
1268 0.36 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  1639514
]
1269 0.57 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  70278
]
1270 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:
[
  70278
]
1271 0.91 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  70278
]
1272 0.79 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  70278
]
1273 0.56 ms
select `iconLabels` from object_store_prod where oo_id  = 70278
Parameters:
[]
1274 0.56 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  70278
  "videos"
]
1275 0.64 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 70278 AND fieldname = 'attributes'
Parameters:
[]
1276 0.92 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 70278 AND fieldname = 'attributes'
Parameters:
[]
1277 0.41 ms
select `combinedBlock` from object_store_prod where oo_id  = 70278
Parameters:
[]
1278 0.39 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 70278
Parameters:
[]
1279 0.39 ms
select `accessoryDemand` from object_store_prod where oo_id  = 70278
Parameters:
[]
1280 0.40 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 70278
Parameters:
[]
1281 0.35 ms
select `combinedImage` from object_store_prod where oo_id  = 70278
Parameters:
[]
1282 1.58 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  70278
]
1283 0.55 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  1639481
]
1284 0.69 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  1639481
]
1285 0.51 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  70268
]
1286 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:
[
  70268
]
1287 1.04 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  70268
]
1288 0.74 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  70268
]
1289 0.40 ms
select `iconLabels` from object_store_prod where oo_id  = 70268
Parameters:
[]
1290 0.43 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  70268
  "videos"
]
1291 0.58 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 70268 AND fieldname = 'attributes'
Parameters:
[]
1292 0.96 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 70268 AND fieldname = 'attributes'
Parameters:
[]
1293 0.43 ms
select `combinedBlock` from object_store_prod where oo_id  = 70268
Parameters:
[]
1294 0.42 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 70268
Parameters:
[]
1295 0.36 ms
select `accessoryDemand` from object_store_prod where oo_id  = 70268
Parameters:
[]
1296 0.36 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 70268
Parameters:
[]
1297 0.43 ms
select `combinedImage` from object_store_prod where oo_id  = 70268
Parameters:
[]
1298 3.70 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  70268
]
1299 0.52 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  1639443
]
1300 0.73 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  1639443
]
1301 0.41 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  70273
]
1302 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:
[
  70273
]
1303 0.93 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  70273
]
1304 0.67 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  70273
]
1305 0.40 ms
select `iconLabels` from object_store_prod where oo_id  = 70273
Parameters:
[]
1306 0.53 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  70273
  "videos"
]
1307 0.63 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 70273 AND fieldname = 'attributes'
Parameters:
[]
1308 0.93 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 70273 AND fieldname = 'attributes'
Parameters:
[]
1309 0.47 ms
select `combinedBlock` from object_store_prod where oo_id  = 70273
Parameters:
[]
1310 0.45 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 70273
Parameters:
[]
1311 0.40 ms
select `accessoryDemand` from object_store_prod where oo_id  = 70273
Parameters:
[]
1312 0.35 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 70273
Parameters:
[]
1313 0.34 ms
select `combinedImage` from object_store_prod where oo_id  = 70273
Parameters:
[]
1314 0.77 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  70273
]
1315 0.52 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  1639532
]
1316 0.67 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  1639532
]
1317 0.47 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  1639448
]
1318 0.72 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  1639448
]
1319 0.42 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  70285
]
1320 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:
[
  70285
]
1321 0.97 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  70285
]
1322 0.63 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  70285
]
1323 0.38 ms
select `iconLabels` from object_store_prod where oo_id  = 70285
Parameters:
[]
1324 0.41 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  70285
  "videos"
]
1325 0.53 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 70285 AND fieldname = 'attributes'
Parameters:
[]
1326 1.01 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 70285 AND fieldname = 'attributes'
Parameters:
[]
1327 0.52 ms
select `combinedBlock` from object_store_prod where oo_id  = 70285
Parameters:
[]
1328 0.42 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 70285
Parameters:
[]
1329 0.45 ms
select `accessoryDemand` from object_store_prod where oo_id  = 70285
Parameters:
[]
1330 0.36 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 70285
Parameters:
[]
1331 0.37 ms
select `combinedImage` from object_store_prod where oo_id  = 70285
Parameters:
[]
1332 0.85 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  70285
]
1333 0.55 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  1639679
]
1334 0.57 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  1639679
]
1335 41.51 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_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 = '68121' and a.id != '68121') or parentProducts like '%,68121,%') 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:
[]
1336 0.32 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  1639644
]
1337 0.33 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  1639644
]
1338 0.50 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  70294
]
1339 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:
[
  70294
]
1340 0.85 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  70294
]
1341 0.68 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  70294
]
1342 0.38 ms
select `iconLabels` from object_store_prod where oo_id  = 70294
Parameters:
[]
1343 0.40 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  70294
  "videos"
]
1344 0.53 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 70294 AND fieldname = 'attributes'
Parameters:
[]
1345 1.02 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 70294 AND fieldname = 'attributes'
Parameters:
[]
1346 0.45 ms
select `combinedBlock` from object_store_prod where oo_id  = 70294
Parameters:
[]
1347 0.40 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 70294
Parameters:
[]
1348 0.39 ms
select `accessoryDemand` from object_store_prod where oo_id  = 70294
Parameters:
[]
1349 0.36 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 70294
Parameters:
[]
1350 0.37 ms
select `combinedImage` from object_store_prod where oo_id  = 70294
Parameters:
[]
1351 0.83 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  70294
]
1352 0.51 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  1639563
]
1353 0.69 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  1639563
]
1354 0.39 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  70298
]
1355 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:
[
  70298
]
1356 0.83 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  70298
]
1357 0.59 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  70298
]
1358 0.36 ms
select `iconLabels` from object_store_prod where oo_id  = 70298
Parameters:
[]
1359 0.37 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  70298
  "videos"
]
1360 0.48 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 70298 AND fieldname = 'attributes'
Parameters:
[]
1361 4.54 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 70298 AND fieldname = 'attributes'
Parameters:
[]
1362 0.41 ms
select `combinedBlock` from object_store_prod where oo_id  = 70298
Parameters:
[]
1363 0.37 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 70298
Parameters:
[]
1364 0.37 ms
select `accessoryDemand` from object_store_prod where oo_id  = 70298
Parameters:
[]
1365 0.36 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 70298
Parameters:
[]
1366 0.34 ms
select `combinedImage` from object_store_prod where oo_id  = 70298
Parameters:
[]
1367 0.69 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  70298
]
1368 0.47 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  1639540
]
1369 0.60 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  1639540
]
1370 0.37 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  70606
]
1371 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:
[
  70606
]
1372 0.77 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  70606
]
1373 0.73 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  70606
]
1374 0.38 ms
select `iconLabels` from object_store_prod where oo_id  = 70606
Parameters:
[]
1375 0.41 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  70606
  "videos"
]
1376 4.76 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 70606 AND fieldname = 'attributes'
Parameters:
[]
1377 6.76 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 70606 AND fieldname = 'attributes'
Parameters:
[]
1378 0.46 ms
select `combinedBlock` from object_store_prod where oo_id  = 70606
Parameters:
[]
1379 0.38 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 70606
Parameters:
[]
1380 0.41 ms
select `accessoryDemand` from object_store_prod where oo_id  = 70606
Parameters:
[]
1381 0.41 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 70606
Parameters:
[]
1382 0.37 ms
select `combinedImage` from object_store_prod where oo_id  = 70606
Parameters:
[]
1383 0.94 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  70606
]
1384 0.34 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  1639511
]
1385 0.36 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  1639511
]
1386 0.39 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  70290
]
1387 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:
[
  70290
]
1388 0.85 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  70290
]
1389 0.66 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  70290
]
1390 0.36 ms
select `iconLabels` from object_store_prod where oo_id  = 70290
Parameters:
[]
1391 0.38 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  70290
  "videos"
]
1392 0.52 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 70290 AND fieldname = 'attributes'
Parameters:
[]
1393 0.94 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 70290 AND fieldname = 'attributes'
Parameters:
[]
1394 0.38 ms
select `combinedBlock` from object_store_prod where oo_id  = 70290
Parameters:
[]
1395 0.37 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 70290
Parameters:
[]
1396 0.37 ms
select `accessoryDemand` from object_store_prod where oo_id  = 70290
Parameters:
[]
1397 0.43 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 70290
Parameters:
[]
1398 0.40 ms
select `combinedImage` from object_store_prod where oo_id  = 70290
Parameters:
[]
1399 0.72 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  70290
]
1400 0.45 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  1639559
]
1401 0.57 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  1639559
]
1402 0.44 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  70302
]
1403 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:
[
  70302
]
1404 0.91 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  70302
]
1405 0.58 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  70302
]
1406 0.39 ms
select `iconLabels` from object_store_prod where oo_id  = 70302
Parameters:
[]
1407 0.42 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  70302
  "videos"
]
1408 0.50 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 70302 AND fieldname = 'attributes'
Parameters:
[]
1409 1.10 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 70302 AND fieldname = 'attributes'
Parameters:
[]
1410 0.42 ms
select `combinedBlock` from object_store_prod where oo_id  = 70302
Parameters:
[]
1411 0.44 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 70302
Parameters:
[]
1412 0.35 ms
select `accessoryDemand` from object_store_prod where oo_id  = 70302
Parameters:
[]
1413 0.34 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 70302
Parameters:
[]
1414 0.35 ms
select `combinedImage` from object_store_prod where oo_id  = 70302
Parameters:
[]
1415 0.74 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  70302
]
1416 0.52 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  1639570
]
1417 0.61 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  1639570
]
1418 0.32 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  3587594
]
1419 0.33 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  3587594
]
1420 0.33 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
1421 0.99 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=nl&_format=html&_controller=App%5CController%5CSnippetController%3A%3AfooterAction"
  "path_query"
  "https://testing.weverducre.com/_fragment?_path=_locale=nl&_format=html&_controller=App%5CController%5CSnippetController%3A%3AfooterAction"
  "entire_uri"
]
1422 0.42 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  1133
]
1423 0.42 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.