Query Metrics

1035 Database Queries
512 Different statements
1448.13 ms Query time
0 Invalid entities
0 Managed entities

Queries

Group similar statements

default connection

# Time Info
1 0.53 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
2 1.96 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:
[
  "/it/prodotti/c/hotel-appartamenti~22236"
  "path"
  "auto_create"
  "/it/prodotti/c/hotel-appartamenti~22236"
  "path_query"
  "https://testing.weverducre.com/it/prodotti/c/hotel-appartamenti~22236"
  "entire_uri"
]
3 0.52 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "maintenance_mode"
]
4 0.51 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "reports"
  "pimcore"
]
5 0.72 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/weverducre.com/it/prodotti/c/"
  "hotel-appartamenti~22236"
]
6 0.78 ms
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
  "/weverducre.com/it/prodotti/c/hotel-appartamenti~22236"
]
7 0.91 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/%"
  "/it/prodotti/c/hotel-appartamenti~22236"
]
8 0.73 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/weverducre.com/it/prodotti/"
  "c"
]
9 0.66 ms
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
  "/weverducre.com/it/prodotti/c"
]
10 0.76 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/%"
  "/it/prodotti/c"
]
11 0.37 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/weverducre.com/it/"
  "prodotti"
]
12 0.40 ms
SELECT object_localized_SCONF_it.id as id, object_localized_SCONF_it.type as `type` FROM object_localized_SCONF_it LEFT JOIN object_brick_query_EcommerceB2B_SCONF `EcommerceB2B` ON 1
AND `EcommerceB2B`.id = `object_localized_SCONF_it`.id LEFT JOIN object_brick_localized_query_EcommerceB2B_SCONF_it `EcommerceB2B_localized` ON 1
AND `EcommerceB2B_localized`.ooo_id = `object_localized_SCONF_it`.id LEFT JOIN object_brick_query_EcommerceB2C_SCONF `EcommerceB2C` ON 1
AND `EcommerceB2C`.id = `object_localized_SCONF_it`.id LEFT JOIN object_brick_localized_query_EcommerceB2C_SCONF_it `EcommerceB2C_localized` ON 1
AND `EcommerceB2C_localized`.ooo_id = `object_localized_SCONF_it`.id WHERE (((EcommerceB2B.dataAreaId = ? or EcommerceB2C.dataAreaId = ?))  AND  object_localized_SCONF_it.type IN ('object','variant','folder')) AND object_localized_SCONF_it.published = 1 LIMIT 1
Parameters:
[
  "wdbe"
  "wdbe"
]
13 0.37 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "SCONF"
]
14 1.03 ms
SELECT * FROM object_relations_SCONF WHERE src_id = ?
Parameters:
[
  1547
]
15 0.42 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "prod"
]
16 0.52 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "PCAT"
]
17 1.05 ms
SELECT name, type, data, cid, inheritable, cpath FROM properties WHERE
                     (
                         (cid IN (1,22224,22218,1548,1544) AND inheritable = 1)
                         OR cid = ? ) AND ctype='object'
Parameters:
[
  22236
]
18 0.57 ms
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[]
19 0.56 ms
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[]
20 0.49 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  2
]
21 0.49 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  2
]
22 0.52 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  2
]
23 0.55 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  2
]
24 0.52 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  2
]
25 0.54 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  2
]
26 0.54 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  2
]
27 0.45 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
28 1.45 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=it&_format=html&_controller=App%5CController%5CSnippetController%3A%3AheaderAction"
  "path_query"
  "https://testing.weverducre.com/_fragment?_path=_locale=it&_format=html&_controller=App%5CController%5CSnippetController%3A%3AheaderAction"
  "entire_uri"
]
29 0.50 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
30 1.50 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=it&_format=html&_controller=App%5CController%5CDefaultController%3A%3AdefaultAction"
  "path_query"
  "https://testing.weverducre.com/_fragment?_path=_locale=it&_format=html&_controller=App%5CController%5CDefaultController%3A%3AdefaultAction"
  "entire_uri"
]
31 0.59 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  1849
]
32 0.57 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  16
]
33 0.51 ms
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  1944
]
34 0.50 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  4574046
]
35 0.46 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  4574046
]
36 0.44 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  4538784
]
37 0.46 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  4538784
]
38 0.36 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
39 1.35 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=it&_format=html&_controller=App%5CController%5CDefaultController%3A%3AdefaultAction"
  "path_query"
  "https://testing.weverducre.com/_fragment?_path=_locale=it&_format=html&_controller=App%5CController%5CDefaultController%3A%3AdefaultAction"
  "entire_uri"
]
40 0.35 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  1853
]
41 0.48 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  41
]
42 0.33 ms
SELECT object_localized_8_it.id as id, object_localized_8_it.type as `type` FROM object_localized_8_it WHERE ( object_localized_8_it.type IN ('object','variant','folder')) AND object_localized_8_it.published = 1
Parameters:
[]
43 0.32 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "8"
]
44 0.41 ms
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  1846
]
45 0.49 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  797541
]
46 0.44 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  797541
]
47 0.52 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "7"
]
48 0.56 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  3737995
]
49 0.53 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  3737995
]
50 0.43 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
51 1.34 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=it&_format=html&_controller=App%5CController%5CDefaultController%3A%3AdefaultAction"
  "path_query"
  "https://testing.weverducre.com/_fragment?_path=_locale=it&_format=html&_controller=App%5CController%5CDefaultController%3A%3AdefaultAction"
  "entire_uri"
]
52 0.45 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  1850
]
53 0.52 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  38
]
54 0.46 ms
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  1819
]
55 0.43 ms
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  1865
]
56 0.34 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5042933
]
57 0.39 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5042933
]
58 0.42 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  2203379
]
59 0.39 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  2203379
]
60 0.36 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
61 1.18 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=it&_format=html&_controller=App%5CController%5CDefaultController%3A%3AdefaultAction"
  "path_query"
  "https://testing.weverducre.com/_fragment?_path=_locale=it&_format=html&_controller=App%5CController%5CDefaultController%3A%3AdefaultAction"
  "entire_uri"
]
62 0.47 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  1852
]
63 0.42 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  39
]
64 0.34 ms
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  1815
]
65 0.36 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  3737893
]
66 0.39 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.35 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  3737897
]
69 0.37 ms
SELECT * FROM translations_admin LIMIT 1;
Parameters:
[]
70 0.37 ms
SELECT * FROM translations_admin LIMIT 1;
Parameters:
[]
71 0.66 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  1811
]
72 0.37 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  11
]
73 0.33 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "EF_FD"
]
74 0.40 ms
SELECT * FROM object_relations_PCAT WHERE src_id = ?
Parameters:
[
  22236
]
75 0.75 ms
SELECT * FROM object_relations_EF_FD WHERE src_id = ?
Parameters:
[
  26091
]
76 56.99 ms
SELECT SQL_CALC_FOUND_ROWS DISTINCT virtualProductId as id, priceSystemName  FROM ecommerceframework_productindex_wdbe_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,22236,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY virtualProductId, priceSystemName ORDER BY min(ifnull(featuredPriority, 0)) desc,min((promotions like '%#new#%')) desc,min(ifnull(s.score, 0)) desc,min(ifnull(rankingMultiplicator, 999999999)) asc,min(`a`.`id`) ASC LIMIT 24
Parameters:
[]
77 0.43 ms
SELECT FOUND_ROWS()
Parameters:
[]
78 7.64 ms
SELECT data FROM ecommerceframework_productindex_store WHERE id = ? AND tenant = ?
Parameters:
[
  182310
  "wdbe_it"
]
79 0.37 ms
"START TRANSACTION"
Parameters:
[]
80 0.69 ms
UPDATE ecommerceframework_productindex_store SET crc_index = crc_current WHERE id = ? and tenant = ?
Parameters:
[
  182310
  "wdbe_it"
]
81 0.35 ms
"COMMIT"
Parameters:
[]
82 4.68 ms
SELECT data FROM ecommerceframework_productindex_store WHERE id = ? AND tenant = ?
Parameters:
[
  182294
  "wdbe_it"
]
83 0.35 ms
"START TRANSACTION"
Parameters:
[]
84 0.52 ms
UPDATE ecommerceframework_productindex_store SET crc_index = crc_current WHERE id = ? and tenant = ?
Parameters:
[
  182294
  "wdbe_it"
]
85 0.28 ms
"COMMIT"
Parameters:
[]
86 47.95 ms
SELECT TRIM(`scopeName`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,22236,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`scopeName`)
Parameters:
[]
87 44.98 ms
SELECT TRIM(`typeName`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,22236,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`typeName`)
Parameters:
[]
88 41.96 ms
SELECT TRIM(`lampType`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,22236,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`lampType`)
Parameters:
[]
89 44.47 ms
SELECT dest as `value`, count(DISTINCT src_virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_it_relations a WHERE fieldname = 'baseColorObjects' AND src IN (SELECT a.id FROM ecommerceframework_productindex_wdbe_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,22236,%') AND (IFNULL(isSalesItem, 0) = 0)) GROUP BY dest
Parameters:
[]
90 0.42 ms
SELECT * FROM object_relations_EF_FD WHERE src_id = ?
Parameters:
[
  1551
]
91 0.38 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "SOPT"
]
92 0.41 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  187931
]
93 0.38 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  187931
]
94 0.42 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  187954
]
95 0.40 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  187954
]
96 0.37 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  187960
]
97 0.31 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  187960
]
98 0.32 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  188002
]
99 0.29 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  188002
]
100 0.34 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  188008
]
101 0.34 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  188008
]
102 0.34 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  188007
]
103 0.28 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  188007
]
104 0.31 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  188006
]
105 0.28 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  188006
]
106 0.32 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  188009
]
107 0.30 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  188009
]
108 0.56 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  188010
]
109 0.45 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  188010
]
110 0.51 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  188004
]
111 0.38 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  188004
]
112 44.85 ms
SELECT TRIM(`lightColorTemperature`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,22236,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`lightColorTemperature`)
Parameters:
[]
113 32.99 ms
SELECT TRIM(`diameter`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,22236,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`diameter`)
Parameters:
[]
114 43.24 ms
SELECT TRIM(`ipRating`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,22236,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`ipRating`)
Parameters:
[]
115 44.08 ms
SELECT TRIM(`converterText`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,22236,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`converterText`)
Parameters:
[]
116 32.22 ms
SELECT TRIM(`recessedDepth`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,22236,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`recessedDepth`)
Parameters:
[]
117 31.46 ms
SELECT TRIM(`cutOutMin`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,22236,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`cutOutMin`)
Parameters:
[]
118 31.40 ms
SELECT TRIM(`cutOutMax`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,22236,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`cutOutMax`)
Parameters:
[]
119 0.39 ms
SELECT TRIM(`scopeName`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,22236,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`scopeName`)
Parameters:
[]
120 0.42 ms
SELECT TRIM(`typeName`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,22236,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`typeName`)
Parameters:
[]
121 0.42 ms
SELECT TRIM(`lampType`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,22236,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`lampType`)
Parameters:
[]
122 0.40 ms
SELECT dest as `value`, count(DISTINCT src_virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_it_relations a WHERE fieldname = 'baseColorObjects' AND src IN (SELECT a.id FROM ecommerceframework_productindex_wdbe_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,22236,%') AND (IFNULL(isSalesItem, 0) = 0)) GROUP BY dest
Parameters:
[]
123 0.38 ms
SELECT TRIM(`lightColorTemperature`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,22236,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`lightColorTemperature`)
Parameters:
[]
124 0.41 ms
SELECT TRIM(`diameter`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,22236,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`diameter`)
Parameters:
[]
125 0.42 ms
SELECT TRIM(`ipRating`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,22236,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`ipRating`)
Parameters:
[]
126 0.39 ms
SELECT TRIM(`converterText`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,22236,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`converterText`)
Parameters:
[]
127 0.37 ms
SELECT TRIM(`recessedDepth`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,22236,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`recessedDepth`)
Parameters:
[]
128 0.33 ms
SELECT TRIM(`cutOutMin`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,22236,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`cutOutMin`)
Parameters:
[]
129 0.30 ms
SELECT TRIM(`cutOutMax`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,22236,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`cutOutMax`)
Parameters:
[]
130 32.28 ms
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '68012' and a.id != '68012') or parentProducts like '%,68012,%') and IFNULL(isSalesItem, 0) = 0 and (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL)
            group by color
            order by maxMainProductInLine desc
