Query Metrics
314
Database Queries
125
Different statements
1072.27 ms
Query time
0
Invalid entities
0
Managed entities
Grouped Statements
default connection
| Time▼ | Count | Info |
|---|---|---|
|
39.11 ms (3.65%) |
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 '%,22235,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`converterText`)
Parameters:
[] |
|
37.76 ms (3.52%) |
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 '%,22235,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`lightColorTemperature`)
Parameters:
[] |
|
36.17 ms (3.37%) |
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 = '120122' and a.id != '120122') or parentProducts like '%,120122,%') 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.47 ms (3.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 = '171538' and a.id != '171538') or parentProducts like '%,171538,%') 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:
[] |
|
34.84 ms (3.25%) |
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 '%,22235,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`diameter`)
Parameters:
[] |
|
33.64 ms (3.14%) |
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 '%,22235,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`ipRating`)
Parameters:
[] |
|
30.91 ms (2.88%) |
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 = '94575' and a.id != '94575') or parentProducts like '%,94575,%') 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:
[] |
|
30.19 ms (2.82%) |
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 '%,22235,%') AND (IFNULL(isSalesItem, 0) = 0)) GROUP BY dest
Parameters:
[] |
|
28.95 ms (2.70%) |
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 '%,22235,%') 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 48, 24
Parameters:
[] |
|
28.61 ms (2.67%) |
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 = '17159' and a.id != '17159') or parentProducts like '%,17159,%') 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.53 ms (2.57%) |
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 '%,22235,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`scopeName`)
Parameters:
[] |
|
27.21 ms (2.54%) |
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 '%,22235,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`lampType`)
Parameters:
[] |
|
27.16 ms (2.53%) |
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 '%,22235,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`voltage`)
Parameters:
[] |
|
27.02 ms (2.52%) |
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 '%,22235,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`typeName`)
Parameters:
[] |
|
26.44 ms (2.47%) |
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 '%,22235,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`cutOutMax`)
Parameters:
[] |
|
26.28 ms (2.45%) |
46 |
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
4574046
]
|
|
25.80 ms (2.41%) |
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 '%,22235,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`recessedDepth`)
Parameters:
[] |
|
25.30 ms (2.36%) |
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 '%,22235,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`cutOutMin`)
Parameters:
[] |
|
25.23 ms (2.35%) |
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 = '120063' and a.id != '120063') or parentProducts like '%,120063,%') 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.05 ms (2.34%) |
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 = '171540' and a.id != '171540') or parentProducts like '%,171540,%') 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:
[] |
|
24.72 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 = '120083' and a.id != '120083') or parentProducts like '%,120083,%') 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:
[] |
|
24.54 ms (2.29%) |
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:
[] |
|
24.52 ms (2.29%) |
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 = '120061' and a.id != '120061') or parentProducts like '%,120061,%') 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:
[] |
|
24.50 ms (2.29%) |
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:
[] |
|
24.45 ms (2.28%) |
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 = '120120' and a.id != '120120') or parentProducts like '%,120120,%') 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:
[] |
|
24.40 ms (2.28%) |
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 = '17434' and a.id != '17434') or parentProducts like '%,17434,%') 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:
[] |
|
24.40 ms (2.28%) |
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 = '171539' and a.id != '171539') or parentProducts like '%,171539,%') 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:
[] |
|
24.39 ms (2.27%) |
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 = '17435' and a.id != '17435') or parentProducts like '%,17435,%') 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:
[] |
|
24.24 ms (2.26%) |
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 = '17158' and a.id != '17158') or parentProducts like '%,17158,%') 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:
[] |
|
24.12 ms (2.25%) |
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 = '120119' and a.id != '120119') or parentProducts like '%,120119,%') 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.94 ms (2.23%) |
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 = '120121' and a.id != '120121') or parentProducts like '%,120121,%') 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.85 ms (2.22%) |
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 = '120082' and a.id != '120082') or parentProducts like '%,120082,%') 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.84 ms (2.22%) |
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 = '120062' and a.id != '120062') or parentProducts like '%,120062,%') 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.64 ms (2.20%) |
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 = '120084' and a.id != '120084') or parentProducts like '%,120084,%') 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.95 ms (2.05%) |
46 |
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
4574046
]
|
|
10.84 ms (1.01%) |
8 |
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
121413
]
|
|
6.81 ms (0.64%) |
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" ] |
|
6.40 ms (0.60%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 121413 AND fieldname = 'attributes'
Parameters:
[] |
|
5.45 ms (0.51%) |
8 |
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
121413
]
|
|
4.87 ms (0.45%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 171640 AND fieldname = 'attributes'
Parameters:
[] |
|
4.86 ms (0.45%) |
8 |
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:
[
121413
]
|
|
4.64 ms (0.43%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 171642 AND fieldname = 'attributes'
Parameters:
[] |
|
4.37 ms (0.41%) |
12 |
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
1375
]
|
|
4.16 ms (0.39%) |
8 |
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
121413
]
|
|
3.86 ms (0.36%) |
8 |
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
121413
]
|
|
3.65 ms (0.34%) |
8 |
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[ 121413 "videos" ] |
|
3.47 ms (0.32%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 171646 AND fieldname = 'attributes'
Parameters:
[] |
|
2.98 ms (0.28%) |
8 |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle" "pimcore" ] |
|
2.94 ms (0.27%) |
7 |
SELECT name FROM classes WHERE id = ?
Parameters:
[
"SCONF"
]
|
|
2.33 ms (0.22%) |
7 |
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
2
]
|
|
1.73 ms (0.16%) |
5 |
SELECT documents.id, documents.type FROM documents WHERE (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
1380
]
|
|
1.59 ms (0.15%) |
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/salle-de-bains~22235" "path" "auto_create" "/fr/produits/c/salle-de-bains~22235?page=3" "path_query" "https://testing.weverducre.com/fr/produits/c/salle-de-bains~22235?page=3" "entire_uri" ] |
|
1.36 ms (0.13%) |
3 |
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[ "/weverducre.com/fr/produits/c/" "salle-de-bains~22235" ] |
|
1.05 ms (0.10%) |
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/salle-de-bains~22235" ] |
|
1.05 ms (0.10%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 171632 AND fieldname = 'attributes'
Parameters:
[] |
|
1.02 ms (0.10%) |
2 |
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
"/weverducre.com/fr/produits/c/salle-de-bains~22235"
]
|
|
1.00 ms (0.09%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 171644 AND fieldname = 'attributes'
Parameters:
[] |
|
0.96 ms (0.09%) |
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:
[
22235
]
|
|
0.95 ms (0.09%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 171636 AND fieldname = 'attributes'
Parameters:
[] |
|
0.92 ms (0.09%) |
1 |
SELECT * FROM object_relations_SCONF WHERE src_id = ?
Parameters:
[
1547
]
|
|
0.90 ms (0.08%) |
1 |
SELECT * FROM object_classificationstore_data_prod WHERE id = 171634 AND fieldname = 'attributes'
Parameters:
[] |
|
0.71 ms (0.07%) |
2 |
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[] |
|
0.68 ms (0.06%) |
2 |
SELECT * FROM translations_admin LIMIT 1;
Parameters:
[] |
|
0.62 ms (0.06%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 171640
Parameters:
[] |
|
0.58 ms (0.05%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 171634
Parameters:
[] |
|
0.56 ms (0.05%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 171642 AND fieldname = 'attributes'
Parameters:
[] |
|
0.53 ms (0.05%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 121413
Parameters:
[] |
|
0.52 ms (0.05%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 121413 AND fieldname = 'attributes'
Parameters:
[] |
|
0.52 ms (0.05%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 171634 AND fieldname = 'attributes'
Parameters:
[] |
|
0.52 ms (0.05%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 171632 AND fieldname = 'attributes'
Parameters:
[] |
|
0.52 ms (0.05%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 171644 AND fieldname = 'attributes'
Parameters:
[] |
|
0.51 ms (0.05%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 171636 AND fieldname = 'attributes'
Parameters:
[] |
|
0.51 ms (0.05%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 121413
Parameters:
[] |
|
0.50 ms (0.05%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 171632
Parameters:
[] |
|
0.50 ms (0.05%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 171646 AND fieldname = 'attributes'
Parameters:
[] |
|
0.49 ms (0.05%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 121413
Parameters:
[] |
|
0.47 ms (0.04%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 171634
Parameters:
[] |
|
0.47 ms (0.04%) |
1 |
SELECT * FROM object_classificationstore_groups_prod WHERE id = 171640 AND fieldname = 'attributes'
Parameters:
[] |
|
0.46 ms (0.04%) |
1 |
SELECT FOUND_ROWS()
Parameters:
[] |
|
0.46 ms (0.04%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 121413
Parameters:
[] |
|
0.45 ms (0.04%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 121413
Parameters:
[] |
|
0.45 ms (0.04%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 171644
Parameters:
[] |
|
0.44 ms (0.04%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 171642
Parameters:
[] |
|
0.44 ms (0.04%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 171636
Parameters:
[] |
|
0.44 ms (0.04%) |
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.43 ms (0.04%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 171632
Parameters:
[] |
|
0.43 ms (0.04%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 121413
Parameters:
[] |
|
0.42 ms (0.04%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 171646
Parameters:
[] |
|
0.42 ms (0.04%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 171636
Parameters:
[] |
|
0.42 ms (0.04%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 171642
Parameters:
[] |
|
0.42 ms (0.04%) |
1 |
SELECT * FROM object_relations_EF_FD WHERE src_id = ?
Parameters:
[
1551
]
|
|
0.42 ms (0.04%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 171640
Parameters:
[] |
|
0.41 ms (0.04%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 171640
Parameters:
[] |
|
0.41 ms (0.04%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 171642
Parameters:
[] |
|
0.41 ms (0.04%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 171632
Parameters:
[] |
|
0.40 ms (0.04%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 171646
Parameters:
[] |
|
0.40 ms (0.04%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 171640
Parameters:
[] |
|
0.40 ms (0.04%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 171640
Parameters:
[] |
|
0.40 ms (0.04%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 171636
Parameters:
[] |
|
0.40 ms (0.04%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 171642
Parameters:
[] |
|
0.40 ms (0.04%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 171646
Parameters:
[] |
|
0.39 ms (0.04%) |
1 |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"maintenance_mode"
]
|
|
0.39 ms (0.04%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 171644
Parameters:
[] |
|
0.39 ms (0.04%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 171636
Parameters:
[] |
|
0.39 ms (0.04%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 171642
Parameters:
[] |
|
0.39 ms (0.04%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 171634
Parameters:
[] |
|
0.39 ms (0.04%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 171636
Parameters:
[] |
|
0.39 ms (0.04%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 171644
Parameters:
[] |
|
0.39 ms (0.04%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 171632
Parameters:
[] |
|
0.39 ms (0.04%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 171632
Parameters:
[] |
|
0.39 ms (0.04%) |
1 |
select `accessoryDemand` from object_store_prod where oo_id = 171634
Parameters:
[] |
|
0.38 ms (0.04%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 171646
Parameters:
[] |
|
0.38 ms (0.04%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 171642
Parameters:
[] |
|
0.37 ms (0.03%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 171644
Parameters:
[] |
|
0.37 ms (0.03%) |
1 |
select `colorMatchExceptions` from object_store_prod where oo_id = 171640
Parameters:
[] |
|
0.37 ms (0.03%) |
1 |
select `iconLabels` from object_store_prod where oo_id = 171646
Parameters:
[] |
|
0.37 ms (0.03%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 171646
Parameters:
[] |
|
0.37 ms (0.03%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 171644
Parameters:
[] |
|
0.37 ms (0.03%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 171644
Parameters:
[] |
|
0.36 ms (0.03%) |
1 |
select `combinedImage` from object_store_prod where oo_id = 171632
Parameters:
[] |
|
0.36 ms (0.03%) |
1 |
SELECT * FROM object_relations_PCAT WHERE src_id = ?
Parameters:
[
22235
]
|
|
0.36 ms (0.03%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 171634
Parameters:
[] |
|
0.35 ms (0.03%) |
1 |
select `accessoryFilterGroups` from object_store_prod where oo_id = 171636
Parameters:
[] |
|
0.34 ms (0.03%) |
1 |
select `combinedBlock` from object_store_prod where oo_id = 171634
Parameters:
[] |
|
0.34 ms (0.03%) |
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:
[] |
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.