GET https://testing.weverducre.com/fr/produits/c/salle-de-sejour~22223?page=7

Query Metrics

1380 Database Queries
599 Different statements
1249.63 ms Query time
0 Invalid entities
0 Managed entities

Grouped Statements

Show all queries

default connection

Time Count Info
107.45 ms
(8.60%)
89
SELECT * FROM object_store_prod WHERE oo_id = ? FOR UPDATE
Parameters:
[
  70210
]
49.89 ms
(3.99%)
89
SELECT * FROM object_localized_data_prod WHERE ooo_id = ? AND language IN ('en','de','it','fr','nl','es')
Parameters:
[
  70210
]
43.72 ms
(3.50%)
89
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  70210
]
41.37 ms
(3.31%)
99
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  4574046
]
36.50 ms
(2.92%)
99
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  4574046
]
36.03 ms
(2.88%)
89
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:
[
  70210
]
35.65 ms
(2.85%)
1
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_fr a  INNER JOIN ecommerceframework_productindex_wdbe_fr_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '23373' and a.id != '23373') or parentProducts like '%,23373,%') 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.33 ms
(2.83%)
1
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_fr a  INNER JOIN ecommerceframework_productindex_wdbe_fr_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '23372' and a.id != '23372') or parentProducts like '%,23372,%') and IFNULL(isSalesItem, 0) = 0 and (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL)
            group by color
            order by maxMainProductInLine desc
Parameters:
[]
34.64 ms
(2.77%)
1
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_fr a  INNER JOIN ecommerceframework_productindex_wdbe_fr_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '17153' and a.id != '17153') or parentProducts like '%,17153,%') 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.88 ms
(2.71%)
1
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_fr a  INNER JOIN ecommerceframework_productindex_wdbe_fr_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '68022' and a.id != '68022') or parentProducts like '%,68022,%') 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.10 ms
(2.49%)
89
SELECT `type`,`className`,`classId` FROM objects WHERE `id` = ?
Parameters:
[
  70210
]
29.97 ms
(2.40%)
1
SELECT SQL_CALC_FOUND_ROWS DISTINCT virtualProductId as id, priceSystemName  FROM ecommerceframework_productindex_wdbe_fr a  INNER JOIN ecommerceframework_productindex_wdbe_fr_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,22223,%') 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 144, 24
Parameters:
[]
29.62 ms
(2.37%)
1
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_fr a  INNER JOIN ecommerceframework_productindex_wdbe_fr_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '68019' and a.id != '68019') or parentProducts like '%,68019,%') 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.28 ms
(2.26%)
1
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_fr a  INNER JOIN ecommerceframework_productindex_wdbe_fr_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '68021' and a.id != '68021') or parentProducts like '%,68021,%') 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.31 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_fr a  INNER JOIN ecommerceframework_productindex_wdbe_fr_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '49009' and a.id != '49009') or parentProducts like '%,49009,%') 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.25 ms
(2.18%)
89
SELECT * FROM object_brick_store_ProductVideo_prod WHERE id = ? AND fieldname = ?
Parameters:
[
  70210
  "videos"
]
25.06 ms
(2.01%)
1
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_fr a  INNER JOIN ecommerceframework_productindex_wdbe_fr_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '49017' and a.id != '49017') or parentProducts like '%,49017,%') 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.92 ms
(1.99%)
1
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_fr a  INNER JOIN ecommerceframework_productindex_wdbe_fr_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '49018' and a.id != '49018') or parentProducts like '%,49018,%') 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.83 ms
(1.99%)
1
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_fr a  INNER JOIN ecommerceframework_productindex_wdbe_fr_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '68018' and a.id != '68018') or parentProducts like '%,68018,%') 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.42 ms
(1.95%)
1
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_fr a  INNER JOIN ecommerceframework_productindex_wdbe_fr_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '49035' and a.id != '49035') or parentProducts like '%,49035,%') 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.32 ms
(1.95%)
1
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_fr a  INNER JOIN ecommerceframework_productindex_wdbe_fr_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '49036' and a.id != '49036') or parentProducts like '%,49036,%') and IFNULL(isSalesItem, 0) = 0 and (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL)
            group by color
            order by maxMainProductInLine desc
Parameters:
[]
23.77 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_fr a  INNER JOIN ecommerceframework_productindex_wdbe_fr_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '49037' and a.id != '49037') or parentProducts like '%,49037,%') and IFNULL(isSalesItem, 0) = 0 and (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL)
            group by color
            order by maxMainProductInLine desc
Parameters:
[]
23.21 ms
(1.86%)
1
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_fr a  INNER JOIN ecommerceframework_productindex_wdbe_fr_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '68008' and a.id != '68008') or parentProducts like '%,68008,%') and IFNULL(isSalesItem, 0) = 0 and (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL)
            group by color
            order by maxMainProductInLine desc
Parameters:
[]
20.70 ms
(1.66%)
1
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_fr a  INNER JOIN ecommerceframework_productindex_wdbe_fr_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '17276' and a.id != '17276') or parentProducts like '%,17276,%') and IFNULL(isSalesItem, 0) = 0 and (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL)
            group by color
            order by maxMainProductInLine desc
Parameters:
[]
20.29 ms
(1.62%)
1
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_fr a  INNER JOIN ecommerceframework_productindex_wdbe_fr_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '68010' and a.id != '68010') or parentProducts like '%,68010,%') 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.80 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_fr a  INNER JOIN ecommerceframework_productindex_wdbe_fr_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '87610' and a.id != '87610') or parentProducts like '%,87610,%') 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.08 ms
(1.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_fr a  INNER JOIN ecommerceframework_productindex_wdbe_fr_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '49019' and a.id != '49019') or parentProducts like '%,49019,%') 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.82 ms
(1.51%)
1
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_fr a  INNER JOIN ecommerceframework_productindex_wdbe_fr_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '68032' and a.id != '68032') or parentProducts like '%,68032,%') 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.58 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_fr a  INNER JOIN ecommerceframework_productindex_wdbe_fr_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '68030' and a.id != '68030') or parentProducts like '%,68030,%') 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.55 ms
(1.48%)
1
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_fr a  INNER JOIN ecommerceframework_productindex_wdbe_fr_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '68031' and a.id != '68031') or parentProducts like '%,68031,%') 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.40 ms
(1.47%)
1
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_fr a  INNER JOIN ecommerceframework_productindex_wdbe_fr_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '17225' and a.id != '17225') or parentProducts like '%,17225,%') 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.91 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_fr a  INNER JOIN ecommerceframework_productindex_wdbe_fr_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '68033' and a.id != '68033') or parentProducts like '%,68033,%') 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.45 ms
(1.40%)
1
select
                a.*,
                max(mainProductInLine) as maxMainProductInLine,
                group_concat(a.id order by a.mainProductInLine desc, a.mainColorProductInLine desc) as ids,
                group_concat(a.mainImageId order by a.mainProductInLine desc, a.mainColorProductInLine desc) as mainImageIds
            from ecommerceframework_productindex_wdbe_fr a  INNER JOIN ecommerceframework_productindex_wdbe_fr_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id 
            where active = 1 and virtualProductActive = 1 and ((virtualProductId = '68011' and a.id != '68011') or parentProducts like '%,68011,%') 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:
