Query Metrics

818 Database Queries
309 Different statements
1390.75 ms Query time
0 Invalid entities
0 Managed entities

Grouped Statements

Show all queries

default connection

Time Count Info
66.62 ms
(4.79%)
132
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  4574046
]
57.89 ms
(4.16%)
132
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  4574046
]
44.22 ms
(3.18%)
1
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_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 = '22719' and a.id != '22719') or parentProducts like '%,22719,%') and IFNULL(isSalesItem, 0) = 0 and (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL)
            group by color
            order by maxMainProductInLine desc
Parameters:
[]
37.81 ms
(2.72%)
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_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_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 = '17346' and a.id != '17346') or parentProducts like '%,17346,%') and IFNULL(isSalesItem, 0) = 0 and (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL)
            group by color
            order by maxMainProductInLine desc
Parameters:
[]
37.64 ms
(2.71%)
2
SELECT TRIM(`recessedDepth`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_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 '%,22227,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`recessedDepth`)
Parameters:
[]
37.46 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_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_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 = '17447' and a.id != '17447') or parentProducts like '%,17447,%') 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:
[]
36.09 ms
(2.59%)
1
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_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 = '17449' and a.id != '17449') or parentProducts like '%,17449,%') 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.43 ms
(2.55%)
1
SELECT SQL_CALC_FOUND_ROWS DISTINCT virtualProductId as id, priceSystemName  FROM ecommerceframework_productindex_wdbe_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_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 '%,22227,%') 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 24
Parameters:
[]
33.59 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_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_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 = '17452' and a.id != '17452') or parentProducts like '%,17452,%') and IFNULL(isSalesItem, 0) = 0 and (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL)
            group by color
            order by maxMainProductInLine desc
Parameters:
[]
33.43 ms
(2.40%)
2
SELECT TRIM(`ipRating`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_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 '%,22227,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`ipRating`)
Parameters:
[]
33.35 ms
(2.40%)
2
SELECT TRIM(`cutOutMax`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_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 '%,22227,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`cutOutMax`)
Parameters:
[]
32.95 ms
(2.37%)
2
SELECT TRIM(`converterText`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_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 '%,22227,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`converterText`)
Parameters:
[]
32.82 ms
(2.36%)
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_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_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 = '25042' and a.id != '25042') or parentProducts like '%,25042,%') 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.97 ms
(2.30%)
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_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_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 = '26147' and a.id != '26147') or parentProducts like '%,26147,%') 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.89 ms
(2.29%)
2
SELECT TRIM(`lightColorTemperature`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_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 '%,22227,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`lightColorTemperature`)
Parameters:
[]
31.41 ms
(2.26%)
2
SELECT TRIM(`scopeName`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_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 '%,22227,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`scopeName`)
Parameters:
[]
31.17 ms
(2.24%)
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_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_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 = '24983' and a.id != '24983') or parentProducts like '%,24983,%') 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.05 ms
(2.23%)
2
SELECT TRIM(`typeName`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_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 '%,22227,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`typeName`)
Parameters:
[]
30.39 ms
(2.19%)
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_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_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 = '49047' and a.id != '49047') or parentProducts like '%,49047,%') 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.08 ms
(2.16%)
2
SELECT dest as `value`, count(DISTINCT src_virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_it_relations a WHERE fieldname = 'baseColorObjects' AND src IN (SELECT a.id FROM ecommerceframework_productindex_wdbe_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_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 '%,22227,%') AND (IFNULL(isSalesItem, 0) = 0)) GROUP BY dest
Parameters:
[]
30.04 ms
(2.16%)
2
SELECT TRIM(`diameter`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_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 '%,22227,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`diameter`)
Parameters:
[]
29.98 ms
(2.16%)
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_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_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 = '17451' and a.id != '17451') or parentProducts like '%,17451,%') and IFNULL(isSalesItem, 0) = 0 and (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL)
            group by color
            order by maxMainProductInLine desc
Parameters:
[]
29.90 ms
(2.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_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_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 = '26148' and a.id != '26148') or parentProducts like '%,26148,%') and IFNULL(isSalesItem, 0) = 0 and (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL)
            group by color
            order by maxMainProductInLine desc
