Query Metrics
1170
Database Queries
551
Different statements
6295.71 ms
Query time
0
Invalid entities
0
Managed entities
Grouped Statements
default connection
| Time▼ | Count | Info |
|---|---|---|
|
369.88 ms (5.88%) |
101 |
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
4574046
]
|
|
362.24 ms (5.75%) |
101 |
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
4574046
]
|
|
293.47 ms (4.66%) |
61 |
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
27887
]
|
|
256.46 ms (4.07%) |
1 |
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 = '23656' and a.id != '23656') or parentProducts like '%,23656,%') 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:
[] |
|
242.09 ms (3.85%) |
61 |
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
27887
]
|
|
236.49 ms (3.76%) |
61 |
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
27887
]
|
|
235.18 ms (3.74%) |
61 |
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:
[
27887
]
|
|
229.85 ms (3.65%) |
61 |
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[ 27887 "videos" ] |
|
215.49 ms (3.42%) |
61 |
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
27887
]
|
|
91.06 ms (1.45%) |
1 |
SELECT SQL_CALC_FOUND_ROWS DISTINCT virtualProductId as id, priceSystemName FROM ecommerceframework_productindex_wdbe_de a INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id LEFT OUTER JOIN ( SELECT targetId, score FROM app_customer_aggregated_score WHERE name = 'sellable' AND customerId is null ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId AND (parentCategoryIds not like '%,165410,%') 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 120, 24
Parameters:
[] |
|
75.22 ms (1.19%) |
2 |
SELECT TRIM(`typeName`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_de a INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id LEFT OUTER JOIN ( SELECT targetId, score FROM app_customer_aggregated_score WHERE name = 'sellable' AND customerId is null ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId AND (parentCategoryIds not like '%,165410,%') GROUP BY TRIM(`typeName`)
Parameters:
[] |
|
73.61 ms (1.17%) |
2 |
SELECT TRIM(`scopeName`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_de a INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id LEFT OUTER JOIN ( SELECT targetId, score FROM app_customer_aggregated_score WHERE name = 'sellable' AND customerId is null ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId AND (parentCategoryIds not like '%,165410,%') GROUP BY TRIM(`scopeName`)
Parameters:
[] |
|
72.77 ms (1.16%) |
2 |
SELECT TRIM(`lightColorTemperature`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_de a INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id LEFT OUTER JOIN ( SELECT targetId, score FROM app_customer_aggregated_score WHERE name = 'sellable' AND customerId is null ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId AND (parentCategoryIds not like '%,165410,%') GROUP BY TRIM(`lightColorTemperature`)
Parameters:
[] |
|
72.14 ms (1.15%) |
2 |
SELECT dest as `value`, count(DISTINCT src_virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_de_relations a WHERE fieldname = 'baseColorObjects' AND src IN (SELECT a.id FROM ecommerceframework_productindex_wdbe_de a INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id LEFT OUTER JOIN ( SELECT targetId, score FROM app_customer_aggregated_score WHERE name = 'sellable' AND customerId is null ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId AND (parentCategoryIds not like '%,165410,%')) GROUP BY dest
Parameters:
[] |
|
71.97 ms (1.14%) |
2 |
SELECT TRIM(`converterText`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_de a INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id LEFT OUTER JOIN ( SELECT targetId, score FROM app_customer_aggregated_score WHERE name = 'sellable' AND customerId is null ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId AND (parentCategoryIds not like '%,165410,%') GROUP BY TRIM(`converterText`)
Parameters:
[] |
|
71.41 ms (1.13%) |
2 |
SELECT TRIM(`lampType`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_de a INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id LEFT OUTER JOIN ( SELECT targetId, score FROM app_customer_aggregated_score WHERE name = 'sellable' AND customerId is null ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId AND (parentCategoryIds not like '%,165410,%') GROUP BY TRIM(`lampType`)
Parameters:
[] |
|
67.59 ms (1.07%) |
2 |
SELECT TRIM(`ipRating`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_de a INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id LEFT OUTER JOIN ( SELECT targetId, score FROM app_customer_aggregated_score WHERE name = 'sellable' AND customerId is null ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId AND (parentCategoryIds not like '%,165410,%') GROUP BY TRIM(`ipRating`)
Parameters:
[] |
|
52.75 ms (0.84%) |
1 |
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 = '17361' and a.id != '17361') or parentProducts like '%,17361,%') 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:
[] |
|
52.18 ms (0.83%) |
1 |
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 = '17448' and a.id != '17448') or parentProducts like '%,17448,%') 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:
[] |
|
51.31 ms (0.82%) |
12 |
SELECT id,language FROM documents_translations WHERE sourceId = ? UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?
Parameters:
[ 11 11 ] |
|
50.95 ms (0.81%) |
1 |
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 = '23665' and a.id != '23665') or parentProducts like '%,23665,%') 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:
[] |
|
50.54 ms (0.80%) |
1 |
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 = '26896' and a.id != '26896') or parentProducts like '%,26896,%') 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:
[] |
|
50.45 ms (0.80%) |
2 |
SELECT TRIM(`diameter`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_de a INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id LEFT OUTER JOIN ( SELECT targetId, score FROM app_customer_aggregated_score WHERE name = 'sellable' AND customerId is null ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId AND (parentCategoryIds not like '%,165410,%') GROUP BY TRIM(`diameter`)
Parameters:
[] |
|
50.24 ms (0.80%) |
1 |
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 = '49043' and a.id != '49043') or parentProducts like '%,49043,%') 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:
[] |
|
49.95 ms (0.79%) |
2 |
SELECT TRIM(`recessedDepth`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_de a INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id LEFT OUTER JOIN ( SELECT targetId, score FROM app_customer_aggregated_score WHERE name = 'sellable' AND customerId is null ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId AND (parentCategoryIds not like '%,165410,%') GROUP BY TRIM(`recessedDepth`)
Parameters:
[] |
|
49.42 ms (0.79%) |
2 |
SELECT TRIM(`cutOutMax`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_de a INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id LEFT OUTER JOIN ( SELECT targetId, score FROM app_customer_aggregated_score WHERE name = 'sellable' AND customerId is null ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId AND (parentCategoryIds not like '%,165410,%') GROUP BY TRIM(`cutOutMax`)
Parameters:
[] |
|
49.17 ms (0.78%) |
1 |
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 = '26930' and a.id != '26930') or parentProducts like '%,26930,%') and IFNULL(isSalesItem, 0) = 0 and (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) group by color order by maxMainProductInLine desc
Parameters:
[] |
|
49.05 ms (0.78%) |
2 |
SELECT TRIM(`cutOutMin`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_de a INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id LEFT OUTER JOIN ( SELECT targetId, score FROM app_customer_aggregated_score WHERE name = 'sellable' AND customerId is null ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId AND (parentCategoryIds not like '%,165410,%') GROUP BY TRIM(`cutOutMin`)
Parameters:
[] |
|
47.73 ms (0.76%) |
1 |
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 = '23664' and a.id != '23664') or parentProducts like '%,23664,%') 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:
[] |
|
47.62 ms (0.76%) |
1 |
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 = '17428' and a.id != '17428') or parentProducts like '%,17428,%') 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:
[] |
|
47.13 ms (0.75%) |
1 |
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 = '17124' and a.id != '17124') or parentProducts like '%,17124,%') 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:
[] |
|
46.83 ms (0.74%) |
1 |
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 = '49046' and a.id != '49046') or parentProducts like '%,49046,%') 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:
[] |
|
46.42 ms (0.74%) |
1 |
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 = '17152' and a.id != '17152') or parentProducts like '%,17152,%') 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:
[] |
|
45.83 ms (0.73%) |
1 |
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 = '17192' and a.id != '17192') or parentProducts like '%,17192,%') 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:
[] |
|
41.08 ms (0.65%) |
1 |
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 = '26140' and a.id != '26140') or parentProducts like '%,26140,%') 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:
[] |
|
41.04 ms (0.65%) |
1 |
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 = '24831' and a.id != '24831') or parentProducts like '%,24831,%') 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:
[] |
|
39.98 ms (0.63%) |
1 |
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 = '17193' and a.id != '17193') or parentProducts like '%,17193,%') 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:
[] |
|
39.80 ms (0.63%) |
1 |
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 = '17368' and a.id != '17368') or parentProducts like '%,17368,%') 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:
[] |
|
38.39 ms (0.61%) |
1 |
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 = '17238' and a.id != '17238') or parentProducts like '%,17238,%') 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:
[] |
|
38.29 ms (0.61%) |
1 |
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 = '17367' and a.id != '17367') or parentProducts like '%,17367,%') 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:
[] |
|
37.35 ms (0.59%) |
1 |
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 = '25037' and a.id != '25037') or parentProducts like '%,25037,%') 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:
[] |
|
35.73 ms (0.57%) |
1 |
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 = '157285' and a.id != '157285') or parentProducts like '%,157285,%') 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:
[] |
|
33.90 ms (0.54%) |
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" ] |
|
33.82 ms (0.54%) |
7 |
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
2
]
|
|
33.19 ms (0.53%) |
8 |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle" "pimcore" ] |
|
33.15 ms (0.53%) |
1 |
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 = '24830' and a.id != '24830') or parentProducts like '%,24830,%') 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:
[] |
|
31.21 ms (0.50%) |
1 |
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 = '26929' and a.id != '26929') or parentProducts like '%,26929,%') and IFNULL(isSalesItem, 0) = 0 and (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) group by color order by maxMainProductInLine desc
Parameters:
[] |
|
28.14 ms (0.45%) |
6 |
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
11
]
|
|
26.04 ms (0.41%) |
7 |
SELECT name FROM classes WHERE id = ?
Parameters:
[
"SCONF"
]
|
|
24.20 ms (0.38%) |
5 |
SELECT documents.id, documents.type FROM documents WHERE (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
120
]
|
|
13.55 ms (0.22%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 50017 AND fieldname = 'attributes'
Parameters:
[] |
|
10.25 ms (0.16%) |
2 |
SELECT id,language FROM documents_translations WHERE sourceId IN(?, ?) UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?
Parameters:
[ 12 11 11 ] |
|
10.04 ms (0.16%) |
2 |
SELECT * FROM translations_admin LIMIT 1;
Parameters:
[] |
|
9.81 ms (0.16%) |
2 |
SELECT sourceId FROM documents_translations WHERE id = ?
Parameters:
[
11
]
|
|
9.51 ms (0.15%) |
1 |
SELECT * FROM object_relations_SCONF WHERE src_id = ?
Parameters:
[
1547
]
|
|
8.91 ms (0.14%) |
2 |
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[] |
|
6.54 ms (0.10%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 69532 AND fieldname = 'attributes'
Parameters:
[] |
|
6.45 ms (0.10%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 27891 AND fieldname = 'attributes'
Parameters:
[] |
|
6.45 ms (0.10%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 27881 AND fieldname = 'attributes'
Parameters:
[] |
|
6.04 ms (0.10%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 19932 AND fieldname = 'attributes'
Parameters:
[] |
|
6.01 ms (0.10%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 25497 AND fieldname = 'attributes'
Parameters:
[] |
|
6.00 ms (0.10%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 69508 AND fieldname = 'attributes'
Parameters:
[] |
|
5.98 ms (0.10%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 27887 AND fieldname = 'attributes'
Parameters:
[] |
|
5.98 ms (0.09%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 19941 AND fieldname = 'attributes'
Parameters:
[] |
|
5.94 ms (0.09%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 69538 AND fieldname = 'attributes'
Parameters:
[] |
|
5.93 ms (0.09%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 27891
Parameters:
[] |
|
5.89 ms (0.09%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 27891 AND fieldname = 'attributes'
Parameters:
[] |
|
5.74 ms (0.09%) |
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" "path" "auto_create" "/de/produkte?page=6" "path_query" "https://testing.weverducre.com/de/produkte?page=6" "entire_uri" ] |
|
5.62 ms (0.09%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 27881
Parameters:
[] |
|
5.55 ms (0.09%) |
1 |
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 = '23651' and a.id != '23651') or parentProducts like '%,23651,%') 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:
[] |
|
5.54 ms (0.09%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 69532
Parameters:
[] |
|
5.53 ms (0.09%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 27891
Parameters:
[] |
|
5.52 ms (0.09%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 27881
Parameters:
[] |
|
5.52 ms (0.09%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 19906 AND fieldname = 'attributes'
Parameters:
[] |
|
5.50 ms (0.09%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 50017
Parameters:
[] |
|
5.49 ms (0.09%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 139230 AND fieldname = 'attributes'
Parameters:
[] |
|
5.49 ms (0.09%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 19944 AND fieldname = 'attributes'
Parameters:
[] |
|
5.49 ms (0.09%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 20443 AND fieldname = 'attributes'
Parameters:
[] |
|
5.47 ms (0.09%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 69356 AND fieldname = 'attributes'
Parameters:
[] |
|
5.47 ms (0.09%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 19921 AND fieldname = 'attributes'
Parameters:
[] |
|
5.46 ms (0.09%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 17361 AND fieldname = 'attributes'
Parameters:
[] |
|
5.46 ms (0.09%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 67926 AND fieldname = 'attributes'
Parameters:
[] |
|
5.46 ms (0.09%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 19912 AND fieldname = 'attributes'
Parameters:
[] |
|
5.45 ms (0.09%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 69534
Parameters:
[] |
|
5.45 ms (0.09%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 23665
Parameters:
[] |
|
5.45 ms (0.09%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 69540 AND fieldname = 'attributes'
Parameters:
[] |
|
5.45 ms (0.09%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 25505 AND fieldname = 'attributes'
Parameters:
[] |
|
5.45 ms (0.09%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 69534
Parameters:
[] |
|
5.43 ms (0.09%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 69534
Parameters:
[] |
|
5.43 ms (0.09%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 23665
Parameters:
[] |
|
5.42 ms (0.09%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 25497
Parameters:
[] |
|
5.42 ms (0.09%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 69532
Parameters:
[] |
|
5.42 ms (0.09%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 69366 AND fieldname = 'attributes'
Parameters:
[] |
|
5.42 ms (0.09%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 23665 AND fieldname = 'attributes'
Parameters:
[] |
|
5.42 ms (0.09%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 88502 AND fieldname = 'attributes'
Parameters:
[] |
|
5.42 ms (0.09%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 27881
Parameters:
[] |
|
5.41 ms (0.09%) |
1 |
SELECT FOUND_ROWS()
Parameters:
[] |
|
5.41 ms (0.09%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 27891
Parameters:
[] |
|
5.41 ms (0.09%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 69508
Parameters:
[] |
|
5.41 ms (0.09%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 19932
Parameters:
[] |
|
5.40 ms (0.09%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 69532
Parameters:
[] |
|
5.40 ms (0.09%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 19932
Parameters:
[] |
|
5.40 ms (0.09%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 27881
Parameters:
[] |
|
5.40 ms (0.09%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 27891
Parameters:
[] |
|
5.40 ms (0.09%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 19932
Parameters:
[] |
|
5.40 ms (0.09%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 69532
Parameters:
[] |
|
5.39 ms (0.09%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 69534
Parameters:
[] |
|
5.39 ms (0.09%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 88502
Parameters:
[] |
|
5.39 ms (0.09%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 69508
Parameters:
[] |
|
5.39 ms (0.09%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 27881
Parameters:
[] |
|
5.39 ms (0.09%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 69508
Parameters:
[] |
|
5.39 ms (0.09%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 69508
Parameters:
[] |
|
5.39 ms (0.09%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 27891
Parameters:
[] |
|
5.38 ms (0.09%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 88502
Parameters:
[] |
|
5.38 ms (0.09%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 25497
Parameters:
[] |
|
5.38 ms (0.09%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 23665
Parameters:
[] |
|
5.38 ms (0.09%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 23665 AND fieldname = 'attributes'
Parameters:
[] |
|
5.37 ms (0.09%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 27881
Parameters:
[] |
|
5.37 ms (0.09%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 69534 AND fieldname = 'attributes'
Parameters:
[] |
|
5.37 ms (0.09%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 50017
Parameters:
[] |
|
5.37 ms (0.09%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 19932
Parameters:
[] |
|
5.37 ms (0.09%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 69532 AND fieldname = 'attributes'
Parameters:
[] |
|
5.37 ms (0.09%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 25505 AND fieldname = 'attributes'
Parameters:
[] |
|
5.36 ms (0.09%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 17361
Parameters:
[] |
|
5.36 ms (0.09%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 19941 AND fieldname = 'attributes'
Parameters:
[] |
|
5.36 ms (0.09%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 88502
Parameters:
[] |
|
5.36 ms (0.09%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 25497
Parameters:
[] |
|
5.36 ms (0.09%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 19906 AND fieldname = 'attributes'
Parameters:
[] |
|
5.35 ms (0.09%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 19932
Parameters:
[] |
|
5.35 ms (0.08%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 25497 AND fieldname = 'attributes'
Parameters:
[] |
|
5.35 ms (0.08%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 23665
Parameters:
[] |
|
5.34 ms (0.08%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 88502 AND fieldname = 'attributes'
Parameters:
[] |
|
5.34 ms (0.08%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 50017
Parameters:
[] |
|
5.33 ms (0.08%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 69532
Parameters:
[] |
|
5.32 ms (0.08%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 27883
Parameters:
[] |
|
5.32 ms (0.08%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 69508 AND fieldname = 'attributes'
Parameters:
[] |
|
5.32 ms (0.08%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 23665
Parameters:
[] |
|
5.32 ms (0.08%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 19932 AND fieldname = 'attributes'
Parameters:
[] |
|
5.32 ms (0.08%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 27881 AND fieldname = 'attributes'
Parameters:
[] |
|
5.30 ms (0.08%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 50017
Parameters:
[] |
|
5.30 ms (0.08%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 25497
Parameters:
[] |
|
5.29 ms (0.08%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 50017 AND fieldname = 'attributes'
Parameters:
[] |
|
5.29 ms (0.08%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 69534
Parameters:
[] |
|
5.27 ms (0.08%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 27887 AND fieldname = 'attributes'
Parameters:
[] |
|
5.24 ms (0.08%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 23665
Parameters:
[] |
|
5.23 ms (0.08%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 88502
Parameters:
[] |
|
5.21 ms (0.08%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 69534
Parameters:
[] |
|
5.20 ms (0.08%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 69538
Parameters:
[] |
|
5.19 ms (0.08%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 25497
Parameters:
[] |
|
5.18 ms (0.08%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 20486 AND fieldname = 'attributes'
Parameters:
[] |
|
5.18 ms (0.08%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 69508
Parameters:
[] |
|
5.17 ms (0.08%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 19932
Parameters:
[] |
|
5.16 ms (0.08%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 27887
Parameters:
[] |
|
5.16 ms (0.08%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 19906
Parameters:
[] |
|
5.15 ms (0.08%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 27891
Parameters:
[] |
|
5.15 ms (0.08%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 69508
Parameters:
[] |
|
5.13 ms (0.08%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 50017
Parameters:
[] |
|
5.09 ms (0.08%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 17361
Parameters:
[] |
|
5.07 ms (0.08%) |
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:
[] |
|
5.06 ms (0.08%) |
1 |
SELECT * FROM object_url_slugs WHERE slug = '/de/produkte' AND (siteId = 1 OR siteId = 0) ORDER BY siteId DESC LIMIT 1
Parameters:
[] |
|
5.05 ms (0.08%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 19906
Parameters:
[] |
|
5.04 ms (0.08%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 19936 AND fieldname = 'attributes'
Parameters:
[] |
|
5.03 ms (0.08%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 49046
Parameters:
[] |
|
5.03 ms (0.08%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 19912
Parameters:
[] |
|
5.01 ms (0.08%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 69540
Parameters:
[] |
|
5.00 ms (0.08%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 88502
Parameters:
[] |
|
4.99 ms (0.08%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 25505
Parameters:
[] |
|
4.98 ms (0.08%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 19906
Parameters:
[] |
|
4.98 ms (0.08%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 67926
Parameters:
[] |
|
4.98 ms (0.08%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 69538
Parameters:
[] |
|
4.98 ms (0.08%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 19941
Parameters:
[] |
|
4.96 ms (0.08%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 139230
Parameters:
[] |
|
4.96 ms (0.08%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 27887
Parameters:
[] |
|
4.95 ms (0.08%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 19944
Parameters:
[] |
|
4.95 ms (0.08%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 19941
Parameters:
[] |
|
4.94 ms (0.08%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 69538 AND fieldname = 'attributes'
Parameters:
[] |
|
4.93 ms (0.08%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 89930 AND fieldname = 'attributes'
Parameters:
[] |
|
4.92 ms (0.08%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 27883 AND fieldname = 'attributes'
Parameters:
[] |
|
4.91 ms (0.08%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 25497
Parameters:
[] |
|
4.90 ms (0.08%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 20458 AND fieldname = 'attributes'
Parameters:
[] |
|
4.90 ms (0.08%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 50017
Parameters:
[] |
|
4.89 ms (0.08%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 17361
Parameters:
[] |
|
4.89 ms (0.08%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 139230
Parameters:
[] |
|
4.89 ms (0.08%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 19906
Parameters:
[] |
|
4.88 ms (0.08%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 69538
Parameters:
[] |
|
4.88 ms (0.08%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 17361
Parameters:
[] |
|
4.87 ms (0.08%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 19921
Parameters:
[] |
|
4.87 ms (0.08%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 19906
Parameters:
[] |
|
4.87 ms (0.08%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 19944
Parameters:
[] |
|
4.86 ms (0.08%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 20498 AND fieldname = 'attributes'
Parameters:
[] |
|
4.86 ms (0.08%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 25505
Parameters:
[] |
|
4.86 ms (0.08%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 69540
Parameters:
[] |
|
4.86 ms (0.08%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 69356
Parameters:
[] |
|
4.86 ms (0.08%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 25505
Parameters:
[] |
|
4.86 ms (0.08%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 88502
Parameters:
[] |
|
4.86 ms (0.08%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 17361
Parameters:
[] |
|
4.86 ms (0.08%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 26896
Parameters:
[] |
|
4.86 ms (0.08%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 69538
Parameters:
[] |
|
4.86 ms (0.08%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 139230
Parameters:
[] |
|
4.86 ms (0.08%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 25505
Parameters:
[] |
|
4.86 ms (0.08%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 69540
Parameters:
[] |
|
4.86 ms (0.08%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 69540
Parameters:
[] |
|
4.86 ms (0.08%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 19936
Parameters:
[] |
|
4.85 ms (0.08%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 26896
Parameters:
[] |
|
4.85 ms (0.08%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 69540
Parameters:
[] |
|
4.85 ms (0.08%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 69356
Parameters:
[] |
|
4.85 ms (0.08%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 19944
Parameters:
[] |
|
4.85 ms (0.08%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 19906
Parameters:
[] |
|
4.85 ms (0.08%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 27887
Parameters:
[] |
|
4.85 ms (0.08%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 19944
Parameters:
[] |
|
4.85 ms (0.08%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 25505
Parameters:
[] |
|
4.85 ms (0.08%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 26896 AND fieldname = 'attributes'
Parameters:
[] |
|
4.85 ms (0.08%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 25505
Parameters:
[] |
|
4.85 ms (0.08%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 27887
Parameters:
[] |
|
4.85 ms (0.08%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 69538
Parameters:
[] |
|
4.84 ms (0.08%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 49996
Parameters:
[] |
|
4.84 ms (0.08%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 27887
Parameters:
[] |
|
4.84 ms (0.08%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 89934 AND fieldname = 'attributes'
Parameters:
[] |
|
4.84 ms (0.08%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 139230
Parameters:
[] |
|
4.84 ms (0.08%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 19921
Parameters:
[] |
|
4.84 ms (0.08%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 19921
Parameters:
[] |
|
4.84 ms (0.08%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 19941
Parameters:
[] |
|
4.84 ms (0.08%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 19941
Parameters:
[] |
|
4.83 ms (0.08%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 67926 AND fieldname = 'attributes'
Parameters:
[] |
|
4.83 ms (0.08%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 69538
Parameters:
[] |
|
4.83 ms (0.08%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 139230
Parameters:
[] |
|
4.83 ms (0.08%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 69540 AND fieldname = 'attributes'
Parameters:
[] |
|
4.83 ms (0.08%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 26896
Parameters:
[] |
|
4.83 ms (0.08%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 19941
Parameters:
[] |
|
4.82 ms (0.08%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 139230
Parameters:
[] |
|
4.82 ms (0.08%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 69366 AND fieldname = 'attributes'
Parameters:
[] |
|
4.82 ms (0.08%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 49046 AND fieldname = 'attributes'
Parameters:
[] |
|
4.82 ms (0.08%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 19944
Parameters:
[] |
|
4.82 ms (0.08%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 26896 AND fieldname = 'attributes'
Parameters:
[] |
|
4.81 ms (0.08%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 19941
Parameters:
[] |
|
4.81 ms (0.08%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 49996 AND fieldname = 'attributes'
Parameters:
[] |
|
4.81 ms (0.08%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 139230 AND fieldname = 'attributes'
Parameters:
[] |
|
4.80 ms (0.08%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 17361
Parameters:
[] |
|
4.80 ms (0.08%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 20443 AND fieldname = 'attributes'
Parameters:
[] |
|
4.80 ms (0.08%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 20486 AND fieldname = 'attributes'
Parameters:
[] |
|
4.79 ms (0.08%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 19944 AND fieldname = 'attributes'
Parameters:
[] |
|
4.79 ms (0.08%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 19921 AND fieldname = 'attributes'
Parameters:
[] |
|
4.78 ms (0.08%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 17361 AND fieldname = 'attributes'
Parameters:
[] |
|
4.77 ms (0.08%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 19912 AND fieldname = 'attributes'
Parameters:
[] |
|
4.74 ms (0.08%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 27883 AND fieldname = 'attributes'
Parameters:
[] |
|
4.73 ms (0.08%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 20486
Parameters:
[] |
|
4.73 ms (0.08%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 49996
Parameters:
[] |
|
4.72 ms (0.08%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 26896
Parameters:
[] |
|
4.72 ms (0.08%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 67926
Parameters:
[] |
|
4.72 ms (0.07%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 69540
Parameters:
[] |
|
4.71 ms (0.07%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 19944
Parameters:
[] |
|
4.71 ms (0.07%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 19936 AND fieldname = 'attributes'
Parameters:
[] |
|
4.70 ms (0.07%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 69356
Parameters:
[] |
|
4.69 ms (0.07%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 49046
Parameters:
[] |
|
4.68 ms (0.07%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 19936
Parameters:
[] |
|
4.67 ms (0.07%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 69366
Parameters:
[] |
|
4.66 ms (0.07%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 26896
Parameters:
[] |
|
4.66 ms (0.07%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 19936
Parameters:
[] |
|
4.64 ms (0.07%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 19921
Parameters:
[] |
|
4.64 ms (0.07%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 27883
Parameters:
[] |
|
4.63 ms (0.07%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 69356
Parameters:
[] |
|
4.63 ms (0.07%) |
1 |
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[ "/weverducre.com/de/" "produkte" ] |
|
4.60 ms (0.07%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 69366
Parameters:
[] |
|
4.59 ms (0.07%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 20498 AND fieldname = 'attributes'
Parameters:
[] |
|
4.58 ms (0.07%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 27887
Parameters:
[] |
|
4.58 ms (0.07%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 69530 AND fieldname = 'attributes'
Parameters:
[] |
|
4.57 ms (0.07%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 69356
Parameters:
[] |
|
4.56 ms (0.07%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 49996
Parameters:
[] |
|
4.56 ms (0.07%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 20486
Parameters:
[] |
|
4.51 ms (0.07%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 69366
Parameters:
[] |
|
4.51 ms (0.07%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 19936
Parameters:
[] |
|
4.47 ms (0.07%) |
1 |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"maintenance_mode"
]
|
|
4.47 ms (0.07%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 69366
Parameters:
[] |
|
4.46 ms (0.07%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 26896
Parameters:
[] |
|
4.43 ms (0.07%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 69356
Parameters:
[] |
|
4.42 ms (0.07%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 19912
Parameters:
[] |
|
4.41 ms (0.07%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 19921
Parameters:
[] |
|
4.41 ms (0.07%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 67884 AND fieldname = 'attributes'
Parameters:
[] |
|
4.40 ms (0.07%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 69372
Parameters:
[] |
|
4.40 ms (0.07%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 69366
Parameters:
[] |
|
4.40 ms (0.07%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 20443
Parameters:
[] |
|
4.40 ms (0.07%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 20452
Parameters:
[] |
|
4.39 ms (0.07%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 20443
Parameters:
[] |
|
4.39 ms (0.07%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 23804 AND fieldname = 'attributes'
Parameters:
[] |
|
4.38 ms (0.07%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 69536 AND fieldname = 'attributes'
Parameters:
[] |
|
4.37 ms (0.07%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 17368
Parameters:
[] |
|
4.37 ms (0.07%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 69534 AND fieldname = 'attributes'
Parameters:
[] |
|
4.37 ms (0.07%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 23656 AND fieldname = 'attributes'
Parameters:
[] |
|
4.36 ms (0.07%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 69372 AND fieldname = 'attributes'
Parameters:
[] |
|
4.36 ms (0.07%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 49996 AND fieldname = 'attributes'
Parameters:
[] |
|
4.35 ms (0.07%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 69536
Parameters:
[] |
|
4.34 ms (0.07%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 23804
Parameters:
[] |
|
4.34 ms (0.07%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 17368
Parameters:
[] |
|
4.33 ms (0.07%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 23656
Parameters:
[] |
|
4.33 ms (0.07%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 89938 AND fieldname = 'attributes'
Parameters:
[] |
|
4.33 ms (0.07%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 20452
Parameters:
[] |
|
4.32 ms (0.07%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 23656
Parameters:
[] |
|
4.32 ms (0.07%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 17368 AND fieldname = 'attributes'
Parameters:
[] |
|
4.32 ms (0.07%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 19921
Parameters:
[] |
|
4.32 ms (0.07%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 20443
Parameters:
[] |
|
4.32 ms (0.07%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 69372
Parameters:
[] |
|
4.32 ms (0.07%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 69372
Parameters:
[] |
|
4.32 ms (0.07%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 23656
Parameters:
[] |
|
4.31 ms (0.07%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 69372
Parameters:
[] |
|
4.31 ms (0.07%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 23804
Parameters:
[] |
|
4.31 ms (0.07%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 23656
Parameters:
[] |
|
4.31 ms (0.07%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 20458 AND fieldname = 'attributes'
Parameters:
[] |
|
4.31 ms (0.07%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 20452
Parameters:
[] |
|
4.31 ms (0.07%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 20486
Parameters:
[] |
|
4.31 ms (0.07%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 17368
Parameters:
[] |
|
4.31 ms (0.07%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 17368
Parameters:
[] |
|
4.31 ms (0.07%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 20498
Parameters:
[] |
|
4.31 ms (0.07%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 23804
Parameters:
[] |
|
4.30 ms (0.07%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 20498
Parameters:
[] |
|
4.30 ms (0.07%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 20498
Parameters:
[] |
|
4.30 ms (0.07%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 69366
Parameters:
[] |
|
4.30 ms (0.07%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 20498
Parameters:
[] |
|
4.30 ms (0.07%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 23804
Parameters:
[] |
|
4.29 ms (0.07%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 19936
Parameters:
[] |
|
4.28 ms (0.07%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 17368
Parameters:
[] |
|
4.28 ms (0.07%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 17368
Parameters:
[] |
|
4.28 ms (0.07%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 20443
Parameters:
[] |
|
4.27 ms (0.07%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 23656
Parameters:
[] |
|
4.27 ms (0.07%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 89930
Parameters:
[] |
|
4.27 ms (0.07%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 23656 AND fieldname = 'attributes'
Parameters:
[] |
|
4.27 ms (0.07%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 20443
Parameters:
[] |
|
4.26 ms (0.07%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 69530
Parameters:
[] |
|
4.26 ms (0.07%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 20498
Parameters:
[] |
|
4.25 ms (0.07%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 23804 AND fieldname = 'attributes'
Parameters:
[] |
|
4.24 ms (0.07%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 69356 AND fieldname = 'attributes'
Parameters:
[] |
|
4.24 ms (0.07%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 69536 AND fieldname = 'attributes'
Parameters:
[] |
|
4.23 ms (0.07%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 89930 AND fieldname = 'attributes'
Parameters:
[] |
|
4.23 ms (0.07%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 24632 AND fieldname = 'attributes'
Parameters:
[] |
|
4.23 ms (0.07%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 89934 AND fieldname = 'attributes'
Parameters:
[] |
|
4.22 ms (0.07%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 17428
Parameters:
[] |
|
4.22 ms (0.07%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 17368 AND fieldname = 'attributes'
Parameters:
[] |
|
4.21 ms (0.07%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 17428 AND fieldname = 'attributes'
Parameters:
[] |
|
4.21 ms (0.07%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 67884
Parameters:
[] |
|
4.21 ms (0.07%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 67884
Parameters:
[] |
|
4.18 ms (0.07%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 20458
Parameters:
[] |
|
4.18 ms (0.07%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 20458
Parameters:
[] |
|
4.18 ms (0.07%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 89930
Parameters:
[] |
|
4.18 ms (0.07%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 67884
Parameters:
[] |
|
4.17 ms (0.07%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 17428
Parameters:
[] |
|
4.16 ms (0.07%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 69536
Parameters:
[] |
|
4.15 ms (0.07%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 69530 AND fieldname = 'attributes'
Parameters:
[] |
|
4.14 ms (0.07%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 23656
Parameters:
[] |
|
4.13 ms (0.07%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 17428
Parameters:
[] |
|
4.13 ms (0.07%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 89934
Parameters:
[] |
|
4.12 ms (0.07%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 17428
Parameters:
[] |
|
4.12 ms (0.07%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 23806 AND fieldname = 'attributes'
Parameters:
[] |
|
4.12 ms (0.07%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 69372
Parameters:
[] |
|
4.09 ms (0.06%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 23804
Parameters:
[] |
|
4.07 ms (0.06%) |
1 |
SELECT * FROM object_relations_EF_FD WHERE src_id = ?
Parameters:
[
1551
]
|
|
4.07 ms (0.06%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 20498
Parameters:
[] |
|
4.07 ms (0.06%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 89930
Parameters:
[] |
|
4.05 ms (0.06%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 20452 AND fieldname = 'attributes'
Parameters:
[] |
|
4.00 ms (0.06%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 23806 AND fieldname = 'attributes'
Parameters:
[] |
|
3.99 ms (0.06%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 69530
Parameters:
[] |
|
3.98 ms (0.06%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 19936
Parameters:
[] |
|
3.97 ms (0.06%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 17428 AND fieldname = 'attributes'
Parameters:
[] |
|
3.96 ms (0.06%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 17428
Parameters:
[] |
|
3.95 ms (0.06%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 23806
Parameters:
[] |
|
3.93 ms (0.06%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 89934
Parameters:
[] |
|
3.92 ms (0.06%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 23804
Parameters:
[] |
|
3.90 ms (0.06%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 89930
Parameters:
[] |
|
3.89 ms (0.06%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 69536
Parameters:
[] |
|
3.88 ms (0.06%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 67884
Parameters:
[] |
|
3.88 ms (0.06%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 67884
Parameters:
[] |
|
3.88 ms (0.06%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 17428
Parameters:
[] |
|
3.88 ms (0.06%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 68291
Parameters:
[] |
|
3.87 ms (0.06%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 17591
Parameters:
[] |
|
3.87 ms (0.06%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 20458
Parameters:
[] |
|
3.87 ms (0.06%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 20458
Parameters:
[] |
|
3.85 ms (0.06%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 89930
Parameters:
[] |
|
3.85 ms (0.06%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 17591 AND fieldname = 'attributes'
Parameters:
[] |
|
3.84 ms (0.06%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 17591
Parameters:
[] |
|
3.82 ms (0.06%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 89930
Parameters:
[] |
|
3.82 ms (0.06%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 17591
Parameters:
[] |
|
3.81 ms (0.06%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 68291 AND fieldname = 'attributes'
Parameters:
[] |
|
3.81 ms (0.06%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 89938
Parameters:
[] |
|
3.81 ms (0.06%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 89934
Parameters:
[] |
|
3.80 ms (0.06%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 24632
Parameters:
[] |
|
3.79 ms (0.06%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 23806
Parameters:
[] |
|
3.78 ms (0.06%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 20452
Parameters:
[] |
|
3.78 ms (0.06%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 89938
Parameters:
[] |
|
3.77 ms (0.06%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 69372
Parameters:
[] |
|
3.77 ms (0.06%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 23806
Parameters:
[] |
|
3.77 ms (0.06%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 67884
Parameters:
[] |
|
3.77 ms (0.06%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 24632
Parameters:
[] |
|
3.77 ms (0.06%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 89934
Parameters:
[] |
|
3.77 ms (0.06%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 20486
Parameters:
[] |
|
3.77 ms (0.06%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 20452
Parameters:
[] |
|
3.77 ms (0.06%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 24632
Parameters:
[] |
|
3.77 ms (0.06%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 89934
Parameters:
[] |
|
3.76 ms (0.06%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 89938
Parameters:
[] |
|
3.76 ms (0.06%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 69536
Parameters:
[] |
|
3.76 ms (0.06%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 68291
Parameters:
[] |
|
3.75 ms (0.06%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 89938 AND fieldname = 'attributes'
Parameters:
[] |
|
3.75 ms (0.06%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 68291
Parameters:
[] |
|
3.75 ms (0.06%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 68291
Parameters:
[] |
|
3.75 ms (0.06%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 20443
Parameters:
[] |
|
3.75 ms (0.06%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 23806
Parameters:
[] |
|
3.74 ms (0.06%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 67884 AND fieldname = 'attributes'
Parameters:
[] |
|
3.74 ms (0.06%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 20458
Parameters:
[] |
|
3.74 ms (0.06%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 68291
Parameters:
[] |
|
3.74 ms (0.06%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 89938
Parameters:
[] |
|
3.74 ms (0.06%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 17591 AND fieldname = 'attributes'
Parameters:
[] |
|
3.74 ms (0.06%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 89938
Parameters:
[] |
|
3.73 ms (0.06%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 89934
Parameters:
[] |
|
3.73 ms (0.06%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 68291 AND fieldname = 'attributes'
Parameters:
[] |
|
3.73 ms (0.06%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 24632
Parameters:
[] |
|
3.70 ms (0.06%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 17591
Parameters:
[] |
|
3.69 ms (0.06%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 89938
Parameters:
[] |
|
3.67 ms (0.06%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 69536
Parameters:
[] |
|
3.65 ms (0.06%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 17591
Parameters:
[] |
|
3.64 ms (0.06%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 24632
Parameters:
[] |
|
3.60 ms (0.06%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 23806
Parameters:
[] |
|
3.59 ms (0.06%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 68291
Parameters:
[] |
|
3.58 ms (0.06%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 67846
Parameters:
[] |
|
3.57 ms (0.06%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 24632
Parameters:
[] |
|
3.55 ms (0.06%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 49046 AND fieldname = 'attributes'
Parameters:
[] |
|
3.32 ms (0.05%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 20452 AND fieldname = 'attributes'
Parameters:
[] |
|
3.30 ms (0.05%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 24632 AND fieldname = 'attributes'
Parameters:
[] |
|
3.27 ms (0.05%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 69372 AND fieldname = 'attributes'
Parameters:
[] |
|
3.23 ms (0.05%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 23806
Parameters:
[] |
|
3.21 ms (0.05%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 20458
Parameters:
[] |
|
3.11 ms (0.05%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 23905
Parameters:
[] |
|
2.66 ms (0.04%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 49046
Parameters:
[] |
|
2.14 ms (0.03%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 69530
Parameters:
[] |
|
1.80 ms (0.03%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 17591
Parameters:
[] |
|
1.60 ms (0.03%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 69536
Parameters:
[] |
|
1.59 ms (0.03%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 27883
Parameters:
[] |
|
1.41 ms (0.02%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 19805 AND fieldname = 'attributes'
Parameters:
[] |
|
1.21 ms (0.02%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 19793 AND fieldname = 'attributes'
Parameters:
[] |
|
1.11 ms (0.02%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 69496 AND fieldname = 'attributes'
Parameters:
[] |
|
1.10 ms (0.02%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 19916 AND fieldname = 'attributes'
Parameters:
[] |
|
1.05 ms (0.02%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 49996
Parameters:
[] |
|
1.03 ms (0.02%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 67926
Parameters:
[] |
|
1.02 ms (0.02%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 19802 AND fieldname = 'attributes'
Parameters:
[] |
|
1.01 ms (0.02%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 88499 AND fieldname = 'attributes'
Parameters:
[] |
|
1.01 ms (0.02%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 19788 AND fieldname = 'attributes'
Parameters:
[] |
|
0.93 ms (0.01%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 67846 AND fieldname = 'attributes'
Parameters:
[] |
|
0.72 ms (0.01%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 19916 AND fieldname = 'attributes'
Parameters:
[] |
|
0.72 ms (0.01%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 23905
Parameters:
[] |
|
0.65 ms (0.01%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 19805 AND fieldname = 'attributes'
Parameters:
[] |
|
0.64 ms (0.01%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 69496 AND fieldname = 'attributes'
Parameters:
[] |
|
0.61 ms (0.01%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 69530
Parameters:
[] |
|
0.61 ms (0.01%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 88499 AND fieldname = 'attributes'
Parameters:
[] |
|
0.60 ms (0.01%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 19788
Parameters:
[] |
|
0.60 ms (0.01%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 19793 AND fieldname = 'attributes'
Parameters:
[] |
|
0.60 ms (0.01%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 69532
Parameters:
[] |
|
0.58 ms (0.01%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 49046
Parameters:
[] |
|
0.58 ms (0.01%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 69530
Parameters:
[] |
|
0.58 ms (0.01%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 27883
Parameters:
[] |
|
0.58 ms (0.01%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 19802 AND fieldname = 'attributes'
Parameters:
[] |
|
0.57 ms (0.01%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 49046
Parameters:
[] |
|
0.57 ms (0.01%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 27883
Parameters:
[] |
|
0.57 ms (0.01%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 67926
Parameters:
[] |
|
0.57 ms (0.01%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 19805
Parameters:
[] |
|
0.57 ms (0.01%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 19788 AND fieldname = 'attributes'
Parameters:
[] |
|
0.57 ms (0.01%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 19793
Parameters:
[] |
|
0.56 ms (0.01%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 49046
Parameters:
[] |
|
0.56 ms (0.01%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 27883
Parameters:
[] |
|
0.56 ms (0.01%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 69530
Parameters:
[] |
|
0.54 ms (0.01%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 67926
Parameters:
[] |
|
0.54 ms (0.01%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 67926
Parameters:
[] |
|
0.53 ms (0.01%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 69496
Parameters:
[] |
|
0.53 ms (0.01%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 19805
Parameters:
[] |
|
0.52 ms (0.01%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 68897
Parameters:
[] |
|
0.52 ms (0.01%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 20452
Parameters:
[] |
|
0.52 ms (0.01%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 49996
Parameters:
[] |
|
0.52 ms (0.01%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 19912
Parameters:
[] |
|
0.51 ms (0.01%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 19805
Parameters:
[] |
|
0.51 ms (0.01%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 19916
Parameters:
[] |
|
0.49 ms (0.01%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 19788
Parameters:
[] |
|
0.48 ms (0.01%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 49996
Parameters:
[] |
|
0.48 ms (0.01%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 19916
Parameters:
[] |
|
0.48 ms (0.01%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 67846 AND fieldname = 'attributes'
Parameters:
[] |
|
0.48 ms (0.01%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 19916
Parameters:
[] |
|
0.48 ms (0.01%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 19916
Parameters:
[] |
|
0.48 ms (0.01%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 19912
Parameters:
[] |
|
0.48 ms (0.01%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 19912
Parameters:
[] |
|
0.48 ms (0.01%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 19793
Parameters:
[] |
|
0.48 ms (0.01%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 19788
Parameters:
[] |
|
0.47 ms (0.01%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 19805
Parameters:
[] |
|
0.47 ms (0.01%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 88499
Parameters:
[] |
|
0.47 ms (0.01%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 19788
Parameters:
[] |
|
0.46 ms (0.01%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 19793
Parameters:
[] |
|
0.46 ms (0.01%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 19802
Parameters:
[] |
|
0.46 ms (0.01%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 69496
Parameters:
[] |
|
0.46 ms (0.01%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 69496
Parameters:
[] |
|
0.46 ms (0.01%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 19793
Parameters:
[] |
|
0.46 ms (0.01%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 19916
Parameters:
[] |
|
0.45 ms (0.01%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 19805
Parameters:
[] |
|
0.45 ms (0.01%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 19793
Parameters:
[] |
|
0.45 ms (0.01%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 20486
Parameters:
[] |
|
0.45 ms (0.01%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 88499
Parameters:
[] |
|
0.44 ms (0.01%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 19793
Parameters:
[] |
|
0.44 ms (0.01%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 20486
Parameters:
[] |
|
0.44 ms (0.01%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 19912
Parameters:
[] |
|
0.43 ms (0.01%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 67846
Parameters:
[] |
|
0.43 ms (0.01%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 19916
Parameters:
[] |
|
0.43 ms (0.01%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 19802
Parameters:
[] |
|
0.43 ms (0.01%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 19805
Parameters:
[] |
|
0.43 ms (0.01%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 69496
Parameters:
[] |
|
0.42 ms (0.01%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 68897 AND fieldname = 'attributes'
Parameters:
[] |
|
0.42 ms (0.01%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 69496
Parameters:
[] |
|
0.42 ms (0.01%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 23912 AND fieldname = 'attributes'
Parameters:
[] |
|
0.42 ms (0.01%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 88499
Parameters:
[] |
|
0.41 ms (0.01%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 19802
Parameters:
[] |
|
0.41 ms (0.01%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 69496
Parameters:
[] |
|
0.41 ms (0.01%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 88499
Parameters:
[] |
|
0.41 ms (0.01%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 19788
Parameters:
[] |
|
0.41 ms (0.01%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 88499
Parameters:
[] |
|
0.40 ms (0.01%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 88499
Parameters:
[] |
|
0.40 ms (0.01%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 23905 AND fieldname = 'attributes'
Parameters:
[] |
|
0.40 ms (0.01%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 19802
Parameters:
[] |
|
0.39 ms (0.01%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 19802
Parameters:
[] |
|
0.39 ms (0.01%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 19788
Parameters:
[] |
|
0.39 ms (0.01%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 23909 AND fieldname = 'attributes'
Parameters:
[] |
|
0.39 ms (0.01%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 19802
Parameters:
[] |
|
0.38 ms (0.01%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 23905
Parameters:
[] |
|
0.37 ms (0.01%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 68897 AND fieldname = 'attributes'
Parameters:
[] |
|
0.36 ms (0.01%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 67846
Parameters:
[] |
|
0.35 ms (0.01%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 23912 AND fieldname = 'attributes'
Parameters:
[] |
|
0.34 ms (0.01%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 23912
Parameters:
[] |
|
0.34 ms (0.01%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 23905
Parameters:
[] |
|
0.34 ms (0.01%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 67846
Parameters:
[] |
|
0.34 ms (0.01%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 23912
Parameters:
[] |
|
0.33 ms (0.01%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 23912
Parameters:
[] |
|
0.33 ms (0.01%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 23912
Parameters:
[] |
|
0.33 ms (0.01%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 23905 AND fieldname = 'attributes'
Parameters:
[] |
|
0.33 ms (0.01%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 23905
Parameters:
[] |
|
0.33 ms (0.01%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 68897
Parameters:
[] |
|
0.32 ms (0.01%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 68897
Parameters:
[] |
|
0.32 ms (0.01%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 23912
Parameters:
[] |
|
0.32 ms (0.01%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 67846
Parameters:
[] |
|
0.32 ms (0.01%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 68897
Parameters:
[] |
|
0.32 ms (0.01%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 67846
Parameters:
[] |
|
0.32 ms (0.01%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 68897
Parameters:
[] |
|
0.31 ms (0.01%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 23909
Parameters:
[] |
|
0.31 ms (0.00%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 68897
Parameters:
[] |
|
0.30 ms (0.00%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 23909
Parameters:
[] |
|
0.30 ms (0.00%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 23909 AND fieldname = 'attributes'
Parameters:
[] |
|
0.29 ms (0.00%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 23912
Parameters:
[] |
|
0.28 ms (0.00%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 23909
Parameters:
[] |
|
0.28 ms (0.00%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 23909
Parameters:
[] |
|
0.27 ms (0.00%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 23909
Parameters:
[] |
|
0.27 ms (0.00%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 23905
Parameters:
[] |
|
0.27 ms (0.00%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 23909
Parameters:
[] |
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.