Query Metrics

157 Database Queries
30 Different statements
184.25 ms Query time
0 Invalid entities
0 Managed entities

Queries

Group similar statements

default connection

# Time Info
1 0.22 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
2 1.09 ms
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:
[
  "/en/projects/pr/lighting-project-private-residence-greece~11804"
  "path"
  "auto_create"
  "/en/projects/pr/lighting-project-private-residence-greece~11804?projectCategory=11078"
  "path_query"
  "https://testing.weverducre.com/en/projects/pr/lighting-project-private-residence-greece~11804?projectCategory=11078"
  "entire_uri"
]
3 0.22 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "maintenance_mode"
]
4 0.22 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "reports"
  "pimcore"
]
5 1.78 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/weverducre.com/en/projects/pr/"
  "lighting-project-private-residence-greece~11804"
]
6 0.55 ms
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
  "/weverducre.com/en/projects/pr/lighting-project-private-residence-greece~11804"
]
7 0.44 ms
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/%"
  "/en/projects/pr/lighting-project-private-residence-greece~11804"
]
8 0.20 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/weverducre.com/en/projects/"
  "pr"
]
9 0.19 ms
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
  "/weverducre.com/en/projects/pr"
]
10 0.19 ms
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/%"
  "/en/projects/pr"
]
11 0.19 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/weverducre.com/en/"
  "projects"
]
12 4.29 ms
SELECT object_localized_SCONF_en.id as id, object_localized_SCONF_en.type as `type` FROM object_localized_SCONF_en LEFT JOIN object_brick_query_EcommerceB2B_SCONF `EcommerceB2B` ON 1
AND `EcommerceB2B`.id = `object_localized_SCONF_en`.id LEFT JOIN object_brick_localized_query_EcommerceB2B_SCONF_en `EcommerceB2B_localized` ON 1
AND `EcommerceB2B_localized`.ooo_id = `object_localized_SCONF_en`.id LEFT JOIN object_brick_query_EcommerceB2C_SCONF `EcommerceB2C` ON 1
AND `EcommerceB2C`.id = `object_localized_SCONF_en`.id LEFT JOIN object_brick_localized_query_EcommerceB2C_SCONF_en `EcommerceB2C_localized` ON 1
AND `EcommerceB2C_localized`.ooo_id = `object_localized_SCONF_en`.id WHERE (((EcommerceB2B.dataAreaId = ? or EcommerceB2C.dataAreaId = ?))  AND  object_localized_SCONF_en.type IN ('object','variant','folder')) AND object_localized_SCONF_en.published = 1 LIMIT 1
Parameters:
[
  "wdbe"
  "wdbe"
]
13 0.33 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "SCONF"
]
14 0.65 ms
SELECT * FROM object_relations_SCONF WHERE src_id = ?
Parameters:
[
  1547
]
15 1.90 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "prod"
]
16 8.65 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "7"
]
17 0.28 ms
SELECT * FROM object_relations_7 WHERE src_id = ?
Parameters:
[
  11804
]
18 0.43 ms
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[]
19 0.38 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  2
]
20 0.23 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  2
]
21 0.21 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  2
]
22 0.20 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  2
]
23 8.32 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  2
]
24 0.27 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  2
]
25 0.25 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  2
]
26 27.11 ms
SELECT SQL_CALC_FOUND_ROWS a.id, priceSystemName  FROM ecommerceframework_productindex_wdbe_en a  INNER JOIN ecommerceframework_productindex_wdbe_en_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 (parentCategoryIds not like '%,165410,%') AND (((virtualProductId = '22302' and a.id != '22302') or parentProducts like '%,22302,%')) AND (isSalesItem = 0) ORDER BY mainProductInLine desc,isPredecessor asc,isCombinedProduct asc,a.id ASC LIMIT 1
Parameters:
[]
27 0.33 ms
SELECT FOUND_ROWS()
Parameters:
[]
28 0.32 ms
SELECT SQL_CALC_FOUND_ROWS a.id, priceSystemName  FROM ecommerceframework_productindex_wdbe_en a  INNER JOIN ecommerceframework_productindex_wdbe_en_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 (parentCategoryIds not like '%,165410,%') AND (((virtualProductId = '17468' and a.id != '17468') or parentProducts like '%,17468,%')) AND (isSalesItem = 0) ORDER BY mainProductInLine desc,isPredecessor asc,isCombinedProduct asc,a.id ASC LIMIT 1
Parameters:
[]
29 0.47 ms
SELECT FOUND_ROWS()
Parameters:
[]
30 0.24 ms
SELECT SQL_CALC_FOUND_ROWS a.id, priceSystemName  FROM ecommerceframework_productindex_wdbe_en a  INNER JOIN ecommerceframework_productindex_wdbe_en_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 (parentCategoryIds not like '%,165410,%') AND (((virtualProductId = '17466' and a.id != '17466') or parentProducts like '%,17466,%')) AND (isSalesItem = 0) ORDER BY mainProductInLine desc,isPredecessor asc,isCombinedProduct asc,a.id ASC LIMIT 1
Parameters:
[]
31 0.19 ms
SELECT FOUND_ROWS()
Parameters:
[]
32 0.21 ms
SELECT SQL_CALC_FOUND_ROWS a.id, priceSystemName  FROM ecommerceframework_productindex_wdbe_en a  INNER JOIN ecommerceframework_productindex_wdbe_en_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 (parentCategoryIds not like '%,165410,%') AND (((virtualProductId = '17467' and a.id != '17467') or parentProducts like '%,17467,%')) AND (isSalesItem = 0) ORDER BY mainProductInLine desc,isPredecessor asc,isCombinedProduct asc,a.id ASC LIMIT 1
Parameters:
[]
33 0.20 ms
SELECT FOUND_ROWS()
Parameters:
[]
34 9.96 ms
SELECT SQL_CALC_FOUND_ROWS a.id, priceSystemName  FROM ecommerceframework_productindex_wdbe_en a  INNER JOIN ecommerceframework_productindex_wdbe_en_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 (parentCategoryIds not like '%,165410,%') AND (((virtualProductId = '68061' and a.id != '68061') or parentProducts like '%,68061,%')) AND (isSalesItem = 0) ORDER BY mainProductInLine desc,isPredecessor asc,isCombinedProduct asc,a.id ASC LIMIT 1
Parameters:
[]
35 0.23 ms
SELECT FOUND_ROWS()
Parameters:
[]
36 8.68 ms
SELECT SQL_CALC_FOUND_ROWS a.id, priceSystemName  FROM ecommerceframework_productindex_wdbe_en a  INNER JOIN ecommerceframework_productindex_wdbe_en_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 (parentCategoryIds not like '%,165410,%') AND (((virtualProductId = '68097' and a.id != '68097') or parentProducts like '%,68097,%')) AND (isSalesItem = 0) ORDER BY mainProductInLine desc,isPredecessor asc,isCombinedProduct asc,a.id ASC LIMIT 1
Parameters:
[]
37 0.24 ms
SELECT FOUND_ROWS()
Parameters:
[]
38 14.93 ms
SELECT SQL_CALC_FOUND_ROWS a.id, priceSystemName  FROM ecommerceframework_productindex_wdbe_en a  INNER JOIN ecommerceframework_productindex_wdbe_en_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 (parentCategoryIds not like '%,165410,%') AND (((virtualProductId = '26140' and a.id != '26140') or parentProducts like '%,26140,%')) AND (isSalesItem = 0) ORDER BY mainProductInLine desc,isPredecessor asc,isCombinedProduct asc,a.id ASC LIMIT 1
Parameters:
[]
39 0.31 ms
SELECT FOUND_ROWS()
Parameters:
[]
40 13.68 ms
SELECT SQL_CALC_FOUND_ROWS a.id, priceSystemName  FROM ecommerceframework_productindex_wdbe_en a  INNER JOIN ecommerceframework_productindex_wdbe_en_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 (parentCategoryIds not like '%,165410,%') AND (((virtualProductId = '87604' and a.id != '87604') or parentProducts like '%,87604,%')) AND (isSalesItem = 0) ORDER BY mainProductInLine desc,isPredecessor asc,isCombinedProduct asc,a.id ASC LIMIT 1
Parameters:
[]
41 0.33 ms
SELECT FOUND_ROWS()
Parameters:
[]
42 14.50 ms
SELECT SQL_CALC_FOUND_ROWS a.id, priceSystemName  FROM ecommerceframework_productindex_wdbe_en a  INNER JOIN ecommerceframework_productindex_wdbe_en_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 (parentCategoryIds not like '%,165410,%') AND (((virtualProductId = '49010' and a.id != '49010') or parentProducts like '%,49010,%')) AND (isSalesItem = 0) ORDER BY mainProductInLine desc,isPredecessor asc,isCombinedProduct asc,a.id ASC LIMIT 1
Parameters:
[]
43 0.32 ms
SELECT FOUND_ROWS()
Parameters:
[]
44 17.28 ms
SELECT SQL_CALC_FOUND_ROWS a.id, priceSystemName  FROM ecommerceframework_productindex_wdbe_en a  INNER JOIN ecommerceframework_productindex_wdbe_en_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 (parentCategoryIds not like '%,165410,%') AND (((virtualProductId = '87595' and a.id != '87595') or parentProducts like '%,87595,%')) AND (isSalesItem = 0) ORDER BY mainProductInLine desc,isPredecessor asc,isCombinedProduct asc,a.id ASC LIMIT 1
Parameters:
[]
45 0.30 ms
SELECT FOUND_ROWS()
Parameters:
[]
46 0.63 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  87768
]
47 0.35 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  22302
]
48 0.22 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "PCAT"
]
49 0.28 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  87762
]
50 0.27 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  17468
]
51 0.23 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  87766
]
52 0.27 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  17466
]
53 0.22 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  87764
]
54 0.21 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  17467
]
55 0.46 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  88163
]
56 0.25 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  68061
]
57 0.25 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  67860
]
58 0.27 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  68097
]
59 1.37 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  89928
]
60 0.25 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  26140
]
61 0.48 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  88133
]
62 0.40 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  87604
]
63 1.21 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  50429
]
64 0.23 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  49010
]
65 0.85 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  120278
]
66 0.30 ms
SELECT * FROM object_relations_prod WHERE src_id = ?
Parameters:
[
  87595
]
67 0.29 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
68 1.14 ms
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=en&_format=html&_controller=App%5CController%5CSnippetController%3A%3AheaderAction"
  "path_query"
  "https://testing.weverducre.com/_fragment?_path=_locale=en&_format=html&_controller=App%5CController%5CSnippetController%3A%3AheaderAction"
  "entire_uri"
]
69 0.31 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
70 0.76 ms
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=en&_format=html&_controller=App%5CController%5CDefaultController%3A%3AdefaultAction"
  "path_query"
  "https://testing.weverducre.com/_fragment?_path=_locale=en&_format=html&_controller=App%5CController%5CDefaultController%3A%3AdefaultAction"
  "entire_uri"
]
71 0.28 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  242
]
72 0.27 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  16
]
73 0.31 ms
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  169
]
74 0.33 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  4574046
]
75 0.25 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  4574046
]
76 0.21 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  4538784
]
77 0.22 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  4538784
]
78 0.22 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
79 1.17 ms
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=en&_format=html&_controller=App%5CController%5CDefaultController%3A%3AdefaultAction"
  "path_query"
  "https://testing.weverducre.com/_fragment?_path=_locale=en&_format=html&_controller=App%5CController%5CDefaultController%3A%3AdefaultAction"
  "entire_uri"
]
80 0.28 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  245
]
81 0.25 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  41
]
82 0.24 ms
SELECT object_localized_8_en.id as id, object_localized_8_en.type as `type` FROM object_localized_8_en WHERE ( object_localized_8_en.type IN ('object','variant','folder')) AND object_localized_8_en.published = 1
Parameters:
[]
83 0.22 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "8"
]
84 0.28 ms
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  1292
]
85 0.25 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  797541
]
86 0.25 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  797541
]
87 0.31 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  3737995
]
88 0.28 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  3737995
]
89 0.28 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
90 0.95 ms
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=en&_format=html&_controller=App%5CController%5CDefaultController%3A%3AdefaultAction"
  "path_query"
  "https://testing.weverducre.com/_fragment?_path=_locale=en&_format=html&_controller=App%5CController%5CDefaultController%3A%3AdefaultAction"
  "entire_uri"
]
91 0.32 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  243
]
92 0.25 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  38
]
93 0.21 ms
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  567
]
94 0.25 ms
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  479
]
95 0.27 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5042933
]
96 0.25 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5042933
]
97 0.28 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  2203379
]
98 0.26 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  2203379
]
99 0.28 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
100 0.83 ms
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=en&_format=html&_controller=App%5CController%5CDefaultController%3A%3AdefaultAction"
  "path_query"
  "https://testing.weverducre.com/_fragment?_path=_locale=en&_format=html&_controller=App%5CController%5CDefaultController%3A%3AdefaultAction"
  "entire_uri"
]
101 0.34 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  244
]
102 0.26 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  39
]
103 0.20 ms
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  215
]
104 0.30 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  3737893
]
105 0.25 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  3737893
]
106 0.29 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  3737897
]
107 0.23 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  3737897
]
108 0.28 ms
SELECT SQL_CALC_FOUND_ROWS a.id, priceSystemName  FROM ecommerceframework_productindex_wdbe_en a  INNER JOIN ecommerceframework_productindex_wdbe_en_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 (parentCategoryIds not like '%,165410,%') AND (((virtualProductId = '22302' and a.id != '22302') or parentProducts like '%,22302,%')) AND (isSalesItem = 0) ORDER BY mainProductInLine desc,isPredecessor asc,isCombinedProduct asc,a.id ASC LIMIT 1
Parameters:
[]
109 0.24 ms
SELECT FOUND_ROWS()
Parameters:
[]
110 0.22 ms
SELECT SQL_CALC_FOUND_ROWS a.id, priceSystemName  FROM ecommerceframework_productindex_wdbe_en a  INNER JOIN ecommerceframework_productindex_wdbe_en_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 (parentCategoryIds not like '%,165410,%') AND (((virtualProductId = '17468' and a.id != '17468') or parentProducts like '%,17468,%')) AND (isSalesItem = 0) ORDER BY mainProductInLine desc,isPredecessor asc,isCombinedProduct asc,a.id ASC LIMIT 1
Parameters:
[]
111 0.22 ms
SELECT FOUND_ROWS()
Parameters:
[]
112 0.22 ms
SELECT SQL_CALC_FOUND_ROWS a.id, priceSystemName  FROM ecommerceframework_productindex_wdbe_en a  INNER JOIN ecommerceframework_productindex_wdbe_en_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 (parentCategoryIds not like '%,165410,%') AND (((virtualProductId = '17466' and a.id != '17466') or parentProducts like '%,17466,%')) AND (isSalesItem = 0) ORDER BY mainProductInLine desc,isPredecessor asc,isCombinedProduct asc,a.id ASC LIMIT 1
Parameters:
[]
113 0.18 ms
SELECT FOUND_ROWS()
Parameters:
[]
114 0.23 ms
SELECT SQL_CALC_FOUND_ROWS a.id, priceSystemName  FROM ecommerceframework_productindex_wdbe_en a  INNER JOIN ecommerceframework_productindex_wdbe_en_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 (parentCategoryIds not like '%,165410,%') AND (((virtualProductId = '17467' and a.id != '17467') or parentProducts like '%,17467,%')) AND (isSalesItem = 0) ORDER BY mainProductInLine desc,isPredecessor asc,isCombinedProduct asc,a.id ASC LIMIT 1
Parameters:
[]
115 0.21 ms
SELECT FOUND_ROWS()
Parameters:
[]
116 0.27 ms
SELECT SQL_CALC_FOUND_ROWS a.id, priceSystemName  FROM ecommerceframework_productindex_wdbe_en a  INNER JOIN ecommerceframework_productindex_wdbe_en_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 (parentCategoryIds not like '%,165410,%') AND (((virtualProductId = '68061' and a.id != '68061') or parentProducts like '%,68061,%')) AND (isSalesItem = 0) ORDER BY mainProductInLine desc,isPredecessor asc,isCombinedProduct asc,a.id ASC LIMIT 1
Parameters:
[]
117 0.23 ms
SELECT FOUND_ROWS()
Parameters:
[]
118 0.24 ms
SELECT SQL_CALC_FOUND_ROWS a.id, priceSystemName  FROM ecommerceframework_productindex_wdbe_en a  INNER JOIN ecommerceframework_productindex_wdbe_en_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 (parentCategoryIds not like '%,165410,%') AND (((virtualProductId = '68097' and a.id != '68097') or parentProducts like '%,68097,%')) AND (isSalesItem = 0) ORDER BY mainProductInLine desc,isPredecessor asc,isCombinedProduct asc,a.id ASC LIMIT 1
Parameters:
[]
119 0.21 ms
SELECT FOUND_ROWS()
Parameters:
[]
120 0.28 ms
SELECT SQL_CALC_FOUND_ROWS a.id, priceSystemName  FROM ecommerceframework_productindex_wdbe_en a  INNER JOIN ecommerceframework_productindex_wdbe_en_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 (parentCategoryIds not like '%,165410,%') AND (((virtualProductId = '26140' and a.id != '26140') or parentProducts like '%,26140,%')) AND (isSalesItem = 0) ORDER BY mainProductInLine desc,isPredecessor asc,isCombinedProduct asc,a.id ASC LIMIT 1
Parameters:
[]
121 0.27 ms
SELECT FOUND_ROWS()
Parameters:
[]
122 0.26 ms
SELECT SQL_CALC_FOUND_ROWS a.id, priceSystemName  FROM ecommerceframework_productindex_wdbe_en a  INNER JOIN ecommerceframework_productindex_wdbe_en_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 (parentCategoryIds not like '%,165410,%') AND (((virtualProductId = '87604' and a.id != '87604') or parentProducts like '%,87604,%')) AND (isSalesItem = 0) ORDER BY mainProductInLine desc,isPredecessor asc,isCombinedProduct asc,a.id ASC LIMIT 1
Parameters:
[]
123 0.24 ms
SELECT FOUND_ROWS()
Parameters:
[]
124 0.24 ms
SELECT SQL_CALC_FOUND_ROWS a.id, priceSystemName  FROM ecommerceframework_productindex_wdbe_en a  INNER JOIN ecommerceframework_productindex_wdbe_en_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 (parentCategoryIds not like '%,165410,%') AND (((virtualProductId = '49010' and a.id != '49010') or parentProducts like '%,49010,%')) AND (isSalesItem = 0) ORDER BY mainProductInLine desc,isPredecessor asc,isCombinedProduct asc,a.id ASC LIMIT 1
Parameters:
[]
125 0.23 ms
SELECT FOUND_ROWS()
Parameters:
[]
126 0.22 ms
SELECT SQL_CALC_FOUND_ROWS a.id, priceSystemName  FROM ecommerceframework_productindex_wdbe_en a  INNER JOIN ecommerceframework_productindex_wdbe_en_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 (parentCategoryIds not like '%,165410,%') AND (((virtualProductId = '87595' and a.id != '87595') or parentProducts like '%,87595,%')) AND (isSalesItem = 0) ORDER BY mainProductInLine desc,isPredecessor asc,isCombinedProduct asc,a.id ASC LIMIT 1
Parameters:
[]
127 0.19 ms
SELECT FOUND_ROWS()
Parameters:
[]
128 0.22 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  23879
]
129 0.25 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  23879
]
130 0.51 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  48637
]
131 0.56 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  48637
]
132 0.88 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  23909
]
133 0.36 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  23909
]
134 0.44 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  87459
]
135 0.52 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  87459
]
136 0.27 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  311
]
137 0.24 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  311
]
138 0.26 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  1059
]
139 0.25 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  1059
]
140 0.23 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  319808
]
141 0.25 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  319808
]
142 0.27 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  1639518
]
143 0.29 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  1639518
]
144 0.28 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  312613
]
145 0.24 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  312613
]
146 0.81 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  2361121
]
147 1.42 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  2361121
]
148 1.01 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  2361033
]
149 0.60 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  2361033
]
150 0.41 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  1824313
]
151 0.40 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  1824313
]
152 0.94 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  2361009
]
153 1.03 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  2361009
]
154 0.26 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
155 0.92 ms
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=en&_format=html&_controller=App%5CController%5CSnippetController%3A%3AfooterAction"
  "path_query"
  "https://testing.weverducre.com/_fragment?_path=_locale=en&_format=html&_controller=App%5CController%5CSnippetController%3A%3AfooterAction"
  "entire_uri"
]
156 0.30 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  8
]
157 0.21 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "SOPT"
]

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.