Parameters:
[]
131 0.59 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  70445
]
132 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:
[
  70445
]
133 1.14 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  70445
]
134 0.75 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  70445
]
135 0.44 ms
select `iconLabels` from object_store_prod where oo_id  = 70445
Parameters:
[]
136 0.57 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  70445
  "videos"
]
137 0.64 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 70445 AND fieldname = 'attributes'
Parameters:
[]
138 6.90 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 70445 AND fieldname = 'attributes'
Parameters:
[]
139 0.46 ms
select `combinedBlock` from object_store_prod where oo_id  = 70445
Parameters:
[]
140 0.47 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 70445
Parameters:
[]
141 0.47 ms
select `accessoryDemand` from object_store_prod where oo_id  = 70445
Parameters:
[]
142 0.49 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 70445
Parameters:
[]
143 0.44 ms
select `combinedImage` from object_store_prod where oo_id  = 70445
Parameters:
[]
144 3.31 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  70445
]
145 0.39 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  68012
]
146 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:
[
  68012
]
147 0.49 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  68012
]
148 0.64 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  68012
]
149 0.38 ms
select `iconLabels` from object_store_prod where oo_id  = 68012
Parameters:
[]
150 0.47 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  68012
  "videos"
]
151 0.53 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 68012 AND fieldname = 'attributes'
Parameters:
[]
152 0.57 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 68012 AND fieldname = 'attributes'
Parameters:
[]
153 0.45 ms
select `combinedBlock` from object_store_prod where oo_id  = 68012
Parameters:
[]
154 0.44 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 68012
Parameters:
[]
155 0.45 ms
select `accessoryDemand` from object_store_prod where oo_id  = 68012
Parameters:
[]
156 0.41 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 68012
Parameters:
[]
157 0.41 ms
select `combinedImage` from object_store_prod where oo_id  = 68012
Parameters:
[]
158 0.61 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  68012
]
159 0.34 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  1639566
]
160 0.40 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  1639566
]
161 0.47 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  70461
]
162 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:
[
  70461
]
163 1.11 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  70461
]
164 0.70 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  70461
]
165 0.50 ms
select `iconLabels` from object_store_prod where oo_id  = 70461
Parameters:
[]
166 0.44 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  70461
  "videos"
]
167 0.59 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 70461 AND fieldname = 'attributes'
Parameters:
[]
168 1.32 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 70461 AND fieldname = 'attributes'
Parameters:
[]
169 0.44 ms
select `combinedBlock` from object_store_prod where oo_id  = 70461
Parameters:
[]
170 0.46 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 70461
Parameters:
[]
171 0.47 ms
select `accessoryDemand` from object_store_prod where oo_id  = 70461
Parameters:
[]
172 0.49 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 70461
Parameters:
[]
173 0.46 ms
select `combinedImage` from object_store_prod where oo_id  = 70461
Parameters:
[]
174 0.62 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  70461
]
175 0.67 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  1639455
]
176 2.20 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  1639455
]
177 0.51 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  88804
]
178 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:
[
  88804
]
179 6.92 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  88804
]
180 0.62 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  88804
]
181 0.41 ms
select `iconLabels` from object_store_prod where oo_id  = 88804
Parameters:
[]
182 0.52 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  88804
  "videos"
]
183 0.67 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 88804 AND fieldname = 'attributes'
Parameters:
[]
184 0.91 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 88804 AND fieldname = 'attributes'
Parameters:
[]
185 0.50 ms
select `combinedBlock` from object_store_prod where oo_id  = 88804
Parameters:
[]
186 0.41 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 88804
Parameters:
[]
187 0.38 ms
select `accessoryDemand` from object_store_prod where oo_id  = 88804
Parameters:
[]
188 0.39 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 88804
Parameters:
[]
189 0.37 ms
select `combinedImage` from object_store_prod where oo_id  = 88804
Parameters:
[]
190 0.63 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  88804
]
191 0.53 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  4976449
]
192 0.71 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  4976449
]
193 30.78 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_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '182314' and a.id != '182314') or parentProducts like '%,182314,%') and IFNULL(isSalesItem, 0) = 0 and (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL)
            group by color
            order by maxMainProductInLine desc
