Query Metrics
35
Database Queries
5
Different statements
5.56 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
2.29 ms (41.11%) |
15 |
SELECT id, (CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data FROM cache WHERE id IN (?)
Parameters:
[ 1755445539 [ "document_1" ] ] |
1.97 ms (35.50%) |
9 |
SELECT id FROM documents WHERE path = :path AND `key` = :key
Parameters:
[ "key" => "login" "path" => "/de/account/" ] |
1.01 ms (18.15%) |
8 |
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[ "prettyUrl" => "/de/account/login" ] |
0.17 ms (3.13%) |
2 |
SELECT * FROM object_url_slugs WHERE slug = '/de/account/login' AND (siteId = 0 OR siteId = 0) ORDER BY siteId DESC LIMIT 1
Parameters:
[] |
0.12 ms (2.10%) |
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.