http://example.com:443/example.com:443

Query Metrics

16 Database Queries
8 Different statements
6.26 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
3.17 ms
(50.67%)
8
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:
[
  1731635533
  [
    "\x00tags\x00site_domain_5ababd603b22780302dd8d83498e5172"
    "site_domain_5ababd603b22780302dd8d83498e5172"
  ]
]
1.15 ms
(18.44%)
1
UPDATE http_error_log SET `count` = `count` + 1, date = ? WHERE uri = ?
Parameters:
[
  1731635533
  "http://example.com:443/example.com:443"
]
0.57 ms
(9.10%)
1
SELECT date FROM http_error_log WHERE uri = ?
Parameters:
[
  "http://example.com:443/example.com:443"
]
0.48 ms
(7.68%)
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" => "/example.com:443"
  "sourcePathQuery" => "example.com:443"
  "sourceEntireUri" => "http://example.com:443/example.com:443"
  "typePath" => "path"
  "typePathQuery" => "path_query"
  "typeEntireUri" => "entire_uri"
  "typeAuto" => "auto_create"
]
0.41 ms
(6.59%)
2
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "example.com:443"
  "path" => "/"
]
0.17 ms
(2.78%)
1
SELECT id FROM assets WHERE path = :path AND `filename` = :key
Parameters:
[
  "key" => "example.com:443"
  "path" => "/"
]
0.16 ms
(2.51%)
1
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "reports"
  "scope" => "pimcore"
]
0.14 ms
(2.22%)
1
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/example.com:443"
]

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.