Parameters:
[]
194 2.32 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182510
]
195 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:
[
  182510
]
196 7.36 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182510
]
197 1.01 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182510
]
198 0.41 ms
select `iconLabels` from object_store_prod where oo_id  = 182510
Parameters:
[]
199 0.45 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182510
  "videos"
]
200 0.58 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182510 AND fieldname = 'attributes'
Parameters:
[]
201 5.23 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182510 AND fieldname = 'attributes'
Parameters:
[]
202 0.41 ms
select `combinedBlock` from object_store_prod where oo_id  = 182510
Parameters:
[]
203 0.43 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182510
Parameters:
[]
204 0.41 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182510
Parameters:
[]
205 0.43 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182510
Parameters:
[]
206 0.40 ms
select `combinedImage` from object_store_prod where oo_id  = 182510
Parameters:
[]
207 0.55 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182510
]
208 0.42 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182314
]
209 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:
[
  182314
]
210 0.52 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182314
]
211 0.63 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182314
]
212 0.34 ms
select `iconLabels` from object_store_prod where oo_id  = 182314
Parameters:
[]
213 0.42 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182314
  "videos"
]
214 0.66 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182314 AND fieldname = 'attributes'
Parameters:
[]
215 0.49 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182314 AND fieldname = 'attributes'
Parameters:
[]
216 0.37 ms
select `combinedBlock` from object_store_prod where oo_id  = 182314
Parameters:
[]
217 0.37 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182314
Parameters:
[]
218 0.42 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182314
Parameters:
[]
219 0.39 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182314
Parameters:
[]
220 0.34 ms
select `combinedImage` from object_store_prod where oo_id  = 182314
Parameters:
[]
221 0.50 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182314
]
222 0.38 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182313
]
223 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:
[
  182313
]
224 0.52 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182313
]
225 0.62 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182313
]
226 0.38 ms
select `iconLabels` from object_store_prod where oo_id  = 182313
Parameters:
[]
227 0.39 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182313
  "videos"
]
228 0.47 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182313 AND fieldname = 'attributes'
Parameters:
[]
229 0.51 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182313 AND fieldname = 'attributes'
Parameters:
[]
230 0.45 ms
select `combinedBlock` from object_store_prod where oo_id  = 182313
Parameters:
[]
231 0.33 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182313
Parameters:
[]
232 0.38 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182313
Parameters:
[]
233 0.37 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182313
Parameters:
[]
234 0.43 ms
select `combinedImage` from object_store_prod where oo_id  = 182313
Parameters:
[]
235 0.55 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182313
]
236 0.38 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422463
]
237 0.40 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422463
]
238 0.44 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182506
]
239 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:
[
  182506
]
240 8.60 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182506
]
241 0.79 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182506
]
242 0.45 ms
select `iconLabels` from object_store_prod where oo_id  = 182506
Parameters:
[]
243 0.48 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182506
  "videos"
]
244 0.52 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182506 AND fieldname = 'attributes'
Parameters:
[]
245 0.94 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182506 AND fieldname = 'attributes'
Parameters:
[]
246 0.43 ms
select `combinedBlock` from object_store_prod where oo_id  = 182506
Parameters:
[]
247 0.41 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182506
Parameters:
[]
248 0.39 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182506
Parameters:
[]
249 0.37 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182506
Parameters:
[]
250 0.40 ms
select `combinedImage` from object_store_prod where oo_id  = 182506
Parameters:
[]
251 0.58 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182506
]
252 0.51 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422462
]
253 0.67 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422462
]
254 36.76 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_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '182864' and a.id != '182864') or parentProducts like '%,182864,%') and IFNULL(isSalesItem, 0) = 0 and (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL)
            group by color
            order by maxMainProductInLine desc
Parameters:
[]
255 0.47 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182544
]
256 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:
[
  182544
]
257 1.18 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182544
]
258 0.70 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182544
]
259 0.40 ms
select `iconLabels` from object_store_prod where oo_id  = 182544
Parameters:
[]
260 0.46 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182544
  "videos"
]
261 2.62 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182544 AND fieldname = 'attributes'
Parameters:
[]
262 0.84 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182544 AND fieldname = 'attributes'
Parameters:
[]
263 0.37 ms
select `combinedBlock` from object_store_prod where oo_id  = 182544
Parameters:
[]
264 0.37 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182544
Parameters:
[]
265 0.37 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182544
Parameters:
[]
266 0.36 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182544
Parameters:
[]
267 0.38 ms
select `combinedImage` from object_store_prod where oo_id  = 182544
Parameters:
[]
268 0.54 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182544
]
269 0.39 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182864
]
270 0.71 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  182864
]
271 0.50 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182864
]
272 0.62 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182864
]
273 0.36 ms
select `iconLabels` from object_store_prod where oo_id  = 182864
Parameters:
[]
274 0.39 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182864
  "videos"
]
275 0.48 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182864 AND fieldname = 'attributes'
Parameters:
[]
276 0.89 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182864 AND fieldname = 'attributes'
Parameters:
[]
277 0.41 ms
select `combinedBlock` from object_store_prod where oo_id  = 182864
Parameters:
[]
278 0.35 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182864
Parameters:
[]
279 0.37 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182864
Parameters:
[]
280 0.37 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182864
Parameters:
[]
281 0.37 ms
select `combinedImage` from object_store_prod where oo_id  = 182864
Parameters:
[]
282 0.65 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182864
]
283 0.40 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182311
]
284 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:
[
  182311
]
285 0.52 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182311
]
286 0.59 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182311
]
287 0.37 ms
select `iconLabels` from object_store_prod where oo_id  = 182311
Parameters:
[]
288 0.43 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182311
  "videos"
]
289 0.48 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182311 AND fieldname = 'attributes'
Parameters:
[]
290 0.49 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182311 AND fieldname = 'attributes'
Parameters:
[]
291 0.35 ms
select `combinedBlock` from object_store_prod where oo_id  = 182311
Parameters:
[]
292 0.35 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182311
Parameters:
[]
293 0.36 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182311
Parameters:
[]
294 0.38 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182311
Parameters:
[]
295 0.43 ms
select `combinedImage` from object_store_prod where oo_id  = 182311
Parameters:
[]
296 0.51 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182311
]
297 0.48 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422458
]
298 0.63 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422458
]
299 0.49 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182548
]
300 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:
[
  182548
]
301 1.13 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182548
]
302 0.72 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182548
]
303 0.42 ms
select `iconLabels` from object_store_prod where oo_id  = 182548
Parameters:
[]
304 0.43 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182548
  "videos"
]
305 0.49 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182548 AND fieldname = 'attributes'
Parameters:
[]
306 0.89 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182548 AND fieldname = 'attributes'
Parameters:
[]
307 0.41 ms
select `combinedBlock` from object_store_prod where oo_id  = 182548
Parameters:
[]
308 0.46 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182548
Parameters:
[]
309 0.42 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182548
Parameters:
[]
310 0.49 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182548
Parameters:
[]
311 0.44 ms
select `combinedImage` from object_store_prod where oo_id  = 182548
Parameters:
[]
312 0.55 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182548
]
313 0.47 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422461
]
314 0.60 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422461
]
315 0.41 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182559
]
316 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:
[
  182559
]
317 1.17 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182559
]
318 0.59 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182559
]
319 0.47 ms
select `iconLabels` from object_store_prod where oo_id  = 182559
Parameters:
[]
320 0.44 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182559
  "videos"
]
321 0.50 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182559 AND fieldname = 'attributes'
Parameters:
[]
322 5.30 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182559 AND fieldname = 'attributes'
Parameters:
[]
323 0.39 ms
select `combinedBlock` from object_store_prod where oo_id  = 182559
Parameters:
[]
324 0.38 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182559
Parameters:
[]
325 0.43 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182559
Parameters:
[]
326 0.36 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182559
Parameters:
[]
327 0.37 ms
select `combinedImage` from object_store_prod where oo_id  = 182559
Parameters:
[]
328 0.53 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182559
]
329 0.50 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422460
]
330 0.64 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422460
]
331 0.43 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182553
]
332 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:
[
  182553
]
333 1.17 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182553
]
334 0.61 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182553
]
335 0.39 ms
select `iconLabels` from object_store_prod where oo_id  = 182553
Parameters:
[]
336 0.41 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182553
  "videos"
]
337 0.50 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182553 AND fieldname = 'attributes'
Parameters:
[]
338 0.91 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182553 AND fieldname = 'attributes'
Parameters:
[]
339 0.45 ms
select `combinedBlock` from object_store_prod where oo_id  = 182553
Parameters:
[]
340 0.45 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182553
Parameters:
[]
341 0.41 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182553
Parameters:
[]
342 0.38 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182553
Parameters:
[]
343 0.39 ms
select `combinedImage` from object_store_prod where oo_id  = 182553
Parameters:
[]
344 0.50 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182553
]
345 0.50 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422459
]
346 0.60 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422459
]
347 0.41 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182539
]
348 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:
[
  182539
]
349 1.17 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182539
]
350 0.71 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182539
]
351 0.41 ms
select `iconLabels` from object_store_prod where oo_id  = 182539
Parameters:
[]
352 0.43 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182539
  "videos"
]
353 0.52 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182539 AND fieldname = 'attributes'
Parameters:
[]
354 0.89 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182539 AND fieldname = 'attributes'
Parameters:
[]
355 0.43 ms
select `combinedBlock` from object_store_prod where oo_id  = 182539
Parameters:
[]
356 0.86 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182539
Parameters:
[]
357 0.39 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182539
Parameters:
[]
358 0.42 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182539
Parameters:
[]
359 0.40 ms
select `combinedImage` from object_store_prod where oo_id  = 182539
Parameters:
[]
360 0.53 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182539
]
361 0.51 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422457
]
362 0.59 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422457
]
363 27.81 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_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '182338' and a.id != '182338') or parentProducts like '%,182338,%') and IFNULL(isSalesItem, 0) = 0 and (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL)
            group by color
            order by maxMainProductInLine desc
