Query Metrics
69
Database Queries
11
Different statements
41.58 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
24.19 ms (58.18%) |
34 |
SELECT id, (CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data FROM cache WHERE id IN (?)
Parameters:
[ 1756001160 [ "site_domain_2a474b3958b2bb94f2904c6774e72d59" ] ] |
7.89 ms (18.97%) |
10 |
SELECT id FROM documents WHERE path = :path AND `key` = :key
Parameters:
[ "key" => "gin-tonic-coffee" "path" => "/Lowensenf/de/rezept/144451/" ] |
7.10 ms (17.08%) |
2 |
SELECT * FROM object_url_slugs WHERE slug = '/de/rezept/144451/gin-tonic-coffee' AND (siteId = 2 OR siteId = 0) ORDER BY siteId DESC LIMIT 1
Parameters:
[] |
0.84 ms (2.03%) |
8 |
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[ "prettyUrl" => "/Lowensenf/de/rezept/144451/gin-tonic-coffee" ] |
0.80 ms (1.93%) |
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:
[ "/Lowensenf/%" "/de/rezept/144451/gin-tonic-coffee" ] |
0.38 ms (0.91%) |
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 = '2' AND priority = 99 ORDER BY `priority` DESC
Parameters:
[ "sourcePath" => "/de/rezept/144451/gin-tonic-coffee" "sourcePathQuery" => "/de/rezept/144451/gin-tonic-coffee" "sourceEntireUri" => "https://loewensenf.develey.blackbit.io/de/rezept/144451/gin-tonic-coffee" "typePath" => "path" "typePathQuery" => "path_query" "typeEntireUri" => "entire_uri" "typeAuto" => "auto_create" ] |
0.12 ms (0.29%) |
2 |
SELECT name FROM classes WHERE id = ?
Parameters:
[
"12"
]
|
0.08 ms (0.19%) |
1 |
SELECT * FROM documents_elements WHERE documentId = ?
Parameters:
[
263
]
|
0.07 ms (0.17%) |
1 |
SELECT object_EF_OSO.o_id as o_id, `object_EF_OSO`.`o_type` FROM `object_EF_OSO` WHERE ((cartId = ? AND object_EF_OSO.o_type IN ('object','folder')) AND object_EF_OSO.o_published = 1)
Parameters:
[
"Pimcore\Bundle\EcommerceFrameworkBundle\CartManager\SessionCart_sesscart_68aa7360da11d"
]
|
0.06 ms (0.15%) |
1 |
SELECT id FROM sites ORDER BY (SELECT LENGTH(path) FROM documents WHERE documents.id = sites.rootId) DESC
Parameters:
[] |
0.04 ms (0.10%) |
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.