[]
5.67 ms
(0.45%)
6
SELECT * FROM redirects WHERE
            (
                (source = ? AND (`type` = ? OR `type` = ?)) OR
                (source = ? AND `type` = ?) OR
                (source = ? AND `type` = ?)
            ) AND active = 1 AND (regex IS NULL OR regex = 0) AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND (sourceSite IS NULL OR sourceSite = 0) AND priority = 99 ORDER BY `priority` DESC
Parameters:
[
  "/_fragment"
  "path"
  "auto_create"
  "/_fragment?_path=_locale=fr&_format=html&_controller=App%5CController%5CSnippetController%3A%3AheaderAction"
  "path_query"
  "https://testing.weverducre.com/_fragment?_path=_locale=fr&_format=html&_controller=App%5CController%5CSnippetController%3A%3AheaderAction"
  "entire_uri"
]
3.09 ms
(0.25%)
12
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  1375
]
2.21 ms
(0.18%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 72457 AND fieldname = 'attributes'
Parameters:
[]
2.08 ms
(0.17%)
7
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  2
]
2.06 ms
(0.16%)
8
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
2.02 ms
(0.16%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 72518 AND fieldname = 'attributes'
Parameters:
[]
1.87 ms
(0.15%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 72510 AND fieldname = 'attributes'
Parameters:
[]
1.74 ms
(0.14%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 72885 AND fieldname = 'attributes'
Parameters:
[]
1.70 ms
(0.14%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 120860 AND fieldname = 'attributes'
Parameters:
[]
1.67 ms
(0.13%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 72895 AND fieldname = 'attributes'
Parameters:
[]
1.65 ms
(0.13%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 72733 AND fieldname = 'attributes'
Parameters:
[]
1.65 ms
(0.13%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 70232 AND fieldname = 'attributes'
Parameters:
[]
1.65 ms
(0.13%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 70491 AND fieldname = 'attributes'
Parameters:
[]
1.63 ms
(0.13%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 72277 AND fieldname = 'attributes'
Parameters:
[]
1.61 ms
(0.13%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 72440 AND fieldname = 'attributes'
Parameters:
[]
1.57 ms
(0.13%)
7
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "SCONF"
]
1.57 ms
(0.13%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 120986 AND fieldname = 'attributes'
Parameters:
[]
1.56 ms
(0.13%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 72382 AND fieldname = 'attributes'
Parameters:
[]
1.55 ms
(0.12%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 70247 AND fieldname = 'attributes'
Parameters:
[]
1.54 ms
(0.12%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 88810 AND fieldname = 'attributes'
Parameters:
[]
1.53 ms
(0.12%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 89918 AND fieldname = 'attributes'
Parameters:
[]
1.52 ms
(0.12%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 72549 AND fieldname = 'attributes'
Parameters:
[]
1.49 ms
(0.12%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 72921 AND fieldname = 'attributes'
Parameters:
[]
1.48 ms
(0.12%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 70218 AND fieldname = 'attributes'
Parameters:
[]
1.44 ms
(0.11%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 70210 AND fieldname = 'attributes'
Parameters:
[]
1.44 ms
(0.11%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 72770 AND fieldname = 'attributes'
Parameters:
[]
1.41 ms
(0.11%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 70252 AND fieldname = 'attributes'
Parameters:
[]
1.41 ms
(0.11%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 89909 AND fieldname = 'attributes'
Parameters:
[]
1.41 ms
(0.11%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 70410 AND fieldname = 'attributes'
Parameters:
[]
1.40 ms
(0.11%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 72783 AND fieldname = 'attributes'
Parameters:
[]
1.40 ms
(0.11%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 72561 AND fieldname = 'attributes'
Parameters:
[]
1.38 ms
(0.11%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 72537 AND fieldname = 'attributes'
Parameters:
[]
1.38 ms
(0.11%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 121289 AND fieldname = 'attributes'
Parameters:
[]
1.37 ms
(0.11%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 70510 AND fieldname = 'attributes'
Parameters:
[]
1.37 ms
(0.11%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 72779 AND fieldname = 'attributes'
Parameters:
[]
1.36 ms
(0.11%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 89894 AND fieldname = 'attributes'
Parameters:
[]
1.35 ms
(0.11%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 121294 AND fieldname = 'attributes'
Parameters:
[]
1.35 ms
(0.11%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 72235 AND fieldname = 'attributes'
Parameters:
[]
1.34 ms
(0.11%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 72833 AND fieldname = 'attributes'
Parameters:
[]
1.33 ms
(0.11%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 120860 AND fieldname = 'attributes'
Parameters:
[]
1.33 ms
(0.11%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 72557 AND fieldname = 'attributes'
Parameters:
[]
1.29 ms
(0.10%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 89922 AND fieldname = 'attributes'
Parameters:
[]
1.29 ms
(0.10%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 72566 AND fieldname = 'attributes'
Parameters:
[]
1.27 ms
(0.10%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 121003 AND fieldname = 'attributes'
Parameters:
[]
1.24 ms
(0.10%)
5
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  1380
]
1.22 ms
(0.10%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 72877 AND fieldname = 'attributes'
Parameters:
[]
1.21 ms
(0.10%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 72466 AND fieldname = 'attributes'
Parameters:
[]
1.20 ms
(0.10%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 72908 AND fieldname = 'attributes'
Parameters:
[]
1.20 ms
(0.10%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 120971 AND fieldname = 'attributes'
Parameters:
[]
1.19 ms
(0.10%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 72891 AND fieldname = 'attributes'
Parameters:
[]
1.17 ms
(0.09%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 88808 AND fieldname = 'attributes'
Parameters:
[]
1.16 ms
(0.09%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 70470 AND fieldname = 'attributes'
Parameters:
[]
1.16 ms
(0.09%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 72286 AND fieldname = 'attributes'
Parameters:
[]
1.16 ms
(0.09%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 72829 AND fieldname = 'attributes'
Parameters:
[]
1.16 ms
(0.09%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 72553 AND fieldname = 'attributes'
Parameters:
[]
1.14 ms
(0.09%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 72408 AND fieldname = 'attributes'
Parameters:
[]
1.12 ms
(0.09%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 72399 AND fieldname = 'attributes'
Parameters:
[]
1.11 ms
(0.09%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 72541 AND fieldname = 'attributes'
Parameters:
[]
1.09 ms
(0.09%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 72531 AND fieldname = 'attributes'
Parameters:
[]
1.08 ms
(0.09%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 70223 AND fieldname = 'attributes'
Parameters:
[]
1.08 ms
(0.09%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 72527 AND fieldname = 'attributes'
Parameters:
[]
1.07 ms
(0.09%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 70240 AND fieldname = 'attributes'
Parameters:
[]
1.07 ms
(0.09%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 72576 AND fieldname = 'attributes'
Parameters:
[]
1.06 ms
(0.08%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 72917 AND fieldname = 'attributes'
Parameters:
[]
1.05 ms
(0.08%)
1
SELECT * FROM redirects WHERE
            (
                (source = ? AND (`type` = ? OR `type` = ?)) OR
                (source = ? AND `type` = ?) OR
                (source = ? AND `type` = ?)
            ) AND active = 1 AND (regex IS NULL OR regex = 0) AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND (sourceSite IS NULL OR sourceSite = 1) AND priority = 99 ORDER BY `priority` DESC
Parameters:
[
  "/fr/produits/c/salle-de-sejour~22223"
  "path"
  "auto_create"
  "/fr/produits/c/salle-de-sejour~22223?page=7"
  "path_query"
  "https://testing.weverducre.com/fr/produits/c/salle-de-sejour~22223?page=7"
  "entire_uri"
]
1.03 ms
(0.08%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 72445 AND fieldname = 'attributes'
Parameters:
[]
1.02 ms
(0.08%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 72298 AND fieldname = 'attributes'
Parameters:
[]
1.01 ms
(0.08%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 72507 AND fieldname = 'attributes'
Parameters:
[]
1.00 ms
(0.08%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 72306 AND fieldname = 'attributes'
Parameters:
[]
0.99 ms
(0.08%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 72549 AND fieldname = 'attributes'
Parameters:
[]
0.96 ms
(0.08%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 120993 AND fieldname = 'attributes'
Parameters:
[]
0.95 ms
(0.08%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 72208 AND fieldname = 'attributes'
Parameters:
[]
0.94 ms
(0.08%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 121289 AND fieldname = 'attributes'
Parameters:
[]
0.92 ms
(0.07%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 70232 AND fieldname = 'attributes'
Parameters:
[]
0.90 ms
(0.07%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 120934 AND fieldname = 'attributes'
Parameters:
[]
0.89 ms
(0.07%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 70491 AND fieldname = 'attributes'
Parameters:
[]
0.88 ms
(0.07%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 72877 AND fieldname = 'attributes'
Parameters:
[]
0.87 ms
(0.07%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 72568 AND fieldname = 'attributes'
Parameters:
[]
0.87 ms
(0.07%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 89922 AND fieldname = 'attributes'
Parameters:
[]
0.86 ms
(0.07%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 72722 AND fieldname = 'attributes'
Parameters:
[]
0.84 ms
(0.07%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 120934 AND fieldname = 'attributes'
Parameters:
[]
0.83 ms
(0.07%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 120993 AND fieldname = 'attributes'
Parameters:
[]
0.82 ms
(0.07%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 70236 AND fieldname = 'attributes'
Parameters:
[]
0.78 ms
(0.06%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 72457 AND fieldname = 'attributes'
Parameters:
[]
0.76 ms
(0.06%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 72306 AND fieldname = 'attributes'
Parameters:
[]
0.74 ms
(0.06%)
2
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[]
0.73 ms
(0.06%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 72225 AND fieldname = 'attributes'
Parameters:
[]
0.70 ms
(0.06%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 72391 AND fieldname = 'attributes'
Parameters:
[]
0.70 ms
(0.06%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 72408 AND fieldname = 'attributes'
Parameters:
[]
0.67 ms
(0.05%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 70470 AND fieldname = 'attributes'
Parameters:
[]
0.66 ms
(0.05%)
3
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/weverducre.com/fr/produits/c/"
  "salle-de-sejour~22223"
]
0.65 ms
(0.05%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 72298 AND fieldname = 'attributes'
Parameters:
[]
0.65 ms
(0.05%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 72594 AND fieldname = 'attributes'
Parameters:
[]
0.63 ms
(0.05%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 72783 AND fieldname = 'attributes'
Parameters:
[]
0.62 ms
(0.05%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 121294 AND fieldname = 'attributes'
Parameters:
[]
0.62 ms
(0.05%)
2
SELECT * FROM translations_admin LIMIT 1;
Parameters:
[]
0.61 ms
(0.05%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 72522 AND fieldname = 'attributes'
Parameters:
[]
0.61 ms
(0.05%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 89894 AND fieldname = 'attributes'
Parameters:
[]
0.61 ms
(0.05%)
1
select `iconLabels` from object_store_prod where oo_id  = 72549
Parameters:
[]
0.59 ms
(0.05%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 72770 AND fieldname = 'attributes'
Parameters:
[]
0.59 ms
(0.05%)
1
select `iconLabels` from object_store_prod where oo_id  = 72445
Parameters:
[]
0.59 ms
(0.05%)
1
select `combinedBlock` from object_store_prod where oo_id  = 72541
Parameters:
[]
0.58 ms
(0.05%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 72758 AND fieldname = 'attributes'
Parameters:
[]
0.58 ms
(0.05%)
1
select `combinedBlock` from object_store_prod where oo_id  = 72829
Parameters:
[]
0.57 ms
(0.05%)
1
select `iconLabels` from object_store_prod where oo_id  = 88810
Parameters:
[]
0.55 ms
(0.04%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 72576 AND fieldname = 'attributes'
Parameters:
[]
0.55 ms
(0.04%)
1
SELECT * FROM object_relations_SCONF WHERE src_id = ?
Parameters:
[
  1547
]
0.55 ms
(0.04%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 72225 AND fieldname = 'attributes'
Parameters:
[]
0.55 ms
(0.04%)
1
select `iconLabels` from object_store_prod where oo_id  = 72537
Parameters:
[]
0.52 ms
(0.04%)
2
SELECT dest as `value`, count(DISTINCT src_virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_fr_relations a WHERE fieldname = 'baseColorObjects' AND src IN (SELECT a.id FROM ecommerceframework_productindex_wdbe_fr a  INNER JOIN ecommerceframework_productindex_wdbe_fr_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,22223,%') AND (IFNULL(isSalesItem, 0) = 0)) GROUP BY dest
Parameters:
[]
0.51 ms
(0.04%)
1
select `iconLabels` from object_store_prod where oo_id  = 120860
Parameters:
[]
0.51 ms
(0.04%)
1
select `combinedBlock` from object_store_prod where oo_id  = 70232
Parameters:
[]
0.50 ms
(0.04%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 72586 AND fieldname = 'attributes'
Parameters:
[]
0.49 ms
(0.04%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 72722 AND fieldname = 'attributes'
Parameters:
[]
0.49 ms
(0.04%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 72549
Parameters:
[]
0.48 ms
(0.04%)
1
select `iconLabels` from object_store_prod where oo_id  = 72208
Parameters:
[]
0.46 ms
(0.04%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 68022 AND fieldname = 'attributes'
Parameters:
[]
0.46 ms
(0.04%)
2
SELECT documents.id FROM documents
            LEFT JOIN documents_page ON documents.id = documents_page.id
            WHERE documents.path LIKE ? AND documents_page.prettyUrl = ?
Parameters:
[
  "/weverducre.com/%"
  "/fr/produits/c/salle-de-sejour~22223"
]
0.46 ms
(0.04%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 72594 AND fieldname = 'attributes'
Parameters:
[]
0.46 ms
(0.04%)
1
select `iconLabels` from object_store_prod where oo_id  = 70240
Parameters:
[]
0.46 ms
(0.04%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 72466 AND fieldname = 'attributes'
Parameters:
[]
0.45 ms
(0.04%)
2
SELECT TRIM(`typeName`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_fr a  INNER JOIN ecommerceframework_productindex_wdbe_fr_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,22223,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`typeName`)
Parameters:
[]
0.45 ms
(0.04%)
1
select `combinedBlock` from object_store_prod where oo_id  = 72549
Parameters:
[]
0.45 ms
(0.04%)
2
SELECT TRIM(`converterText`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_fr a  INNER JOIN ecommerceframework_productindex_wdbe_fr_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,22223,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`converterText`)
Parameters:
[]
0.45 ms
(0.04%)
1
select `combinedImage` from object_store_prod where oo_id  = 70510
Parameters:
[]
0.45 ms
(0.04%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 68018 AND fieldname = 'attributes'
Parameters:
[]
0.44 ms
(0.04%)
2
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
  "/weverducre.com/fr/produits/c/salle-de-sejour~22223"
]
0.44 ms
(0.04%)
1
select `iconLabels` from object_store_prod where oo_id  = 72877
Parameters:
[]
0.44 ms
(0.04%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 120971 AND fieldname = 'attributes'
Parameters:
[]
0.44 ms
(0.04%)
2
SELECT TRIM(`voltage`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_fr a  INNER JOIN ecommerceframework_productindex_wdbe_fr_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,22223,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`voltage`)
Parameters:
[]
0.44 ms
(0.04%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 88810 AND fieldname = 'attributes'
Parameters:
[]
0.44 ms
(0.04%)
1
select `iconLabels` from object_store_prod where oo_id  = 72235
Parameters:
[]
0.44 ms
(0.04%)
2
SELECT TRIM(`recessedDepth`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_fr a  INNER JOIN ecommerceframework_productindex_wdbe_fr_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,22223,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`recessedDepth`)
Parameters:
[]
0.44 ms
(0.03%)
2
SELECT TRIM(`ipRating`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_fr a  INNER JOIN ecommerceframework_productindex_wdbe_fr_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,22223,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`ipRating`)
Parameters:
[]
0.43 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 68022
Parameters:
[]
0.43 ms
(0.03%)
2
SELECT TRIM(`cutOutMax`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_fr a  INNER JOIN ecommerceframework_productindex_wdbe_fr_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,22223,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`cutOutMax`)
Parameters:
[]
0.43 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 120986 AND fieldname = 'attributes'
Parameters:
[]
0.43 ms
(0.03%)
2
SELECT TRIM(`diameter`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_fr a  INNER JOIN ecommerceframework_productindex_wdbe_fr_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,22223,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`diameter`)
Parameters:
[]
0.43 ms
(0.03%)
2
SELECT TRIM(`lightColorTemperature`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_fr a  INNER JOIN ecommerceframework_productindex_wdbe_fr_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,22223,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`lightColorTemperature`)
Parameters:
[]
0.42 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 89922
Parameters:
[]
0.42 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 72225
Parameters:
[]
0.41 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 88810
Parameters:
[]
0.41 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 120860
Parameters:
[]
0.41 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 70240 AND fieldname = 'attributes'
Parameters:
[]
0.41 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 72527 AND fieldname = 'attributes'
Parameters:
[]
0.41 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 72722
Parameters:
[]
0.41 ms
(0.03%)
2
SELECT TRIM(`lampType`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_fr a  INNER JOIN ecommerceframework_productindex_wdbe_fr_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,22223,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`lampType`)
Parameters:
[]
0.41 ms
(0.03%)
1
select `combinedImage` from object_store_prod where oo_id  = 68031
Parameters:
[]
0.40 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 89909 AND fieldname = 'attributes'
Parameters:
[]
0.40 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 72235 AND fieldname = 'attributes'
Parameters:
[]
0.40 ms
(0.03%)
2
SELECT TRIM(`scopeName`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_fr a  INNER JOIN ecommerceframework_productindex_wdbe_fr_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,22223,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`scopeName`)
Parameters:
[]
0.40 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 70491
Parameters:
[]
0.40 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 72306
Parameters:
[]
0.40 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 72553 AND fieldname = 'attributes'
Parameters:
[]
0.39 ms
(0.03%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 70232
Parameters:
[]
0.39 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 72445 AND fieldname = 'attributes'
Parameters:
[]
0.39 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 72733 AND fieldname = 'attributes'
Parameters:
[]
0.39 ms
(0.03%)
2
SELECT TRIM(`cutOutMin`) as `value`, count(DISTINCT virtualProductId) as `count` FROM ecommerceframework_productindex_wdbe_fr a  INNER JOIN ecommerceframework_productindex_wdbe_fr_subtenant_relations AS b ON a.id = b.id  LEFT OUTER JOIN (
            SELECT targetId, score
            FROM app_customer_aggregated_score
            WHERE
                name = 'sellable' AND
                customerId is null
        ) AS s ON s.targetId = a.id WHERE active = 1 AND virtualProductActive = 1 AND inProductList = 1 AND (b.subtenant_id = 2 AND isCombinedProduct != 1 OR isCombinedProduct IS NULL) AND a.id != virtualProductId  AND (parentCategoryIds like '%,22223,%') AND (IFNULL(isSalesItem, 0) = 0) GROUP BY TRIM(`cutOutMin`)
Parameters:
[]
0.39 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 70232
Parameters:
[]
0.38 ms
(0.03%)
1
SELECT object_localized_SCONF_fr.id as id, object_localized_SCONF_fr.type as `type` FROM object_localized_SCONF_fr LEFT JOIN object_brick_query_EcommerceB2B_SCONF `EcommerceB2B` ON 1
AND `EcommerceB2B`.id = `object_localized_SCONF_fr`.id LEFT JOIN object_brick_localized_query_EcommerceB2B_SCONF_fr `EcommerceB2B_localized` ON 1
AND `EcommerceB2B_localized`.ooo_id = `object_localized_SCONF_fr`.id LEFT JOIN object_brick_query_EcommerceB2C_SCONF `EcommerceB2C` ON 1
AND `EcommerceB2C`.id = `object_localized_SCONF_fr`.id LEFT JOIN object_brick_localized_query_EcommerceB2C_SCONF_fr `EcommerceB2C_localized` ON 1
AND `EcommerceB2C_localized`.ooo_id = `object_localized_SCONF_fr`.id WHERE (((EcommerceB2B.dataAreaId = ? or EcommerceB2C.dataAreaId = ?))  AND  object_localized_SCONF_fr.type IN ('object','variant','folder')) AND object_localized_SCONF_fr.published = 1 LIMIT 1
Parameters:
[
  "wdbe"
  "wdbe"
]
0.38 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 72507 AND fieldname = 'attributes'
Parameters:
[]
0.38 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 72779 AND fieldname = 'attributes'
Parameters:
[]
0.37 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 72561
Parameters:
[]
0.37 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 72382
Parameters:
[]
0.37 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 72522 AND fieldname = 'attributes'
Parameters:
[]
0.37 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 72568 AND fieldname = 'attributes'
Parameters:
[]
0.37 ms
(0.03%)
1
SELECT FOUND_ROWS()
Parameters:
[]
0.37 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 72225
Parameters:
[]
0.37 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 72557 AND fieldname = 'attributes'
Parameters:
[]
0.37 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 72891
Parameters:
[]
0.37 ms
(0.03%)
1
select `combinedImage` from object_store_prod where oo_id  = 72457
Parameters:
[]
0.37 ms
(0.03%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 68022 AND fieldname = 'attributes'
Parameters:
[]
0.37 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 70410 AND fieldname = 'attributes'
Parameters:
[]
0.37 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 72382 AND fieldname = 'attributes'
Parameters:
[]
0.37 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 89918 AND fieldname = 'attributes'
Parameters:
[]
0.36 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 72391
Parameters:
[]
0.36 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 72510
Parameters:
[]
0.36 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 72466
Parameters:
[]
0.36 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 72457
Parameters:
[]
0.36 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 89909
Parameters:
[]
0.36 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 72722
Parameters:
[]
0.36 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 72208 AND fieldname = 'attributes'
Parameters:
[]
0.36 ms
(0.03%)
1
select `combinedImage` from object_store_prod where oo_id  = 72549
Parameters:
[]
0.36 ms
(0.03%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 72594
Parameters:
[]
0.36 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 72445
Parameters:
[]
0.35 ms
(0.03%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 87610
Parameters:
[]
0.35 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 72891 AND fieldname = 'attributes'
Parameters:
[]
0.35 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 70218 AND fieldname = 'attributes'
Parameters:
[]
0.35 ms
(0.03%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 88808
Parameters:
[]
0.35 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 72399 AND fieldname = 'attributes'
Parameters:
[]
0.35 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 72537 AND fieldname = 'attributes'
Parameters:
[]
0.35 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 72885 AND fieldname = 'attributes'
Parameters:
[]
0.35 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 72391 AND fieldname = 'attributes'
Parameters:
[]
0.35 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 72733
Parameters:
[]
0.35 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 72277 AND fieldname = 'attributes'
Parameters:
[]
0.34 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 70236 AND fieldname = 'attributes'
Parameters:
[]
0.34 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 72306
Parameters:
[]
0.34 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 72561 AND fieldname = 'attributes'
Parameters:
[]
0.34 ms
(0.03%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 72722
Parameters:
[]
0.34 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 72561
Parameters:
[]
0.34 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 70470
Parameters:
[]
0.34 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 120934
Parameters:
[]
0.34 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 121289
Parameters:
[]
0.34 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 72895 AND fieldname = 'attributes'
Parameters:
[]
0.34 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 88808 AND fieldname = 'attributes'
Parameters:
[]
0.34 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 72594
Parameters:
[]
0.34 ms
(0.03%)
1
select `combinedImage` from object_store_prod where oo_id  = 72586
Parameters:
[]
0.33 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 49009
Parameters:
[]
0.33 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 72758 AND fieldname = 'attributes'
Parameters:
[]
0.33 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 72779
Parameters:
[]
0.33 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 88808
Parameters:
[]
0.33 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 72286 AND fieldname = 'attributes'
Parameters:
[]
0.33 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 49009 AND fieldname = 'attributes'
Parameters:
[]
0.33 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 72758
Parameters:
[]
0.33 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 72553
Parameters:
[]
0.33 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 72440 AND fieldname = 'attributes'
Parameters:
[]
0.33 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 89922
Parameters:
[]
0.33 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 88808
Parameters:
[]
0.33 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 72522
Parameters:
[]
0.33 ms
(0.03%)
1
select `combinedImage` from object_store_prod where oo_id  = 72722
Parameters:
[]
0.33 ms
(0.03%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 70240
Parameters:
[]
0.33 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 72568
Parameters:
[]
0.33 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 121003 AND fieldname = 'attributes'
Parameters:
[]
0.32 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 87610 AND fieldname = 'attributes'
Parameters:
[]
0.32 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 72594
Parameters:
[]
0.32 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 72537
Parameters:
[]
0.32 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 72566
Parameters:
[]
0.32 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 72783
Parameters:
[]
0.32 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 72399
Parameters:
[]
0.32 ms
(0.03%)
1
SELECT * FROM object_relations_PCAT WHERE src_id = ?
Parameters:
[
  22223
]
0.32 ms
(0.03%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 68010 AND fieldname = 'attributes'
Parameters:
[]
0.32 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 72510
Parameters:
[]
0.32 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 72541
Parameters:
[]
0.32 ms
(0.03%)
1
select `combinedImage` from object_store_prod where oo_id  = 72594
Parameters:
[]
0.32 ms
(0.03%)
1
select `combinedBlock` from object_store_prod where oo_id  = 68010
Parameters:
[]
0.32 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 72531 AND fieldname = 'attributes'
Parameters:
[]
0.32 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 72833 AND fieldname = 'attributes'
Parameters:
[]
0.32 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 72908 AND fieldname = 'attributes'
Parameters:
[]
0.32 ms
(0.03%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 49036 AND fieldname = 'attributes'
Parameters:
[]
0.32 ms
(0.03%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 87610 AND fieldname = 'attributes'
Parameters:
[]
0.32 ms
(0.03%)
1
select `combinedImage` from object_store_prod where oo_id  = 120860
Parameters:
[]
0.32 ms
(0.03%)
1
select `combinedImage` from object_store_prod where oo_id  = 72537
Parameters:
[]
0.32 ms
(0.03%)
1
select `combinedImage` from object_store_prod where oo_id  = 72510
Parameters:
[]
0.32 ms
(0.03%)
1
select `combinedImage` from object_store_prod where oo_id  = 120986
Parameters:
[]
0.31 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 70510 AND fieldname = 'attributes'
Parameters:
[]
0.31 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 72286
Parameters:
[]
0.31 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 49036 AND fieldname = 'attributes'
Parameters:
[]
0.31 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 72518 AND fieldname = 'attributes'
Parameters:
[]
0.31 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 72510 AND fieldname = 'attributes'
Parameters:
[]
0.31 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 70210 AND fieldname = 'attributes'
Parameters:
[]
0.31 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 68033 AND fieldname = 'attributes'
Parameters:
[]
0.31 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 70510
Parameters:
[]
0.31 ms
(0.03%)
1
select `iconLabels` from object_store_prod where oo_id  = 72553
Parameters:
[]
0.31 ms
(0.03%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 72541 AND fieldname = 'attributes'
Parameters:
[]
0.31 ms
(0.03%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 89909
Parameters:
[]
0.31 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 89918
Parameters:
[]
0.31 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 72553
Parameters:
[]
0.31 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 70218
Parameters:
[]
0.31 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 70252
Parameters:
[]
0.31 ms
(0.02%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 72586 AND fieldname = 'attributes'
Parameters:
[]
0.31 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 70210
Parameters:
[]
0.31 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 121003
Parameters:
[]
0.31 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 72733
Parameters:
[]
0.31 ms
(0.02%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 70223 AND fieldname = 'attributes'
Parameters:
[]
0.31 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 70240
Parameters:
[]
0.31 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 120993
Parameters:
[]
0.31 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 72885
Parameters:
[]
0.31 ms
(0.02%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 70247 AND fieldname = 'attributes'
Parameters:
[]
0.30 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 68033
Parameters:
[]
0.30 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 72576
Parameters:
[]
0.30 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 120986
Parameters:
[]
0.30 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 70236
Parameters:
[]
0.30 ms
(0.02%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 49037 AND fieldname = 'attributes'
Parameters:
[]
0.30 ms
(0.02%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 49009 AND fieldname = 'attributes'
Parameters:
[]
0.30 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 72561
Parameters:
[]
0.30 ms
(0.02%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 68031 AND fieldname = 'attributes'
Parameters:
[]
0.30 ms
(0.02%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 72921 AND fieldname = 'attributes'
Parameters:
[]
0.30 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 70491
Parameters:
[]
0.30 ms
(0.02%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 72566 AND fieldname = 'attributes'
Parameters:
[]
0.30 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 70223
Parameters:
[]
0.30 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 70236
Parameters:
[]
0.30 ms
(0.02%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 70252 AND fieldname = 'attributes'
Parameters:
[]
0.30 ms
(0.02%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 68033 AND fieldname = 'attributes'
Parameters:
[]
0.30 ms
(0.02%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 49037 AND fieldname = 'attributes'
Parameters:
[]
0.30 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 72457
Parameters:
[]
0.30 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 72507
Parameters:
[]
0.30 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 72568
Parameters:
[]
0.30 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 70218
Parameters:
[]
0.30 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 70410
Parameters:
[]
0.30 ms
(0.02%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 72829 AND fieldname = 'attributes'
Parameters:
[]
0.30 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 89894
Parameters:
[]
0.30 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 72561
Parameters:
[]
0.29 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 72408
Parameters:
[]
0.29 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 68033
Parameters:
[]
0.29 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 120971
Parameters:
[]
0.29 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 72568
Parameters:
[]
0.29 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 72733
Parameters:
[]
0.29 ms
(0.02%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 72917 AND fieldname = 'attributes'
Parameters:
[]
0.29 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 88810
Parameters:
[]
0.29 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 120971
Parameters:
[]
0.29 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 70232
Parameters:
[]
0.29 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 72507
Parameters:
[]
0.29 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 72877
Parameters:
[]
0.29 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 72833
Parameters:
[]
0.29 ms
(0.02%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 68018 AND fieldname = 'attributes'
Parameters:
[]
0.29 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 72553
Parameters:
[]
0.29 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 68031
Parameters:
[]
0.29 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 70247
Parameters:
[]
0.29 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 121289
Parameters:
[]
0.28 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 70470
Parameters:
[]
0.28 ms
(0.02%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 23372 AND fieldname = 'attributes'
Parameters:
[]
0.28 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 72382
Parameters:
[]
0.28 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 49034
Parameters:
[]
0.28 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 89922
Parameters:
[]
0.28 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 72531
Parameters:
[]
0.28 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 72531
Parameters:
[]
0.28 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 72576
Parameters:
[]
0.28 ms
(0.02%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 68019 AND fieldname = 'attributes'
Parameters:
[]
0.28 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 72557
Parameters:
[]
0.28 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 121294
Parameters:
[]
0.28 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 72917
Parameters:
[]
0.28 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 72277
Parameters:
[]
0.28 ms
(0.02%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 68031 AND fieldname = 'attributes'
Parameters:
[]
0.28 ms
(0.02%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 68010 AND fieldname = 'attributes'
Parameters:
[]
0.28 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 89909
Parameters:
[]
0.28 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 72921
Parameters:
[]
0.28 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 72885
Parameters:
[]
0.28 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 120993
Parameters:
[]
0.28 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 72440
Parameters:
[]
0.28 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 72908
Parameters:
[]
0.28 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 87610
Parameters:
[]
0.28 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 72917
Parameters:
[]
0.27 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 88810
Parameters:
[]
0.27 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 72298
Parameters:
[]
0.27 ms
(0.02%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 49034 AND fieldname = 'attributes'
Parameters:
[]
0.27 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 72770
Parameters:
[]
0.27 ms
(0.02%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 23372 AND fieldname = 'attributes'
Parameters:
[]
0.27 ms
(0.02%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 49034 AND fieldname = 'attributes'
Parameters:
[]
0.27 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 72522
Parameters:
[]
0.27 ms
(0.02%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 68019 AND fieldname = 'attributes'
Parameters:
[]
0.27 ms
(0.02%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 17153 AND fieldname = 'attributes'
Parameters:
[]
0.27 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 72399
Parameters:
[]
0.27 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 70210
Parameters:
[]
0.27 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 72457
Parameters:
[]
0.27 ms
(0.02%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 49035 AND fieldname = 'attributes'
Parameters:
[]
0.27 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 72833
Parameters:
[]
0.27 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 72445
Parameters:
[]
0.27 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 72758
Parameters:
[]
0.27 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 23373
Parameters:
[]
0.27 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 72382
Parameters:
[]
0.27 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 120934
Parameters:
[]
0.27 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 72298
Parameters:
[]
0.27 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 72440
Parameters:
[]
0.27 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 49035
Parameters:
[]
0.27 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 120971
Parameters:
[]
0.27 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 72586
Parameters:
[]
0.26 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 70252
Parameters:
[]
0.26 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 72770
Parameters:
[]
0.26 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 72917
Parameters:
[]
0.26 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 72779
Parameters:
[]
0.26 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 72531
Parameters:
[]
0.26 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 72783
Parameters:
[]
0.26 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 72440
Parameters:
[]
0.26 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 72885
Parameters:
[]
0.26 ms
(0.02%)
1
SELECT name, type, data, cid, inheritable, cpath FROM properties WHERE
                     (
                         (cid IN (1,22224,22218,1548,1544) AND inheritable = 1)
                         OR cid = ? ) AND ctype='object'
Parameters:
[
  22223
]
0.26 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 72891
Parameters:
[]
0.26 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 23372
Parameters:
[]
0.26 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 72891
Parameters:
[]
0.26 ms
(0.02%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 23373 AND fieldname = 'attributes'
Parameters:
[]
0.26 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 121294
Parameters:
[]
0.26 ms
(0.02%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 17153 AND fieldname = 'attributes'
Parameters:
[]
0.26 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 70247
Parameters:
[]
0.26 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 68019
Parameters:
[]
0.26 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 72445
Parameters:
[]
0.26 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 72518
Parameters:
[]
0.26 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 72541
Parameters:
[]
0.26 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 120986
Parameters:
[]
0.26 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 120860
Parameters:
[]
0.26 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 70240
Parameters:
[]
0.26 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 72568
Parameters:
[]
0.26 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 68018
Parameters:
[]
0.26 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 72541
Parameters:
[]
0.26 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 23373
Parameters:
[]
0.26 ms
(0.02%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 23373 AND fieldname = 'attributes'
Parameters:
[]
0.26 ms
(0.02%)
1
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "maintenance_mode"
]
0.26 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 120993
Parameters:
[]
0.26 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 72510
Parameters:
[]
0.26 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 72527
Parameters:
[]
0.25 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 72895
Parameters:
[]
0.25 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 72286
Parameters:
[]
0.25 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 72527
Parameters:
[]
0.25 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 72576
Parameters:
[]
0.25 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 72527
Parameters:
[]
0.25 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 72829
Parameters:
[]
0.25 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 72277
Parameters:
[]
0.25 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 72758
Parameters:
[]
0.25 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 72917
Parameters:
[]
0.25 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 72277
Parameters:
[]
0.25 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 72235
Parameters:
[]
0.25 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 121003
Parameters:
[]
0.25 ms
(0.02%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 49035 AND fieldname = 'attributes'
Parameters:
[]
0.25 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 70236
Parameters:
[]
0.25 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 89894
Parameters:
[]
0.25 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 70510
Parameters:
[]
0.25 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 72382
Parameters:
[]
0.25 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 70223
Parameters:
[]
0.25 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 70218
Parameters:
[]
0.25 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 72408
Parameters:
[]
0.25 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 70252
Parameters:
[]
0.25 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 70223
Parameters:
[]
0.25 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 70410
Parameters:
[]
0.25 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 49036
Parameters:
[]
0.25 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 68019
Parameters:
[]
0.25 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 89918
Parameters:
[]
0.24 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 72921
Parameters:
[]
0.24 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 89922
Parameters:
[]
0.24 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 68010
Parameters:
[]
0.24 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 72277
Parameters:
[]
0.24 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 72518
Parameters:
[]
0.24 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 72566
Parameters:
[]
0.24 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 68033
Parameters:
[]
0.24 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 120993
Parameters:
[]
0.24 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 72298
Parameters:
[]
0.24 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 72208
Parameters:
[]
0.24 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 72466
Parameters:
[]
0.24 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 89918
Parameters:
[]
0.24 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 23372
Parameters:
[]
0.24 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 72399
Parameters:
[]
0.24 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 72527
Parameters:
[]
0.24 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 72733
Parameters:
[]
0.24 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 68018
Parameters:
[]
0.24 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 72286
Parameters:
[]
0.24 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 72466
Parameters:
[]
0.24 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 89909
Parameters:
[]
0.24 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 68033
Parameters:
[]
0.24 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 49009
Parameters:
[]
0.24 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 72586
Parameters:
[]
0.24 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 72408
Parameters:
[]
0.24 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 72557
Parameters:
[]
0.24 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 72895
Parameters:
[]
0.24 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 72908
Parameters:
[]
0.24 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 87610
Parameters:
[]
0.24 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 68022
Parameters:
[]
0.24 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 121289
Parameters:
[]
0.23 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 70236
Parameters:
[]
0.23 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 72531
Parameters:
[]
0.23 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 49037
Parameters:
[]
0.23 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 72522
Parameters:
[]
0.23 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 68022
Parameters:
[]
0.23 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 68018
Parameters:
[]
0.23 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 72829
Parameters:
[]
0.23 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 68019
Parameters:
[]
0.23 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 72391
Parameters:
[]
0.23 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 72770
Parameters:
[]
0.23 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 72557
Parameters:
[]
0.23 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 72877
Parameters:
[]
0.23 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 72877
Parameters:
[]
0.23 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 70210
Parameters:
[]
0.23 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 68031
Parameters:
[]
0.23 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 72306
Parameters:
[]
0.23 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 72225
Parameters:
[]
0.23 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 72885
Parameters:
[]
0.22 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 72298
Parameters:
[]
0.22 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 49035
Parameters:
[]
0.22 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 49037
Parameters:
[]
0.22 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 72783
Parameters:
[]
0.22 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 49037
Parameters:
[]
0.22 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 68019
Parameters:
[]
0.22 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 72586
Parameters:
[]
0.22 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 72566
Parameters:
[]
0.22 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 72758
Parameters:
[]
0.22 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 72522
Parameters:
[]
0.22 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 72537
Parameters:
[]
0.22 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 49037
Parameters:
[]
0.22 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 72408
Parameters:
[]
0.22 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 70510
Parameters:
[]
0.22 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 72466
Parameters:
[]
0.22 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 89894
Parameters:
[]
0.22 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 72779
Parameters:
[]
0.22 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 68022
Parameters:
[]
0.22 ms
(0.02%)
1
SELECT object_localized_8_fr.id as id, object_localized_8_fr.type as `type` FROM object_localized_8_fr WHERE ( object_localized_8_fr.type IN ('object','variant','folder')) AND object_localized_8_fr.published = 1
Parameters:
[]
0.22 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 72208
Parameters:
[]
0.22 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 121294
Parameters:
[]
0.22 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 49036
Parameters:
[]
0.22 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 49036
Parameters:
[]
0.22 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 72770
Parameters:
[]
0.22 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 72783
Parameters:
[]
0.22 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 72779
Parameters:
[]
0.22 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 70470
Parameters:
[]
0.22 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 72833
Parameters:
[]
0.22 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 72576
Parameters:
[]
0.21 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 70470
Parameters:
[]
0.21 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 70491
Parameters:
[]
0.21 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 72306
Parameters:
[]
0.21 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 72507
Parameters:
[]
0.21 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 49009
Parameters:
[]
0.21 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 17153
Parameters:
[]
0.21 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 70252
Parameters:
[]
0.21 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 121294
Parameters:
[]
0.21 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 68010
Parameters:
[]
0.21 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 89894
Parameters:
[]
0.21 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 68018
Parameters:
[]
0.21 ms
(0.02%)
1
select `iconLabels` from object_store_prod where oo_id  = 17150
Parameters:
[]
0.21 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 70410
Parameters:
[]
0.21 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 72440
Parameters:
[]
0.21 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 120971
Parameters:
[]
0.21 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 49009
Parameters:
[]
0.21 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 72921
Parameters:
[]
0.21 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 70247
Parameters:
[]
0.21 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 72235
Parameters:
[]
0.21 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 87610
Parameters:
[]
0.21 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 72895
Parameters:
[]
0.21 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 72891
Parameters:
[]
0.21 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 72908
Parameters:
[]
0.21 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 70218
Parameters:
[]
0.21 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 72225
Parameters:
[]
0.21 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 72286
Parameters:
[]
0.21 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 120986
Parameters:
[]
0.21 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 70410
Parameters:
[]
0.21 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 49034
Parameters:
[]
0.21 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 120934
Parameters:
[]
0.21 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 23373
Parameters:
[]
0.21 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 72399
Parameters:
[]
0.21 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 72208
Parameters:
[]
0.21 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 121003
Parameters:
[]
0.21 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 72507
Parameters:
[]
0.21 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 72829
Parameters:
[]
0.21 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 72557
Parameters:
[]
0.21 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 121289
Parameters:
[]
0.21 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 88808
Parameters:
[]
0.21 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 23372
Parameters:
[]
0.20 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 70210
Parameters:
[]
0.20 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 72235
Parameters:
[]
0.20 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 121003
Parameters:
[]
0.20 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 89918
Parameters:
[]
0.20 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 72566
Parameters:
[]
0.20 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 72391
Parameters:
[]
0.20 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 72895
Parameters:
[]
0.20 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 72391
Parameters:
[]
0.20 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 72921
Parameters:
[]
0.20 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 72908
Parameters:
[]
0.20 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 72518
Parameters:
[]
0.20 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 49035
Parameters:
[]
0.20 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 23372
Parameters:
[]
0.20 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 70223
Parameters:
[]
0.20 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 70247
Parameters:
[]
0.20 ms
(0.02%)
1
SELECT * FROM object_relations_EF_FD WHERE src_id = ?
Parameters:
[
  1551
]
0.20 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 70491
Parameters:
[]
0.20 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 68010
Parameters:
[]
0.20 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 49036
Parameters:
[]
0.20 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 120934
Parameters:
[]
0.20 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 72518
Parameters:
[]
0.19 ms
(0.02%)
1
SELECT * FROM object_classificationstore_groups_prod WHERE id = 17150 AND fieldname = 'attributes'
Parameters:
[]
0.19 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 49034
Parameters:
[]
0.19 ms
(0.02%)
1
select `combinedBlock` from object_store_prod where oo_id  = 17153
Parameters:
[]
0.19 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 72833
Parameters:
[]
0.19 ms
(0.02%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 68031
Parameters:
[]
0.19 ms
(0.02%)
1
SELECT * FROM object_classificationstore_data_prod WHERE id = 17150 AND fieldname = 'attributes'
Parameters:
[]
0.19 ms
(0.02%)
1
select `combinedImage` from object_store_prod where oo_id  = 23373
Parameters:
[]
0.19 ms
(0.01%)
1
select `combinedImage` from object_store_prod where oo_id  = 49034
Parameters:
[]
0.19 ms
(0.01%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 49035
Parameters:
[]
0.18 ms
(0.01%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 17153
Parameters:
[]
0.18 ms
(0.01%)
1
select `combinedImage` from object_store_prod where oo_id  = 17153
Parameters:
[]
0.17 ms
(0.01%)
1
select `combinedImage` from object_store_prod where oo_id  = 17150
Parameters:
[]
0.16 ms
(0.01%)
1
select `accessoryDemand` from object_store_prod where oo_id  = 17150
Parameters:
[]
0.16 ms
(0.01%)
1
select `combinedBlock` from object_store_prod where oo_id  = 17150
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.