Query Metrics

149 Database Queries
21 Different statements
147.76 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
97.18 ms
(65.77%)
4
INSERT INTO cache_items (item_id, item_data, item_lifetime, item_time) VALUES (?, ?, ?, ?) ON DUPLICATE KEY UPDATE item_data = VALUES(item_data), item_lifetime = VALUES(item_lifetime), item_time = VALUES(item_time)
Parameters:
[
  1 => null
  2 => null
  3 => 31536000
  4 => 1738182906
]
18.78 ms
(12.71%)
82
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:
[
  1738182906
  [
    "\x00tags\x00site_domain_5dc5cecc31a9ca0f780b9c2df89ff280"
    "site_domain_5dc5cecc31a9ca0f780b9c2df89ff280"
  ]
]
10.81 ms
(7.31%)
1
SELECT * FROM translations_messages WHERE language = ?
Parameters:
[
  "de"
]
4.33 ms
(2.93%)
13
SELECT * FROM properties WHERE ((cid IN (1,78) AND inheritable = 1) OR cid = ? )  AND ctype='document'
Parameters:
[
  86
]
3.57 ms
(2.42%)
2
SELECT documents.*, documents_snippet.*, tree_locks.locked FROM documents
            LEFT JOIN documents_snippet ON documents.id = documents_snippet.id
            LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = 'document'
                WHERE documents.id = ?
Parameters:
[
  89
]
2.90 ms
(1.96%)
1
SELECT * FROM object_url_slugs WHERE slug = '/de/faq' AND siteId = 0 ORDER BY siteId DESC LIMIT 1
Parameters:
[]
2.75 ms
(1.86%)
15
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  78
]
1.56 ms
(1.06%)
1
SELECT * FROM properties WHERE ((cid IN (1,80,78) AND inheritable = 1) OR cid = ? )  AND ctype='document'
Parameters:
[
  89
]
0.96 ms
(0.65%)
5
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "faq"
  "path" => "/de/"
]
0.79 ms
(0.54%)
6
SELECT id,language FROM documents_translations WHERE sourceId = ? UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?
Parameters:
[
  86
  86
]
0.71 ms
(0.48%)
3
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  78
]
0.60 ms
(0.40%)
2
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  86
]
0.56 ms
(0.38%)
3
SELECT documents.*, tree_locks.locked FROM documents
            LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = 'document'
                WHERE documents.id = ?
Parameters:
[
  89
]
0.38 ms
(0.26%)
1
SELECT * FROM redirects WHERE
            (
                (source = :sourcePath AND (`type` = :typePath OR `type` = :typeAuto)) OR
                (source = :sourcePathQuery AND `type` = :typePathQuery) OR
                (source = :sourceEntireUri AND `type` = :typeEntireUri)
            ) AND active = 1 AND regex IS NULL AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND sourceSite IS NULL AND priority = 99 ORDER BY `priority` DESC
Parameters:
[
  "sourcePath" => "/de/faq"
  "sourcePathQuery" => "/de/faq"
  "sourceEntireUri" => "https://plasma.apik-pp.be/de/faq"
  "typePath" => "path"
  "typePathQuery" => "path_query"
  "typeEntireUri" => "entire_uri"
  "typeAuto" => "auto_create"
]
0.37 ms
(0.25%)
2
SELECT id,language FROM documents_translations WHERE sourceId IN(?, ?) UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?
Parameters:
[
  21
  86
  86
]
0.34 ms
(0.23%)
1
SELECT * FROM properties WHERE ((cid IN (1,81,78) AND inheritable = 1) OR cid = ? )  AND ctype='document'
Parameters:
[
  91
]
0.31 ms
(0.21%)
2
SELECT sourceId FROM documents_translations WHERE id = ?
Parameters:
[
  86
]
0.24 ms
(0.16%)
2
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[]
0.23 ms
(0.16%)
1
SELECT id FROM targeting_target_groups UNION SELECT id FROM targeting_rules LIMIT 1
Parameters:
[]
0.22 ms
(0.15%)
1
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents
            LEFT JOIN documents_page ON documents.id = documents_page.id
            LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = 'document'
                WHERE documents.id = ?
Parameters:
[
  91
]
0.17 ms
(0.12%)
1
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "reports"
  "scope" => "pimcore"
]

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.