Parameters:
[]
364 0.51 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182574
]
365 0.57 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  182574
]
366 1.21 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182574
]
367 0.83 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182574
]
368 0.38 ms
select `iconLabels` from object_store_prod where oo_id  = 182574
Parameters:
[]
369 0.48 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182574
  "videos"
]
370 0.65 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182574 AND fieldname = 'attributes'
Parameters:
[]
371 1.02 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182574 AND fieldname = 'attributes'
Parameters:
[]
372 0.37 ms
select `combinedBlock` from object_store_prod where oo_id  = 182574
Parameters:
[]
373 0.43 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182574
Parameters:
[]
374 0.44 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182574
Parameters:
[]
375 0.37 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182574
Parameters:
[]
376 0.36 ms
select `combinedImage` from object_store_prod where oo_id  = 182574
Parameters:
[]
377 0.50 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182574
]
378 0.44 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182338
]
379 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:
[
  182338
]
380 0.46 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182338
]
381 0.62 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182338
]
382 0.40 ms
select `iconLabels` from object_store_prod where oo_id  = 182338
Parameters:
[]
383 0.40 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182338
  "videos"
]
384 0.45 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182338 AND fieldname = 'attributes'
Parameters:
[]
385 0.61 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182338 AND fieldname = 'attributes'
Parameters:
[]
386 0.40 ms
select `combinedBlock` from object_store_prod where oo_id  = 182338
Parameters:
[]
387 0.37 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182338
Parameters:
[]
388 0.39 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182338
Parameters:
[]
389 0.36 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182338
Parameters:
[]
390 0.49 ms
select `combinedImage` from object_store_prod where oo_id  = 182338
Parameters:
[]
391 0.51 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182338
]
392 0.38 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182337
]
393 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:
[
  182337
]
394 0.49 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182337
]
395 0.66 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182337
]
396 0.47 ms
select `iconLabels` from object_store_prod where oo_id  = 182337
Parameters:
[]
397 0.40 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182337
  "videos"
]
398 0.47 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182337 AND fieldname = 'attributes'
Parameters:
[]
399 0.47 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182337 AND fieldname = 'attributes'
Parameters:
[]
400 0.47 ms
select `combinedBlock` from object_store_prod where oo_id  = 182337
Parameters:
[]
401 0.39 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182337
Parameters:
[]
402 0.35 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182337
Parameters:
[]
403 0.41 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182337
Parameters:
[]
404 0.37 ms
select `combinedImage` from object_store_prod where oo_id  = 182337
Parameters:
[]
405 0.49 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182337
]
406 0.54 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422480
]
407 2.76 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422480
]
408 0.46 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182578
]
409 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:
[
  182578
]
410 1.13 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182578
]
411 0.64 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182578
]
412 0.49 ms
select `iconLabels` from object_store_prod where oo_id  = 182578
Parameters:
[]
413 0.46 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182578
  "videos"
]
414 0.55 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182578 AND fieldname = 'attributes'
Parameters:
[]
415 0.86 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182578 AND fieldname = 'attributes'
Parameters:
[]
416 0.38 ms
select `combinedBlock` from object_store_prod where oo_id  = 182578
Parameters:
[]
417 0.39 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182578
Parameters:
[]
418 0.39 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182578
Parameters:
[]
419 0.39 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182578
Parameters:
[]
420 0.38 ms
select `combinedImage` from object_store_prod where oo_id  = 182578
Parameters:
[]
421 0.50 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182578
]
422 0.57 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422479
]
423 5.96 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422479
]
424 0.45 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182565
]
425 0.60 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  182565
]
426 1.08 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182565
]
427 1.00 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182565
]
428 0.47 ms
select `iconLabels` from object_store_prod where oo_id  = 182565
Parameters:
[]
429 0.44 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182565
  "videos"
]
430 0.55 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182565 AND fieldname = 'attributes'
Parameters:
[]
431 0.91 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182565 AND fieldname = 'attributes'
Parameters:
[]
432 0.40 ms
select `combinedBlock` from object_store_prod where oo_id  = 182565
Parameters:
[]
433 0.39 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182565
Parameters:
[]
434 0.43 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182565
Parameters:
[]
435 0.47 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182565
Parameters:
[]
436 0.45 ms
select `combinedImage` from object_store_prod where oo_id  = 182565
Parameters:
[]
437 0.51 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182565
]
438 0.51 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422478
]
439 0.67 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422478
]
440 0.46 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182570
]
441 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:
[
  182570
]
442 1.10 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182570
]
443 0.76 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182570
]
444 0.52 ms
select `iconLabels` from object_store_prod where oo_id  = 182570
Parameters:
[]
445 0.55 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182570
  "videos"
]
446 0.63 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182570 AND fieldname = 'attributes'
Parameters:
[]
447 1.06 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182570 AND fieldname = 'attributes'
Parameters:
[]
448 0.44 ms
select `combinedBlock` from object_store_prod where oo_id  = 182570
Parameters:
[]
449 0.47 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182570
Parameters:
[]
450 0.44 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182570
Parameters:
[]
451 0.55 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182570
Parameters:
[]
452 0.47 ms
select `combinedImage` from object_store_prod where oo_id  = 182570
Parameters:
[]
453 0.50 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182570
]
454 0.60 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422482
]
455 0.91 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422482
]
456 0.43 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182582
]
457 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:
[
  182582
]
458 1.07 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182582
]
459 0.86 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182582
]
460 0.53 ms
select `iconLabels` from object_store_prod where oo_id  = 182582
Parameters:
[]
461 0.46 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182582
  "videos"
]
462 0.59 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182582 AND fieldname = 'attributes'
Parameters:
[]
463 0.99 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182582 AND fieldname = 'attributes'
Parameters:
[]
464 0.44 ms
select `combinedBlock` from object_store_prod where oo_id  = 182582
Parameters:
[]
465 0.40 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182582
Parameters:
[]
466 0.44 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182582
Parameters:
[]
467 0.48 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182582
Parameters:
[]
468 0.51 ms
select `combinedImage` from object_store_prod where oo_id  = 182582
Parameters:
[]
469 0.54 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182582
]
470 0.48 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422481
]
471 0.74 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422481
]
472 28.41 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_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '182339' and a.id != '182339') or parentProducts like '%,182339,%') and IFNULL(isSalesItem, 0) = 0 and (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL)
            group by color
            order by maxMainProductInLine desc
