Query Metrics
74
Database Queries
10
Different statements
13.69 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
9.80 ms (71.58%) |
41 |
SELECT id, (CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data FROM cache WHERE id IN (?)
Parameters:
[ 1754751563 [ "site_domain_289f047915e51065df094d8d60bc48d8" ] ] |
1.01 ms (7.41%) |
10 |
SELECT id FROM documents WHERE path = :path AND `key` = :key
Parameters:
[ "key" => "fruchtiges-one-pot-curry-mit-putenbrust-knackigem-gemuese" "path" => "/Born/de/rezept/5926/" ] |
0.71 ms (5.15%) |
8 |
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[ "prettyUrl" => "/Born/de/rezept/5926/fruchtiges-one-pot-curry-mit-putenbrust-knackigem-gemuese" ] |
0.69 ms (5.05%) |
8 |
SELECT documents.id FROM documents LEFT JOIN documents_page ON documents.id = documents_page.id WHERE documents.path LIKE ? AND documents_page.prettyUrl = ?
Parameters:
[ "/Born/%" "/de/rezept/5926/fruchtiges-one-pot-curry-mit-putenbrust-knackigem-gemuese" ] |
0.64 ms (4.67%) |
2 |
SELECT * FROM object_url_slugs WHERE slug = '/de/rezept/5926/fruchtiges-one-pot-curry-mit-putenbrust-knackigem-gemuese' AND (siteId = 6 OR siteId = 0) ORDER BY siteId DESC LIMIT 1
Parameters:
[] |
0.58 ms (4.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 = '6' AND priority = 99 ORDER BY `priority` DESC
Parameters:
[ "sourcePath" => "/de/rezept/5926/fruchtiges-one-pot-curry-mit-putenbrust-knackigem-gemuese" "sourcePathQuery" => "/de/rezept/5926/fruchtiges-one-pot-curry-mit-putenbrust-knackigem-gemuese" "sourceEntireUri" => "https://born.develey.blackbit.io/de/rezept/5926/fruchtiges-one-pot-curry-mit-putenbrust-knackigem-gemuese" "typePath" => "path" "typePathQuery" => "path_query" "typeEntireUri" => "entire_uri" "typeAuto" => "auto_create" ] |
0.09 ms (0.64%) |
1 |
SELECT * FROM documents_elements WHERE documentId = ?
Parameters:
[
175
]
|
0.07 ms (0.52%) |
1 |
SELECT name FROM classes WHERE id = ?
Parameters:
[
"12"
]
|
0.05 ms (0.39%) |
1 |
SELECT id FROM sites ORDER BY (SELECT LENGTH(path) FROM documents WHERE documents.id = sites.rootId) DESC
Parameters:
[] |
0.05 ms (0.34%) |
1 |
SELECT id FROM targeting_target_groups UNION SELECT id FROM targeting_rules 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.