Query Metrics

936 Database Queries
396 Different statements
1121.55 ms Query time
0 Invalid entities
0 Managed entities

Grouped Statements

Show all queries

default connection

Time Count Info
88.31 ms
(7.87%)
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_es a  INNER JOIN ecommerceframework_productindex_wdbe_es_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 = '87616' and a.id != '87616') or parentProducts like '%,87616,%') 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:
[]
70.12 ms
(6.25%)
1
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_es a  INNER JOIN ecommerceframework_productindex_wdbe_es_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 = '87613' and a.id != '87613') or parentProducts like '%,87613,%') 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:
[]
63.47 ms
(5.66%)
55
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  25109
]
53.96 ms
(4.81%)
1
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_es a  INNER JOIN ecommerceframework_productindex_wdbe_es_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 = '87614' and a.id != '87614') or parentProducts like '%,87614,%') 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:
[]
53.76 ms
(4.79%)
1
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_es a  INNER JOIN ecommerceframework_productindex_wdbe_es_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 = '87615' and a.id != '87615') or parentProducts like '%,87615,%') 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:
[]
43.64 ms
(3.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_es a  INNER JOIN ecommerceframework_productindex_wdbe_es_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 = '17352' and a.id != '17352') or parentProducts like '%,17352,%') 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.16 ms
(3.40%)
1
SELECT SQL_CALC_FOUND_ROWS DISTINCT virtualProductId as id, priceSystemName  FROM ecommerceframework_productindex_wdbe_es a  INNER JOIN ecommerceframework_productindex_wdbe_es_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds not like '%,165410,%') GROUP BY virtualProductId, priceSystemName ORDER BY min(ifnull(featuredPriority, 0)) desc,min((promotions like '%#new#%')) desc,min(ifnull(s.score, 0)) desc,min(ifnull(rankingMultiplicator, 999999999)) asc,min(`a`.`id`) ASC LIMIT 192, 24
Parameters:
[]
35.54 ms
(3.17%)
55
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  25109
]
33.56 ms
(2.99%)
1
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_es a  INNER JOIN ecommerceframework_productindex_wdbe_es_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 = '87605' and a.id != '87605') or parentProducts like '%,87605,%') 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.56 ms
(2.81%)
55
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  25109
]
28.35 ms
(2.53%)
1
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_es a  INNER JOIN ecommerceframework_productindex_wdbe_es_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 = '87606' and a.id != '87606') or parentProducts like '%,87606,%') 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.29 ms
(2.43%)
75
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  4574046
]
22.96 ms
(2.05%)
55
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:
[
  25109
]
22.69 ms
(2.02%)
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_es a  INNER JOIN ecommerceframework_productindex_wdbe_es_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 = '49027' and a.id != '49027') or parentProducts like '%,49027,%') 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.21 ms
(1.98%)
75
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  4574046
]
21.79 ms
(1.94%)
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_es a  INNER JOIN ecommerceframework_productindex_wdbe_es_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 = '17349' and a.id != '17349') or parentProducts like '%,17349,%') 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.46 ms
(1.91%)
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_es a  INNER JOIN ecommerceframework_productindex_wdbe_es_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 = '22287' and a.id != '22287') or parentProducts like '%,22287,%') 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.42 ms
(1.91%)
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_es a  INNER JOIN ecommerceframework_productindex_wdbe_es_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 = '68107' and a.id != '68107') or parentProducts like '%,68107,%') 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.35 ms
(1.90%)
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_es a  INNER JOIN ecommerceframework_productindex_wdbe_es_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 = '68037' and a.id != '68037') or parentProducts like '%,68037,%') and IFNULL(isSalesItem, 0) = 0 and (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL)
            group by color
            order by maxMainProductInLine desc
Parameters:
[]
19.09 ms
(1.70%)
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_es a  INNER JOIN ecommerceframework_productindex_wdbe_es_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 = '17334' and a.id != '17334') or parentProducts like '%,17334,%') and IFNULL(isSalesItem, 0) = 0 and (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL)
            group by color
            order by maxMainProductInLine desc
