Query Metrics
1278
Database Queries
510
Different statements
1176.31 ms
Query time
0
Invalid entities
0
Managed entities
Grouped Statements
default connection
| Time▼ | Count | Info |
|---|---|---|
|
89.23 ms (7.59%) |
74 |
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
90074
]
|
|
41.50 ms (3.53%) |
74 |
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
90074
]
|
|
35.73 ms (3.04%) |
80 |
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
4574046
]
|
|
31.88 ms (2.71%) |
74 |
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
90074
]
|
|
30.68 ms (2.61%) |
2 |
SELECT TRIM(`voltage`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_fr a INNER JOIN ecommerceframework_productindex_wdbe_fr_subtenant_relations AS b ON a.id = b.id LEFT OUTER JOIN ( SELECT targetId, score FROM app_customer_aggregated_score WHERE name = 'sellable' AND customerId is null ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId AND (parentCategoryIds like '%,22238,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`voltage`)
Parameters:
[] |
|
30.07 ms (2.56%) |
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_fr a INNER JOIN ecommerceframework_productindex_wdbe_fr_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 = '120096' and a.id != '120096') or parentProducts like '%,120096,%') 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:
[] |
|
29.11 ms (2.47%) |
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_fr a INNER JOIN ecommerceframework_productindex_wdbe_fr_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 = '120065' and a.id != '120065') or parentProducts like '%,120065,%') 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:
[] |
|
27.43 ms (2.33%) |
2 |
SELECT TRIM(`scopeName`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_fr a INNER JOIN ecommerceframework_productindex_wdbe_fr_subtenant_relations AS b ON a.id = b.id LEFT OUTER JOIN ( SELECT targetId, score FROM app_customer_aggregated_score WHERE name = 'sellable' AND customerId is null ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId AND (parentCategoryIds like '%,22238,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`scopeName`)
Parameters:
[] |
|
27.16 ms (2.31%) |
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_fr a INNER JOIN ecommerceframework_productindex_wdbe_fr_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 = '120066' and a.id != '120066') or parentProducts like '%,120066,%') 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:
[] |
|
25.76 ms (2.19%) |
45 |
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
285242
]
|
|
25.46 ms (2.16%) |
1 |
SELECT SQL_CALC_FOUND_ROWS DISTINCT virtualProductId as id, priceSystemName FROM ecommerceframework_productindex_wdbe_fr a INNER JOIN ecommerceframework_productindex_wdbe_fr_subtenant_relations AS b ON a.id = b.id LEFT OUTER JOIN ( SELECT targetId, score FROM app_customer_aggregated_score WHERE name = 'sellable' AND customerId is null ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId AND (parentCategoryIds like '%,22238,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY virtualProductId, priceSystemName ORDER BY min(ifnull(featuredPriority, 0)) desc,min((promotions like '%#new#%')) desc,min(ifnull(s.score, 0)) desc,min(ifnull(rankingMultiplicator, 999999999)) asc,min(`a`.`id`) ASC LIMIT 120, 24
Parameters:
[] |
|
25.26 ms (2.15%) |
74 |
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:
[
90074
]
|
|
24.83 ms (2.11%) |
74 |
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
90074
]
|
|
24.21 ms (2.06%) |
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_fr a INNER JOIN ecommerceframework_productindex_wdbe_fr_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 = '17308' and a.id != '17308') or parentProducts like '%,17308,%') 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:
[] |
|
23.49 ms (2.00%) |
2 |
SELECT TRIM(`cutOutMax`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_fr a INNER JOIN ecommerceframework_productindex_wdbe_fr_subtenant_relations AS b ON a.id = b.id LEFT OUTER JOIN ( SELECT targetId, score FROM app_customer_aggregated_score WHERE name = 'sellable' AND customerId is null ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId AND (parentCategoryIds like '%,22238,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`cutOutMax`)
Parameters:
[] |
|
23.36 ms (1.99%) |
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_fr a INNER JOIN ecommerceframework_productindex_wdbe_fr_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 = '120064' and a.id != '120064') or parentProducts like '%,120064,%') 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:
[] |
|
23.27 ms (1.98%) |
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_fr a INNER JOIN ecommerceframework_productindex_wdbe_fr_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 = '87548' and a.id != '87548') or parentProducts like '%,87548,%') 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:
[] |
|
23.26 ms (1.98%) |
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_fr a INNER JOIN ecommerceframework_productindex_wdbe_fr_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 = '17307' and a.id != '17307') or parentProducts like '%,17307,%') 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:
[] |
|
21.92 ms (1.86%) |
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_fr a INNER JOIN ecommerceframework_productindex_wdbe_fr_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 = '120092' and a.id != '120092') or parentProducts like '%,120092,%') 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:
[] |
|
21.76 ms (1.85%) |
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_fr a INNER JOIN ecommerceframework_productindex_wdbe_fr_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 = '120095' and a.id != '120095') or parentProducts like '%,120095,%') 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:
[] |
|
21.65 ms (1.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_fr a INNER JOIN ecommerceframework_productindex_wdbe_fr_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 = '120094' and a.id != '120094') or parentProducts like '%,120094,%') 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:
[] |
|
21.01 ms (1.79%) |
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_fr a INNER JOIN ecommerceframework_productindex_wdbe_fr_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 = '120098' and a.id != '120098') or parentProducts like '%,120098,%') 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:
[] |
|
20.77 ms (1.77%) |
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_fr a INNER JOIN ecommerceframework_productindex_wdbe_fr_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 = '120097' and a.id != '120097') or parentProducts like '%,120097,%') 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:
[] |
|
20.68 ms (1.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_fr a INNER JOIN ecommerceframework_productindex_wdbe_fr_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 = '120093' and a.id != '120093') or parentProducts like '%,120093,%') 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:
[] |
|
20.20 ms (1.72%) |
2 |
SELECT TRIM(`typeName`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_fr a INNER JOIN ecommerceframework_productindex_wdbe_fr_subtenant_relations AS b ON a.id = b.id LEFT OUTER JOIN ( SELECT targetId, score FROM app_customer_aggregated_score WHERE name = 'sellable' AND customerId is null ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId AND (parentCategoryIds like '%,22238,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`typeName`)
Parameters:
[] |
|
19.59 ms (1.67%) |
2 |
SELECT TRIM(`lampType`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_fr a INNER JOIN ecommerceframework_productindex_wdbe_fr_subtenant_relations AS b ON a.id = b.id LEFT OUTER JOIN ( SELECT targetId, score FROM app_customer_aggregated_score WHERE name = 'sellable' AND customerId is null ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId AND (parentCategoryIds like '%,22238,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`lampType`)
Parameters:
[] |
|
19.39 ms (1.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_fr a INNER JOIN ecommerceframework_productindex_wdbe_fr_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 = '157278' and a.id != '157278') or parentProducts like '%,157278,%') 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:
[] |
|
19.26 ms (1.64%) |
2 |
SELECT TRIM(`cutOutMin`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_fr a INNER JOIN ecommerceframework_productindex_wdbe_fr_subtenant_relations AS b ON a.id = b.id LEFT OUTER JOIN ( SELECT targetId, score FROM app_customer_aggregated_score WHERE name = 'sellable' AND customerId is null ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId AND (parentCategoryIds like '%,22238,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`cutOutMin`)
Parameters:
[] |
|
19.11 ms (1.62%) |
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_fr a INNER JOIN ecommerceframework_productindex_wdbe_fr_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 = '120073' and a.id != '120073') or parentProducts like '%,120073,%') 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:
[] |
|
19.04 ms (1.62%) |
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_fr a INNER JOIN ecommerceframework_productindex_wdbe_fr_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 = '87549' and a.id != '87549') or parentProducts like '%,87549,%') 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:
[] |
|
18.86 ms (1.60%) |
74 |
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[ 90074 "videos" ] |
|
18.84 ms (1.60%) |
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_fr a INNER JOIN ecommerceframework_productindex_wdbe_fr_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 = '120071' and a.id != '120071') or parentProducts like '%,120071,%') 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:
[] |
|
18.69 ms (1.59%) |
2 |
SELECT dest as `value`, count(DISTINCT src_virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_fr_relations a WHERE fieldname = 'baseColorObjects' AND src IN (SELECT a.id FROM ecommerceframework_productindex_wdbe_fr a INNER JOIN ecommerceframework_productindex_wdbe_fr_subtenant_relations AS b ON a.id = b.id LEFT OUTER JOIN ( SELECT targetId, score FROM app_customer_aggregated_score WHERE name = 'sellable' AND customerId is null ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId AND (parentCategoryIds like '%,22238,%') AND (IFNULL(isSalesItem, 0) = 0)) GROUP BY dest
Parameters:
[] |
|
18.24 ms (1.55%) |
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_fr a INNER JOIN ecommerceframework_productindex_wdbe_fr_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 = '157279' and a.id != '157279') or parentProducts like '%,157279,%') 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:
[] |
|
14.93 ms (1.27%) |
45 |
SELECT assets.*, tree_locks.locked FROM assets LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset' WHERE assets.id = ?
Parameters:
[
285242
]
|
|
12.44 ms (1.06%) |
19 |
SELECT data FROM ecommerceframework_productindex_store WHERE id = ? AND tenant = ?
Parameters:
[ 17308 "wdbe_fr" ] |
|
11.74 ms (1.00%) |
2 |
SELECT TRIM(`lightColorTemperature`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_fr a INNER JOIN ecommerceframework_productindex_wdbe_fr_subtenant_relations AS b ON a.id = b.id LEFT OUTER JOIN ( SELECT targetId, score FROM app_customer_aggregated_score WHERE name = 'sellable' AND customerId is null ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId AND (parentCategoryIds like '%,22238,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`lightColorTemperature`)
Parameters:
[] |
|
10.14 ms (0.86%) |
2 |
SELECT TRIM(`ipRating`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_fr a INNER JOIN ecommerceframework_productindex_wdbe_fr_subtenant_relations AS b ON a.id = b.id LEFT OUTER JOIN ( SELECT targetId, score FROM app_customer_aggregated_score WHERE name = 'sellable' AND customerId is null ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId AND (parentCategoryIds like '%,22238,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`ipRating`)
Parameters:
[] |
|
10.04 ms (0.85%) |
35 |
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
4574046
]
|
|
9.76 ms (0.83%) |
12 |
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
1375
]
|
|
9.65 ms (0.82%) |
2 |
SELECT TRIM(`converterText`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_fr a INNER JOIN ecommerceframework_productindex_wdbe_fr_subtenant_relations AS b ON a.id = b.id LEFT OUTER JOIN ( SELECT targetId, score FROM app_customer_aggregated_score WHERE name = 'sellable' AND customerId is null ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId AND (parentCategoryIds like '%,22238,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`converterText`)
Parameters:
[] |
|
8.30 ms (0.71%) |
2 |
SELECT TRIM(`diameter`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_fr a INNER JOIN ecommerceframework_productindex_wdbe_fr_subtenant_relations AS b ON a.id = b.id LEFT OUTER JOIN ( SELECT targetId, score FROM app_customer_aggregated_score WHERE name = 'sellable' AND customerId is null ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId AND (parentCategoryIds like '%,22238,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`diameter`)
Parameters:
[] |
|
6.94 ms (0.59%) |
2 |
SELECT TRIM(`recessedDepth`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_fr a INNER JOIN ecommerceframework_productindex_wdbe_fr_subtenant_relations AS b ON a.id = b.id LEFT OUTER JOIN ( SELECT targetId, score FROM app_customer_aggregated_score WHERE name = 'sellable' AND customerId is null ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId AND (parentCategoryIds like '%,22238,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`recessedDepth`)
Parameters:
[] |
|
6.14 ms (0.52%) |
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=fr&_format=html&_controller=App%5CController%5CSnippetController%3A%3AheaderAction" "path_query" "https://testing.weverducre.com/_fragment?_path=_locale=fr&_format=html&_controller=App%5CController%5CSnippetController%3A%3AheaderAction" "entire_uri" ] |
|
5.38 ms (0.46%) |
19 |
UPDATE ecommerceframework_productindex_store SET crc_index = crc_current WHERE id = ? and tenant = ?
Parameters:
[ 17308 "wdbe_fr" ] |
|
4.30 ms (0.37%) |
7 |
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
2
]
|
|
3.32 ms (0.28%) |
5 |
SELECT documents.id, documents.type FROM documents WHERE (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
1380
]
|
|
2.86 ms (0.24%) |
19 |
"START TRANSACTION"
Parameters:
[] |
|
2.78 ms (0.24%) |
19 |
"COMMIT"
Parameters:
[] |
|
2.62 ms (0.22%) |
8 |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle" "pimcore" ] |
|
2.08 ms (0.18%) |
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_fr a INNER JOIN ecommerceframework_productindex_wdbe_fr_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 = '171546' and a.id != '171546') or parentProducts like '%,171546,%') 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:
[] |
|
1.76 ms (0.15%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 120715 AND fieldname = 'attributes'
Parameters:
[] |
|
1.74 ms (0.15%) |
7 |
SELECT name FROM classes WHERE id = ?
Parameters:
[
"SCONF"
]
|
|
1.62 ms (0.14%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 90074 AND fieldname = 'attributes'
Parameters:
[] |
|
1.59 ms (0.14%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 90083 AND fieldname = 'attributes'
Parameters:
[] |
|
1.58 ms (0.13%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 90146 AND fieldname = 'attributes'
Parameters:
[] |
|
1.53 ms (0.13%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 120570 AND fieldname = 'attributes'
Parameters:
[] |
|
1.51 ms (0.13%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 120620 AND fieldname = 'attributes'
Parameters:
[] |
|
1.50 ms (0.13%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 120436 AND fieldname = 'attributes'
Parameters:
[] |
|
1.45 ms (0.12%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 90126 AND fieldname = 'attributes'
Parameters:
[] |
|
1.45 ms (0.12%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 120729 AND fieldname = 'attributes'
Parameters:
[] |
|
1.42 ms (0.12%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 120455 AND fieldname = 'attributes'
Parameters:
[] |
|
1.35 ms (0.12%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 90142 AND fieldname = 'attributes'
Parameters:
[] |
|
1.34 ms (0.11%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 121561 AND fieldname = 'attributes'
Parameters:
[] |
|
1.34 ms (0.11%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 90222 AND fieldname = 'attributes'
Parameters:
[] |
|
1.32 ms (0.11%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 120431 AND fieldname = 'attributes'
Parameters:
[] |
|
1.31 ms (0.11%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 120721 AND fieldname = 'attributes'
Parameters:
[] |
|
1.29 ms (0.11%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 171719 AND fieldname = 'attributes'
Parameters:
[] |
|
1.28 ms (0.11%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 171719 AND fieldname = 'attributes'
Parameters:
[] |
|
1.25 ms (0.11%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 120475 AND fieldname = 'attributes'
Parameters:
[] |
|
1.25 ms (0.11%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 120782 AND fieldname = 'attributes'
Parameters:
[] |
|
1.24 ms (0.11%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 171713 AND fieldname = 'attributes'
Parameters:
[] |
|
1.22 ms (0.10%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 120782 AND fieldname = 'attributes'
Parameters:
[] |
|
1.21 ms (0.10%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 120469 AND fieldname = 'attributes'
Parameters:
[] |
|
1.16 ms (0.10%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 120489 AND fieldname = 'attributes'
Parameters:
[] |
|
1.15 ms (0.10%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 120447 AND fieldname = 'attributes'
Parameters:
[] |
|
1.15 ms (0.10%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 90206 AND fieldname = 'attributes'
Parameters:
[] |
|
1.13 ms (0.10%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 121539 AND fieldname = 'attributes'
Parameters:
[] |
|
1.11 ms (0.09%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 90150 AND fieldname = 'attributes'
Parameters:
[] |
|
1.09 ms (0.09%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 171697 AND fieldname = 'attributes'
Parameters:
[] |
|
1.07 ms (0.09%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 120441 AND fieldname = 'attributes'
Parameters:
[] |
|
1.07 ms (0.09%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 90218 AND fieldname = 'attributes'
Parameters:
[] |
|
1.06 ms (0.09%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 120463 AND fieldname = 'attributes'
Parameters:
[] |
|
1.05 ms (0.09%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 120479 AND fieldname = 'attributes'
Parameters:
[] |
|
1.04 ms (0.09%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 121539 AND fieldname = 'attributes'
Parameters:
[] |
|
1.03 ms (0.09%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 90212 AND fieldname = 'attributes'
Parameters:
[] |
|
1.02 ms (0.09%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 120459 AND fieldname = 'attributes'
Parameters:
[] |
|
1.01 ms (0.09%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 90142 AND fieldname = 'attributes'
Parameters:
[] |
|
0.97 ms (0.08%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 171693 AND fieldname = 'attributes'
Parameters:
[] |
|
0.95 ms (0.08%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 120725 AND fieldname = 'attributes'
Parameters:
[] |
|
0.94 ms (0.08%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 90074 AND fieldname = 'attributes'
Parameters:
[] |
|
0.94 ms (0.08%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 26918 AND fieldname = 'attributes'
Parameters:
[] |
|
0.93 ms (0.08%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 120570 AND fieldname = 'attributes'
Parameters:
[] |
|
0.93 ms (0.08%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 120449 AND fieldname = 'attributes'
Parameters:
[] |
|
0.92 ms (0.08%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 120482 AND fieldname = 'attributes'
Parameters:
[] |
|
0.91 ms (0.08%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 120467 AND fieldname = 'attributes'
Parameters:
[] |
|
0.89 ms (0.08%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 171705 AND fieldname = 'attributes'
Parameters:
[] |
|
0.87 ms (0.07%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 90083 AND fieldname = 'attributes'
Parameters:
[] |
|
0.87 ms (0.07%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 120784 AND fieldname = 'attributes'
Parameters:
[] |
|
0.84 ms (0.07%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 171693 AND fieldname = 'attributes'
Parameters:
[] |
|
0.84 ms (0.07%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 90077 AND fieldname = 'attributes'
Parameters:
[] |
|
0.84 ms (0.07%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 90126 AND fieldname = 'attributes'
Parameters:
[] |
|
0.83 ms (0.07%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 120477 AND fieldname = 'attributes'
Parameters:
[] |
|
0.83 ms (0.07%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 120436 AND fieldname = 'attributes'
Parameters:
[] |
|
0.82 ms (0.07%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 120715 AND fieldname = 'attributes'
Parameters:
[] |
|
0.81 ms (0.07%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 90206 AND fieldname = 'attributes'
Parameters:
[] |
|
0.81 ms (0.07%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 90216 AND fieldname = 'attributes'
Parameters:
[] |
|
0.79 ms (0.07%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 120443 AND fieldname = 'attributes'
Parameters:
[] |
|
0.78 ms (0.07%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 120461 AND fieldname = 'attributes'
Parameters:
[] |
|
0.78 ms (0.07%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 26918 AND fieldname = 'attributes'
Parameters:
[] |
|
0.77 ms (0.07%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 120439 AND fieldname = 'attributes'
Parameters:
[] |
|
0.75 ms (0.06%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 120729 AND fieldname = 'attributes'
Parameters:
[] |
|
0.74 ms (0.06%) |
2 |
SELECT * FROM translations_admin LIMIT 1;
Parameters:
[] |
|
0.74 ms (0.06%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 90226 AND fieldname = 'attributes'
Parameters:
[] |
|
0.72 ms (0.06%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 120485 AND fieldname = 'attributes'
Parameters:
[] |
|
0.68 ms (0.06%) |
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:
[ "/fr/produits/c/cage-d-escalier-couloir~22238" "path" "auto_create" "/fr/produits/c/cage-d-escalier-couloir~22238?page=6" "path_query" "https://testing.weverducre.com/fr/produits/c/cage-d-escalier-couloir~22238?page=6" "entire_uri" ] |
|
0.68 ms (0.06%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 171709 AND fieldname = 'attributes'
Parameters:
[] |
|
0.67 ms (0.06%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 90220 AND fieldname = 'attributes'
Parameters:
[] |
|
0.65 ms (0.06%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 120455 AND fieldname = 'attributes'
Parameters:
[] |
|
0.65 ms (0.06%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 120451 AND fieldname = 'attributes'
Parameters:
[] |
|
0.64 ms (0.05%) |
3 |
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[ "/weverducre.com/fr/produits/c/" "cage-d-escalier-couloir~22238" ] |
|
0.63 ms (0.05%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 90218 AND fieldname = 'attributes'
Parameters:
[] |
|
0.62 ms (0.05%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 90224 AND fieldname = 'attributes'
Parameters:
[] |
|
0.62 ms (0.05%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 120475 AND fieldname = 'attributes'
Parameters:
[] |
|
0.61 ms (0.05%) |
1 |
SELECT name, type, data, cid, inheritable, cpath FROM properties WHERE ( (cid IN (1,22224,22218,1548,1544) AND inheritable = 1) OR cid = ? ) AND ctype='object'
Parameters:
[
22238
]
|
|
0.59 ms (0.05%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 120459 AND fieldname = 'attributes'
Parameters:
[] |
|
0.54 ms (0.05%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 120725 AND fieldname = 'attributes'
Parameters:
[] |
|
0.52 ms (0.04%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 120433 AND fieldname = 'attributes'
Parameters:
[] |
|
0.51 ms (0.04%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 120487
Parameters:
[] |
|
0.51 ms (0.04%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 120487 AND fieldname = 'attributes'
Parameters:
[] |
|
0.51 ms (0.04%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 120445 AND fieldname = 'attributes'
Parameters:
[] |
|
0.50 ms (0.04%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 120465 AND fieldname = 'attributes'
Parameters:
[] |
|
0.50 ms (0.04%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 120485
Parameters:
[] |
|
0.50 ms (0.04%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 120471 AND fieldname = 'attributes'
Parameters:
[] |
|
0.49 ms (0.04%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 90150
Parameters:
[] |
|
0.49 ms (0.04%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 120441 AND fieldname = 'attributes'
Parameters:
[] |
|
0.49 ms (0.04%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 120453 AND fieldname = 'attributes'
Parameters:
[] |
|
0.48 ms (0.04%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 120457 AND fieldname = 'attributes'
Parameters:
[] |
|
0.48 ms (0.04%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 121561 AND fieldname = 'attributes'
Parameters:
[] |
|
0.47 ms (0.04%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 120465
Parameters:
[] |
|
0.46 ms (0.04%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 120473 AND fieldname = 'attributes'
Parameters:
[] |
|
0.45 ms (0.04%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 90083
Parameters:
[] |
|
0.45 ms (0.04%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 120473
Parameters:
[] |
|
0.44 ms (0.04%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 90224
Parameters:
[] |
|
0.44 ms (0.04%) |
1 |
SELECT * FROM object_relations_SCONF WHERE src_id = ?
Parameters:
[
1547
]
|
|
0.43 ms (0.04%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 120570
Parameters:
[] |
|
0.43 ms (0.04%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 90218
Parameters:
[] |
|
0.43 ms (0.04%) |
2 |
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[] |
|
0.42 ms (0.04%) |
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/%" "/fr/produits/c/cage-d-escalier-couloir~22238" ] |
|
0.42 ms (0.04%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 120455
Parameters:
[] |
|
0.41 ms (0.03%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 90226
Parameters:
[] |
|
0.40 ms (0.03%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 120485
Parameters:
[] |
|
0.40 ms (0.03%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 120453 AND fieldname = 'attributes'
Parameters:
[] |
|
0.40 ms (0.03%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 120467 AND fieldname = 'attributes'
Parameters:
[] |
|
0.39 ms (0.03%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 120475
Parameters:
[] |
|
0.39 ms (0.03%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 120092 AND fieldname = 'attributes'
Parameters:
[] |
|
0.39 ms (0.03%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 90218
Parameters:
[] |
|
0.38 ms (0.03%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 120449 AND fieldname = 'attributes'
Parameters:
[] |
|
0.38 ms (0.03%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 171717 AND fieldname = 'attributes'
Parameters:
[] |
|
0.37 ms (0.03%) |
2 |
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
"/weverducre.com/fr/produits/c/cage-d-escalier-couloir~22238"
]
|
|
0.37 ms (0.03%) |
1 |
SELECT * FROM object_relations_EF_FD WHERE src_id = ?
Parameters:
[
1551
]
|
|
0.37 ms (0.03%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 90150 AND fieldname = 'attributes'
Parameters:
[] |
|
0.37 ms (0.03%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 120570
Parameters:
[] |
|
0.37 ms (0.03%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 90074
Parameters:
[] |
|
0.37 ms (0.03%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 90146 AND fieldname = 'attributes'
Parameters:
[] |
|
0.37 ms (0.03%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 120093 AND fieldname = 'attributes'
Parameters:
[] |
|
0.37 ms (0.03%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 120073 AND fieldname = 'attributes'
Parameters:
[] |
|
0.36 ms (0.03%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 171713 AND fieldname = 'attributes'
Parameters:
[] |
|
0.36 ms (0.03%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 120072
Parameters:
[] |
|
0.36 ms (0.03%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 120441
Parameters:
[] |
|
0.36 ms (0.03%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 90216 AND fieldname = 'attributes'
Parameters:
[] |
|
0.36 ms (0.03%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 120451 AND fieldname = 'attributes'
Parameters:
[] |
|
0.35 ms (0.03%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 120433 AND fieldname = 'attributes'
Parameters:
[] |
|
0.35 ms (0.03%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 90220 AND fieldname = 'attributes'
Parameters:
[] |
|
0.35 ms (0.03%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 120620 AND fieldname = 'attributes'
Parameters:
[] |
|
0.35 ms (0.03%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 120467
Parameters:
[] |
|
0.34 ms (0.03%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 121561
Parameters:
[] |
|
0.34 ms (0.03%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 90212 AND fieldname = 'attributes'
Parameters:
[] |
|
0.34 ms (0.03%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 90222 AND fieldname = 'attributes'
Parameters:
[] |
|
0.34 ms (0.03%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 120092 AND fieldname = 'attributes'
Parameters:
[] |
|
0.33 ms (0.03%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 120489
Parameters:
[] |
|
0.33 ms (0.03%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 120447 AND fieldname = 'attributes'
Parameters:
[] |
|
0.33 ms (0.03%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 120066
Parameters:
[] |
|
0.33 ms (0.03%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 120473
Parameters:
[] |
|
0.33 ms (0.03%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 120477 AND fieldname = 'attributes'
Parameters:
[] |
|
0.33 ms (0.03%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 120066 AND fieldname = 'attributes'
Parameters:
[] |
|
0.33 ms (0.03%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 120489 AND fieldname = 'attributes'
Parameters:
[] |
|
0.32 ms (0.03%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 120073 AND fieldname = 'attributes'
Parameters:
[] |
|
0.32 ms (0.03%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 120482 AND fieldname = 'attributes'
Parameters:
[] |
|
0.32 ms (0.03%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 120455
Parameters:
[] |
|
0.32 ms (0.03%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 120072 AND fieldname = 'attributes'
Parameters:
[] |
|
0.32 ms (0.03%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 90077
Parameters:
[] |
|
0.32 ms (0.03%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 120461
Parameters:
[] |
|
0.32 ms (0.03%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 120449
Parameters:
[] |
|
0.32 ms (0.03%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 120097 AND fieldname = 'attributes'
Parameters:
[] |
|
0.32 ms (0.03%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 120072
Parameters:
[] |
|
0.32 ms (0.03%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 120715
Parameters:
[] |
|
0.31 ms (0.03%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 157278
Parameters:
[] |
|
0.31 ms (0.03%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 120465 AND fieldname = 'attributes'
Parameters:
[] |
|
0.31 ms (0.03%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 120782
Parameters:
[] |
|
0.30 ms (0.03%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 120487 AND fieldname = 'attributes'
Parameters:
[] |
|
0.30 ms (0.03%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 120072 AND fieldname = 'attributes'
Parameters:
[] |
|
0.30 ms (0.03%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 120445 AND fieldname = 'attributes'
Parameters:
[] |
|
0.30 ms (0.03%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 171693
Parameters:
[] |
|
0.30 ms (0.03%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 90126
Parameters:
[] |
|
0.30 ms (0.03%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 120721 AND fieldname = 'attributes'
Parameters:
[] |
|
0.29 ms (0.02%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 90216
Parameters:
[] |
|
0.29 ms (0.02%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 90126
Parameters:
[] |
|
0.29 ms (0.02%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 90083
Parameters:
[] |
|
0.29 ms (0.02%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 90224 AND fieldname = 'attributes'
Parameters:
[] |
|
0.28 ms (0.02%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 120620
Parameters:
[] |
|
0.28 ms (0.02%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 120098 AND fieldname = 'attributes'
Parameters:
[] |
|
0.28 ms (0.02%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 171693
Parameters:
[] |
|
0.28 ms (0.02%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 120093 AND fieldname = 'attributes'
Parameters:
[] |
|
0.28 ms (0.02%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 120473 AND fieldname = 'attributes'
Parameters:
[] |
|
0.28 ms (0.02%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 120485 AND fieldname = 'attributes'
Parameters:
[] |
|
0.28 ms (0.02%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 120721
Parameters:
[] |
|
0.28 ms (0.02%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 171705 AND fieldname = 'attributes'
Parameters:
[] |
|
0.28 ms (0.02%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 90224
Parameters:
[] |
|
0.28 ms (0.02%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 120073
Parameters:
[] |
|
0.28 ms (0.02%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 120073
Parameters:
[] |
|
0.28 ms (0.02%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 120721
Parameters:
[] |
|
0.28 ms (0.02%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 120436
Parameters:
[] |
|
0.28 ms (0.02%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 120471 AND fieldname = 'attributes'
Parameters:
[] |
|
0.27 ms (0.02%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 120487
Parameters:
[] |
|
0.27 ms (0.02%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 87548
Parameters:
[] |
|
0.27 ms (0.02%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 90222
Parameters:
[] |
|
0.27 ms (0.02%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 120445
Parameters:
[] |
|
0.27 ms (0.02%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 90224
Parameters:
[] |
|
0.27 ms (0.02%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 120443 AND fieldname = 'attributes'
Parameters:
[] |
|
0.27 ms (0.02%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 120784 AND fieldname = 'attributes'
Parameters:
[] |
|
0.27 ms (0.02%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 120479
Parameters:
[] |
|
0.27 ms (0.02%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 120485
Parameters:
[] |
|
0.27 ms (0.02%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 120479 AND fieldname = 'attributes'
Parameters:
[] |
|
0.27 ms (0.02%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 90206
Parameters:
[] |
|
0.27 ms (0.02%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 120729
Parameters:
[] |
|
0.27 ms (0.02%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 120441
Parameters:
[] |
|
0.27 ms (0.02%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 120469 AND fieldname = 'attributes'
Parameters:
[] |
|
0.27 ms (0.02%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 90222
Parameters:
[] |
|
0.26 ms (0.02%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 120431 AND fieldname = 'attributes'
Parameters:
[] |
|
0.26 ms (0.02%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 120459
Parameters:
[] |
|
0.26 ms (0.02%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 120620
Parameters:
[] |
|
0.26 ms (0.02%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 120479
Parameters:
[] |
|
0.26 ms (0.02%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 121561
Parameters:
[] |
|
0.26 ms (0.02%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 90077 AND fieldname = 'attributes'
Parameters:
[] |
|
0.26 ms (0.02%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 90142
Parameters:
[] |
|
0.26 ms (0.02%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 120431
Parameters:
[] |
|
0.26 ms (0.02%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 120097 AND fieldname = 'attributes'
Parameters:
[] |
|
0.26 ms (0.02%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 120097
Parameters:
[] |
|
0.26 ms (0.02%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 120457 AND fieldname = 'attributes'
Parameters:
[] |
|
0.26 ms (0.02%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 120071 AND fieldname = 'attributes'
Parameters:
[] |
|
0.26 ms (0.02%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 90074
Parameters:
[] |
|
0.26 ms (0.02%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 120098 AND fieldname = 'attributes'
Parameters:
[] |
|
0.26 ms (0.02%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 90226 AND fieldname = 'attributes'
Parameters:
[] |
|
0.26 ms (0.02%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 120570
Parameters:
[] |
|
0.26 ms (0.02%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 120729
Parameters:
[] |
|
0.26 ms (0.02%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 120095 AND fieldname = 'attributes'
Parameters:
[] |
|
0.26 ms (0.02%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 87548
Parameters:
[] |
|
0.26 ms (0.02%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 120461 AND fieldname = 'attributes'
Parameters:
[] |
|
0.25 ms (0.02%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 120449
Parameters:
[] |
|
0.25 ms (0.02%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 90077
Parameters:
[] |
|
0.25 ms (0.02%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 120451
Parameters:
[] |
|
0.25 ms (0.02%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 120463 AND fieldname = 'attributes'
Parameters:
[] |
|
0.25 ms (0.02%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 87548 AND fieldname = 'attributes'
Parameters:
[] |
|
0.25 ms (0.02%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 120620
Parameters:
[] |
|
0.25 ms (0.02%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 120715
Parameters:
[] |
|
0.25 ms (0.02%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 90206
Parameters:
[] |
|
0.25 ms (0.02%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 120066 AND fieldname = 'attributes'
Parameters:
[] |
|
0.25 ms (0.02%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 120784
Parameters:
[] |
|
0.25 ms (0.02%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 26918
Parameters:
[] |
|
0.25 ms (0.02%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 171709
Parameters:
[] |
|
0.25 ms (0.02%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 120095 AND fieldname = 'attributes'
Parameters:
[] |
|
0.25 ms (0.02%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 171709 AND fieldname = 'attributes'
Parameters:
[] |
|
0.25 ms (0.02%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 120439 AND fieldname = 'attributes'
Parameters:
[] |
|
0.25 ms (0.02%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 120461
Parameters:
[] |
|
0.25 ms (0.02%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 120475
Parameters:
[] |
|
0.25 ms (0.02%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 90146
Parameters:
[] |
|
0.25 ms (0.02%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 120072
Parameters:
[] |
|
0.25 ms (0.02%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 120570
Parameters:
[] |
|
0.24 ms (0.02%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 120073
Parameters:
[] |
|
0.24 ms (0.02%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 120482
Parameters:
[] |
|
0.24 ms (0.02%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 120465
Parameters:
[] |
|
0.24 ms (0.02%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 90206
Parameters:
[] |
|
0.24 ms (0.02%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 90216
Parameters:
[] |
|
0.24 ms (0.02%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 90218
Parameters:
[] |
|
0.24 ms (0.02%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 120463
Parameters:
[] |
|
0.24 ms (0.02%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 171709
Parameters:
[] |
|
0.24 ms (0.02%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 90146
Parameters:
[] |
|
0.24 ms (0.02%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 120072
Parameters:
[] |
|
0.24 ms (0.02%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 87548 AND fieldname = 'attributes'
Parameters:
[] |
|
0.24 ms (0.02%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 120477
Parameters:
[] |
|
0.24 ms (0.02%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 90142
Parameters:
[] |
|
0.24 ms (0.02%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 157278
Parameters:
[] |
|
0.24 ms (0.02%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 120463
Parameters:
[] |
|
0.24 ms (0.02%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 171719
Parameters:
[] |
|
0.24 ms (0.02%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 157279 AND fieldname = 'attributes'
Parameters:
[] |
|
0.24 ms (0.02%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 120471
Parameters:
[] |
|
0.24 ms (0.02%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 120489
Parameters:
[] |
|
0.23 ms (0.02%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 120071 AND fieldname = 'attributes'
Parameters:
[] |
|
0.23 ms (0.02%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 120725
Parameters:
[] |
|
0.23 ms (0.02%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 120443
Parameters:
[] |
|
0.23 ms (0.02%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 90150
Parameters:
[] |
|
0.23 ms (0.02%) |
1 |
SELECT FOUND_ROWS()
Parameters:
[] |
|
0.23 ms (0.02%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 120436
Parameters:
[] |
|
0.23 ms (0.02%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 120092
Parameters:
[] |
|
0.23 ms (0.02%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 120459
Parameters:
[] |
|
0.23 ms (0.02%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 90212
Parameters:
[] |
|
0.23 ms (0.02%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 90218
Parameters:
[] |
|
0.23 ms (0.02%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 120620
Parameters:
[] |
|
0.23 ms (0.02%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 171717 AND fieldname = 'attributes'
Parameters:
[] |
|
0.23 ms (0.02%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 120433
Parameters:
[] |
|
0.23 ms (0.02%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 171705
Parameters:
[] |
|
0.22 ms (0.02%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 90150
Parameters:
[] |
|
0.22 ms (0.02%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 120447
Parameters:
[] |
|
0.22 ms (0.02%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 120784
Parameters:
[] |
|
0.22 ms (0.02%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 120461
Parameters:
[] |
|
0.22 ms (0.02%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 157279 AND fieldname = 'attributes'
Parameters:
[] |
|
0.22 ms (0.02%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 120455
Parameters:
[] |
|
0.22 ms (0.02%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 120451
Parameters:
[] |
|
0.22 ms (0.02%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 120093
Parameters:
[] |
|
0.22 ms (0.02%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 120482
Parameters:
[] |
|
0.22 ms (0.02%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 120443
Parameters:
[] |
|
0.22 ms (0.02%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 120715
Parameters:
[] |
|
0.22 ms (0.02%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 90224
Parameters:
[] |
|
0.22 ms (0.02%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 120431
Parameters:
[] |
|
0.22 ms (0.02%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 120457
Parameters:
[] |
|
0.22 ms (0.02%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 90142
Parameters:
[] |
|
0.22 ms (0.02%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 157278 AND fieldname = 'attributes'
Parameters:
[] |
|
0.22 ms (0.02%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 120449
Parameters:
[] |
|
0.22 ms (0.02%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 120453
Parameters:
[] |
|
0.22 ms (0.02%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 120453
Parameters:
[] |
|
0.22 ms (0.02%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 120465
Parameters:
[] |
|
0.22 ms (0.02%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 120475
Parameters:
[] |
|
0.22 ms (0.02%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 120469
Parameters:
[] |
|
0.22 ms (0.02%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 90212
Parameters:
[] |
|
0.21 ms (0.02%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 120782
Parameters:
[] |
|
0.21 ms (0.02%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 120477
Parameters:
[] |
|
0.21 ms (0.02%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 120071
Parameters:
[] |
|
0.21 ms (0.02%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 120065 AND fieldname = 'attributes'
Parameters:
[] |
|
0.21 ms (0.02%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 171697 AND fieldname = 'attributes'
Parameters:
[] |
|
0.21 ms (0.02%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 120725
Parameters:
[] |
|
0.21 ms (0.02%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 120467
Parameters:
[] |
|
0.21 ms (0.02%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 120073
Parameters:
[] |
|
0.21 ms (0.02%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 157279
Parameters:
[] |
|
0.21 ms (0.02%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 120479
Parameters:
[] |
|
0.21 ms (0.02%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 171717
Parameters:
[] |
|
0.21 ms (0.02%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 120098
Parameters:
[] |
|
0.21 ms (0.02%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 120097
Parameters:
[] |
|
0.21 ms (0.02%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 120471
Parameters:
[] |
|
0.21 ms (0.02%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 120473
Parameters:
[] |
|
0.21 ms (0.02%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 90220
Parameters:
[] |
|
0.21 ms (0.02%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 120066
Parameters:
[] |
|
0.21 ms (0.02%) |
1 |
SELECT * FROM object_relations_PCAT WHERE src_id = ?
Parameters:
[
22238
]
|
|
0.21 ms (0.02%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 87548
Parameters:
[] |
|
0.21 ms (0.02%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 90220
Parameters:
[] |
|
0.21 ms (0.02%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 120433
Parameters:
[] |
|
0.21 ms (0.02%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 90074
Parameters:
[] |
|
0.21 ms (0.02%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 120092
Parameters:
[] |
|
0.21 ms (0.02%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 120729
Parameters:
[] |
|
0.21 ms (0.02%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 120457
Parameters:
[] |
|
0.21 ms (0.02%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 171693
Parameters:
[] |
|
0.20 ms (0.02%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 120455
Parameters:
[] |
|
0.20 ms (0.02%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 120469
Parameters:
[] |
|
0.20 ms (0.02%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 120095
Parameters:
[] |
|
0.20 ms (0.02%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 120441
Parameters:
[] |
|
0.20 ms (0.02%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 90126
Parameters:
[] |
|
0.20 ms (0.02%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 90146
Parameters:
[] |
|
0.20 ms (0.02%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 157278 AND fieldname = 'attributes'
Parameters:
[] |
|
0.20 ms (0.02%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 120445
Parameters:
[] |
|
0.20 ms (0.02%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 120071
Parameters:
[] |
|
0.20 ms (0.02%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 171717
Parameters:
[] |
|
0.20 ms (0.02%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 26918
Parameters:
[] |
|
0.20 ms (0.02%) |
1 |
SELECT object_localized_SCONF_fr.id as id, object_localized_SCONF_fr.type as `type` FROM object_localized_SCONF_fr LEFT JOIN object_brick_query_EcommerceB2B_SCONF `EcommerceB2B` ON 1 AND `EcommerceB2B`.id = `object_localized_SCONF_fr`.id LEFT JOIN object_brick_localized_query_EcommerceB2B_SCONF_fr `EcommerceB2B_localized` ON 1 AND `EcommerceB2B_localized`.ooo_id = `object_localized_SCONF_fr`.id LEFT JOIN object_brick_query_EcommerceB2C_SCONF `EcommerceB2C` ON 1 AND `EcommerceB2C`.id = `object_localized_SCONF_fr`.id LEFT JOIN object_brick_localized_query_EcommerceB2C_SCONF_fr `EcommerceB2C_localized` ON 1 AND `EcommerceB2C_localized`.ooo_id = `object_localized_SCONF_fr`.id WHERE (((EcommerceB2B.dataAreaId = ? or EcommerceB2C.dataAreaId = ?)) AND object_localized_SCONF_fr.type IN ('object','variant','folder')) AND object_localized_SCONF_fr.published = 1 LIMIT 1
Parameters:
[ "wdbe" "wdbe" ] |
|
0.20 ms (0.02%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 120477
Parameters:
[] |
|
0.20 ms (0.02%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 120782
Parameters:
[] |
|
0.20 ms (0.02%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 171713
Parameters:
[] |
|
0.20 ms (0.02%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 120489
Parameters:
[] |
|
0.20 ms (0.02%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 90216
Parameters:
[] |
|
0.20 ms (0.02%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 90150
Parameters:
[] |
|
0.20 ms (0.02%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 120065
Parameters:
[] |
|
0.20 ms (0.02%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 90074
Parameters:
[] |
|
0.20 ms (0.02%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 120729
Parameters:
[] |
|
0.19 ms (0.02%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 90126
Parameters:
[] |
|
0.19 ms (0.02%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 120443
Parameters:
[] |
|
0.19 ms (0.02%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 120461
Parameters:
[] |
|
0.19 ms (0.02%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 120467
Parameters:
[] |
|
0.19 ms (0.02%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 90216
Parameters:
[] |
|
0.19 ms (0.02%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 120475
Parameters:
[] |
|
0.19 ms (0.02%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 120071
Parameters:
[] |
|
0.19 ms (0.02%) |
1 |
SELECT object_localized_8_fr.id as id, object_localized_8_fr.type as `type` FROM object_localized_8_fr WHERE ( object_localized_8_fr.type IN ('object','variant','folder')) AND object_localized_8_fr.published = 1
Parameters:
[] |
|
0.19 ms (0.02%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 157279
Parameters:
[] |
|
0.19 ms (0.02%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 120439
Parameters:
[] |
|
0.19 ms (0.02%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 157278
Parameters:
[] |
|
0.19 ms (0.02%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 120447
Parameters:
[] |
|
0.19 ms (0.02%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 90226
Parameters:
[] |
|
0.19 ms (0.02%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 120465
Parameters:
[] |
|
0.19 ms (0.02%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 120482
Parameters:
[] |
|
0.19 ms (0.02%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 90222
Parameters:
[] |
|
0.19 ms (0.02%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 120439
Parameters:
[] |
|
0.19 ms (0.02%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 120439
Parameters:
[] |
|
0.19 ms (0.02%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 120097
Parameters:
[] |
|
0.19 ms (0.02%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 120473
Parameters:
[] |
|
0.19 ms (0.02%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 120485
Parameters:
[] |
|
0.19 ms (0.02%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 171719
Parameters:
[] |
|
0.19 ms (0.02%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 120098
Parameters:
[] |
|
0.19 ms (0.02%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 90077
Parameters:
[] |
|
0.19 ms (0.02%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 120487
Parameters:
[] |
|
0.19 ms (0.02%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 121539
Parameters:
[] |
|
0.19 ms (0.02%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 120477
Parameters:
[] |
|
0.19 ms (0.02%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 120449
Parameters:
[] |
|
0.19 ms (0.02%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 120471
Parameters:
[] |
|
0.19 ms (0.02%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 120457
Parameters:
[] |
|
0.19 ms (0.02%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 120066
Parameters:
[] |
|
0.19 ms (0.02%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 171713
Parameters:
[] |
|
0.18 ms (0.02%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 120098
Parameters:
[] |
|
0.18 ms (0.02%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 120459
Parameters:
[] |
|
0.18 ms (0.02%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 120489
Parameters:
[] |
|
0.18 ms (0.02%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 120721
Parameters:
[] |
|
0.18 ms (0.02%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 120441
Parameters:
[] |
|
0.18 ms (0.02%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 120467
Parameters:
[] |
|
0.18 ms (0.02%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 171719
Parameters:
[] |
|
0.18 ms (0.02%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 120093
Parameters:
[] |
|
0.18 ms (0.02%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 120482
Parameters:
[] |
|
0.18 ms (0.02%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 120487
Parameters:
[] |
|
0.18 ms (0.02%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 171709
Parameters:
[] |
|
0.18 ms (0.02%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 120431
Parameters:
[] |
|
0.18 ms (0.02%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 90146
Parameters:
[] |
|
0.18 ms (0.02%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 120433
Parameters:
[] |
|
0.18 ms (0.02%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 120095
Parameters:
[] |
|
0.18 ms (0.02%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 90142
Parameters:
[] |
|
0.18 ms (0.02%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 26918
Parameters:
[] |
|
0.18 ms (0.02%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 120447
Parameters:
[] |
|
0.18 ms (0.02%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 120451
Parameters:
[] |
|
0.18 ms (0.02%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 171717
Parameters:
[] |
|
0.18 ms (0.02%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 120784
Parameters:
[] |
|
0.18 ms (0.02%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 90077
Parameters:
[] |
|
0.18 ms (0.02%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 120443
Parameters:
[] |
|
0.18 ms (0.02%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 120725
Parameters:
[] |
|
0.18 ms (0.02%) |
1 |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"maintenance_mode"
]
|
|
0.18 ms (0.02%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 90212
Parameters:
[] |
|
0.18 ms (0.01%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 120453
Parameters:
[] |
|
0.18 ms (0.01%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 87548
Parameters:
[] |
|
0.17 ms (0.01%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 120445
Parameters:
[] |
|
0.17 ms (0.01%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 120451
Parameters:
[] |
|
0.17 ms (0.01%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 120715
Parameters:
[] |
|
0.17 ms (0.01%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 120092
Parameters:
[] |
|
0.17 ms (0.01%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 121539
Parameters:
[] |
|
0.17 ms (0.01%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 120095
Parameters:
[] |
|
0.17 ms (0.01%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 90212
Parameters:
[] |
|
0.17 ms (0.01%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 120447
Parameters:
[] |
|
0.17 ms (0.01%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 120725
Parameters:
[] |
|
0.17 ms (0.01%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 171697
Parameters:
[] |
|
0.17 ms (0.01%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 90206
Parameters:
[] |
|
0.17 ms (0.01%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 90226
Parameters:
[] |
|
0.17 ms (0.01%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 157278
Parameters:
[] |
|
0.17 ms (0.01%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 120463
Parameters:
[] |
|
0.17 ms (0.01%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 120463
Parameters:
[] |
|
0.17 ms (0.01%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 171697
Parameters:
[] |
|
0.17 ms (0.01%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 157279
Parameters:
[] |
|
0.17 ms (0.01%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 120436
Parameters:
[] |
|
0.17 ms (0.01%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 120098
Parameters:
[] |
|
0.17 ms (0.01%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 120431
Parameters:
[] |
|
0.17 ms (0.01%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 26918
Parameters:
[] |
|
0.17 ms (0.01%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 120479
Parameters:
[] |
|
0.17 ms (0.01%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 171705
Parameters:
[] |
|
0.17 ms (0.01%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 120457
Parameters:
[] |
|
0.17 ms (0.01%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 120071
Parameters:
[] |
|
0.17 ms (0.01%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 120065 AND fieldname = 'attributes'
Parameters:
[] |
|
0.17 ms (0.01%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 90083
Parameters:
[] |
|
0.17 ms (0.01%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 90220
Parameters:
[] |
|
0.17 ms (0.01%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 120782
Parameters:
[] |
|
0.17 ms (0.01%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 120784
Parameters:
[] |
|
0.17 ms (0.01%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 120093
Parameters:
[] |
|
0.17 ms (0.01%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 120092
Parameters:
[] |
|
0.17 ms (0.01%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 120433
Parameters:
[] |
|
0.17 ms (0.01%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 120097
Parameters:
[] |
|
0.17 ms (0.01%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 120453
Parameters:
[] |
|
0.17 ms (0.01%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 120471
Parameters:
[] |
|
0.16 ms (0.01%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 90222
Parameters:
[] |
|
0.16 ms (0.01%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 157279
Parameters:
[] |
|
0.16 ms (0.01%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 121539
Parameters:
[] |
|
0.16 ms (0.01%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 171713
Parameters:
[] |
|
0.16 ms (0.01%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 171709
Parameters:
[] |
|
0.16 ms (0.01%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 120459
Parameters:
[] |
|
0.16 ms (0.01%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 120093
Parameters:
[] |
|
0.16 ms (0.01%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 120721
Parameters:
[] |
|
0.16 ms (0.01%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 90220
Parameters:
[] |
|
0.16 ms (0.01%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 120445
Parameters:
[] |
|
0.16 ms (0.01%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 120436
Parameters:
[] |
|
0.16 ms (0.01%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 120066
Parameters:
[] |
|
0.16 ms (0.01%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 171713
Parameters:
[] |
|
0.16 ms (0.01%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 120439
Parameters:
[] |
|
0.16 ms (0.01%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 120469
Parameters:
[] |
|
0.16 ms (0.01%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 171719
Parameters:
[] |
|
0.16 ms (0.01%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 171693
Parameters:
[] |
|
0.15 ms (0.01%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 90226
Parameters:
[] |
|
0.15 ms (0.01%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 90083
Parameters:
[] |
|
0.15 ms (0.01%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 120469
Parameters:
[] |
|
0.15 ms (0.01%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 120095
Parameters:
[] |
|
0.15 ms (0.01%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 121561
Parameters:
[] |
|
0.15 ms (0.01%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 171717
Parameters:
[] |
|
0.15 ms (0.01%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 171705
Parameters:
[] |
|
0.14 ms (0.01%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 171697
Parameters:
[] |
|
0.14 ms (0.01%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 171705
Parameters:
[] |
|
0.14 ms (0.01%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 171697
Parameters:
[] |
|
0.13 ms (0.01%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 121539
Parameters:
[] |
|
0.13 ms (0.01%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 120065
Parameters:
[] |
|
0.13 ms (0.01%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 121561
Parameters:
[] |
|
0.12 ms (0.01%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 120065
Parameters:
[] |
|
0.12 ms (0.01%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 120065
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.