Query Metrics

458 Database Queries
185 Different statements
1007.94 ms Query time
0 Invalid entities
0 Managed entities

Grouped Statements

Show all queries

default connection

Time Count Info
44.94 ms
(4.46%)
1
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '87571' and a.id != '87571') or parentProducts like '%,87571,%') and IFNULL(isSalesItem, 0) = 0 and (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL)
            group by color
            order by maxMainProductInLine desc
Parameters:
[]
38.20 ms
(3.79%)
1
SELECT SQL_CALC_FOUND_ROWS DISTINCT virtualProductId as id, priceSystemName  FROM ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,23479,%') 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:
[]
33.32 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_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '87557' and a.id != '87557') or parentProducts like '%,87557,%') 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:
[]
32.97 ms
(3.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_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '26927' and a.id != '26927') or parentProducts like '%,26927,%') and IFNULL(isSalesItem, 0) = 0 and (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL)
            group by color
            order by maxMainProductInLine desc
Parameters:
[]
31.57 ms
(3.13%)
1
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '87570' and a.id != '87570') or parentProducts like '%,87570,%') and IFNULL(isSalesItem, 0) = 0 and (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL)
            group by color
            order by maxMainProductInLine desc
Parameters:
[]
31.08 ms
(3.08%)
70
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  4574046
]
30.86 ms
(3.06%)
70
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  4574046
]
29.68 ms
(2.95%)
2
SELECT TRIM(`lightColorTemperature`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,23479,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`lightColorTemperature`)
Parameters:
[]
29.62 ms
(2.94%)
2
SELECT TRIM(`voltage`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,23479,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`voltage`)
Parameters:
[]
29.11 ms
(2.89%)
1
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '17276' and a.id != '17276') or parentProducts like '%,17276,%') and IFNULL(isSalesItem, 0) = 0 and (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL)
            group by color
            order by maxMainProductInLine desc
Parameters:
[]
28.80 ms
(2.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_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '87561' and a.id != '87561') or parentProducts like '%,87561,%') and IFNULL(isSalesItem, 0) = 0 and (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL)
            group by color
            order by maxMainProductInLine desc
Parameters:
[]
28.61 ms
(2.84%)
2
SELECT TRIM(`typeName`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,23479,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`typeName`)
Parameters:
[]
28.17 ms
(2.80%)
2
SELECT TRIM(`scopeName`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,23479,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`scopeName`)
Parameters:
[]
27.89 ms
(2.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_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '17279' and a.id != '17279') or parentProducts like '%,17279,%') 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.82 ms
(2.76%)
2
SELECT TRIM(`lampType`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,23479,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`lampType`)
Parameters:
[]
27.59 ms
(2.74%)
2
SELECT dest as `value`, count(DISTINCT src_virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_de_relations a WHERE fieldname = 'baseColorObjects' AND src IN (SELECT a.id FROM ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,23479,%') AND (IFNULL(isSalesItem, 0) = 0)) GROUP BY dest
Parameters:
[]
27.14 ms
(2.69%)
1
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '17277' and a.id != '17277') or parentProducts like '%,17277,%') 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.07 ms
(2.69%)
1
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '17278' and a.id != '17278') or parentProducts like '%,17278,%') 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:
[]
26.72 ms
(2.65%)
1
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '87560' and a.id != '87560') or parentProducts like '%,87560,%') 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:
[]
26.49 ms
(2.63%)
2
SELECT TRIM(`converterText`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,23479,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`converterText`)
Parameters:
[]
26.43 ms
(2.62%)
2
SELECT TRIM(`ipRating`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,23479,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`ipRating`)
Parameters:
[]
25.65 ms
(2.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_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '87568' and a.id != '87568') or parentProducts like '%,87568,%') 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.04 ms
(2.48%)
2
SELECT TRIM(`diameter`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,23479,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`diameter`)
Parameters:
[]
24.41 ms
(2.42%)
1
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '87566' and a.id != '87566') or parentProducts like '%,87566,%') 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.59 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_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '87558' and a.id != '87558') or parentProducts like '%,87558,%') 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.28 ms
(2.31%)
2
SELECT TRIM(`recessedDepth`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,23479,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`recessedDepth`)
Parameters:
[]
23.26 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_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '17274' and a.id != '17274') or parentProducts like '%,17274,%') 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.24 ms
(2.31%)
2
SELECT TRIM(`cutOutMin`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,23479,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`cutOutMin`)
Parameters:
[]
23.12 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_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '87567' and a.id != '87567') or parentProducts like '%,87567,%') 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:
[]
22.92 ms
(2.27%)
2
SELECT TRIM(`cutOutMax`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,23479,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`cutOutMax`)
Parameters:
[]
22.80 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_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '87563' and a.id != '87563') or parentProducts like '%,87563,%') 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.53 ms
(1.84%)
15
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  69902
]
7.85 ms
(0.78%)
6
SELECT * FROM redirects WHERE
            (
                (source = ? AND (`type` = ? OR `type` = ?)) OR
                (source = ? AND `type` = ?) OR
                (source = ? AND `type` = ?)
            ) AND active = 1 AND (regex IS NULL OR regex = 0) AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND (sourceSite IS NULL OR sourceSite = 0) AND priority = 99 ORDER BY `priority` DESC