Parameters:
[]
473 0.56 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182598
]
474 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:
[
  182598
]
475 1.30 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182598
]
476 0.73 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182598
]
477 0.46 ms
select `iconLabels` from object_store_prod where oo_id  = 182598
Parameters:
[]
478 0.46 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182598
  "videos"
]
479 0.60 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182598 AND fieldname = 'attributes'
Parameters:
[]
480 0.83 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182598 AND fieldname = 'attributes'
Parameters:
[]
481 0.46 ms
select `combinedBlock` from object_store_prod where oo_id  = 182598
Parameters:
[]
482 0.40 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182598
Parameters:
[]
483 0.36 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182598
Parameters:
[]
484 0.47 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182598
Parameters:
[]
485 0.51 ms
select `combinedImage` from object_store_prod where oo_id  = 182598
Parameters:
[]
486 0.57 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182598
]
487 0.51 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182339
]
488 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:
[
  182339
]
489 0.64 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182339
]
490 0.78 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182339
]
491 0.39 ms
select `iconLabels` from object_store_prod where oo_id  = 182339
Parameters:
[]
492 0.48 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182339
  "videos"
]
493 0.50 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182339 AND fieldname = 'attributes'
Parameters:
[]
494 0.53 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182339 AND fieldname = 'attributes'
Parameters:
[]
495 0.40 ms
select `combinedBlock` from object_store_prod where oo_id  = 182339
Parameters:
[]
496 0.51 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182339
Parameters:
[]
497 0.57 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182339
Parameters:
[]
498 0.39 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182339
Parameters:
[]
499 0.37 ms
select `combinedImage` from object_store_prod where oo_id  = 182339
Parameters:
[]
500 0.48 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182339
]
501 0.50 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422484
]
502 0.62 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422484
]
503 0.42 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182586
]
504 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:
[
  182586
]
505 1.09 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182586
]
506 0.65 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182586
]
507 0.43 ms
select `iconLabels` from object_store_prod where oo_id  = 182586
Parameters:
[]
508 0.46 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182586
  "videos"
]
509 0.58 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182586 AND fieldname = 'attributes'
Parameters:
[]
510 0.87 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182586 AND fieldname = 'attributes'
Parameters:
[]
511 0.56 ms
select `combinedBlock` from object_store_prod where oo_id  = 182586
Parameters:
[]
512 0.59 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182586
Parameters:
[]
513 0.40 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182586
Parameters:
[]
514 0.38 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182586
Parameters:
[]
515 0.44 ms
select `combinedImage` from object_store_prod where oo_id  = 182586
Parameters:
[]
516 0.55 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182586
]
517 0.53 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422486
]
518 0.71 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422486
]
519 0.42 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182590
]
520 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:
[
  182590
]
521 1.07 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182590
]
522 0.66 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182590
]
523 0.43 ms
select `iconLabels` from object_store_prod where oo_id  = 182590
Parameters:
[]
524 0.42 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182590
  "videos"
]
525 0.56 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182590 AND fieldname = 'attributes'
Parameters:
[]
526 0.90 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182590 AND fieldname = 'attributes'
Parameters:
[]
527 0.46 ms
select `combinedBlock` from object_store_prod where oo_id  = 182590
Parameters:
[]
528 0.38 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182590
Parameters:
[]
529 0.37 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182590
Parameters:
[]
530 0.37 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182590
Parameters:
[]
531 0.46 ms
select `combinedImage` from object_store_prod where oo_id  = 182590
Parameters:
[]
532 0.53 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182590
]
533 0.50 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422485
]
534 0.66 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422485
]
535 0.48 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182594
]
536 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:
[
  182594
]
537 0.80 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182594
]
538 0.60 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182594
]
539 0.39 ms
select `iconLabels` from object_store_prod where oo_id  = 182594
Parameters:
[]
540 0.41 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182594
  "videos"
]
541 0.49 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182594 AND fieldname = 'attributes'
Parameters:
[]
542 0.89 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182594 AND fieldname = 'attributes'
Parameters:
[]
543 0.38 ms
select `combinedBlock` from object_store_prod where oo_id  = 182594
Parameters:
[]
544 0.47 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182594
Parameters:
[]
545 0.44 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182594
Parameters:
[]
546 0.39 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182594
Parameters:
[]
547 0.38 ms
select `combinedImage` from object_store_prod where oo_id  = 182594
Parameters:
[]
548 0.58 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182594
]
549 0.51 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422483
]
550 0.63 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422483
]
551 0.43 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182602
]
552 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:
[
  182602
]
553 5.59 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182602
]
554 0.72 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182602
]
555 0.46 ms
select `iconLabels` from object_store_prod where oo_id  = 182602
Parameters:
[]
556 0.49 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182602
  "videos"
]
557 0.60 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182602 AND fieldname = 'attributes'
Parameters:
[]
558 0.97 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182602 AND fieldname = 'attributes'
Parameters:
[]
559 0.41 ms
select `combinedBlock` from object_store_prod where oo_id  = 182602
Parameters:
[]
560 0.43 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182602
Parameters:
[]
561 0.53 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182602
Parameters:
[]
562 0.39 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182602
Parameters:
[]
563 0.52 ms
select `combinedImage` from object_store_prod where oo_id  = 182602
Parameters:
[]
564 0.54 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182602
]
565 0.49 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422487
]
566 0.64 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422487
]
567 31.71 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_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '182310' and a.id != '182310') or parentProducts like '%,182310,%') and IFNULL(isSalesItem, 0) = 0 and (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL)
            group by color
            order by maxMainProductInLine desc
Parameters:
[]
568 0.50 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182623
]
569 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:
[
  182623
]
570 10.39 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182623
]
571 0.74 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182623
]
572 0.65 ms
select `iconLabels` from object_store_prod where oo_id  = 182623
Parameters:
[]
573 0.43 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182623
  "videos"
]
574 0.51 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182623 AND fieldname = 'attributes'
Parameters:
[]
575 1.16 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182623 AND fieldname = 'attributes'
Parameters:
[]
576 0.45 ms
select `combinedBlock` from object_store_prod where oo_id  = 182623
Parameters:
[]
577 0.42 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182623
Parameters:
[]
578 0.50 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182623
Parameters:
[]
579 0.46 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182623
Parameters:
[]
580 0.47 ms
select `combinedImage` from object_store_prod where oo_id  = 182623
Parameters:
[]
581 0.56 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182623
]
582 0.40 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182310
]
583 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:
[
  182310
]
584 0.48 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182310
]
585 0.69 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182310
]
586 0.50 ms
select `iconLabels` from object_store_prod where oo_id  = 182310
Parameters:
[]
587 0.41 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182310
  "videos"
]
588 0.51 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182310 AND fieldname = 'attributes'
Parameters:
[]
589 0.49 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182310 AND fieldname = 'attributes'
Parameters:
[]
590 0.37 ms
select `combinedBlock` from object_store_prod where oo_id  = 182310
Parameters:
[]
591 0.37 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182310
Parameters:
[]
592 0.42 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182310
Parameters:
[]
593 0.39 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182310
Parameters:
[]
594 0.37 ms
select `combinedImage` from object_store_prod where oo_id  = 182310
Parameters:
[]
595 0.51 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182310
]
596 0.49 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422456
]
597 0.69 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422456
]
598 0.45 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182621
]
599 0.68 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  182621
]
600 5.26 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182621
]
601 0.61 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182621
]
602 0.44 ms
select `iconLabels` from object_store_prod where oo_id  = 182621
Parameters:
[]
603 0.44 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182621
  "videos"
]
604 0.77 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182621 AND fieldname = 'attributes'
Parameters:
[]
605 0.89 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182621 AND fieldname = 'attributes'
Parameters:
[]
606 0.48 ms
select `combinedBlock` from object_store_prod where oo_id  = 182621
Parameters:
[]
607 0.45 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182621
Parameters:
[]
608 0.47 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182621
Parameters:
[]
609 0.46 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182621
Parameters:
[]
610 0.42 ms
select `combinedImage` from object_store_prod where oo_id  = 182621
Parameters:
[]
611 0.49 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182621
]
612 0.63 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422455
]
613 0.86 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422455
]
614 8.52 ms
SELECT * FROM properties WHERE
                             (
                                 (cid IN (1,1932,1855,1809,1806,2) AND inheritable = 1) OR cid = ?
                             ) AND ctype='document'
Parameters:
[
  1991
]
615 0.30 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
616 0.96 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=it&_format=html&_controller=App%5CController%5CSnippetController%3A%3AdisturberAction"
  "path_query"
  "https://testing.weverducre.com/_fragment?_path=_locale=it&_format=html&_controller=App%5CController%5CSnippetController%3A%3AdisturberAction"
  "entire_uri"
]
617 0.72 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  1991
]
618 0.55 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  316
]
619 0.51 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  271
]
620 0.41 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  4779904
]
621 0.39 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  4779904
]
622 39.08 ms
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '182342' and a.id != '182342') or parentProducts like '%,182342,%') and IFNULL(isSalesItem, 0) = 0 and (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL)
            group by color
            order by maxMainProductInLine desc
