Query Metrics
53
Database Queries
12
Different statements
10.71 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
2.39 ms (22.34%) |
11 |
SELECT * FROM properties WHERE ((cid IN (1,161) AND inheritable = 1) OR cid = ? ) AND ctype='document'
Parameters:
[
163
]
|
|
2.06 ms (19.21%) |
11 |
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:
[
163
]
|
|
1.91 ms (17.84%) |
12 |
SELECT id FROM documents d WHERE parentId = ? AND published = 1 LIMIT 1
Parameters:
[
161
]
|
|
1.80 ms (16.84%) |
11 |
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:
[
163
]
|
|
0.58 ms (5.42%) |
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" => "/Data-Citation/The-Anatomy-of-a-Data-Citation" "sourcePathQuery" => "/Data-Citation/The-Anatomy-of-a-Data-Citation" "sourceEntireUri" => "https://cessda.openconcept.no/Data-Citation/The-Anatomy-of-a-Data-Citation" "typePath" => "path" "typePathQuery" => "path_query" "typeEntireUri" => "entire_uri" "typeAuto" => "auto_create" ] |
|
0.38 ms (3.50%) |
1 |
SELECT * FROM glossary WHERE (language = ? OR language IS NULL OR language = '') AND (site = ? OR site IS NULL OR site = '') ORDER BY LENGTH(`text`) DESC
Parameters:
[
"en"
""
]
|
|
0.36 ms (3.32%) |
1 |
SELECT documents.id, documents.type FROM documents WHERE (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
161
]
|
|
0.33 ms (3.12%) |
1 |
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[ "key" => "The-Anatomy-of-a-Data-Citation" "path" => "/Data-Citation/" ] |
|
0.25 ms (2.37%) |
1 |
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
163
]
|
|
0.22 ms (2.09%) |
1 |
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[ "id" => "reports" "scope" => "pimcore" ] |
|
0.22 ms (2.02%) |
1 |
SELECT id FROM targeting_target_groups UNION SELECT id FROM targeting_rules LIMIT 1
Parameters:
[] |
|
0.21 ms (1.94%) |
1 |
SELECT * FROM object_url_slugs WHERE slug = '/Data-Citation/The-Anatomy-of-a-Data-Citation' AND siteId = 0 ORDER BY siteId DESC LIMIT 1
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.