Parameters:
[
  "/_fragment"
  "path"
  "auto_create"
  "/_fragment?_path=_locale=de&_format=html&_controller=App%5CController%5CSnippetController%3A%3AheaderAction"
  "path_query"
  "https://testing.weverducre.com/_fragment?_path=_locale=de&_format=html&_controller=App%5CController%5CSnippetController%3A%3AheaderAction"
  "entire_uri"
]
7.11 ms
(0.71%)
15
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:
[
  69902
]
7.03 ms
(0.70%)
15
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  69902
]
6.30 ms
(0.63%)
15
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  69902
]
5.59 ms
(0.55%)
15
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  69902
]
5.38 ms
(0.53%)
15
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  69902
  "videos"
]
3.48 ms
(0.35%)
8
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
2.83 ms
(0.28%)
6
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  16
]
2.59 ms
(0.26%)
7
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "SCONF"
]
2.42 ms
(0.24%)
7
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  2
]
2.01 ms
(0.20%)
5
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  120
]
1.96 ms
(0.19%)
1
SELECT * FROM redirects WHERE
            (
                (source = ? AND (`type` = ? OR `type` = ?)) OR
                (source = ? AND `type` = ?) OR
                (source = ? AND `type` = ?)
            ) AND active = 1 AND (regex IS NULL OR regex = 0) AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND (sourceSite IS NULL OR sourceSite = 1) AND priority = 99 ORDER BY `priority` DESC
Parameters:
[
  "/de/produkte/c/hangeleuchten~23479"
  "path"
  "auto_create"
  "/de/produkte/c/hangeleuchten~23479?page=3"
  "path_query"
  "https://testing.weverducre.com/de/produkte/c/hangeleuchten~23479?page=3"
  "entire_uri"
]
1.74 ms
(0.17%)
1
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '17299' and a.id != '17299') or parentProducts like '%,17299,%') 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.49 ms
(0.15%)
1
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '17298' and a.id != '17298') or parentProducts like '%,17298,%') 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.43 ms
(0.14%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 70139 AND fieldname = 'attributes'
Parameters:
[]
1.30 ms
(0.13%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 70174 AND fieldname = 'attributes'
Parameters:
[]
1.30 ms
(0.13%)
3
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/weverducre.com/de/produkte/c/"
  "hangeleuchten~23479"
]
1.26 ms
(0.12%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 70181 AND fieldname = 'attributes'
Parameters:
[]
1.10 ms
(0.11%)
1
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '17280' and a.id != '17280') or parentProducts like '%,17280,%') 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.06 ms
(0.11%)
2
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
  "/weverducre.com/de/produkte/c/hangeleuchten~23479"
]
1.03 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/%"
  "/de/produkte/c/hangeleuchten~23479"
]
1.03 ms
(0.10%)
1
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '17243' and a.id != '17243') or parentProducts like '%,17243,%') 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.02 ms
(0.10%)
1
SELECT name, type, data, cid, inheritable, cpath FROM properties WHERE
                     (
                         (cid IN (1,22225,22218,1548,1544) AND inheritable = 1)
                         OR cid = ? ) AND ctype='object'
