Query Metrics
31
Database Queries
10
Different statements
35.89 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
12.62 ms (35.18%) |
10 |
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[ 1785939220 [ "\x00tags\x00site_domain_229e71ad751b5ac80b070400ea321fc4" "site_domain_229e71ad751b5ac80b070400ea321fc4" ] ] |
|
5.38 ms (15.00%) |
6 |
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[ "key" => "Klimaschutzinitiative LOGO.png" "path" => "/III.Über-uns/Nachhaltigkeit-Klimaschutz/1591/image-thumb__1591__teaser-bild/" ] |
|
3.60 ms (10.04%) |
2 |
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[ "id" => "reports" "scope" => "pimcore" ] |
|
3.55 ms (9.89%) |
1 |
INSERT INTO lock_keys (key_id, key_token, key_expiration) VALUES (?, ?, UNIX_TIMESTAMP() + 300)
Parameters:
[ "241593f5e0d37d4d72974072f722b7dc466825c09fe9803eac8a6cd7a77b2beb" "8UTJeoBQFwTTHwsfx76DtOi9p6O2HkLP2UQTfcXGP2c=" ] |
|
2.97 ms (8.29%) |
1 |
DELETE FROM lock_keys WHERE key_id = ? AND key_token = ?
Parameters:
[ "241593f5e0d37d4d72974072f722b7dc466825c09fe9803eac8a6cd7a77b2beb" "8UTJeoBQFwTTHwsfx76DtOi9p6O2HkLP2UQTfcXGP2c=" ] |
|
2.54 ms (7.08%) |
5 |
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[ "prettyUrl" => "/III.Über-uns/Nachhaltigkeit-Klimaschutz/1591/image-thumb__1591__teaser-bild/Klimaschutzinitiative LOGO.png" ] |
|
2.24 ms (6.23%) |
1 |
SELECT id FROM targeting_target_groups UNION SELECT id FROM targeting_rules LIMIT 1
Parameters:
[] |
|
1.41 ms (3.92%) |
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" => "/III.Über-uns/Nachhaltigkeit-Klimaschutz/1591/image-thumb__1591__teaser-bild/Klimaschutzinitiative LOGO.png" "sourcePathQuery" => "/III.Über-uns/Nachhaltigkeit-Klimaschutz/1591/image-thumb__1591__teaser-bild/Klimaschutzinitiative LOGO.png" "sourceEntireUri" => "https://staging.stadtwerke-herne.standpunkt-hosting.de/III.Über-uns/Nachhaltigkeit-Klimaschutz/1591/image-thumb__1591__teaser-bild/Klimaschutzinitiative LOGO.png" "typePath" => "path" "typePathQuery" => "path_query" "typeEntireUri" => "entire_uri" "typeAuto" => "auto_create" ] |
|
1.20 ms (3.34%) |
3 |
SELECT 1 FROM lock_keys WHERE key_id = ? AND key_token = ? AND key_expiration > UNIX_TIMESTAMP()
Parameters:
[ "241593f5e0d37d4d72974072f722b7dc466825c09fe9803eac8a6cd7a77b2beb" "8UTJeoBQFwTTHwsfx76DtOi9p6O2HkLP2UQTfcXGP2c=" ] |
|
0.38 ms (1.05%) |
1 |
UPDATE lock_keys SET key_expiration = UNIX_TIMESTAMP() + ?, key_token = ? WHERE key_id = ? AND (key_token = ? OR key_expiration <= UNIX_TIMESTAMP())
Parameters:
[ 300.0 "8UTJeoBQFwTTHwsfx76DtOi9p6O2HkLP2UQTfcXGP2c=" "241593f5e0d37d4d72974072f722b7dc466825c09fe9803eac8a6cd7a77b2beb" "8UTJeoBQFwTTHwsfx76DtOi9p6O2HkLP2UQTfcXGP2c=" ] |
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.