Parameters:
[]
19.07 ms
(1.70%)
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_es a  INNER JOIN ecommerceframework_productindex_wdbe_es_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 = '17341' and a.id != '17341') or parentProducts like '%,17341,%') 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.75 ms
(1.67%)
1
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_es a  INNER JOIN ecommerceframework_productindex_wdbe_es_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 = '17407' and a.id != '17407') or parentProducts like '%,17407,%') 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.09 ms
(1.61%)
55
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  25109
]
17.72 ms
(1.58%)
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_es a  INNER JOIN ecommerceframework_productindex_wdbe_es_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 = '17390' and a.id != '17390') or parentProducts like '%,17390,%') 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:
[]
17.22 ms
(1.54%)
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_es a  INNER JOIN ecommerceframework_productindex_wdbe_es_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 = '74086' and a.id != '74086') or parentProducts like '%,74086,%') 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:
[]
16.82 ms
(1.50%)
55
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  25109
  "videos"
]
16.76 ms
(1.49%)
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_es a  INNER JOIN ecommerceframework_productindex_wdbe_es_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 = '87607' and a.id != '87607') or parentProducts like '%,87607,%') 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:
[]
16.08 ms
(1.43%)
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_es a  INNER JOIN ecommerceframework_productindex_wdbe_es_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 = '68088' and a.id != '68088') or parentProducts like '%,68088,%') 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:
[]
13.98 ms
(1.25%)
1
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_es a  INNER JOIN ecommerceframework_productindex_wdbe_es_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 = '17244' and a.id != '17244') or parentProducts like '%,17244,%') 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:
[]
13.02 ms
(1.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_es a  INNER JOIN ecommerceframework_productindex_wdbe_es_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 = '17391' and a.id != '17391') or parentProducts like '%,17391,%') 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:
[]
12.82 ms
(1.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_es a  INNER JOIN ecommerceframework_productindex_wdbe_es_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 = '17406' and a.id != '17406') or parentProducts like '%,17406,%') 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:
[]
12.40 ms
(1.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_es a  INNER JOIN ecommerceframework_productindex_wdbe_es_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 = '68054' and a.id != '68054') or parentProducts like '%,68054,%') 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:
[]
8.52 ms
(0.76%)
1
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_es a  INNER JOIN ecommerceframework_productindex_wdbe_es_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 = '49011' and a.id != '49011') or parentProducts like '%,49011,%') 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:
[]
4.85 ms
(0.43%)
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=es&_format=html&_controller=App%5CController%5CSnippetController%3A%3AheaderAction"
  "path_query"
  "https://testing.weverducre.com/_fragment?_path=_locale=es&_format=html&_controller=App%5CController%5CSnippetController%3A%3AheaderAction"
  "entire_uri"
]
3.35 ms
(0.30%)
12
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  2484
]
2.59 ms
(0.23%)
2
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  4976491
]
2.51 ms
(0.22%)
12
SELECT id,language FROM documents_translations WHERE sourceId = ? UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?
Parameters:
[
  11
  11
]
2.23 ms
(0.20%)
2
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  4976491
]
2.15 ms
(0.19%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 19453 AND fieldname = 'attributes'
Parameters:
[]
2.06 ms
(0.18%)
8
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
2.01 ms
(0.18%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 120519 AND fieldname = 'attributes'
Parameters:
[]
1.85 ms
(0.16%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 120534 AND fieldname = 'attributes'
Parameters:
[]
1.84 ms
(0.16%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 19477 AND fieldname = 'attributes'
Parameters:
[]
1.84 ms
(0.16%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 25330 AND fieldname = 'attributes'
Parameters:
[]
1.83 ms
(0.16%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 25109 AND fieldname = 'attributes'
Parameters:
[]
1.83 ms
(0.16%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 88630 AND fieldname = 'attributes'
Parameters:
[]
1.77 ms
(0.16%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 120500 AND fieldname = 'attributes'
Parameters:
[]
1.75 ms
(0.16%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 49788 AND fieldname = 'attributes'
Parameters:
[]
1.72 ms
(0.15%)
7
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "SCONF"
]
1.63 ms
(0.15%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 90021 AND fieldname = 'attributes'
Parameters:
[]
1.61 ms
(0.14%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 88560 AND fieldname = 'attributes'
Parameters:
[]
1.60 ms
(0.14%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 49581 AND fieldname = 'attributes'
Parameters:
[]
1.57 ms
(0.14%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 25254 AND fieldname = 'attributes'
Parameters:
[]
1.49 ms
(0.13%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 49918 AND fieldname = 'attributes'
Parameters:
[]
1.46 ms
(0.13%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 138918 AND fieldname = 'attributes'
Parameters:
[]
1.44 ms
(0.13%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 23952 AND fieldname = 'attributes'
Parameters:
[]
1.43 ms
(0.13%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 49827 AND fieldname = 'attributes'
Parameters:
[]
1.38 ms
(0.12%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 26651 AND fieldname = 'attributes'
Parameters:
[]
1.36 ms
(0.12%)
7
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  2
]
1.29 ms
(0.12%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 49059 AND fieldname = 'attributes'
Parameters:
[]
1.29 ms
(0.12%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 89992 AND fieldname = 'attributes'
Parameters:
[]
1.29 ms
(0.11%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 120527 AND fieldname = 'attributes'
Parameters:
[]
1.28 ms
(0.11%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 120538 AND fieldname = 'attributes'
Parameters:
[]
1.28 ms
(0.11%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 49777 AND fieldname = 'attributes'
Parameters:
[]
1.25 ms
(0.11%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 49827 AND fieldname = 'attributes'
Parameters:
[]
1.23 ms
(0.11%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 88560 AND fieldname = 'attributes'
Parameters:
[]
1.21 ms
(0.11%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 89985 AND fieldname = 'attributes'
Parameters:
[]
1.20 ms
(0.11%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 49823 AND fieldname = 'attributes'
Parameters:
[]
1.19 ms
(0.11%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 120512 AND fieldname = 'attributes'
Parameters:
[]
1.18 ms
(0.11%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 49618 AND fieldname = 'attributes'
Parameters:
[]
1.15 ms
(0.10%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 90031 AND fieldname = 'attributes'
Parameters:
[]
1.14 ms
(0.10%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 19465 AND fieldname = 'attributes'
Parameters:
[]
1.14 ms
(0.10%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 25334 AND fieldname = 'attributes'
Parameters:
[]
1.14 ms
(0.10%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 88575 AND fieldname = 'attributes'
Parameters:
[]
1.13 ms
(0.10%)
5
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  2532
]
1.13 ms
(0.10%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 120504 AND fieldname = 'attributes'
Parameters:
[]
1.10 ms
(0.10%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 120508 AND fieldname = 'attributes'
Parameters:
[]
1.07 ms
(0.10%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 49581 AND fieldname = 'attributes'
Parameters:
[]
1.05 ms
(0.09%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 49832 AND fieldname = 'attributes'
Parameters:
[]
1.03 ms
(0.09%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 88575 AND fieldname = 'attributes'
Parameters:
[]
1.02 ms
(0.09%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 25342 AND fieldname = 'attributes'
Parameters:
[]
1.00 ms
(0.09%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 49059 AND fieldname = 'attributes'
Parameters:
[]
0.99 ms
(0.09%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 90031 AND fieldname = 'attributes'
Parameters:
[]
0.98 ms
(0.09%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 49257 AND fieldname = 'attributes'
Parameters:
[]
0.97 ms
(0.09%)
1
SELECT * FROM redirects WHERE
            (
                (source = ? AND (`type` = ? OR `type` = ?)) OR
                (source = ? AND `type` = ?) OR
                (source = ? AND `type` = ?)
            ) AND active = 1 AND (regex IS NULL OR regex = 0) AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND (sourceSite IS NULL OR sourceSite = 1) AND priority = 99 ORDER BY `priority` DESC
Parameters:
[
  "/es/productos"
  "path"
  "auto_create"
  "/es/productos?page=9"
  "path_query"
  "https://testing.weverducre.com/es/productos?page=9"
  "entire_uri"
]
0.95 ms
(0.08%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 49918 AND fieldname = 'attributes'
Parameters:
[]
0.93 ms
(0.08%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 49059
Parameters:
[]
0.90 ms
(0.08%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 25322 AND fieldname = 'attributes'
Parameters:
[]
0.90 ms
(0.08%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 26651 AND fieldname = 'attributes'
Parameters:
[]
0.80 ms
(0.07%)
1
select `iconLabels` from object_store_prod where oo_id  = 87613
Parameters:
[]
0.79 ms
(0.07%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 120500 AND fieldname = 'attributes'
Parameters:
[]
0.78 ms
(0.07%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 49788 AND fieldname = 'attributes'
Parameters:
[]
0.78 ms
(0.07%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 25250 AND fieldname = 'attributes'
Parameters:
[]
0.72 ms
(0.06%)
1
select `combinedBlock` from object_store_prod where oo_id  = 49059
Parameters:
[]
0.69 ms
(0.06%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 18933 AND fieldname = 'attributes'
Parameters:
[]
0.68 ms
(0.06%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 25109 AND fieldname = 'attributes'
Parameters:
[]
0.66 ms
(0.06%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 88630 AND fieldname = 'attributes'
Parameters:
[]
0.66 ms
(0.06%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 49777 AND fieldname = 'attributes'
Parameters:
[]
0.66 ms
(0.06%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 120527 AND fieldname = 'attributes'
Parameters:
[]
0.60 ms
(0.05%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 49625 AND fieldname = 'attributes'
Parameters:
[]
0.60 ms
(0.05%)
1
SELECT * FROM object_relations_SCONF WHERE src_id = ?
Parameters:
[
  1547
]
0.58 ms
(0.05%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 18907 AND fieldname = 'attributes'
Parameters:
[]
0.55 ms
(0.05%)
2
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[]
0.55 ms
(0.05%)
1
select `iconLabels` from object_store_prod where oo_id  = 90021
Parameters:
[]
0.53 ms
(0.05%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 49823 AND fieldname = 'attributes'
Parameters:
[]
0.52 ms
(0.05%)
2
SELECT * FROM translations_admin LIMIT 1;
Parameters:
[]
0.51 ms
(0.05%)
2
SELECT TRIM(`voltage`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_es a  INNER JOIN ecommerceframework_productindex_wdbe_es_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds not like '%,165410,%') GROUP BY TRIM(`voltage`)
Parameters:
[]
0.50 ms
(0.04%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 89992 AND fieldname = 'attributes'
Parameters:
[]
0.50 ms
(0.04%)
2
SELECT TRIM(`ipRating`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_es a  INNER JOIN ecommerceframework_productindex_wdbe_es_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds not like '%,165410,%') GROUP BY TRIM(`ipRating`)
Parameters:
[]
0.50 ms
(0.04%)
2
SELECT TRIM(`diameter`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_es a  INNER JOIN ecommerceframework_productindex_wdbe_es_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds not like '%,165410,%') GROUP BY TRIM(`diameter`)
Parameters:
[]
0.49 ms
(0.04%)
2
SELECT sourceId FROM documents_translations WHERE id = ?
Parameters:
[
  2484
]
0.49 ms
(0.04%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 23952 AND fieldname = 'attributes'
Parameters:
[]
0.49 ms
(0.04%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 120508 AND fieldname = 'attributes'
Parameters:
[]
0.49 ms
(0.04%)
2
SELECT TRIM(`lightColorTemperature`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_es a  INNER JOIN ecommerceframework_productindex_wdbe_es_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds not like '%,165410,%') GROUP BY TRIM(`lightColorTemperature`)
Parameters:
[]
0.48 ms
(0.04%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 25109
Parameters:
[]
0.47 ms
(0.04%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 18921 AND fieldname = 'attributes'
Parameters:
[]
0.47 ms
(0.04%)
1
select `iconLabels` from object_store_prod where oo_id  = 120500
Parameters:
[]
0.46 ms
(0.04%)
1
select `combinedImage` from object_store_prod where oo_id  = 120500
Parameters:
[]
0.46 ms
(0.04%)
1
select `iconLabels` from object_store_prod where oo_id  = 120508
Parameters:
[]
0.46 ms
(0.04%)
2
SELECT TRIM(`converterText`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_es a  INNER JOIN ecommerceframework_productindex_wdbe_es_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds not like '%,165410,%') GROUP BY TRIM(`converterText`)
Parameters:
[]
0.45 ms
(0.04%)
2
SELECT TRIM(`recessedDepth`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_es a  INNER JOIN ecommerceframework_productindex_wdbe_es_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds not like '%,165410,%') GROUP BY TRIM(`recessedDepth`)
Parameters:
[]
0.45 ms
(0.04%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 120504 AND fieldname = 'attributes'
Parameters:
[]
0.45 ms
(0.04%)
1
select `combinedBlock` from object_store_prod where oo_id  = 120534
Parameters:
[]
0.45 ms
(0.04%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 25330 AND fieldname = 'attributes'
Parameters:
[]
0.44 ms
(0.04%)
2
SELECT TRIM(`scopeName`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_es a  INNER JOIN ecommerceframework_productindex_wdbe_es_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds not like '%,165410,%') GROUP BY TRIM(`scopeName`)
Parameters:
[]
0.44 ms
(0.04%)
2
SELECT TRIM(`typeName`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_es a  INNER JOIN ecommerceframework_productindex_wdbe_es_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds not like '%,165410,%') GROUP BY TRIM(`typeName`)
Parameters:
[]
0.44 ms
(0.04%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 120500
Parameters:
[]
0.44 ms
(0.04%)
2
SELECT dest as `value`, count(DISTINCT src_virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_es_relations a WHERE fieldname = 'baseColorObjects' AND src IN (SELECT a.id FROM ecommerceframework_productindex_wdbe_es a  INNER JOIN ecommerceframework_productindex_wdbe_es_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds not like '%,165410,%')) GROUP BY dest
Parameters:
[]
0.43 ms
(0.04%)
2
SELECT TRIM(`cutOutMin`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_es a  INNER JOIN ecommerceframework_productindex_wdbe_es_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds not like '%,165410,%') GROUP BY TRIM(`cutOutMin`)
Parameters:
[]
0.43 ms
(0.04%)
1
select `combinedBlock` from object_store_prod where oo_id  = 25250
Parameters:
[]
0.43 ms
(0.04%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 138918 AND fieldname = 'attributes'
Parameters:
[]
0.42 ms
(0.04%)
2
SELECT TRIM(`lampType`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_es a  INNER JOIN ecommerceframework_productindex_wdbe_es_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds not like '%,165410,%') GROUP BY TRIM(`lampType`)
Parameters:
[]
0.42 ms
(0.04%)
1
select `iconLabels` from object_store_prod where oo_id  = 89992
Parameters:
[]
0.41 ms
(0.04%)
1
select `iconLabels` from object_store_prod where oo_id  = 89985
Parameters:
[]
0.41 ms
(0.04%)
1
select `iconLabels` from object_store_prod where oo_id  = 49827
Parameters:
[]
0.41 ms
(0.04%)
1
select `combinedBlock` from object_store_prod where oo_id  = 120512
Parameters:
[]
0.40 ms
(0.04%)
1
select `combinedBlock` from object_store_prod where oo_id  = 18933
Parameters:
[]
0.40 ms
(0.04%)
1
select `iconLabels` from object_store_prod where oo_id  = 19453
Parameters:
[]
0.40 ms
(0.04%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 120512 AND fieldname = 'attributes'
Parameters:
[]
0.40 ms
(0.04%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 18907 AND fieldname = 'attributes'
Parameters:
[]
0.39 ms
(0.04%)
1
select `combinedBlock` from object_store_prod where oo_id  = 49027
Parameters:
[]
0.39 ms
(0.03%)
1
select `combinedImage` from object_store_prod where oo_id  = 25109
Parameters:
[]
0.39 ms
(0.03%)
2
SELECT TRIM(`cutOutMax`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_es a  INNER JOIN ecommerceframework_productindex_wdbe_es_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds not like '%,165410,%') GROUP BY TRIM(`cutOutMax`)
Parameters:
[]
0.39 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 120512
Parameters:
[]
0.39 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 17406
Parameters:
[]
0.38 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 17391
Parameters:
[]
0.38 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 25342 AND fieldname = 'attributes'
Parameters:
[]
0.38 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 23952
Parameters:
[]
0.38 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 49581
Parameters:
[]
0.38 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 26651
Parameters:
[]
0.38 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 49581
Parameters:
[]
0.38 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 120519 AND fieldname = 'attributes'
Parameters:
[]
0.38 ms
(0.03%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 17390 AND fieldname = 'attributes'
Parameters:
[]
0.37 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 19465 AND fieldname = 'attributes'
Parameters:
[]
0.37 ms
(0.03%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 17334 AND fieldname = 'attributes'
Parameters:
[]
0.37 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 49827
Parameters:
[]
0.37 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 120534 AND fieldname = 'attributes'
Parameters:
[]
0.37 ms
(0.03%)
2
SELECT id,language FROM documents_translations WHERE sourceId IN(?, ?) UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?
Parameters:
[
  12
  2484
  2484
]
0.36 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 19465
Parameters:
[]
0.36 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 19453 AND fieldname = 'attributes'
Parameters:
[]
0.36 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 138918
Parameters:
[]
0.36 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 17341
Parameters:
[]
0.36 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 88630
Parameters:
[]
0.35 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 120500
Parameters:
[]
0.35 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 49625 AND fieldname = 'attributes'
Parameters:
[]
0.35 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 120538 AND fieldname = 'attributes'
Parameters:
[]
0.35 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 89985 AND fieldname = 'attributes'
Parameters:
[]
0.35 ms
(0.03%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 18973 AND fieldname = 'attributes'
Parameters:
[]
0.34 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 49257 AND fieldname = 'attributes'
Parameters:
[]
0.34 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 49788
Parameters:
[]
0.34 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 18921 AND fieldname = 'attributes'
Parameters:
[]
0.34 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 25109
Parameters:
[]
0.34 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 87613 AND fieldname = 'attributes'
Parameters:
[]
0.34 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 49918
Parameters:
[]
0.34 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 17341 AND fieldname = 'attributes'
Parameters:
[]
0.33 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 25109
Parameters:
[]
0.33 ms
(0.03%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 17334
Parameters:
[]
0.33 ms
(0.03%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 87613 AND fieldname = 'attributes'
Parameters:
[]
0.33 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 17391 AND fieldname = 'attributes'
Parameters:
[]
0.33 ms
(0.03%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 120527
Parameters:
[]
0.33 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 18933 AND fieldname = 'attributes'
Parameters:
[]
0.33 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 25250 AND fieldname = 'attributes'
Parameters:
[]
0.32 ms
(0.03%)
1
select `combinedImage` from object_store_prod where oo_id  = 22287
Parameters:
[]
0.32 ms
(0.03%)
1
SELECT FOUND_ROWS()
Parameters:
[]
0.32 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 17389
Parameters:
[]
0.32 ms
(0.03%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 17341 AND fieldname = 'attributes'
Parameters:
[]
0.32 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 49823
Parameters:
[]
0.32 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 90021 AND fieldname = 'attributes'
Parameters:
[]
0.32 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 19477 AND fieldname = 'attributes'
Parameters:
[]
0.32 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 89985
Parameters:
[]
0.32 ms
(0.03%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 49027 AND fieldname = 'attributes'
Parameters:
[]
0.32 ms
(0.03%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 90031
Parameters:
[]
0.32 ms
(0.03%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 120508
Parameters:
[]
0.32 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 49026
Parameters:
[]
0.32 ms
(0.03%)
1
select `combinedImage` from object_store_prod where oo_id  = 88575
Parameters:
[]
0.32 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 19477
Parameters:
[]
0.32 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 88575
Parameters:
[]
0.31 ms
(0.03%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 88560
Parameters:
[]
0.31 ms
(0.03%)
1
select `combinedImage` from object_store_prod where oo_id  = 90031
Parameters:
[]
0.31 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 22287 AND fieldname = 'attributes'
Parameters:
[]
0.31 ms
(0.03%)
1
select `combinedImage` from object_store_prod where oo_id  = 49581
Parameters:
[]
0.31 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 49618
Parameters:
[]
0.31 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 88575
Parameters:
[]
0.30 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 17334 AND fieldname = 'attributes'
Parameters:
[]
0.30 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 120534
Parameters:
[]
0.30 ms
(0.03%)
1
select `combinedImage` from object_store_prod where oo_id  = 88560
Parameters:
[]
0.30 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 138918
Parameters:
[]
0.30 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 17390 AND fieldname = 'attributes'
Parameters:
[]
0.30 ms
(0.03%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 25322
Parameters:
[]
0.30 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 49618 AND fieldname = 'attributes'
Parameters:
[]
0.30 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 90031
Parameters:
[]
0.30 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 120527
Parameters:
[]
0.30 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 120538
Parameters:
[]
0.30 ms
(0.03%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 17391 AND fieldname = 'attributes'
Parameters:
[]
0.30 ms
(0.03%)
1
select `combinedImage` from object_store_prod where oo_id  = 17391
Parameters:
[]
0.30 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 25334 AND fieldname = 'attributes'
Parameters:
[]
0.30 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 120519
Parameters:
[]
0.30 ms
(0.03%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 22287 AND fieldname = 'attributes'
Parameters:
[]
0.29 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 25254 AND fieldname = 'attributes'
Parameters:
[]
0.29 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 90031
Parameters:
[]
0.29 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 23952
Parameters:
[]
0.29 ms
(0.03%)
1
select `combinedImage` from object_store_prod where oo_id  = 17334
Parameters:
[]
0.29 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 49625
Parameters:
[]
0.29 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 88560
Parameters:
[]
0.29 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 17390
Parameters:
[]
0.29 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 17389 AND fieldname = 'attributes'
Parameters:
[]
0.29 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 19477
Parameters:
[]
0.29 ms
(0.03%)
1
select `combinedImage` from object_store_prod where oo_id  = 120538
Parameters:
[]
0.29 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 88630
Parameters:
[]
0.29 ms
(0.03%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 17389 AND fieldname = 'attributes'
Parameters:
[]
0.29 ms
(0.03%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 49581
Parameters:
[]
0.28 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 19453
Parameters:
[]
0.28 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 17406 AND fieldname = 'attributes'
Parameters:
[]
0.28 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 120538
Parameters:
[]
0.28 ms
(0.03%)
1
select `combinedImage` from object_store_prod where oo_id  = 25250
Parameters:
[]
0.28 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 90021
Parameters:
[]
0.28 ms
(0.03%)
1
select `combinedImage` from object_store_prod where oo_id  = 120527
Parameters:
[]
0.28 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 120519
Parameters:
[]
0.28 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 88575
Parameters:
[]
0.28 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 49823
Parameters:
[]
0.28 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 25342
Parameters:
[]
0.28 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 88560
Parameters:
[]
0.28 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 120504
Parameters:
[]
0.28 ms
(0.02%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 17331 AND fieldname = 'attributes'
Parameters:
[]
0.27 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 25250
Parameters:
[]
0.27 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 49027
Parameters:
[]
0.27 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 25334
Parameters:
[]
0.27 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 120504
Parameters:
[]
0.27 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 120534
Parameters:
[]
0.27 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 17341
Parameters:
[]
0.27 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 17406
Parameters:
[]
0.27 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 25322
Parameters:
[]
0.27 ms
(0.02%)
1
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "maintenance_mode"
]
0.27 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 17334
Parameters:
[]
0.27 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 49059
Parameters:
[]
0.27 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 23952
Parameters:
[]
0.27 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 25342
Parameters:
[]
0.27 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 18907
Parameters:
[]
0.27 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 49257
Parameters:
[]
0.27 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 138918
Parameters:
[]
0.27 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 87613
Parameters:
[]
0.27 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 25342
Parameters:
[]
0.26 ms
(0.02%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 49832 AND fieldname = 'attributes'
Parameters:
[]
0.26 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 120534
Parameters:
[]
0.26 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 19465
Parameters:
[]
0.26 ms
(0.02%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 49026 AND fieldname = 'attributes'
Parameters:
[]
0.26 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 49788
Parameters:
[]
0.26 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 25330
Parameters:
[]
0.26 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 120508
Parameters:
[]
0.26 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 17390
Parameters:
[]
0.26 ms
(0.02%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 17331 AND fieldname = 'attributes'
Parameters:
[]
0.26 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 138918
Parameters:
[]
0.26 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 17341
Parameters:
[]
0.26 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 17391
Parameters:
[]
0.26 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 49618
Parameters:
[]
0.26 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 120504
Parameters:
[]
0.26 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 19453
Parameters:
[]
0.26 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 49827
Parameters:
[]
0.26 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 22287
Parameters:
[]
0.26 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 19477
Parameters:
[]
0.25 ms
(0.02%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 17406 AND fieldname = 'attributes'
Parameters:
[]
0.25 ms
(0.02%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 17407 AND fieldname = 'attributes'
Parameters:
[]
0.25 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 49918
Parameters:
[]
0.25 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 49788
Parameters:
[]
0.25 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 49777
Parameters:
[]
0.25 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 49257
Parameters:
[]
0.25 ms
(0.02%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 49027 AND fieldname = 'attributes'
Parameters:
[]
0.25 ms
(0.02%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 49026 AND fieldname = 'attributes'
Parameters:
[]
0.25 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 49059
Parameters:
[]
0.25 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 19465
Parameters:
[]
0.25 ms
(0.02%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 25322 AND fieldname = 'attributes'
Parameters:
[]
0.25 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 25330
Parameters:
[]
0.25 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 88630
Parameters:
[]
0.25 ms
(0.02%)
1
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/weverducre.com/es/"
  "productos"
]
0.25 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 18933
Parameters:
[]
0.25 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 25254
Parameters:
[]
0.25 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 23952
Parameters:
[]
0.25 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 18907
Parameters:
[]
0.25 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 49918
Parameters:
[]
0.25 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 18907
Parameters:
[]
0.25 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 120508
Parameters:
[]
0.24 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 17407
Parameters:
[]
0.24 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 49026
Parameters:
[]
0.24 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 18921
Parameters:
[]
0.24 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 88630
Parameters:
[]
0.24 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 49788
Parameters:
[]
0.24 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 120527
Parameters:
[]
0.24 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 25342
Parameters:
[]
0.24 ms
(0.02%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 18973 AND fieldname = 'attributes'
Parameters:
[]
0.24 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 25322
Parameters:
[]
0.24 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 49832
Parameters:
[]
0.24 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 17390
Parameters:
[]
0.24 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 26651
Parameters:
[]
0.24 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 89992
Parameters:
[]
0.24 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 49777
Parameters:
[]
0.24 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 89985
Parameters:
[]
0.24 ms
(0.02%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 17407 AND fieldname = 'attributes'
Parameters:
[]
0.24 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 17391
Parameters:
[]
0.23 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 19453
Parameters:
[]
0.23 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 49918
Parameters:
[]
0.23 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 17341
Parameters:
[]
0.23 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 17390
Parameters:
[]
0.23 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 17334
Parameters:
[]
0.23 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 25334
Parameters:
[]
0.23 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 120538
Parameters:
[]
0.23 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 18921
Parameters:
[]
0.23 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 49832
Parameters:
[]
0.23 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 18933
Parameters:
[]
0.23 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 25334
Parameters:
[]
0.23 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 22287
Parameters:
[]
0.22 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 25250
Parameters:
[]
0.22 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 49827
Parameters:
[]
0.22 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 87613
Parameters:
[]
0.22 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 49618
Parameters:
[]
0.22 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 49823
Parameters:
[]
0.22 ms
(0.02%)
1
SELECT * FROM object_url_slugs WHERE slug = '/es/productos' AND (siteId = 1 OR siteId = 0) ORDER BY siteId DESC LIMIT 1
Parameters:
[]
0.22 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 26651
Parameters:
[]
0.22 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 89985
Parameters:
[]
0.22 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 25334
Parameters:
[]
0.22 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 25254
Parameters:
[]
0.22 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 49027
Parameters:
[]
0.22 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 120512
Parameters:
[]
0.22 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 120519
Parameters:
[]
0.22 ms
(0.02%)
1
SELECT object_localized_8_es.id as id, object_localized_8_es.type as `type` FROM object_localized_8_es WHERE ( object_localized_8_es.type IN ('object','variant','folder')) AND object_localized_8_es.published = 1
Parameters:
[]
0.22 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 18907
Parameters:
[]
0.22 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 17331
Parameters:
[]
0.22 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 17331
Parameters:
[]
0.22 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 19465
Parameters:
[]
0.22 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 90021
Parameters:
[]
0.22 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 17389
Parameters:
[]
0.22 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 120512
Parameters:
[]
0.22 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 22287
Parameters:
[]
0.21 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 120519
Parameters:
[]
0.21 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 18933
Parameters:
[]
0.21 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 49026
Parameters:
[]
0.21 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 49026
Parameters:
[]
0.21 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 87613
Parameters:
[]
0.21 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 19477
Parameters:
[]
0.21 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 17406
Parameters:
[]
0.21 ms
(0.02%)
1
SELECT * FROM object_relations_EF_FD WHERE src_id = ?
Parameters:
[
  1551
]
0.21 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 49027
Parameters:
[]
0.20 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 25254
Parameters:
[]
0.20 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 25322
Parameters:
[]
0.20 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 120504
Parameters:
[]
0.20 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 49257
Parameters:
[]
0.20 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 18921
Parameters:
[]
0.20 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 89992
Parameters:
[]
0.20 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 90021
Parameters:
[]
0.20 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 18921
Parameters:
[]
0.20 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 26651
Parameters:
[]
0.20 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 17389
Parameters:
[]
0.20 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 25330
Parameters:
[]
0.20 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 17406
Parameters:
[]
0.19 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 17389
Parameters:
[]
0.19 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 17331
Parameters:
[]
0.19 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 18973
Parameters:
[]
0.19 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 49777
Parameters:
[]
0.19 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 89992
Parameters:
[]
0.19 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 49832
Parameters:
[]
0.19 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 17331
Parameters:
[]
0.19 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 18973
Parameters:
[]
0.19 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 25330
Parameters:
[]
0.19 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 49257
Parameters:
[]
0.19 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 49823
Parameters:
[]
0.19 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 17407
Parameters:
[]
0.18 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 49777
Parameters:
[]
0.18 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 49625
Parameters:
[]
0.18 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 17407
Parameters:
[]
0.18 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 49832
Parameters:
[]
0.17 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 18973
Parameters:
[]
0.17 ms
(0.01%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 18973
Parameters:
[]
0.17 ms
(0.01%)
1
select `combinedImage` from object_store_prod where oo_id  = 25254
Parameters:
[]
0.17 ms
(0.01%)
1
select `combinedImage` from object_store_prod where oo_id  = 49618
Parameters:
[]
0.16 ms
(0.01%)
1
select `combinedBlock` from object_store_prod where oo_id  = 17407
Parameters:
[]
0.16 ms
(0.01%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 49625
Parameters:
[]
0.16 ms
(0.01%)
1
select `combinedImage` from object_store_prod where oo_id  = 49625
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.