Query Metrics
11
Database Queries
7
Different statements
5.63 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
2.95 ms (52.52%) |
4 |
SELECT id, (CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data FROM cache WHERE id IN (?)
Parameters:
[ 1760311299 [ "site_domain_68fda9280b038d4940fa0b7295c2844b" ] ] |
0.68 ms (12.13%) |
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://erowa.a4interactive.ch/robots.txt" "typePath" => "path" "typePathQuery" => "path_query" "typeEntireUri" => "entire_uri" "typeAuto" => "auto_create" ] |
0.67 ms (11.98%) |
2 |
SELECT id FROM documents WHERE path = :path AND `key` = :key
Parameters:
[ "key" => "robots.txt" "path" => "/" ] |
0.63 ms (11.27%) |
1 |
SELECT id FROM targeting_target_groups UNION SELECT id FROM targeting_rules LIMIT 1
Parameters:
[] |
0.36 ms (6.31%) |
1 |
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[ "prettyUrl" => "/robots.txt" ] |
0.19 ms (3.38%) |
1 |
SELECT id FROM targeting_rules WHERE active = 1 ORDER BY `prio` ASC
Parameters:
[] |
0.14 ms (2.42%) |
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.