Parameters:
[]
29.62 ms
(2.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_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_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 = '68109' and a.id != '68109') or parentProducts like '%,68109,%') and IFNULL(isSalesItem, 0) = 0 and (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL)
            group by color
            order by maxMainProductInLine desc
Parameters:
[]
29.35 ms
(2.11%)
2
SELECT TRIM(`lampType`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_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 '%,22227,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`lampType`)
Parameters:
[]
29.26 ms
(2.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_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_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 = '23674' and a.id != '23674') or parentProducts like '%,23674,%') 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.98 ms
(2.08%)
30
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  49046
]
28.45 ms
(2.05%)
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_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_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 = '17347' and a.id != '17347') or parentProducts like '%,17347,%') 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.36 ms
(2.04%)
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_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_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 = '23671' and a.id != '23671') or parentProducts like '%,23671,%') 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.17 ms
(1.95%)
2
SELECT TRIM(`cutOutMin`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_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 '%,22227,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`cutOutMin`)
Parameters:
[]
25.67 ms
(1.85%)
1
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_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 = '28016' and a.id != '28016') or parentProducts like '%,28016,%') 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.63 ms
(1.77%)
1
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_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 = '49045' and a.id != '49045') or parentProducts like '%,49045,%') 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.98 ms
(1.58%)
30
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  49046
]
20.36 ms
(1.46%)
30
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  49046
]
18.10 ms
(1.30%)
30
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:
[
  49046
]
14.11 ms
(1.01%)
30
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  49046
]
12.87 ms
(0.93%)
30
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  49046
  "videos"
]
10.51 ms
(0.76%)
4
SELECT data FROM ecommerceframework_productindex_store WHERE id = ? AND tenant = ?
Parameters:
[
  26147
  "wdbe_it"
]
9.84 ms
(0.71%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 19770 AND fieldname = 'attributes'
Parameters:
[]
8.67 ms
(0.62%)
7
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=it&_format=html&_controller=App%5CController%5CSnippetController%3A%3AheaderAction"
  "path_query"
  "https://testing.weverducre.com/_fragment?_path=_locale=it&_format=html&_controller=App%5CController%5CSnippetController%3A%3AheaderAction"
  "entire_uri"
]
6.52 ms
(0.47%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 18860 AND fieldname = 'attributes'
Parameters:
[]
6.01 ms
(0.43%)
14
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  1849
]
5.15 ms
(0.37%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 66232 AND fieldname = 'attributes'
Parameters:
[]
4.76 ms
(0.34%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 138852 AND fieldname = 'attributes'
Parameters:
[]
4.72 ms
(0.34%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 28016 AND fieldname = 'attributes'
Parameters:
[]
4.62 ms
(0.33%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 66208 AND fieldname = 'attributes'
Parameters:
[]
4.45 ms
(0.32%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 66226 AND fieldname = 'attributes'
Parameters:
[]
4.44 ms
(0.32%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 18860 AND fieldname = 'attributes'
Parameters:
[]
3.65 ms
(0.26%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 66214 AND fieldname = 'attributes'
Parameters:
[]
3.28 ms
(0.24%)
9
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
2.93 ms
(0.21%)
7
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  2
]
2.64 ms
(0.19%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 19784 AND fieldname = 'attributes'
Parameters:
[]
2.58 ms
(0.19%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 49751 AND fieldname = 'attributes'
Parameters:
[]
2.42 ms
(0.17%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 66676 AND fieldname = 'attributes'
Parameters:
[]
2.41 ms
(0.17%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 66208 AND fieldname = 'attributes'
Parameters:
[]
2.36 ms
(0.17%)
7
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "SCONF"
]
2.13 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_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_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 = '182341' and a.id != '182341') or parentProducts like '%,182341,%') 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:
[]
2.01 ms
(0.14%)
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:
[
  "/it/prodotti/c/applique~22227"
  "path"
  "auto_create"
  "/it/prodotti/c/applique~22227"
  "path_query"
  "https://testing.weverducre.com/it/prodotti/c/applique~22227"
  "entire_uri"
]
1.99 ms
(0.14%)
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_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_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 = '182342' and a.id != '182342') or parentProducts like '%,182342,%') 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.92 ms
(0.14%)
4
UPDATE ecommerceframework_productindex_store SET crc_index = crc_current WHERE id = ? and tenant = ?
Parameters:
[
  26147
  "wdbe_it"
]
1.79 ms
(0.13%)
5
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  1944
]
1.52 ms
(0.11%)
3
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/weverducre.com/it/prodotti/c/"
  "applique~22227"
]
1.52 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_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_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 = '17362' and a.id != '17362') or parentProducts like '%,17362,%') 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.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_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_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 = '182338' and a.id != '182338') or parentProducts like '%,182338,%') 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.46 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_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_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 = '182339' and a.id != '182339') or parentProducts like '%,182339,%') 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.41 ms
(0.10%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 66688 AND fieldname = 'attributes'
Parameters:
[]
1.26 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_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_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 = '24987' and a.id != '24987') or parentProducts like '%,24987,%') 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.25 ms
(0.09%)
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/%"
  "/it/prodotti/c/applique~22227"
]
1.14 ms
(0.08%)
2
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
  "/weverducre.com/it/prodotti/c/applique~22227"
]
1.08 ms
(0.08%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 138854 AND fieldname = 'attributes'
Parameters:
[]
1.06 ms
(0.08%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 88204 AND fieldname = 'attributes'
Parameters:
[]
1.04 ms
(0.07%)
4
"COMMIT"
Parameters:
[]
1.03 ms
(0.07%)
4
"START TRANSACTION"
Parameters:
[]
1.00 ms
(0.07%)
1
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_it a  INNER JOIN ecommerceframework_productindex_wdbe_it_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 = '182310' and a.id != '182310') or parentProducts like '%,182310,%') 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.99 ms
(0.07%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 66717 AND fieldname = 'attributes'
Parameters:
[]
0.99 ms
(0.07%)
1
SELECT * FROM object_relations_SCONF WHERE src_id = ?
Parameters:
[
  1547
]
0.99 ms
(0.07%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 19822 AND fieldname = 'attributes'
Parameters:
[]
0.99 ms
(0.07%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 88243 AND fieldname = 'attributes'
Parameters:
[]
0.97 ms
(0.07%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 19779 AND fieldname = 'attributes'
Parameters:
[]
0.95 ms
(0.07%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 19842 AND fieldname = 'attributes'
Parameters:
[]
0.92 ms
(0.07%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 138856 AND fieldname = 'attributes'
Parameters:
[]
0.90 ms
(0.06%)
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:
[
  22227
]
0.89 ms
(0.06%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 19814 AND fieldname = 'attributes'
Parameters:
[]
0.87 ms
(0.06%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 19850 AND fieldname = 'attributes'
Parameters:
[]
0.87 ms
(0.06%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 19847 AND fieldname = 'attributes'
Parameters:
[]
0.86 ms
(0.06%)
2
SELECT * FROM object_relations_EF_FD WHERE src_id = ?
Parameters:
[
  26083
]
0.86 ms
(0.06%)
2
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[]
0.84 ms
(0.06%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 19818 AND fieldname = 'attributes'
Parameters:
[]
0.83 ms
(0.06%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 19837 AND fieldname = 'attributes'
Parameters:
[]
0.82 ms
(0.06%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 49822 AND fieldname = 'attributes'
Parameters:
[]
0.81 ms
(0.06%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 88439 AND fieldname = 'attributes'
Parameters:
[]
0.80 ms
(0.06%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 88431 AND fieldname = 'attributes'
Parameters:
[]
0.77 ms
(0.06%)
1
SELECT * FROM properties WHERE
                             (
                                 (cid IN (1,1932,1855,1809,1806,2) AND inheritable = 1) OR cid = ?
                             ) AND ctype='document'
Parameters:
[
  2003
]
0.66 ms
(0.05%)
2
SELECT * FROM translations_admin LIMIT 1;
Parameters:
[]
0.63 ms
(0.05%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 19779 AND fieldname = 'attributes'
Parameters:
[]
0.63 ms
(0.05%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 19770 AND fieldname = 'attributes'
Parameters:
[]
0.62 ms
(0.04%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 138854 AND fieldname = 'attributes'
Parameters:
[]
0.62 ms
(0.04%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 88204 AND fieldname = 'attributes'
Parameters:
[]
0.62 ms
(0.04%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 19847 AND fieldname = 'attributes'
Parameters:
[]
0.61 ms
(0.04%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 88243 AND fieldname = 'attributes'
Parameters:
[]
0.61 ms
(0.04%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 66717 AND fieldname = 'attributes'
Parameters:
[]
0.60 ms
(0.04%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 66214 AND fieldname = 'attributes'
Parameters:
[]
0.58 ms
(0.04%)
1
select `combinedBlock` from object_store_prod where oo_id  = 138852
Parameters:
[]
0.57 ms
(0.04%)
1
select `iconLabels` from object_store_prod where oo_id  = 88204
Parameters:
[]
0.56 ms
(0.04%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 66688 AND fieldname = 'attributes'
Parameters:
[]
0.56 ms
(0.04%)
1
select `combinedBlock` from object_store_prod where oo_id  = 66232
Parameters:
[]
0.55 ms
(0.04%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 138856 AND fieldname = 'attributes'
Parameters:
[]
0.55 ms
(0.04%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 88431 AND fieldname = 'attributes'
Parameters:
[]
0.55 ms
(0.04%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 66676 AND fieldname = 'attributes'
Parameters:
[]
0.53 ms
(0.04%)
1
select `accessoryFilterGroups` from object_store_prod where oo_id  = 66214
Parameters:
[]
0.53 ms
(0.04%)
1
select `accessoryFilterGroups` from object_store_prod where oo_id  = 88243
Parameters:
[]
0.53 ms
(0.04%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 19784 AND fieldname = 'attributes'
Parameters:
[]
0.53 ms
(0.04%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 17346 AND fieldname = 'attributes'
Parameters:
[]
0.52 ms
(0.04%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 19822 AND fieldname = 'attributes'
Parameters:
[]
0.52 ms
(0.04%)
1
select `iconLabels` from object_store_prod where oo_id  = 19779
Parameters:
[]
0.52 ms
(0.04%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 138852 AND fieldname = 'attributes'
Parameters:
[]
0.52 ms
(0.04%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 66232 AND fieldname = 'attributes'
Parameters:
[]
0.51 ms
(0.04%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 66226 AND fieldname = 'attributes'
Parameters:
[]
0.51 ms
(0.04%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 19814 AND fieldname = 'attributes'
Parameters:
[]
0.51 ms
(0.04%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 49822 AND fieldname = 'attributes'
Parameters:
[]
0.51 ms
(0.04%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 19842 AND fieldname = 'attributes'
Parameters:
[]
0.49 ms
(0.04%)
1
select `accessoryFilterGroups` from object_store_prod where oo_id  = 66208
Parameters:
[]
0.49 ms
(0.04%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 19818 AND fieldname = 'attributes'
Parameters:
[]
0.48 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 66214
Parameters:
[]
0.48 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 88439 AND fieldname = 'attributes'
Parameters:
[]
0.48 ms
(0.03%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 49046 AND fieldname = 'attributes'
Parameters:
[]
0.48 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 66688
Parameters:
[]
0.48 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 28016 AND fieldname = 'attributes'
Parameters:
[]
0.47 ms
(0.03%)
1
select `accessoryFilterGroups` from object_store_prod where oo_id  = 88204
Parameters:
[]
0.47 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 66676
Parameters:
[]
0.47 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 19850 AND fieldname = 'attributes'
Parameters:
[]
0.47 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 17346 AND fieldname = 'attributes'
Parameters:
[]
0.47 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 19842
Parameters:
[]
0.47 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 66232
Parameters:
[]
0.47 ms
(0.03%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 138852
Parameters:
[]
0.47 ms
(0.03%)
1
select `colorMatchExceptions` from object_store_prod where oo_id  = 88243
Parameters:
[]
0.46 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 66214
Parameters:
[]
0.46 ms
(0.03%)
1
select `colorMatchExceptions` from object_store_prod where oo_id  = 66208
Parameters:
[]
0.46 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 18860
Parameters:
[]
0.46 ms
(0.03%)
1
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "maintenance_mode"
]
0.46 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 66717
Parameters:
[]
0.46 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 19770
Parameters:
[]
0.46 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 18860
Parameters:
[]
0.46 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 28016
Parameters:
[]
0.46 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 49046 AND fieldname = 'attributes'
Parameters:
[]
0.46 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 19814
Parameters:
[]
0.46 ms
(0.03%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 17346
Parameters:
[]
0.46 ms
(0.03%)
1
select `accessoryFilterGroups` from object_store_prod where oo_id  = 19814
Parameters:
[]
0.45 ms
(0.03%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 18860
Parameters:
[]
0.45 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 19770
Parameters:
[]
0.45 ms
(0.03%)
1
select `colorMatchExceptions` from object_store_prod where oo_id  = 66717
Parameters:
[]
0.45 ms
(0.03%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 88204
Parameters:
[]
0.45 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 88243
Parameters:
[]
0.45 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 66717
Parameters:
[]
0.45 ms
(0.03%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 28016
Parameters:
[]
0.45 ms
(0.03%)
1
select `combinedImage` from object_store_prod where oo_id  = 88243
Parameters:
[]
0.45 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 49751 AND fieldname = 'attributes'
Parameters:
[]
0.45 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 19837 AND fieldname = 'attributes'
Parameters:
[]
0.45 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 138854
Parameters:
[]
0.44 ms
(0.03%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 66717
Parameters:
[]
0.44 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 66226
Parameters:
[]
0.44 ms
(0.03%)
1
select `colorMatchExceptions` from object_store_prod where oo_id  = 18860
Parameters:
[]
0.44 ms
(0.03%)
1
select `combinedImage` from object_store_prod where oo_id  = 19779
Parameters:
[]
0.44 ms
(0.03%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 66688
Parameters:
[]
0.43 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 49822
Parameters:
[]
0.43 ms
(0.03%)
1
select `accessoryFilterGroups` from object_store_prod where oo_id  = 19779
Parameters:
[]
0.43 ms
(0.03%)
1
select `colorMatchExceptions` from object_store_prod where oo_id  = 66232
Parameters:
[]
0.43 ms
(0.03%)
1
select `colorMatchExceptions` from object_store_prod where oo_id  = 138852
Parameters:
[]
0.43 ms
(0.03%)
1
select `accessoryFilterGroups` from object_store_prod where oo_id  = 66688
Parameters:
[]
0.43 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 66208
Parameters:
[]
0.43 ms
(0.03%)
1
select `combinedImage` from object_store_prod where oo_id  = 66717
Parameters:
[]
0.43 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 66208
Parameters:
[]
0.43 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 138856
Parameters:
[]
0.43 ms
(0.03%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 66226
Parameters:
[]
0.43 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 66226
Parameters:
[]
0.43 ms
(0.03%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 66208
Parameters:
[]
0.42 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 66676
Parameters:
[]
0.42 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 19822
Parameters:
[]
0.42 ms
(0.03%)
1
SELECT object_localized_SCONF_it.id as id, object_localized_SCONF_it.type as `type` FROM object_localized_SCONF_it LEFT JOIN object_brick_query_EcommerceB2B_SCONF `EcommerceB2B` ON 1
AND `EcommerceB2B`.id = `object_localized_SCONF_it`.id LEFT JOIN object_brick_localized_query_EcommerceB2B_SCONF_it `EcommerceB2B_localized` ON 1
AND `EcommerceB2B_localized`.ooo_id = `object_localized_SCONF_it`.id LEFT JOIN object_brick_query_EcommerceB2C_SCONF `EcommerceB2C` ON 1
AND `EcommerceB2C`.id = `object_localized_SCONF_it`.id LEFT JOIN object_brick_localized_query_EcommerceB2C_SCONF_it `EcommerceB2C_localized` ON 1
AND `EcommerceB2C_localized`.ooo_id = `object_localized_SCONF_it`.id WHERE (((EcommerceB2B.dataAreaId = ? or EcommerceB2C.dataAreaId = ?))  AND  object_localized_SCONF_it.type IN ('object','variant','folder')) AND object_localized_SCONF_it.published = 1 LIMIT 1
Parameters:
[
  "wdbe"
  "wdbe"
]
0.41 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 19847
Parameters:
[]
0.41 ms
(0.03%)
1
select `colorMatchExceptions` from object_store_prod where oo_id  = 66226
Parameters:
[]
0.41 ms
(0.03%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 66232
Parameters:
[]
0.41 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 138854
Parameters:
[]
0.41 ms
(0.03%)
1
select `combinedImage` from object_store_prod where oo_id  = 18860
Parameters:
[]
0.41 ms
(0.03%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 88243
Parameters:
[]
0.41 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 138856
Parameters:
[]
0.41 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 138852
Parameters:
[]
0.41 ms
(0.03%)
1
select `accessoryFilterGroups` from object_store_prod where oo_id  = 17346
Parameters:
[]
0.41 ms
(0.03%)
1
select `combinedImage` from object_store_prod where oo_id  = 66208
Parameters:
[]
0.41 ms
(0.03%)
1
select `colorMatchExceptions` from object_store_prod where oo_id  = 66214
Parameters:
[]
0.41 ms
(0.03%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 66214
Parameters:
[]
0.41 ms
(0.03%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 19779
Parameters:
[]
0.41 ms
(0.03%)
1
select `accessoryFilterGroups` from object_store_prod where oo_id  = 138852
Parameters:
[]
0.41 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 19850
Parameters:
[]
0.41 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 88243
Parameters:
[]
0.41 ms
(0.03%)
1
select `accessoryFilterGroups` from object_store_prod where oo_id  = 19822
Parameters:
[]
0.40 ms
(0.03%)
1
select `colorMatchExceptions` from object_store_prod where oo_id  = 19779
Parameters:
[]
0.40 ms
(0.03%)
1
select `accessoryFilterGroups` from object_store_prod where oo_id  = 66232
Parameters:
[]
0.40 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 19784
Parameters:
[]
0.40 ms
(0.03%)
1
select `combinedImage` from object_store_prod where oo_id  = 17346
Parameters:
[]
0.40 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 19814
Parameters:
[]
0.40 ms
(0.03%)
1
select `accessoryFilterGroups` from object_store_prod where oo_id  = 66676
Parameters:
[]
0.40 ms
(0.03%)
1
select `combinedImage` from object_store_prod where oo_id  = 138856
Parameters:
[]
0.40 ms
(0.03%)
1
select `combinedImage` from object_store_prod where oo_id  = 66214
Parameters:
[]
0.40 ms
(0.03%)
1
select `combinedImage` from object_store_prod where oo_id  = 66688
Parameters:
[]
0.39 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 88431
Parameters:
[]
0.39 ms
(0.03%)
1
select `colorMatchExceptions` from object_store_prod where oo_id  = 138854
Parameters:
[]
0.39 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 66688
Parameters:
[]
0.39 ms
(0.03%)
1
select `colorMatchExceptions` from object_store_prod where oo_id  = 88204
Parameters:
[]
0.39 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 88204
Parameters:
[]
0.39 ms
(0.03%)
1
select `combinedImage` from object_store_prod where oo_id  = 66226
Parameters:
[]
0.39 ms
(0.03%)
1
select `combinedImage` from object_store_prod where oo_id  = 138854
Parameters:
[]
0.39 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 88431
Parameters:
[]
0.39 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 28016
Parameters:
[]
0.39 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 19818
Parameters:
[]
0.39 ms
(0.03%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 138856
Parameters:
[]
0.38 ms
(0.03%)
1
select `combinedImage` from object_store_prod where oo_id  = 88204
Parameters:
[]
0.38 ms
(0.03%)
1
select `colorMatchExceptions` from object_store_prod where oo_id  = 19814
Parameters:
[]
0.38 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 49822
Parameters:
[]
0.38 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 17346
Parameters:
[]
0.38 ms
(0.03%)
1
select `accessoryFilterGroups` from object_store_prod where oo_id  = 18860
Parameters:
[]
0.38 ms
(0.03%)
1
SELECT FOUND_ROWS()
Parameters:
[]
0.38 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 19822
Parameters:
[]
0.38 ms
(0.03%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 66676
Parameters:
[]
0.38 ms
(0.03%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 138854
Parameters:
[]
0.38 ms
(0.03%)
1
select `colorMatchExceptions` from object_store_prod where oo_id  = 138856
Parameters:
[]
0.38 ms
(0.03%)
1
select `colorMatchExceptions` from object_store_prod where oo_id  = 28016
Parameters:
[]
0.38 ms
(0.03%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 19814
Parameters:
[]
0.38 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 88439
Parameters:
[]
0.38 ms
(0.03%)
1
select `combinedImage` from object_store_prod where oo_id  = 66232
Parameters:
[]
0.38 ms
(0.03%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 19842
Parameters:
[]
0.38 ms
(0.03%)
1
select `combinedImage` from object_store_prod where oo_id  = 19770
Parameters:
[]
0.38 ms
(0.03%)
1
select `colorMatchExceptions` from object_store_prod where oo_id  = 66676
Parameters:
[]
0.38 ms
(0.03%)
1
select `accessoryFilterGroups` from object_store_prod where oo_id  = 138854
Parameters:
[]
0.38 ms
(0.03%)
1
select `accessoryFilterGroups` from object_store_prod where oo_id  = 66226
Parameters:
[]
0.37 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 19842
Parameters:
[]
0.37 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 19779
Parameters:
[]
0.37 ms
(0.03%)
1
select `accessoryFilterGroups` from object_store_prod where oo_id  = 138856
Parameters:
[]
0.37 ms
(0.03%)
1
select `combinedImage` from object_store_prod where oo_id  = 19814
Parameters:
[]
0.37 ms
(0.03%)
1
select `colorMatchExceptions` from object_store_prod where oo_id  = 66688
Parameters:
[]
0.37 ms
(0.03%)
1
select `combinedImage` from object_store_prod where oo_id  = 19822
Parameters:
[]
0.37 ms
(0.03%)
1
select `accessoryFilterGroups` from object_store_prod where oo_id  = 66717
Parameters:
[]
0.37 ms
(0.03%)
1
select `combinedImage` from object_store_prod where oo_id  = 138852
Parameters:
[]
0.37 ms
(0.03%)
1
select `colorMatchExceptions` from object_store_prod where oo_id  = 19784
Parameters:
[]
0.37 ms
(0.03%)
1
select `combinedImage` from object_store_prod where oo_id  = 19784
Parameters:
[]
0.37 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 17346
Parameters:
[]
0.37 ms
(0.03%)
1
select `accessoryFilterGroups` from object_store_prod where oo_id  = 28016
Parameters:
[]
0.37 ms
(0.03%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 88439
Parameters:
[]
0.36 ms
(0.03%)
1
select `colorMatchExceptions` from object_store_prod where oo_id  = 19842
Parameters:
[]
0.36 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 19784
Parameters:
[]
0.36 ms
(0.03%)
1
select `colorMatchExceptions` from object_store_prod where oo_id  = 88431
Parameters:
[]
0.36 ms
(0.03%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 19822
Parameters:
[]
0.36 ms
(0.03%)
1
select `colorMatchExceptions` from object_store_prod where oo_id  = 19770
Parameters:
[]
0.36 ms
(0.03%)
1
select `colorMatchExceptions` from object_store_prod where oo_id  = 17346
Parameters:
[]
0.36 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 19837
Parameters:
[]
0.36 ms
(0.03%)
1
select `combinedImage` from object_store_prod where oo_id  = 66676
Parameters:
[]
0.36 ms
(0.03%)
1
SELECT object_localized_8_it.id as id, object_localized_8_it.type as `type` FROM object_localized_8_it WHERE ( object_localized_8_it.type IN ('object','variant','folder')) AND object_localized_8_it.published = 1
Parameters:
[]
0.36 ms
(0.03%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 19850
Parameters:
[]
0.36 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 49751
Parameters:
[]
0.36 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 49046
Parameters:
[]
0.36 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 49751
Parameters:
[]
0.35 ms
(0.03%)
1
SELECT * FROM object_relations_PCAT WHERE src_id = ?
Parameters:
[
  22227
]
0.35 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 49046
Parameters:
[]
0.35 ms
(0.03%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 49822
Parameters:
[]
0.35 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 19850
Parameters:
[]
0.35 ms
(0.03%)
1
select `colorMatchExceptions` from object_store_prod where oo_id  = 19818
Parameters:
[]
0.35 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 19847
Parameters:
[]
0.35 ms
(0.02%)
1
select `accessoryFilterGroups` from object_store_prod where oo_id  = 49822
Parameters:
[]
0.35 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 19784
Parameters:
[]
0.35 ms
(0.02%)
1
select `colorMatchExceptions` from object_store_prod where oo_id  = 19822
Parameters:
[]
0.34 ms
(0.02%)
1
select `accessoryFilterGroups` from object_store_prod where oo_id  = 19842
Parameters:
[]
0.34 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 19770
Parameters:
[]
0.34 ms
(0.02%)
1
select `accessoryFilterGroups` from object_store_prod where oo_id  = 19784
Parameters:
[]
0.34 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 49046
Parameters:
[]
0.34 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 19818
Parameters:
[]
0.34 ms
(0.02%)
1
select `colorMatchExceptions` from object_store_prod where oo_id  = 49822
Parameters:
[]
0.34 ms
(0.02%)
1
select `colorMatchExceptions` from object_store_prod where oo_id  = 49046
Parameters:
[]
0.34 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 88439
Parameters:
[]
0.34 ms
(0.02%)
1
select `accessoryFilterGroups` from object_store_prod where oo_id  = 19770
Parameters:
[]
0.34 ms
(0.02%)
1
select `colorMatchExceptions` from object_store_prod where oo_id  = 19847
Parameters:
[]
0.34 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 49046
Parameters:
[]
0.34 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 28016
Parameters:
[]
0.34 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 19837
Parameters:
[]
0.34 ms
(0.02%)
1
select `accessoryFilterGroups` from object_store_prod where oo_id  = 49046
Parameters:
[]
0.34 ms
(0.02%)
1
select `colorMatchExceptions` from object_store_prod where oo_id  = 49751
Parameters:
[]
0.34 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 49751
Parameters:
[]
0.34 ms
(0.02%)
1
select `accessoryFilterGroups` from object_store_prod where oo_id  = 19818
Parameters:
[]
0.34 ms
(0.02%)
1
select `accessoryFilterGroups` from object_store_prod where oo_id  = 19847
Parameters:
[]
0.34 ms
(0.02%)
1
select `colorMatchExceptions` from object_store_prod where oo_id  = 88439
Parameters:
[]
0.34 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 49822
Parameters:
[]
0.33 ms
(0.02%)
1
select `colorMatchExceptions` from object_store_prod where oo_id  = 19837
Parameters:
[]
0.33 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 88431
Parameters:
[]
0.33 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 88431
Parameters:
[]
0.33 ms
(0.02%)
1
select `colorMatchExceptions` from object_store_prod where oo_id  = 19850
Parameters:
[]
0.33 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 19837
Parameters:
[]
0.33 ms
(0.02%)
1
select `accessoryFilterGroups` from object_store_prod where oo_id  = 19850
Parameters:
[]
0.33 ms
(0.02%)
1
select `accessoryFilterGroups` from object_store_prod where oo_id  = 49751
Parameters:
[]
0.33 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 19847
Parameters:
[]
0.33 ms
(0.02%)
1
select `accessoryFilterGroups` from object_store_prod where oo_id  = 19837
Parameters:
[]
0.33 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 19837
Parameters:
[]
0.33 ms
(0.02%)
1
select `accessoryFilterGroups` from object_store_prod where oo_id  = 88439
Parameters:
[]
0.33 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 88439
Parameters:
[]
0.33 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 19818
Parameters:
[]
0.33 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 19850
Parameters:
[]
0.33 ms
(0.02%)
1
select `accessoryFilterGroups` from object_store_prod where oo_id  = 88431
Parameters:
[]
0.33 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 19818
Parameters:
[]
0.33 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 19842
Parameters:
[]
0.33 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 19847
Parameters:
[]
0.32 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 49751
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.