Query Metrics

50 Database Queries
12 Different statements
98.22 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
73.04 ms
(74.36%)
1
DELETE FROM cache_items WHERE item_lifetime + item_time <= ? AND item_id IN (?)
Parameters:
[
  1764156984
  [
    "\x00tags\x00tag_inc__2dee893a22572d20b0cd13b30c298ba8"
    "tag_inc__2dee893a22572d20b0cd13b30c298ba8"
  ]
]
14.39 ms
(14.65%)
23
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:
[
  1764156984
  [
    "\x00tags\x00output_7a13ae8e37641115a0dd7a170d22ee4c_desktop"
    "output_7a13ae8e37641115a0dd7a170d22ee4c_desktop"
  ]
]
3.78 ms
(3.85%)
1
UPDATE http_error_log SET `count` = `count` + 1, date = ? WHERE uri = ?
Parameters:
[
  1764156984
  "https://35.176.121.236/owa/auth/x.js"
]
2.68 ms
(2.73%)
7
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/owa/auth/x.js"
]
2.24 ms
(2.28%)
9
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "x.js"
  "path" => "/owa/auth/"
]
0.55 ms
(0.55%)
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 ORDER BY `priority` DESC
Parameters:
[
  "sourcePath" => "/owa/auth/x.js"
  "sourcePathQuery" => "/owa/auth/x.js"
  "sourceEntireUri" => "https://35.176.121.236/owa/auth/x.js"
  "typePath" => "path"
  "typePathQuery" => "path_query"
  "typeEntireUri" => "entire_uri"
  "typeAuto" => "auto_create"
]
0.51 ms
(0.52%)
2
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  198
]
0.35 ms
(0.35%)
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" => "/owa/auth/x.js"
  "sourcePathQuery" => "/owa/auth/x.js"
  "sourceEntireUri" => "https://35.176.121.236/owa/auth/x.js"
  "typePath" => "path"
  "typePathQuery" => "path_query"
  "typeEntireUri" => "entire_uri"
  "typeAuto" => "auto_create"
]
0.24 ms
(0.25%)
2
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "reports"
  "scope" => "pimcore"
]
0.22 ms
(0.22%)
1
SELECT date FROM http_error_log WHERE uri = ?
Parameters:
[
  "https://35.176.121.236/owa/auth/x.js"
]
0.16 ms
(0.17%)
1
SELECT * FROM object_url_slugs WHERE slug = '/owa/auth/x.js' AND (siteId = 0 OR siteId = 0) ORDER BY siteId DESC LIMIT 1
Parameters:
[]
0.07 ms
(0.07%)
1
SELECT id FROM settings_store WHERE scope = ?
Parameters:
[
  "pimcore_staticroutes"
]

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.