Query Metrics
11
Database Queries
7
Different statements
5.21 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
2.20 ms (42.19%) |
4 |
SELECT id, (CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data FROM cache WHERE id IN (?)
Parameters:
[ 1760303818 [ "site_domain_a4b61bea34b097d51bc2b0342a1c910d" ] ] |
0.76 ms (14.53%) |
2 |
SELECT id FROM documents WHERE path = :path AND `key` = :key
Parameters:
[ "key" => "robots.txt" "path" => "/" ] |
0.72 ms (13.88%) |
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" => "/robots.txt" "sourcePathQuery" => "/robots.txt" "sourceEntireUri" => "https://www.erowa.a4interactive.ch/robots.txt" "typePath" => "path" "typePathQuery" => "path_query" "typeEntireUri" => "entire_uri" "typeAuto" => "auto_create" ] |
0.70 ms (13.48%) |
1 |
SELECT id FROM targeting_target_groups UNION SELECT id FROM targeting_rules LIMIT 1
Parameters:
[] |
0.36 ms (6.89%) |
1 |
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[ "prettyUrl" => "/robots.txt" ] |
0.29 ms (5.66%) |
1 |
SELECT id FROM targeting_rules WHERE active = 1 ORDER BY `prio` ASC
Parameters:
[] |
0.17 ms (3.36%) |
1 |
SELECT * FROM targeting_rules WHERE id = ?
Parameters:
[
5
]
|
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.