Parameters:
[
  23479
]
0.94 ms
(0.09%)
1
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '17288' and a.id != '17288') or parentProducts like '%,17288,%') 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:
[]
0.94 ms
(0.09%)
1
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '17287' and a.id != '17287') or parentProducts like '%,17287,%') 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:
[]
0.87 ms
(0.09%)
2
SELECT * FROM translations_admin LIMIT 1;
Parameters:
[]
0.86 ms
(0.09%)
1
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '17297' and a.id != '17297') or parentProducts like '%,17297,%') 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:
[]
0.84 ms
(0.08%)
1
SELECT * FROM object_relations_SCONF WHERE src_id = ?
Parameters:
[
  1547
]
0.83 ms
(0.08%)
1
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_de a  INNER JOIN ecommerceframework_productindex_wdbe_de_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '87564' and a.id != '87564') or parentProducts like '%,87564,%') 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:
[]
0.72 ms
(0.07%)
2
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[]
0.68 ms
(0.07%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 26927 AND fieldname = 'attributes'
Parameters:
[]
0.66 ms
(0.07%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 70174 AND fieldname = 'attributes'
Parameters:
[]
0.65 ms
(0.06%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 70139 AND fieldname = 'attributes'
Parameters:
[]
0.60 ms
(0.06%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 70181 AND fieldname = 'attributes'
Parameters:
[]
0.53 ms
(0.05%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 26927 AND fieldname = 'attributes'
Parameters:
[]
0.52 ms
(0.05%)
1
select `combinedImage` from object_store_prod where oo_id  = 70174
Parameters:
[]
0.49 ms
(0.05%)
1
select `combinedImage` from object_store_prod where oo_id  = 70181
Parameters:
[]
0.48 ms
(0.05%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 70181
Parameters:
[]
0.47 ms
(0.05%)
1
select `combinedImage` from object_store_prod where oo_id  = 70028
Parameters:
[]
0.47 ms
(0.05%)
1
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "maintenance_mode"
]
0.47 ms
(0.05%)
1
select `iconLabels` from object_store_prod where oo_id  = 26927
Parameters:
[]
0.47 ms
(0.05%)
1
select `iconLabels` from object_store_prod where oo_id  = 70174
Parameters:
[]
0.47 ms
(0.05%)
1
select `combinedBlock` from object_store_prod where oo_id  = 70174
Parameters:
[]
0.46 ms
(0.05%)
1
select `colorMatchExceptions` from object_store_prod where oo_id  = 70174
Parameters:
[]
0.46 ms
(0.05%)
1
SELECT FOUND_ROWS()
Parameters:
[]
0.45 ms
(0.04%)
1
select `combinedImage` from object_store_prod where oo_id  = 26927
Parameters:
[]
0.45 ms
(0.04%)
1
select `accessoryFilterGroups` from object_store_prod where oo_id  = 70181
Parameters:
[]
0.44 ms
(0.04%)
1
select `combinedBlock` from object_store_prod where oo_id  = 70139
Parameters:
[]
0.44 ms
(0.04%)
1
select `combinedBlock` from object_store_prod where oo_id  = 70181
Parameters:
[]
0.44 ms
(0.04%)
1
select `colorMatchExceptions` from object_store_prod where oo_id  = 70139
Parameters:
[]
0.44 ms
(0.04%)
1
select `iconLabels` from object_store_prod where oo_id  = 70181
Parameters:
[]
0.44 ms
(0.04%)
1
select `iconLabels` from object_store_prod where oo_id  = 70139
Parameters:
[]
0.44 ms
(0.04%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 70139
Parameters:
[]
0.43 ms
(0.04%)
1
select `accessoryFilterGroups` from object_store_prod where oo_id  = 70139
Parameters:
[]
0.43 ms
(0.04%)
1
SELECT object_localized_SCONF_de.id as id, object_localized_SCONF_de.type as `type` FROM object_localized_SCONF_de LEFT JOIN object_brick_query_EcommerceB2B_SCONF `EcommerceB2B` ON 1
AND `EcommerceB2B`.id = `object_localized_SCONF_de`.id LEFT JOIN object_brick_localized_query_EcommerceB2B_SCONF_de `EcommerceB2B_localized` ON 1
AND `EcommerceB2B_localized`.ooo_id = `object_localized_SCONF_de`.id LEFT JOIN object_brick_query_EcommerceB2C_SCONF `EcommerceB2C` ON 1
AND `EcommerceB2C`.id = `object_localized_SCONF_de`.id LEFT JOIN object_brick_localized_query_EcommerceB2C_SCONF_de `EcommerceB2C_localized` ON 1
AND `EcommerceB2C_localized`.ooo_id = `object_localized_SCONF_de`.id WHERE (((EcommerceB2B.dataAreaId = ? or EcommerceB2C.dataAreaId = ?))  AND  object_localized_SCONF_de.type IN ('object','variant','folder')) AND object_localized_SCONF_de.published = 1 LIMIT 1
Parameters:
[
  "wdbe"
  "wdbe"
]
0.43 ms
(0.04%)
1
select `combinedImage` from object_store_prod where oo_id  = 70139
Parameters:
[]
0.43 ms
(0.04%)
1
select `colorMatchExceptions` from object_store_prod where oo_id  = 26927
Parameters:
[]
0.43 ms
(0.04%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 26927
Parameters:
[]
0.43 ms
(0.04%)
1
select `colorMatchExceptions` from object_store_prod where oo_id  = 70181
Parameters:
[]
0.43 ms
(0.04%)
1
select `accessoryFilterGroups` from object_store_prod where oo_id  = 70028
Parameters:
[]
0.42 ms
(0.04%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 70174
Parameters:
[]
0.42 ms
(0.04%)
1
select `combinedBlock` from object_store_prod where oo_id  = 26927
Parameters:
[]
0.41 ms
(0.04%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 70117 AND fieldname = 'attributes'
Parameters:
[]
0.41 ms
(0.04%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 70024 AND fieldname = 'attributes'
Parameters:
[]
0.41 ms
(0.04%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 70020 AND fieldname = 'attributes'
Parameters:
[]
0.41 ms
(0.04%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 70028 AND fieldname = 'attributes'
Parameters:
[]
0.40 ms
(0.04%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 69902 AND fieldname = 'attributes'
Parameters:
[]
0.40 ms
(0.04%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 69904 AND fieldname = 'attributes'
Parameters:
[]
0.40 ms
(0.04%)
1
select `accessoryFilterGroups` from object_store_prod where oo_id  = 69902
Parameters:
[]
0.40 ms
(0.04%)
1
SELECT * FROM object_relations_PCAT WHERE src_id = ?
Parameters:
[
  23479
]
0.39 ms
(0.04%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 70022 AND fieldname = 'attributes'
Parameters:
[]
0.39 ms
(0.04%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 70018 AND fieldname = 'attributes'
Parameters:
[]
0.39 ms
(0.04%)
1
select `accessoryFilterGroups` from object_store_prod where oo_id  = 26927
Parameters:
[]
0.38 ms
(0.04%)
1
SELECT object_localized_8_de.id as id, object_localized_8_de.type as `type` FROM object_localized_8_de WHERE ( object_localized_8_de.type IN ('object','variant','folder')) AND object_localized_8_de.published = 1
Parameters:
[]
0.38 ms
(0.04%)
1
select `colorMatchExceptions` from object_store_prod where oo_id  = 69902
Parameters:
[]
0.38 ms
(0.04%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 69902
Parameters:
[]
0.37 ms
(0.04%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 70014 AND fieldname = 'attributes'
Parameters:
[]
0.37 ms
(0.04%)
1
select `accessoryFilterGroups` from object_store_prod where oo_id  = 70174
Parameters:
[]
0.37 ms
(0.04%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 70018 AND fieldname = 'attributes'
Parameters:
[]
0.36 ms
(0.04%)
1
select `colorMatchExceptions` from object_store_prod where oo_id  = 70028
Parameters:
[]
0.36 ms
(0.04%)
1
select `combinedBlock` from object_store_prod where oo_id  = 69902
Parameters:
[]
0.36 ms
(0.04%)
1
select `combinedBlock` from object_store_prod where oo_id  = 70018
Parameters:
[]
0.35 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 69902 AND fieldname = 'attributes'
Parameters:
[]
0.35 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 70117 AND fieldname = 'attributes'
Parameters:
[]
0.35 ms
(0.03%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 17287 AND fieldname = 'attributes'
Parameters:
[]
0.34 ms
(0.03%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 70020
Parameters:
[]
0.34 ms
(0.03%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 17288 AND fieldname = 'attributes'
Parameters:
[]
0.34 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 70020 AND fieldname = 'attributes'
Parameters:
[]
0.33 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 70022 AND fieldname = 'attributes'
Parameters:
[]
0.33 ms
(0.03%)
1
select `combinedImage` from object_store_prod where oo_id  = 69902
Parameters:
[]
0.33 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 70024 AND fieldname = 'attributes'
Parameters:
[]
0.33 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 70014 AND fieldname = 'attributes'
Parameters:
[]
0.33 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 70028 AND fieldname = 'attributes'
Parameters:
[]
0.32 ms
(0.03%)
1
SELECT * FROM object_relations_EF_FD WHERE src_id = ?
Parameters:
[
  1551
]
0.32 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 69904 AND fieldname = 'attributes'
Parameters:
[]
0.31 ms
(0.03%)
1
select `accessoryFilterGroups` from object_store_prod where oo_id  = 69904
Parameters:
[]
0.31 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 17288 AND fieldname = 'attributes'
Parameters:
[]
0.31 ms
(0.03%)
1
select `accessoryFilterGroups` from object_store_prod where oo_id  = 70020
Parameters:
[]
0.31 ms
(0.03%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 17288
Parameters:
[]
0.31 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 70018
Parameters:
[]
0.31 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 70024
Parameters:
[]
0.30 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 17287
Parameters:
[]
0.30 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 69902
Parameters:
[]
0.30 ms
(0.03%)
1
select `combinedImage` from object_store_prod where oo_id  = 69904
Parameters:
[]
0.30 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 17287 AND fieldname = 'attributes'
Parameters:
[]
0.30 ms
(0.03%)
1
select `colorMatchExceptions` from object_store_prod where oo_id  = 70020
Parameters:
[]
0.30 ms
(0.03%)
1
select `colorMatchExceptions` from object_store_prod where oo_id  = 17288
Parameters:
[]
0.30 ms
(0.03%)
1
select `combinedImage` from object_store_prod where oo_id  = 17288
Parameters:
[]
0.30 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 70020
Parameters:
[]
0.30 ms
(0.03%)
1
select `combinedImage` from object_store_prod where oo_id  = 70020
Parameters:
[]
0.30 ms
(0.03%)
1
select `accessoryFilterGroups` from object_store_prod where oo_id  = 70018
Parameters:
[]
0.30 ms
(0.03%)
1
select `colorMatchExceptions` from object_store_prod where oo_id  = 69904
Parameters:
[]
0.30 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 17288
Parameters:
[]
0.30 ms
(0.03%)
1
select `accessoryFilterGroups` from object_store_prod where oo_id  = 17288
Parameters:
[]
0.30 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 70020
Parameters:
[]
0.30 ms
(0.03%)
1
select `colorMatchExceptions` from object_store_prod where oo_id  = 70022
Parameters:
[]
0.29 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 70022
Parameters:
[]
0.29 ms
(0.03%)
1
select `combinedImage` from object_store_prod where oo_id  = 70117
Parameters:
[]
0.29 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 70028
Parameters:
[]
0.29 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 69904
Parameters:
[]
0.29 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 70014
Parameters:
[]
0.29 ms
(0.03%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 69904
Parameters:
[]
0.29 ms
(0.03%)
1
select `colorMatchExceptions` from object_store_prod where oo_id  = 70018
Parameters:
[]
0.29 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 70117
Parameters:
[]
0.29 ms
(0.03%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 70117
Parameters:
[]
0.28 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 17288
Parameters:
[]
0.28 ms
(0.03%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 70028
Parameters:
[]
0.28 ms
(0.03%)
1
select `accessoryFilterGroups` from object_store_prod where oo_id  = 70024
Parameters:
[]
0.28 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 70024
Parameters:
[]
0.28 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 70117
Parameters:
[]
0.28 ms
(0.03%)
1
select `colorMatchExceptions` from object_store_prod where oo_id  = 70117
Parameters:
[]
0.27 ms
(0.03%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 17287
Parameters:
[]
0.27 ms
(0.03%)
1
select `accessoryFilterGroups` from object_store_prod where oo_id  = 70117
Parameters:
[]
0.27 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 70028
Parameters:
[]
0.27 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 70022
Parameters:
[]
0.27 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 17287
Parameters:
[]
0.27 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 69904
Parameters:
[]
0.27 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 70014
Parameters:
[]
0.26 ms
(0.03%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 70024
Parameters:
[]
0.26 ms
(0.03%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 70022
Parameters:
[]
0.26 ms
(0.03%)
1
select `accessoryFilterGroups` from object_store_prod where oo_id  = 70022
Parameters:
[]
0.26 ms
(0.03%)
1
select `accessoryFilterGroups` from object_store_prod where oo_id  = 17287
Parameters:
[]
0.26 ms
(0.03%)
1
select `combinedImage` from object_store_prod where oo_id  = 70018
Parameters:
[]
0.26 ms
(0.03%)
1
select `combinedImage` from object_store_prod where oo_id  = 70022
Parameters:
[]
0.26 ms
(0.03%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 70018
Parameters:
[]
0.25 ms
(0.03%)
1
select `colorMatchExceptions` from object_store_prod where oo_id  = 70024
Parameters:
[]
0.25 ms
(0.03%)
1
select `combinedImage` from object_store_prod where oo_id  = 17287
Parameters:
[]
0.25 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 70024
Parameters:
[]
0.25 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 70014
Parameters:
[]
0.25 ms
(0.02%)
1
select `colorMatchExceptions` from object_store_prod where oo_id  = 17287
Parameters:
[]
0.24 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 70014
Parameters:
[]
0.24 ms
(0.02%)
1
select `colorMatchExceptions` from object_store_prod where oo_id  = 70014
Parameters:
[]
0.24 ms
(0.02%)
1
select `accessoryFilterGroups` from object_store_prod where oo_id  = 70014
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.