Query Metrics

107 Database Queries
14 Different statements
25.79 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
9.41 ms
(36.50%)
47
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1782791064
  "site_domain_1ea429556477a461bccd9f968ab25786"
]
3.28 ms
(12.73%)
14
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?)
Parameters:
[
  1782791064
  "system\x01tags\x01"
  "site\x01tags\x01"
]
3.03 ms
(11.76%)
9
SELECT *
            FROM website_settings
            WHERE name = ?
                AND (
                    siteId IS NULL
                    OR siteId = 0
                    OR siteId = ?
                )
                AND (
                    language IS NULL
                    OR language = ''
                    OR language = ?
                )
            ORDER BY CONCAT(siteId, language) DESC, siteId DESC, language DESC
Parameters:
[
  "contact_address"
  null
  null
]
2.68 ms
(10.37%)
12
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  2
]
1.44 ms
(5.58%)
9
SELECT * FROM website_settings WHERE id = ?
Parameters:
[
  1
]
1.04 ms
(4.02%)
2
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 AND priority = 99 ORDER BY `priority` DESC
Parameters:
[
  "/contact"
  "path"
  "auto_create"
  "/contact"
  "path_query"
  "https://test.deleeuwmotoren.nl/contact"
  "entire_uri"
]
1.02 ms
(3.96%)
2
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/"
  "contact"
]
0.87 ms
(3.36%)
2
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  1
]
0.74 ms
(2.88%)
2
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
0.66 ms
(2.55%)
3
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?, ?, ?)
Parameters:
[
  1782791064
  "system\x01tags\x01"
  "redirect\x01tags\x01"
  "route\x01tags\x01"
]
0.49 ms
(1.88%)
2
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  11
]
0.40 ms
(1.55%)
1
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[]
0.40 ms
(1.54%)
1
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "maintenance_mode"
]
0.34 ms
(1.30%)
1
SELECT id FROM sites ORDER BY (SELECT LENGTH(`path`) FROM documents WHERE documents.id = sites.rootId) DESC
Parameters:
[]

Database Connections

Name Service
default doctrine.dbal.default_connection

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.

Entities Mapping

No mapped entities.