Query Metrics
273
Database Queries
53
Different statements
851.26 ms
Query time
1
Invalid entities
0
Managed entities
Grouped Statements
default connection
| Time▼ | Count | Info |
|---|---|---|
|
136.51 ms (16.04%) |
2 |
(
select o.itemNumber as `itemNumber`, o.itemNumberAnnotation as `itemNumberAnnotation`, u.dest_id as `usageDestId`, l.dest_id as `localeDestId`, u.data as `usage`, l.data as `locale`
from
object_localized_prod_de as o
left outer join
(select * from object_metadata_prod where fieldname = 'manualDocuments' and `column` = 'usage') as u on o.id = u.id
left outer join
(select * from object_metadata_prod where fieldname = 'manualDocuments' and `column` = 'locale') as l on o.id = l.id and u.dest_id = l.dest_id
where o.published = 1 and o.productType = ? and o.chapterId = ?
)
union
(
select o.itemNumber as `itemNumber`, o.itemNumberAnnotation as `itemNumberAnnotation`, u.dest_id as `usageDestId`, l.dest_id as `localeDestId`, u.data as `usage`, l.data as `locale`
from
object_localized_prod_de as o
left outer join
(select * from object_metadata_prod where fieldname = 'manualDocuments' and `column` = 'usage') as u on o.id = u.id
left outer join
(select * from object_metadata_prod where fieldname = 'manualDocuments' and `column` = 'locale') as l on o.id = l.id and u.dest_id = l.dest_id
where o.published = 1 and o.productType = ? and o.lineName = ?
)
union
(
select o.itemNumber as `itemNumber`, o.itemNumberAnnotation as `itemNumberAnnotation`, u.dest_id as `usageDestId`, l.dest_id as `localeDestId`, u.data as `usage`, l.data as `locale`
from
object_localized_prod_de as o
left outer join
(select * from object_metadata_prod where fieldname = 'manualDocuments' and `column` = 'usage') as u on o.id = u.id
left outer join
(select * from object_metadata_prod where fieldname = 'manualDocuments' and `column` = 'locale') as l on o.id = l.id and u.dest_id = l.dest_id
where o.published = 1 and o.itemNumber = ? and o.productType = ?
)
union
(
select o.itemNumber as `itemNumber`, o.itemNumberAnnotation as `itemNumberAnnotation`, u.dest_id as `usageDestId`, l.dest_id as `localeDestId`, u.data as `usage`, l.data as `locale`
from
object_localized_prod_de as o
left outer join
(select * from object_metadata_prod where fieldname = 'documents' and `column` = 'usage') as u on o.id = u.id
left outer join
(select * from object_metadata_prod where fieldname = 'documents' and `column` = 'locale') as l on o.id = l.id and u.dest_id = l.dest_id
where o.published = 1 and o.actualItemNumber = ? and o.productType = ?
)
union
(
select o.itemNumber as `itemNumber`, o.itemNumberAnnotation as `itemNumberAnnotation`, mainImage as `usageDestId`, mainImage as `localeDestId`, 'Product' as `usage`, '' as `locale`
from object_localized_prod_de as o
where o.published = 1 and o.actualItemNumber = ? and o.productType = ?
)
union
(
select o.itemNumber as `itemNumber`, o.itemNumberAnnotation as `itemNumberAnnotation`, mainDrawing__id as `usageDestId`, mainDrawing__id as `localeDestId`, 'Drawing' as `usage`, '' as `locale`
from object_localized_prod_de as o
where o.published = 1 and o.actualItemNumber = ? and o.productType = ?
)
Parameters:
[ "chapter" "841" "line" "DEEP 1.0" "184261B5" "article" "184261B5" "aspect" "184261B5" "aspect" "184261B5" "aspect" ] |
|
47.21 ms (5.55%) |
1 |
SELECT `itemNumber` FROM ecommerceframework_productindex_wdbe_de a INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id LEFT OUTER JOIN ( SELECT targetId, score FROM app_customer_aggregated_score WHERE name = 'sellable' AND customerId is null ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND b.subtenant_id = 2 AND a.id IN (SELECT DISTINCT src FROM ecommerceframework_productindex_wdbe_de_relations WHERE `fieldname` = 'colorObject' AND dest = '78154') AND (((virtualProductId = '17132' and a.id != '17132') or parentProducts like '%,17132,%')) AND (TRIM(`lampType`) = 'LED') AND (TRIM(`mountingText`) = 'Drahtfedern') AND (TRIM(`lightColorTemperature`) = '3000 K') AND (TRIM(`opticsCategory`) = 'Medium (standard)') GROUP BY `itemNumber`
Parameters:
[] |
|
45.90 ms (5.39%) |
1 |
SELECT `opticsCategory` FROM ecommerceframework_productindex_wdbe_de a INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id LEFT OUTER JOIN ( SELECT targetId, score FROM app_customer_aggregated_score WHERE name = 'sellable' AND customerId is null ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND b.subtenant_id = 2 AND a.id IN (SELECT DISTINCT src FROM ecommerceframework_productindex_wdbe_de_relations WHERE `fieldname` = 'colorObject' AND dest = '78154') AND (((virtualProductId = '17132' and a.id != '17132') or parentProducts like '%,17132,%')) AND (TRIM(`lampType`) = 'LED') AND (TRIM(`mountingText`) = 'Drahtfedern') AND (TRIM(`lightColorTemperature`) = '3000 K') GROUP BY `opticsCategory`
Parameters:
[] |
|
43.93 ms (5.16%) |
1 |
SELECT `lightColorTemperature` FROM ecommerceframework_productindex_wdbe_de a INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id LEFT OUTER JOIN ( SELECT targetId, score FROM app_customer_aggregated_score WHERE name = 'sellable' AND customerId is null ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND b.subtenant_id = 2 AND a.id IN (SELECT DISTINCT src FROM ecommerceframework_productindex_wdbe_de_relations WHERE `fieldname` = 'colorObject' AND dest = '78154') AND (((virtualProductId = '17132' and a.id != '17132') or parentProducts like '%,17132,%')) AND (TRIM(`lampType`) = 'LED') AND (TRIM(`mountingText`) = 'Drahtfedern') AND (TRIM(`opticsCategory`) = 'Medium (standard)') GROUP BY `lightColorTemperature`
Parameters:
[] |
|
42.68 ms (5.01%) |
1 |
SELECT `mountingText` FROM ecommerceframework_productindex_wdbe_de a INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id LEFT OUTER JOIN ( SELECT targetId, score FROM app_customer_aggregated_score WHERE name = 'sellable' AND customerId is null ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND b.subtenant_id = 2 AND a.id IN (SELECT DISTINCT src FROM ecommerceframework_productindex_wdbe_de_relations WHERE `fieldname` = 'colorObject' AND dest = '78154') AND (((virtualProductId = '17132' and a.id != '17132') or parentProducts like '%,17132,%')) AND (TRIM(`lampType`) = 'LED') AND (TRIM(`lightColorTemperature`) = '3000 K') AND (TRIM(`opticsCategory`) = 'Medium (standard)') GROUP BY `mountingText`
Parameters:
[] |
|
32.24 ms (3.79%) |
2 |
select a.*, max(mainProductInLine) as maxMainProductInLine, group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids, group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds from ecommerceframework_productindex_wdbe_de a INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id LEFT OUTER JOIN ( SELECT targetId, score FROM app_customer_aggregated_score WHERE name = 'sellable' AND customerId is null ) AS s ON s.targetId = a.id where active = 1 and virtualProductActive = 1 and ((virtualProductId = '17132' and a.id != '17132') or parentProducts like '%,17132,%') and IFNULL(isSalesItem, 0) = 0 and name LIKE ? and (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) group by color order by case when lampType like concat('%', 'DEEP 1.0 LED', '%') then 1 else 2 end asc
Parameters:
[
"%LED%"
]
|
|
30.88 ms (3.63%) |
1 |
SELECT TRIM(`itemNumber`) as `value`, count(*) as `count` FROM ecommerceframework_productindex_wdbe_de a INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id LEFT OUTER JOIN ( SELECT targetId, score FROM app_customer_aggregated_score WHERE name = 'sellable' AND customerId is null ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND (((virtualProductId = '17132' and a.id != '17132') or parentProducts like '%,17132,%')) AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`itemNumber`)
Parameters:
[] |
|
27.19 ms (3.19%) |
1 |
SELECT TRIM(`opticsCategory`) as `value`, count(*) as `count` FROM ecommerceframework_productindex_wdbe_de a INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id LEFT OUTER JOIN ( SELECT targetId, score FROM app_customer_aggregated_score WHERE name = 'sellable' AND customerId is null ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND (((virtualProductId = '17132' and a.id != '17132') or parentProducts like '%,17132,%')) AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`opticsCategory`)
Parameters:
[] |
|
24.87 ms (2.92%) |
1 |
SELECT TRIM(`lampType`) as `value`, count(*) as `count` FROM ecommerceframework_productindex_wdbe_de a INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id LEFT OUTER JOIN ( SELECT targetId, score FROM app_customer_aggregated_score WHERE name = 'sellable' AND customerId is null ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND (((virtualProductId = '17132' and a.id != '17132') or parentProducts like '%,17132,%')) AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`lampType`)
Parameters:
[] |
|
24.60 ms (2.89%) |
1 |
SELECT dest FROM ecommerceframework_productindex_wdbe_de_relations a WHERE fieldname = 'colorObject' AND src IN (SELECT a.id FROM ecommerceframework_productindex_wdbe_de a INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id LEFT OUTER JOIN ( SELECT targetId, score FROM app_customer_aggregated_score WHERE name = 'sellable' AND customerId is null ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND b.subtenant_id = 2 AND (((virtualProductId = '17132' and a.id != '17132') or parentProducts like '%,17132,%')) AND (TRIM(`lampType`) = 'LED') AND (TRIM(`mountingText`) = 'Drahtfedern') AND (TRIM(`lightColorTemperature`) = '3000 K') AND (TRIM(`opticsCategory`) = 'Medium (standard)')) GROUP BY dest
Parameters:
[] |
|
24.06 ms (2.83%) |
1 |
SELECT TRIM(`mountingText`) as `value`, count(*) as `count` FROM ecommerceframework_productindex_wdbe_de a INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id LEFT OUTER JOIN ( SELECT targetId, score FROM app_customer_aggregated_score WHERE name = 'sellable' AND customerId is null ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND (((virtualProductId = '17132' and a.id != '17132') or parentProducts like '%,17132,%')) AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`mountingText`)
Parameters:
[] |
|
23.81 ms (2.80%) |
1 |
SELECT TRIM(`lightColorTemperature`) as `value`, count(*) as `count` FROM ecommerceframework_productindex_wdbe_de a INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id LEFT OUTER JOIN ( SELECT targetId, score FROM app_customer_aggregated_score WHERE name = 'sellable' AND customerId is null ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND (((virtualProductId = '17132' and a.id != '17132') or parentProducts like '%,17132,%')) AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`lightColorTemperature`)
Parameters:
[] |
|
23.69 ms (2.78%) |
1 |
SELECT TRIM(`resultPowerPerLengthSelect`) as `value`, count(*) as `count` FROM ecommerceframework_productindex_wdbe_de a INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id LEFT OUTER JOIN ( SELECT targetId, score FROM app_customer_aggregated_score WHERE name = 'sellable' AND customerId is null ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND (((virtualProductId = '17132' and a.id != '17132') or parentProducts like '%,17132,%')) AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`resultPowerPerLengthSelect`)
Parameters:
[] |
|
23.36 ms (2.74%) |
1 |
SELECT dest as `value`, count(*) as `count` FROM ecommerceframework_productindex_wdbe_de_relations a WHERE fieldname = 'colorObject' AND src IN (SELECT a.id FROM ecommerceframework_productindex_wdbe_de a INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id LEFT OUTER JOIN ( SELECT targetId, score FROM app_customer_aggregated_score WHERE name = 'sellable' AND customerId is null ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND b.subtenant_id = 2 AND (((virtualProductId = '17132' and a.id != '17132') or parentProducts like '%,17132,%')) AND (IFNULL(isSalesItem, 0) = 0)) GROUP BY dest
Parameters:
[] |
|
23.27 ms (2.73%) |
1 |
SELECT count(*) FROM ecommerceframework_productindex_wdbe_de a INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id LEFT OUTER JOIN ( SELECT targetId, score FROM app_customer_aggregated_score WHERE name = 'sellable' AND customerId is null ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND (((virtualProductId = '17132' and a.id != '17132') or parentProducts like '%,17132,%')) AND (IFNULL(isSalesItem, 0) = 0)
Parameters:
[] |
|
13.88 ms (1.63%) |
45 |
SELECT * FROM object_metadata_prod WHERE object_metadata_prod.id = ? AND dest_id = ? AND fieldname = ? AND ownertype = ? AND ownername = ? and position = ? and `index` = ? AND `type` = 'asset'
Parameters:
[ 17132 47224 "projectImages" "object" "" "0" 1 ] |
|
10.78 ms (1.27%) |
27 |
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
4574046
]
|
|
10.50 ms (1.23%) |
26 |
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
4574046
]
|
|
7.76 ms (0.91%) |
6 |
SELECT * FROM redirects WHERE ( (source = ? AND (`type` = ? OR `type` = ?)) OR (source = ? AND `type` = ?) OR (source = ? AND `type` = ?) ) AND active = 1 AND (regex IS NULL OR regex = 0) AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND (sourceSite IS NULL OR sourceSite = 0) AND priority = 99 ORDER BY `priority` DESC
Parameters:
[ "/_fragment" "path" "auto_create" "/_fragment?_path=_locale=de&_format=html&_controller=App%5CController%5CSnippetController%3A%3AheaderAction" "path_query" "https://testing.weverducre.com/_fragment?_path=_locale=de&_format=html&_controller=App%5CController%5CSnippetController%3A%3AheaderAction" "entire_uri" ] |
|
5.30 ms (0.62%) |
15 |
SELECT classificationstore_relations.*,classificationstore_keys.* FROM classificationstore_relations,classificationstore_keys WHERE (keyId = ?) AND classificationstore_relations.keyId = classificationstore_keys.id LIMIT 1
Parameters:
[
159
]
|
|
4.86 ms (0.57%) |
6 |
SELECT sum(a0_.amount) AS sclr_0 FROM app_stock_reservation a0_ WHERE a0_.itemNumber = ?
Parameters:
[
"000669592"
]
|
|
4.58 ms (0.54%) |
1 |
SELECT COUNT(*) FROM object_localized_7_de WHERE ((ifnull(headline, "") != "") AND (products like ?) AND object_localized_7_de.type IN ('object','variant','folder')) AND object_localized_7_de.published = 1
Parameters:
[
"%,17132,%"
]
|
|
3.78 ms (0.44%) |
10 |
SELECT name FROM classes WHERE id = ?
Parameters:
[
"SCONF"
]
|
|
3.21 ms (0.38%) |
8 |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle" "pimcore" ] |
|
2.58 ms (0.30%) |
4 |
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
72493
]
|
|
2.26 ms (0.27%) |
5 |
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
16
]
|
|
2.24 ms (0.26%) |
7 |
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
2
]
|
|
2.00 ms (0.24%) |
1 |
SELECT * FROM redirects WHERE ( (source = ? AND (`type` = ? OR `type` = ?)) OR (source = ? AND `type` = ?) OR (source = ? AND `type` = ?) ) AND active = 1 AND (regex IS NULL OR regex = 0) AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND (sourceSite IS NULL OR sourceSite = 1) AND priority = 99 ORDER BY `priority` DESC
Parameters:
[ "/de/produkte/p/deep-1.0~72493" "path" "auto_create" "/de/produkte/p/deep-1.0~72493" "path_query" "https://testing.weverducre.com/de/produkte/p/deep-1.0~72493" "entire_uri" ] |
|
1.88 ms (0.22%) |
5 |
SELECT documents.id, documents.type FROM documents WHERE (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
120
]
|
|
1.69 ms (0.20%) |
5 |
SELECT * FROM object_relations_PCAT WHERE src_id = ?
Parameters:
[
22223
]
|
|
1.62 ms (0.19%) |
1 |
SELECT object_localized_prod_de.id as id, object_localized_prod_de.type as `type` FROM object_localized_prod_de WHERE (`itemNumber` = '184261B5' AND object_localized_prod_de.type IN ('variant','object')) AND object_localized_prod_de.published = 1 LIMIT 1
Parameters:
[] |
|
1.62 ms (0.19%) |
3 |
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[ "/weverducre.com/de/produkte/p/" "deep-1.0~72493" ] |
|
1.39 ms (0.16%) |
1 |
SELECT object_localized_prod_de.id as id, object_localized_prod_de.type as `type` FROM object_localized_prod_de WHERE (itemNumber = ?) AND (productType = ?) AND object_localized_prod_de.type IN ('object','variant','folder') LIMIT 1
Parameters:
[ "184261B5" "article" ] |
|
1.28 ms (0.15%) |
2 |
SELECT documents.id FROM documents LEFT JOIN documents_page ON documents.id = documents_page.id WHERE documents.path LIKE ? AND documents_page.prettyUrl = ?
Parameters:
[ "/weverducre.com/%" "/de/produkte/p/deep-1.0~72493" ] |
|
1.16 ms (0.14%) |
2 |
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
"/weverducre.com/de/produkte/p/deep-1.0~72493"
]
|
|
1.12 ms (0.13%) |
1 |
SELECT * FROM object_collection_AxVersion_prod WHERE id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[ 72493 "axVersions" ] |
|
1.05 ms (0.12%) |
2 |
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[] |
|
0.94 ms (0.11%) |
1 |
SELECT * FROM object_relations_SCONF WHERE src_id = ?
Parameters:
[
1547
]
|
|
0.77 ms (0.09%) |
2 |
SELECT assets.id, assets.type FROM assets WHERE parentId = ? ORDER BY `filename` ASC
Parameters:
[
1196332
]
|
|
0.61 ms (0.07%) |
2 |
SELECT object_localized_prod_de.id as id, object_localized_prod_de.type as `type` FROM object_localized_prod_de WHERE (itemNumber is null) AND (productType = ?) AND object_localized_prod_de.type IN ('object','variant','folder') LIMIT 1
Parameters:
[
"article"
]
|
|
0.59 ms (0.07%) |
2 |
SELECT object_localized_SOPT_de.id as id, object_localized_SOPT_de.type as `type` FROM object_localized_SOPT_de WHERE ((context = ?) AND (val = ?) AND object_localized_SOPT_de.type IN ('object','variant','folder')) AND object_localized_SOPT_de.published = 1 LIMIT 1
Parameters:
[ "color" "Black Matt" ] |
|
0.48 ms (0.06%) |
1 |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"maintenance_mode"
]
|
|
0.46 ms (0.05%) |
1 |
SELECT object_localized_8_de.id as id, object_localized_8_de.type as `type` FROM object_localized_8_de WHERE ( object_localized_8_de.type IN ('object','variant','folder')) AND object_localized_8_de.published = 1
Parameters:
[] |
|
0.40 ms (0.05%) |
1 |
SELECT id FROM assets WHERE id IN (47224,166817,64868,894638,48550,34064,951095,34350,34323,36898,48660,48601,34061,48397,167163,167190,166714,145768,894666,855715,894667,951936,1571578,2121181,2121230,2298614,2298543,2298489,3587528,4691673,4691695,4691657,4691668,2298571,2298455,2298486,2298556,4975831,4975832,4975834,4975835,5043239,5043335,5043339,5043343)
Parameters:
[] |
|
0.38 ms (0.05%) |
1 |
SELECT object_localized_SCONF_de.id as id, object_localized_SCONF_de.type as `type` FROM object_localized_SCONF_de LEFT JOIN object_brick_query_EcommerceB2B_SCONF `EcommerceB2B` ON 1 AND `EcommerceB2B`.id = `object_localized_SCONF_de`.id LEFT JOIN object_brick_localized_query_EcommerceB2B_SCONF_de `EcommerceB2B_localized` ON 1 AND `EcommerceB2B_localized`.ooo_id = `object_localized_SCONF_de`.id LEFT JOIN object_brick_query_EcommerceB2C_SCONF `EcommerceB2C` ON 1 AND `EcommerceB2C`.id = `object_localized_SCONF_de`.id LEFT JOIN object_brick_localized_query_EcommerceB2C_SCONF_de `EcommerceB2C_localized` ON 1 AND `EcommerceB2C_localized`.ooo_id = `object_localized_SCONF_de`.id WHERE (((EcommerceB2B.dataAreaId = ? or EcommerceB2C.dataAreaId = ?)) AND object_localized_SCONF_de.type IN ('object','variant','folder')) AND object_localized_SCONF_de.published = 1 LIMIT 1
Parameters:
[ "wdbe" "wdbe" ] |
|
0.38 ms (0.04%) |
1 |
SELECT * FROM object_relations_EF_FD WHERE src_id = ?
Parameters:
[
1553
]
|
|
0.37 ms (0.04%) |
1 |
SELECT id FROM ecommerceframework_pricing_rule WHERE active = 1 ORDER BY `prio` ASC
Parameters:
[] |
ax connection
| Time▼ | Count | Info |
|---|---|---|
|
89.54 ms (10.52%) |
48 |
select 1 from WS_PRODUCT a join WS_CONTROLPRODUCTSSALES b on a.DATAAREAID = b.DATAAREAID and a.ITEMGROUPID = b.ITEMGROUPID where a.DATAAREAID = ? and b.ITEMGROUPID = ? and a.ITEMNUMBER = ? and (b.TYPE = 2 OR b.TYPE = 0)
Parameters:
[ "wdbe" "G_WH-PACK" "000669592" ] |
|
88.26 ms (10.37%) |
4 |
SELECT * FROM WS_MAXREPORTASFINISHEDWITHEXPECTEDAVAILABLE WHERE ITEMID = ? ORDER BY (SELECT 0) OFFSET 0 ROWS FETCH NEXT 1 ROWS ONLY
Parameters:
[
"000669592"
]
|
|
3.55 ms (0.42%) |
4 |
SELECT * FROM WS_MAXREPORTASFINISHED WHERE ITEMID = ? ORDER BY (SELECT 0) OFFSET 0 ROWS FETCH NEXT 1 ROWS ONLY
Parameters:
[
"000669592"
]
|
|
1.56 ms (0.18%) |
1 |
SELECT * FROM WS_EXPECTEDAVAILABLESUPPLY WHERE ITEMID = ? ORDER BY (SELECT 0) OFFSET 0 ROWS FETCH NEXT 1 ROWS ONLY
Parameters:
[
"000511572"
]
|
|
1.41 ms (0.17%) |
2 |
SELECT * FROM WS_AVAILABLEPHYSICAL WHERE ITEMID = ? ORDER BY (SELECT 0) OFFSET 0 ROWS FETCH NEXT 1 ROWS ONLY
Parameters:
[
"000511572"
]
|
|
0.81 ms (0.10%) |
1 |
SELECT * FROM WS_SALESPRICE WHERE ITEMNUMBER IN (?)
Parameters:
[
"000599480"
]
|
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
| Class | Mapping errors |
|---|---|
| App\Entity\StockReservation |
|