Query Metrics

161 Database Queries
32 Different statements
219.17 ms Query time
0 Invalid entities
0 Managed entities

Queries

Group similar statements

default connection

# Time Info
1 0.25 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
2 1.02 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:
[
  "/nl/projecten/pr/showroom-grando-keukens~11772"
  "path"
  "auto_create"
  "/nl/projecten/pr/showroom-grando-keukens~11772?projectCategory=11080"
  "path_query"
  "https://testing.weverducre.com/nl/projecten/pr/showroom-grando-keukens~11772?projectCategory=11080"
  "entire_uri"
]
3 0.22 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "maintenance_mode"
]
4 0.23 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "reports"
  "pimcore"
]
5 0.31 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/weverducre.com/nl/projecten/pr/"
  "showroom-grando-keukens~11772"
]
6 0.28 ms
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
  "/weverducre.com/nl/projecten/pr/showroom-grando-keukens~11772"
]
7 0.38 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/%"
  "/nl/projecten/pr/showroom-grando-keukens~11772"
]
8 0.28 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/weverducre.com/nl/projecten/"
  "pr"
]
9 0.25 ms
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
  "/weverducre.com/nl/projecten/pr"
]
10 0.37 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/%"
  "/nl/projecten/pr"
]
11 0.24 ms
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/weverducre.com/nl/"
  "projecten"
]
12 0.26 ms
SELECT object_localized_SCONF_nl.id as id, object_localized_SCONF_nl.type as `type` FROM object_localized_SCONF_nl LEFT JOIN object_brick_query_EcommerceB2B_SCONF `EcommerceB2B` ON 1
AND `EcommerceB2B`.id = `object_localized_SCONF_nl`.id LEFT JOIN object_brick_localized_query_EcommerceB2B_SCONF_nl `EcommerceB2B_localized` ON 1
AND `EcommerceB2B_localized`.ooo_id = `object_localized_SCONF_nl`.id LEFT JOIN object_brick_query_EcommerceB2C_SCONF `EcommerceB2C` ON 1
AND `EcommerceB2C`.id = `object_localized_SCONF_nl`.id LEFT JOIN object_brick_localized_query_EcommerceB2C_SCONF_nl `EcommerceB2C_localized` ON 1
AND `EcommerceB2C_localized`.ooo_id = `object_localized_SCONF_nl`.id WHERE (((EcommerceB2B.dataAreaId = ? or EcommerceB2C.dataAreaId = ?))  AND  object_localized_SCONF_nl.type IN ('object','variant','folder')) AND object_localized_SCONF_nl.published = 1 LIMIT 1
Parameters:
[
  "wdbe"
  "wdbe"
]
13 0.19 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "SCONF"
]
14 0.59 ms
SELECT * FROM object_relations_SCONF WHERE src_id = ?
Parameters:
[
  1547
]
15 0.25 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "prod"
]
16 0.23 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "7"
]
17 0.26 ms
SELECT * FROM object_relations_7 WHERE src_id = ?
Parameters:
[
  11772
]
18 0.24 ms
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[]
19 0.32 ms
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[]
20 0.49 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  2
]
21 0.21 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  2
]
22 0.25 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  2
]
23 0.19 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  2
]
24 0.19 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  2
]
25 0.19 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  2
]
26 0.19 ms
SELECT * FROM sites WHERE rootId = ?
Parameters:
[
  2
]
27 18.97 ms
SELECT SQL_CALC_FOUND_ROWS a.id, priceSystemName  FROM ecommerceframework_productindex_wdbe_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 = '17128' and a.id != '17128') or parentProducts like '%,17128,%')) AND (isSalesItem = 0) ORDER BY mainProductInLine desc,isPredecessor asc,isCombinedProduct asc,a.id ASC LIMIT 1
Parameters:
[]
28 0.32 ms
SELECT FOUND_ROWS()
Parameters:
[]
29 18.60 ms
SELECT SQL_CALC_FOUND_ROWS a.id, priceSystemName  FROM ecommerceframework_productindex_wdbe_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 = '17129' and a.id != '17129') or parentProducts like '%,17129,%')) AND (isSalesItem = 0) ORDER BY mainProductInLine desc,isPredecessor asc,isCombinedProduct asc,a.id ASC LIMIT 1
Parameters:
[]
30 0.33 ms
SELECT FOUND_ROWS()
Parameters:
[]
31 3.02 ms
SELECT data FROM ecommerceframework_productindex_store WHERE id = ? AND tenant = ?
Parameters:
[
  73954
  "wdbe_nl"
]
32 0.31 ms
"START TRANSACTION"
Parameters:
[]
33 0.46 ms
UPDATE ecommerceframework_productindex_store SET crc_index = crc_current WHERE id = ? and tenant = ?
Parameters:
[
  73954
  "wdbe_nl"
]
34 0.19 ms
"COMMIT"
Parameters:
[]
35 22.07 ms
SELECT SQL_CALC_FOUND_ROWS a.id, priceSystemName  FROM ecommerceframework_productindex_wdbe_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 = '17367' and a.id != '17367') or parentProducts like '%,17367,%')) AND (isSalesItem = 0) ORDER BY mainProductInLine desc,isPredecessor asc,isCombinedProduct asc,a.id ASC LIMIT 1
Parameters:
[]
36 0.40 ms
SELECT FOUND_ROWS()
Parameters:
[]
37 21.95 ms
SELECT SQL_CALC_FOUND_ROWS a.id, priceSystemName  FROM ecommerceframework_productindex_wdbe_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 = '17288' and a.id != '17288') or parentProducts like '%,17288,%')) AND (isSalesItem = 0) ORDER BY mainProductInLine desc,isPredecessor asc,isCombinedProduct asc,a.id ASC LIMIT 1
Parameters:
[]
38 0.33 ms
SELECT FOUND_ROWS()
Parameters:
[]
39 2.62 ms
SELECT data FROM ecommerceframework_productindex_store WHERE id = ? AND tenant = ?
Parameters:
[
  69902
  "wdbe_nl"
]
40 0.21 ms
"START TRANSACTION"
Parameters:
[]
41 0.43 ms
UPDATE ecommerceframework_productindex_store SET crc_index = crc_current WHERE id = ? and tenant = ?
Parameters:
[
  69902
  "wdbe_nl"
]
42 0.18 ms
"COMMIT"
Parameters:
[]
43 13.67 ms
SELECT SQL_CALC_FOUND_ROWS a.id, priceSystemName  FROM ecommerceframework_productindex_wdbe_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 = '17146' and a.id != '17146') or parentProducts like '%,17146,%')) AND (isSalesItem = 0) ORDER BY mainProductInLine desc,isPredecessor asc,isCombinedProduct asc,a.id ASC LIMIT 1
Parameters:
[]
44 0.30 ms
SELECT FOUND_ROWS()
Parameters:
[]
45 2.34 ms
SELECT data FROM ecommerceframework_productindex_store WHERE id = ? AND tenant = ?
Parameters:
[
  67353
  "wdbe_nl"
]
46 0.16 ms
"START TRANSACTION"
Parameters:
[]
47 0.33 ms
UPDATE ecommerceframework_productindex_store SET crc_index = crc_current WHERE id = ? and tenant = ?
Parameters:
[
  67353
  "wdbe_nl"
]
48 0.18 ms
"COMMIT"
Parameters:
[]
49 18.57 ms
SELECT SQL_CALC_FOUND_ROWS a.id, priceSystemName  FROM ecommerceframework_productindex_wdbe_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 = '17508' and a.id != '17508') or parentProducts like '%,17508,%')) AND (isSalesItem = 0) ORDER BY mainProductInLine desc,isPredecessor asc,isCombinedProduct asc,a.id ASC LIMIT 1
Parameters:
[]
50 0.37 ms
SELECT FOUND_ROWS()
Parameters:
[]
51 1.81 ms
SELECT data FROM ecommerceframework_productindex_store WHERE id = ? AND tenant = ?
Parameters:
[
  51093
  "wdbe_nl"
]
52 0.21 ms
"START TRANSACTION"
Parameters:
[]
53 0.38 ms
UPDATE ecommerceframework_productindex_store SET crc_index = crc_current WHERE id = ? and tenant = ?
Parameters:
[
  51093
  "wdbe_nl"
]
54 0.16 ms
"COMMIT"
Parameters:
[]
55 15.10 ms
SELECT SQL_CALC_FOUND_ROWS a.id, priceSystemName  FROM ecommerceframework_productindex_wdbe_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 = '25050' and a.id != '25050') or parentProducts like '%,25050,%')) AND (isSalesItem = 0) ORDER BY mainProductInLine desc,isPredecessor asc,isCombinedProduct asc,a.id ASC LIMIT 1
Parameters:
[]
56 0.34 ms
SELECT FOUND_ROWS()
Parameters:
[]
57 16.83 ms
SELECT SQL_CALC_FOUND_ROWS a.id, priceSystemName  FROM ecommerceframework_productindex_wdbe_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 = '17196' and a.id != '17196') or parentProducts like '%,17196,%')) AND (isSalesItem = 0) ORDER BY mainProductInLine desc,isPredecessor asc,isCombinedProduct asc,a.id ASC LIMIT 1
Parameters:
[]
58 0.31 ms
SELECT FOUND_ROWS()
Parameters:
[]
59 12.95 ms
SELECT SQL_CALC_FOUND_ROWS a.id, priceSystemName  FROM ecommerceframework_productindex_wdbe_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 = '157280' and a.id != '157280') or parentProducts like '%,157280,%')) AND (isSalesItem = 0) ORDER BY mainProductInLine desc,isPredecessor asc,isCombinedProduct asc,a.id ASC LIMIT 1
Parameters:
[]
60 0.29 ms
SELECT FOUND_ROWS()
Parameters:
[]
61 0.49 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
62 1.37 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=nl&_format=html&_controller=App%5CController%5CSnippetController%3A%3AheaderAction"
  "path_query"
  "https://testing.weverducre.com/_fragment?_path=_locale=nl&_format=html&_controller=App%5CController%5CSnippetController%3A%3AheaderAction"
  "entire_uri"
]
63 0.31 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
64 0.84 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=nl&_format=html&_controller=App%5CController%5CDefaultController%3A%3AdefaultAction"
  "path_query"
  "https://testing.weverducre.com/_fragment?_path=_locale=nl&_format=html&_controller=App%5CController%5CDefaultController%3A%3AdefaultAction"
  "entire_uri"
]
65 0.28 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  1134
]
66 0.48 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  16
]
67 0.19 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "PCAT"
]
68 0.38 ms
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  1139
]
69 0.36 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  4574046
]
70 0.24 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  4574046
]
71 0.41 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  4538784
]
72 0.32 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  4538784
]
73 0.29 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
74 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 = 0) AND priority = 99 ORDER BY `priority` DESC
Parameters:
[
  "/_fragment"
  "path"
  "auto_create"
  "/_fragment?_path=_locale=nl&_format=html&_controller=App%5CController%5CDefaultController%3A%3AdefaultAction"
  "path_query"
  "https://testing.weverducre.com/_fragment?_path=_locale=nl&_format=html&_controller=App%5CController%5CDefaultController%3A%3AdefaultAction"
  "entire_uri"
]
75 0.26 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  1138
]
76 0.26 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  41
]
77 0.20 ms
SELECT object_localized_8_nl.id as id, object_localized_8_nl.type as `type` FROM object_localized_8_nl WHERE ( object_localized_8_nl.type IN ('object','variant','folder')) AND object_localized_8_nl.published = 1
Parameters:
[]
78 0.20 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "8"
]
79 0.31 ms
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  1296
]
80 0.26 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  797541
]
81 0.26 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  797541
]
82 0.24 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  3737995
]
83 0.22 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  3737995
]
84 0.22 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
85 0.99 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=nl&_format=html&_controller=App%5CController%5CDefaultController%3A%3AdefaultAction"
  "path_query"
  "https://testing.weverducre.com/_fragment?_path=_locale=nl&_format=html&_controller=App%5CController%5CDefaultController%3A%3AdefaultAction"
  "entire_uri"
]
86 0.29 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  1135
]
87 0.22 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  38
]
88 0.19 ms
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  1110
]
89 0.20 ms
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  1147
]
90 0.21 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  5042933
]
91 0.21 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  5042933
]
92 0.23 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  2203379
]
93 0.23 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  2203379
]
94 0.28 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
95 0.90 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=nl&_format=html&_controller=App%5CController%5CDefaultController%3A%3AdefaultAction"
  "path_query"
  "https://testing.weverducre.com/_fragment?_path=_locale=nl&_format=html&_controller=App%5CController%5CDefaultController%3A%3AdefaultAction"
  "entire_uri"
]
96 0.28 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  1137
]
97 0.24 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  39
]
98 0.19 ms
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  1107
]
99 0.23 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  3737893
]
100 0.23 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  3737893
]
101 0.25 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  3737897
]
102 0.21 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  3737897
]
103 0.34 ms
SELECT SQL_CALC_FOUND_ROWS a.id, priceSystemName  FROM ecommerceframework_productindex_wdbe_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 = '17128' and a.id != '17128') or parentProducts like '%,17128,%')) AND (isSalesItem = 0) ORDER BY mainProductInLine desc,isPredecessor asc,isCombinedProduct asc,a.id ASC LIMIT 1
Parameters:
[]
104 0.32 ms
SELECT FOUND_ROWS()
Parameters:
[]
105 0.23 ms
SELECT SQL_CALC_FOUND_ROWS a.id, priceSystemName  FROM ecommerceframework_productindex_wdbe_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 = '17129' and a.id != '17129') or parentProducts like '%,17129,%')) AND (isSalesItem = 0) ORDER BY mainProductInLine desc,isPredecessor asc,isCombinedProduct asc,a.id ASC LIMIT 1
Parameters:
[]
106 0.19 ms
SELECT FOUND_ROWS()
Parameters:
[]
107 0.23 ms
SELECT SQL_CALC_FOUND_ROWS a.id, priceSystemName  FROM ecommerceframework_productindex_wdbe_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 = '17367' and a.id != '17367') or parentProducts like '%,17367,%')) AND (isSalesItem = 0) ORDER BY mainProductInLine desc,isPredecessor asc,isCombinedProduct asc,a.id ASC LIMIT 1
Parameters:
[]
108 0.17 ms
SELECT FOUND_ROWS()
Parameters:
[]
109 0.25 ms
SELECT SQL_CALC_FOUND_ROWS a.id, priceSystemName  FROM ecommerceframework_productindex_wdbe_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 = '17288' and a.id != '17288') or parentProducts like '%,17288,%')) AND (isSalesItem = 0) ORDER BY mainProductInLine desc,isPredecessor asc,isCombinedProduct asc,a.id ASC LIMIT 1
Parameters:
[]
110 0.22 ms
SELECT FOUND_ROWS()
Parameters:
[]
111 0.26 ms
SELECT SQL_CALC_FOUND_ROWS a.id, priceSystemName  FROM ecommerceframework_productindex_wdbe_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 = '17146' and a.id != '17146') or parentProducts like '%,17146,%')) AND (isSalesItem = 0) ORDER BY mainProductInLine desc,isPredecessor asc,isCombinedProduct asc,a.id ASC LIMIT 1
Parameters:
[]
112 0.26 ms
SELECT FOUND_ROWS()
Parameters:
[]
113 0.26 ms
SELECT SQL_CALC_FOUND_ROWS a.id, priceSystemName  FROM ecommerceframework_productindex_wdbe_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 = '17508' and a.id != '17508') or parentProducts like '%,17508,%')) AND (isSalesItem = 0) ORDER BY mainProductInLine desc,isPredecessor asc,isCombinedProduct asc,a.id ASC LIMIT 1
Parameters:
[]
114 0.21 ms
SELECT FOUND_ROWS()
Parameters:
[]
115 0.21 ms
SELECT SQL_CALC_FOUND_ROWS a.id, priceSystemName  FROM ecommerceframework_productindex_wdbe_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 = '25050' and a.id != '25050') or parentProducts like '%,25050,%')) AND (isSalesItem = 0) ORDER BY mainProductInLine desc,isPredecessor asc,isCombinedProduct asc,a.id ASC LIMIT 1
Parameters:
[]
116 0.20 ms
SELECT FOUND_ROWS()
Parameters:
[]
117 0.21 ms
SELECT SQL_CALC_FOUND_ROWS a.id, priceSystemName  FROM ecommerceframework_productindex_wdbe_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 = '17196' and a.id != '17196') or parentProducts like '%,17196,%')) AND (isSalesItem = 0) ORDER BY mainProductInLine desc,isPredecessor asc,isCombinedProduct asc,a.id ASC LIMIT 1
Parameters:
[]
118 0.18 ms
SELECT FOUND_ROWS()
Parameters:
[]
119 0.20 ms
SELECT SQL_CALC_FOUND_ROWS a.id, priceSystemName  FROM ecommerceframework_productindex_wdbe_nl a  INNER JOIN ecommerceframework_productindex_wdbe_nl_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 = '157280' and a.id != '157280') or parentProducts like '%,157280,%')) AND (isSalesItem = 0) ORDER BY mainProductInLine desc,isPredecessor asc,isCombinedProduct asc,a.id ASC LIMIT 1
Parameters:
[]
120 0.17 ms
SELECT FOUND_ROWS()
Parameters:
[]
121 0.29 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  45545
]
122 0.29 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  45545
]
123 0.25 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  144674
]
124 0.59 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  144674
]
125 0.34 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  47158
]
126 1.14 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  47158
]
127 0.92 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  951733
]
128 0.35 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  951733
]
129 0.37 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  145935
]
130 0.40 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  145935
]
131 0.31 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  951400
]
132 0.32 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  951400
]
133 0.29 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  48761
]
134 0.94 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  48761
]
135 0.35 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  2298666
]
136 0.33 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  2298666
]
137 0.29 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  2298718
]
138 0.41 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  2298718
]
139 0.31 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  1798
]
140 0.47 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  1798
]
141 0.28 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  81878
]
142 0.40 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  81878
]
143 0.27 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  182708
]
144 0.43 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  182708
]
145 0.34 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  4172784
]
146 0.38 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  4172784
]
147 0.36 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  83616
]
148 0.33 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  83616
]
149 0.58 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  951428
]
150 0.44 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  951428
]
151 0.27 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  359133
]
152 0.45 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  359133
]
153 0.31 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  4975980
]
154 0.39 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  4975980
]
155 0.43 ms
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  4975865
]
156 1.00 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  4975865
]
157 0.26 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
158 0.82 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=nl&_format=html&_controller=App%5CController%5CSnippetController%3A%3AfooterAction"
  "path_query"
  "https://testing.weverducre.com/_fragment?_path=_locale=nl&_format=html&_controller=App%5CController%5CSnippetController%3A%3AfooterAction"
  "entire_uri"
]
159 0.28 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  1133
]
160 0.26 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  10
]
161 0.19 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.