Parameters:
[]
623 0.57 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182669
]
624 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:
[
  182669
]
625 1.05 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182669
]
626 0.78 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182669
]
627 0.37 ms
select `iconLabels` from object_store_prod where oo_id  = 182669
Parameters:
[]
628 0.44 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182669
  "videos"
]
629 0.57 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182669 AND fieldname = 'attributes'
Parameters:
[]
630 0.81 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182669 AND fieldname = 'attributes'
Parameters:
[]
631 0.53 ms
select `combinedBlock` from object_store_prod where oo_id  = 182669
Parameters:
[]
632 0.44 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182669
Parameters:
[]
633 0.37 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182669
Parameters:
[]
634 0.40 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182669
Parameters:
[]
635 0.35 ms
select `combinedImage` from object_store_prod where oo_id  = 182669
Parameters:
[]
636 0.64 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182669
]
637 0.39 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182342
]
638 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:
[
  182342
]
639 0.52 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182342
]
640 0.62 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182342
]
641 0.36 ms
select `iconLabels` from object_store_prod where oo_id  = 182342
Parameters:
[]
642 0.39 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182342
  "videos"
]
643 0.57 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182342 AND fieldname = 'attributes'
Parameters:
[]
644 0.64 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182342 AND fieldname = 'attributes'
Parameters:
[]
645 0.40 ms
select `combinedBlock` from object_store_prod where oo_id  = 182342
Parameters:
[]
646 0.35 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182342
Parameters:
[]
647 0.36 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182342
Parameters:
[]
648 0.45 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182342
Parameters:
[]
649 0.45 ms
select `combinedImage` from object_store_prod where oo_id  = 182342
Parameters:
[]
650 0.56 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182342
]
651 0.51 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182340
]
652 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:
[
  182340
]
653 0.47 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182340
]
654 0.61 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182340
]
655 0.49 ms
select `iconLabels` from object_store_prod where oo_id  = 182340
Parameters:
[]
656 0.43 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182340
  "videos"
]
657 0.50 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182340 AND fieldname = 'attributes'
Parameters:
[]
658 0.50 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182340 AND fieldname = 'attributes'
Parameters:
[]
659 0.43 ms
select `combinedBlock` from object_store_prod where oo_id  = 182340
Parameters:
[]
660 0.45 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182340
Parameters:
[]
661 0.40 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182340
Parameters:
[]
662 0.35 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182340
Parameters:
[]
663 0.35 ms
select `combinedImage` from object_store_prod where oo_id  = 182340
Parameters:
[]
664 0.50 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182340
]
665 0.50 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422475
]
666 4.70 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422475
]
667 0.48 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182675
]
668 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:
[
  182675
]
669 1.29 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182675
]
670 0.81 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182675
]
671 0.52 ms
select `iconLabels` from object_store_prod where oo_id  = 182675
Parameters:
[]
672 0.45 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182675
  "videos"
]
673 0.58 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182675 AND fieldname = 'attributes'
Parameters:
[]
674 0.91 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182675 AND fieldname = 'attributes'
Parameters:
[]
675 0.44 ms
select `combinedBlock` from object_store_prod where oo_id  = 182675
Parameters:
[]
676 0.40 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182675
Parameters:
[]
677 0.51 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182675
Parameters:
[]
678 0.38 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182675
Parameters:
[]
679 0.43 ms
select `combinedImage` from object_store_prod where oo_id  = 182675
Parameters:
[]
680 0.53 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182675
]
681 0.49 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422471
]
682 0.60 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422471
]
683 0.39 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182659
]
684 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:
[
  182659
]
685 1.13 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182659
]
686 0.70 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182659
]
687 0.39 ms
select `iconLabels` from object_store_prod where oo_id  = 182659
Parameters:
[]
688 0.43 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182659
  "videos"
]
689 0.62 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182659 AND fieldname = 'attributes'
Parameters:
[]
690 0.83 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182659 AND fieldname = 'attributes'
Parameters:
[]
691 0.37 ms
select `combinedBlock` from object_store_prod where oo_id  = 182659
Parameters:
[]
692 0.45 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182659
Parameters:
[]
693 0.40 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182659
Parameters:
[]
694 0.37 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182659
Parameters:
[]
695 0.37 ms
select `combinedImage` from object_store_prod where oo_id  = 182659
Parameters:
[]
696 0.45 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182659
]
697 0.48 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422477
]
698 0.62 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422477
]
699 0.42 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182663
]
700 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:
[
  182663
]
701 0.70 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182663
]
702 0.61 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182663
]
703 0.67 ms
select `iconLabels` from object_store_prod where oo_id  = 182663
Parameters:
[]
704 0.36 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182663
  "videos"
]
705 0.67 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182663 AND fieldname = 'attributes'
Parameters:
[]
706 0.88 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182663 AND fieldname = 'attributes'
Parameters:
[]
707 0.44 ms
select `combinedBlock` from object_store_prod where oo_id  = 182663
Parameters:
[]
708 0.40 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182663
Parameters:
[]
709 0.38 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182663
Parameters:
[]
710 0.37 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182663
Parameters:
[]
711 0.35 ms
select `combinedImage` from object_store_prod where oo_id  = 182663
Parameters:
[]
712 0.48 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182663
]
713 0.51 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422472
]
714 0.56 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422472
]
715 0.41 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182679
]
716 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:
[
  182679
]
717 1.13 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182679
]
718 0.65 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182679
]
719 0.44 ms
select `iconLabels` from object_store_prod where oo_id  = 182679
Parameters:
[]
720 0.41 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182679
  "videos"
]
721 0.53 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182679 AND fieldname = 'attributes'
Parameters:
[]
722 0.90 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182679 AND fieldname = 'attributes'
Parameters:
[]
723 0.45 ms
select `combinedBlock` from object_store_prod where oo_id  = 182679
Parameters:
[]
724 0.37 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182679
Parameters:
[]
725 0.35 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182679
Parameters:
[]
726 0.37 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182679
Parameters:
[]
727 0.38 ms
select `combinedImage` from object_store_prod where oo_id  = 182679
Parameters:
[]
728 0.47 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182679
]
729 0.52 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422476
]
730 0.60 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422476
]
731 0.43 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182683
]
732 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:
[
  182683
]
733 1.10 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182683
]
734 0.65 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182683
]
735 0.43 ms
select `iconLabels` from object_store_prod where oo_id  = 182683
Parameters:
[]
736 0.42 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182683
  "videos"
]
737 0.55 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182683 AND fieldname = 'attributes'
Parameters:
[]
738 0.98 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182683 AND fieldname = 'attributes'
Parameters:
[]
739 0.48 ms
select `combinedBlock` from object_store_prod where oo_id  = 182683
Parameters:
[]
740 0.39 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182683
Parameters:
[]
741 0.44 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182683
Parameters:
[]
742 0.42 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182683
Parameters:
[]
743 0.38 ms
select `combinedImage` from object_store_prod where oo_id  = 182683
Parameters:
[]
744 0.65 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182683
]
745 0.49 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422473
]
746 0.74 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422473
]
747 0.40 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182667
]
748 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:
[
  182667
]
749 1.05 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182667
]
750 0.82 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182667
]
751 0.50 ms
select `iconLabels` from object_store_prod where oo_id  = 182667
Parameters:
[]
752 0.48 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182667
  "videos"
]
753 0.53 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182667 AND fieldname = 'attributes'
Parameters:
[]
754 0.84 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182667 AND fieldname = 'attributes'
Parameters:
[]
755 0.39 ms
select `combinedBlock` from object_store_prod where oo_id  = 182667
Parameters:
[]
756 0.38 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182667
Parameters:
[]
757 0.35 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182667
Parameters:
[]
758 0.48 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182667
Parameters:
[]
759 0.38 ms
select `combinedImage` from object_store_prod where oo_id  = 182667
Parameters:
[]
760 0.47 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182667
]
761 0.47 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422474
]
762 0.62 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422474
]
763 29.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_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '182341' and a.id != '182341') or parentProducts like '%,182341,%') and IFNULL(isSalesItem, 0) = 0 and (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL)
            group by color
            order by maxMainProductInLine desc
Parameters:
[]
764 0.48 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182695
]
765 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:
[
  182695
]
766 1.09 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182695
]
767 0.73 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182695
]
768 0.41 ms
select `iconLabels` from object_store_prod where oo_id  = 182695
Parameters:
[]
769 0.49 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182695
  "videos"
]
770 0.65 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182695 AND fieldname = 'attributes'
Parameters:
[]
771 0.94 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182695 AND fieldname = 'attributes'
Parameters:
[]
772 0.38 ms
select `combinedBlock` from object_store_prod where oo_id  = 182695
Parameters:
[]
773 0.37 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182695
Parameters:
[]
774 0.36 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182695
Parameters:
[]
775 0.43 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182695
Parameters:
[]
776 0.36 ms
select `combinedImage` from object_store_prod where oo_id  = 182695
Parameters:
[]
777 0.70 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182695
]
778 0.48 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182341
]
779 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:
[
  182341
]
780 0.51 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182341
]
781 0.64 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182341
]
782 0.36 ms
select `iconLabels` from object_store_prod where oo_id  = 182341
Parameters:
[]
783 0.40 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182341
  "videos"
]
784 0.44 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182341 AND fieldname = 'attributes'
Parameters:
[]
785 0.56 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182341 AND fieldname = 'attributes'
Parameters:
[]
786 0.34 ms
select `combinedBlock` from object_store_prod where oo_id  = 182341
Parameters:
[]
787 0.33 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182341
Parameters:
[]
788 0.36 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182341
Parameters:
[]
789 0.35 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182341
Parameters:
[]
790 0.37 ms
select `combinedImage` from object_store_prod where oo_id  = 182341
Parameters:
[]
791 0.48 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182341
]
792 0.49 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422466
]
793 4.12 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422466
]
794 0.37 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182703
]
795 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:
[
  182703
]
796 1.16 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182703
]
797 0.67 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182703
]
798 0.44 ms
select `iconLabels` from object_store_prod where oo_id  = 182703
Parameters:
[]
799 0.49 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182703
  "videos"
]
800 0.56 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182703 AND fieldname = 'attributes'
Parameters:
[]
801 1.04 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182703 AND fieldname = 'attributes'
Parameters:
[]
802 0.59 ms
select `combinedBlock` from object_store_prod where oo_id  = 182703
Parameters:
[]
803 0.37 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182703
Parameters:
[]
804 0.45 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182703
Parameters:
[]
805 0.45 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182703
Parameters:
[]
806 0.46 ms
select `combinedImage` from object_store_prod where oo_id  = 182703
Parameters:
[]
807 0.50 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182703
]
808 0.53 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422468
]
809 0.64 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422468
]
810 0.54 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182687
]
811 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:
[
  182687
]
812 1.22 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182687
]
813 0.65 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182687
]
814 0.46 ms
select `iconLabels` from object_store_prod where oo_id  = 182687
Parameters:
[]
815 0.46 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182687
  "videos"
]
816 0.55 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182687 AND fieldname = 'attributes'
Parameters:
[]
817 1.01 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182687 AND fieldname = 'attributes'
Parameters:
[]
818 0.37 ms
select `combinedBlock` from object_store_prod where oo_id  = 182687
Parameters:
[]
819 0.54 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182687
Parameters:
[]
820 0.48 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182687
Parameters:
[]
821 0.47 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182687
Parameters:
[]
822 0.38 ms
select `combinedImage` from object_store_prod where oo_id  = 182687
Parameters:
[]
823 0.50 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182687
]
824 0.48 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422470
]
825 0.62 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422470
]
826 0.44 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182691
]
827 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:
[
  182691
]
828 1.15 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182691
]
829 0.65 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182691
]
830 0.45 ms
select `iconLabels` from object_store_prod where oo_id  = 182691
Parameters:
[]
831 0.49 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182691
  "videos"
]
832 0.54 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182691 AND fieldname = 'attributes'
Parameters:
[]
833 0.85 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182691 AND fieldname = 'attributes'
Parameters:
[]
834 0.45 ms
select `combinedBlock` from object_store_prod where oo_id  = 182691
Parameters:
[]
835 0.38 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182691
Parameters:
[]
836 0.37 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182691
Parameters:
[]
837 0.37 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182691
Parameters:
[]
838 0.37 ms
select `combinedImage` from object_store_prod where oo_id  = 182691
Parameters:
[]
839 0.53 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182691
]
840 0.56 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422465
]
841 0.69 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422465
]
842 0.54 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182699
]
843 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:
[
  182699
]
844 1.18 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182699
]
845 0.71 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182699
]
846 0.49 ms
select `iconLabels` from object_store_prod where oo_id  = 182699
Parameters:
[]
847 0.49 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182699
  "videos"
]
848 0.56 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182699 AND fieldname = 'attributes'
Parameters:
[]
849 0.88 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182699 AND fieldname = 'attributes'
Parameters:
[]
850 0.49 ms
select `combinedBlock` from object_store_prod where oo_id  = 182699
Parameters:
[]
851 0.47 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182699
Parameters:
[]
852 0.48 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182699
Parameters:
[]
853 0.40 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182699
Parameters:
[]
854 0.38 ms
select `combinedImage` from object_store_prod where oo_id  = 182699
Parameters:
[]
855 0.47 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182699
]
856 0.48 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422464
]
857 0.68 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422464
]
858 0.50 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182707
]
859 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:
[
  182707
]
860 1.11 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182707
]
861 0.78 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182707
]
862 0.56 ms
select `iconLabels` from object_store_prod where oo_id  = 182707
Parameters:
[]
863 0.43 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182707
  "videos"
]
864 0.65 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182707 AND fieldname = 'attributes'
Parameters:
[]
865 0.93 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182707 AND fieldname = 'attributes'
Parameters:
[]
866 0.49 ms
select `combinedBlock` from object_store_prod where oo_id  = 182707
Parameters:
[]
867 0.47 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182707
Parameters:
[]
868 0.38 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182707
Parameters:
[]
869 0.39 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182707
Parameters:
[]
870 0.37 ms
select `combinedImage` from object_store_prod where oo_id  = 182707
Parameters:
[]
871 0.46 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182707
]
872 0.48 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422469
]
873 0.77 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422469
]
874 0.48 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182711
]
875 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:
[
  182711
]
876 1.15 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182711
]
877 0.76 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182711
]
878 0.45 ms
select `iconLabels` from object_store_prod where oo_id  = 182711
Parameters:
[]
879 0.44 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182711
  "videos"
]
880 0.56 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182711 AND fieldname = 'attributes'
Parameters:
[]
881 1.33 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182711 AND fieldname = 'attributes'
Parameters:
[]
882 0.50 ms
select `combinedBlock` from object_store_prod where oo_id  = 182711
Parameters:
[]
883 0.43 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182711
Parameters:
[]
884 0.38 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182711
Parameters:
[]
885 0.39 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182711
Parameters:
[]
886 0.43 ms
select `combinedImage` from object_store_prod where oo_id  = 182711
Parameters:
[]
887 0.51 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182711
]
888 0.49 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422467
]
889 0.72 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422467
]
890 26.41 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_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_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:
[]
891 0.67 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182715
]
892 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:
[
  182715
]
893 1.07 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182715
]
894 0.69 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182715
]
895 0.51 ms
select `iconLabels` from object_store_prod where oo_id  = 182715
Parameters:
[]
896 0.48 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182715
  "videos"
]
897 0.55 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182715 AND fieldname = 'attributes'
Parameters:
[]
898 0.88 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182715 AND fieldname = 'attributes'
Parameters:
[]
899 0.53 ms
select `combinedBlock` from object_store_prod where oo_id  = 182715
Parameters:
[]
900 0.42 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182715
Parameters:
[]
901 0.39 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182715
Parameters:
[]
902 0.42 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182715
Parameters:
[]
903 0.43 ms
select `combinedImage` from object_store_prod where oo_id  = 182715
Parameters:
[]
904 0.77 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182715
]
905 0.57 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182333
]
906 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:
[
  182333
]
907 0.58 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182333
]
908 0.75 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182333
]
909 0.40 ms
select `iconLabels` from object_store_prod where oo_id  = 182333
Parameters:
[]
910 0.45 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182333
  "videos"
]
911 0.46 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182333 AND fieldname = 'attributes'
Parameters:
[]
912 0.50 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182333 AND fieldname = 'attributes'
Parameters:
[]
913 0.60 ms
select `combinedBlock` from object_store_prod where oo_id  = 182333
Parameters:
[]
914 0.46 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182333
Parameters:
[]
915 0.38 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182333
Parameters:
[]
916 0.40 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182333
Parameters:
[]
917 0.42 ms
select `combinedImage` from object_store_prod where oo_id  = 182333
Parameters:
[]
918 0.50 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182333
]
919 0.43 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182332
]
920 0.50 ms
SELECT objects.*, tree_locks.locked as locked FROM objects
            LEFT JOIN tree_locks ON objects.id = tree_locks.id AND tree_locks.type = 'object'
                WHERE objects.id = ?
Parameters:
[
  182332
]
921 0.62 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182332
]
922 0.63 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182332
]
923 0.36 ms
select `iconLabels` from object_store_prod where oo_id  = 182332
Parameters:
[]
924 0.41 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182332
  "videos"
]
925 0.54 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182332 AND fieldname = 'attributes'
Parameters:
[]
926 0.55 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182332 AND fieldname = 'attributes'
Parameters:
[]
927 0.43 ms
select `combinedBlock` from object_store_prod where oo_id  = 182332
Parameters:
[]
928 0.37 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182332
Parameters:
[]
929 0.39 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182332
Parameters:
[]
930 0.39 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182332
Parameters:
[]
931 0.38 ms
select `combinedImage` from object_store_prod where oo_id  = 182332
Parameters:
[]
932 0.50 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182332
]
933 0.51 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422401
]
934 0.65 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422401
]
935 0.53 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182713
]
936 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:
[
  182713
]
937 0.91 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182713
]
938 0.64 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182713
]
939 0.41 ms
select `iconLabels` from object_store_prod where oo_id  = 182713
Parameters:
[]
940 0.40 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182713
  "videos"
]
941 0.51 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182713 AND fieldname = 'attributes'
Parameters:
[]
942 0.90 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182713 AND fieldname = 'attributes'
Parameters:
[]
943 0.37 ms
select `combinedBlock` from object_store_prod where oo_id  = 182713
Parameters:
[]
944 0.39 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182713
Parameters:
[]
945 0.40 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182713
Parameters:
[]
946 0.39 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182713
Parameters:
[]
947 0.38 ms
select `combinedImage` from object_store_prod where oo_id  = 182713
Parameters:
[]
948 0.74 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182713
]
949 0.49 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422402
]
950 0.72 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422402
]
951 27.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_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '182294' and a.id != '182294') or parentProducts like '%,182294,%') and IFNULL(isSalesItem, 0) = 0 and (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL)
            group by color
            order by maxMainProductInLine desc
Parameters:
[]
952 0.47 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182724
]
953 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:
[
  182724
]
954 1.05 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182724
]
955 0.64 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182724
]
956 0.40 ms
select `iconLabels` from object_store_prod where oo_id  = 182724
Parameters:
[]
957 0.46 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182724
  "videos"
]
958 0.54 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182724 AND fieldname = 'attributes'
Parameters:
[]
959 0.86 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182724 AND fieldname = 'attributes'
Parameters:
[]
960 0.51 ms
select `combinedBlock` from object_store_prod where oo_id  = 182724
Parameters:
[]
961 0.39 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182724
Parameters:
[]
962 0.38 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182724
Parameters:
[]
963 0.37 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182724
Parameters:
[]
964 0.38 ms
select `combinedImage` from object_store_prod where oo_id  = 182724
Parameters:
[]
965 0.51 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182724
]
966 0.53 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182294
]
967 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:
[
  182294
]
968 0.54 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182294
]
969 0.70 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182294
]
970 0.39 ms
select `iconLabels` from object_store_prod where oo_id  = 182294
Parameters:
[]
971 0.45 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182294
  "videos"
]
972 0.51 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182294 AND fieldname = 'attributes'
Parameters:
[]
973 0.55 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182294 AND fieldname = 'attributes'
Parameters:
[]
974 0.39 ms
select `combinedBlock` from object_store_prod where oo_id  = 182294
Parameters:
[]
975 0.43 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182294
Parameters:
[]
976 0.38 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182294
Parameters:
[]
977 0.37 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182294
Parameters:
[]
978 0.42 ms
select `combinedImage` from object_store_prod where oo_id  = 182294
Parameters:
[]
979 0.51 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182294
]
980 0.39 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  171518
]
981 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:
[
  171518
]
982 0.49 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  171518
]
983 0.74 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  171518
]
984 0.37 ms
select `iconLabels` from object_store_prod where oo_id  = 171518
Parameters:
[]
985 0.46 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  171518
  "videos"
]
986 0.46 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 171518 AND fieldname = 'attributes'
Parameters:
[]
987 0.55 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 171518 AND fieldname = 'attributes'
Parameters:
[]
988 0.42 ms
select `combinedBlock` from object_store_prod where oo_id  = 171518
Parameters:
[]
989 0.43 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 171518
Parameters:
[]
990 0.37 ms
select `accessoryDemand` from object_store_prod where oo_id  = 171518
Parameters:
[]
991 0.36 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 171518
Parameters:
[]
992 0.38 ms
select `combinedImage` from object_store_prod where oo_id  = 171518
Parameters:
[]
993 0.47 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  171518
]
994 0.51 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422373
]
995 0.85 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422373
]
996 0.42 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182721
]
997 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:
[
  182721
]
998 0.94 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182721
]
999 0.68 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182721
]
1000 0.46 ms
select `iconLabels` from object_store_prod where oo_id  = 182721
Parameters:
[]
1001 0.45 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182721
  "videos"
]
1002 0.58 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182721 AND fieldname = 'attributes'
Parameters:
[]
1003 0.98 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182721 AND fieldname = 'attributes'
Parameters:
[]
1004 0.45 ms
select `combinedBlock` from object_store_prod where oo_id  = 182721
Parameters:
[]
1005 0.42 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182721
Parameters:
[]
1006 0.48 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182721
Parameters:
[]
1007 0.42 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182721
Parameters:
[]
1008 0.47 ms
select `combinedImage` from object_store_prod where oo_id  = 182721
Parameters:
[]
1009 0.56 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182721
]
1010 0.46 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422377
]
1011 0.65 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422377
]
1012 0.43 ms
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  182727
]
1013 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:
[
  182727
]
1014 0.77 ms
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  182727
]
1015 0.66 ms
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  182727
]
1016 0.47 ms
select `iconLabels` from object_store_prod where oo_id  = 182727
Parameters:
[]
1017 0.43 ms
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  182727
  "videos"
]
1018 0.50 ms
SELECT * FROM object_classificationstore_groups_prod WHERE id = 182727 AND fieldname = 'attributes'
Parameters:
[]
1019 0.89 ms
SELECT * FROM object_classificationstore_data_prod WHERE id = 182727 AND fieldname = 'attributes'
Parameters:
[]
1020 0.38 ms
select `combinedBlock` from object_store_prod where oo_id  = 182727
Parameters:
[]
1021 0.38 ms
select `colorMatchExceptions` from object_store_prod where oo_id  = 182727
Parameters:
[]
1022 0.39 ms
select `accessoryDemand` from object_store_prod where oo_id  = 182727
Parameters:
[]
1023 0.36 ms
select `accessoryFilterGroups` from object_store_prod where oo_id  = 182727
Parameters:
[]
1024 0.37 ms
select `combinedImage` from object_store_prod where oo_id  = 182727
Parameters:
[]
1025 0.52 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  182727
]
1026 0.51 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5422379
]
1027 0.65 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5422379
]
1028 0.77 ms
SELECT * FROM properties WHERE
                             (
                                 (cid IN (1,1933,1855,1809,1806,2) AND inheritable = 1) OR cid = ?
                             ) AND ctype='document'
Parameters:
[
  2013
]
1029 0.35 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
1030 0.98 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=it&_format=html&_controller=App%5CController%5CSnippetController%3A%3AdisturberAction"
  "path_query"
  "https://testing.weverducre.com/_fragment?_path=_locale=it&_format=html&_controller=App%5CController%5CSnippetController%3A%3AdisturberAction"
  "entire_uri"
]
1031 0.47 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  2013
]
1032 0.44 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  336
]
1033 0.54 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  273
]
1034 0.57 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  4779967
]
1035 0.59 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  4779967
]

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.