http://pim-uat.encompass.com/wp-admin/admin.php

Query Metrics

16 Database Queries
11 Different statements
11.61 ms Query time
0 Invalid entities

Queries

Group similar statements

default connection

# Time Info
1 0.83 ms
SELECT * FROM sites WHERE mainDomain = ? OR domains LIKE ?
Parameters:
[
  "pim-uat.encompass.com"
  "%"pim-uat.encompass.com"%"
]
2 0.64 ms
SELECT id,domains FROM sites
Parameters:
[]
3 1.03 ms
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" => "/wp-admin/admin.php"
  "sourcePathQuery" => "/wp-admin/admin.php"
  "sourceEntireUri" => "http://pim-uat.encompass.com/wp-admin/admin.php"
  "typePath" => "path"
  "typePathQuery" => "path_query"
  "typeEntireUri" => "entire_uri"
  "typeAuto" => "auto_create"
]
4 0.69 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "reports"
  "scope" => "pimcore"
]
5 0.74 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "admin.php"
  "path" => "/wp-admin/"
]
6 0.67 ms
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/wp-admin/admin.php"
]
7 0.70 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "admin.php"
  "path" => "/wp-admin/"
]
8 0.65 ms
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/wp-admin/admin.php"
]
9 0.68 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "wp-admin"
  "path" => "/"
]
10 0.66 ms
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/wp-admin"
]
11 0.69 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => ""
  "path" => "/"
]
12 0.70 ms
SELECT documents.*, tree_locks.locked FROM documents
            LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = 'document'
                WHERE documents.id = ?
Parameters:
[
  1
]
13 0.72 ms
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents
            LEFT JOIN documents_page ON documents.id = documents_page.id
            LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = 'document'
                WHERE documents.id = ?
Parameters:
[
  1
]
14 0.66 ms
SELECT * FROM object_url_slugs WHERE slug = '/wp-admin/admin.php' AND siteId = 0 ORDER BY siteId DESC LIMIT 1
Parameters:
[]
15 0.67 ms
SELECT id FROM settings_store WHERE scope = ?
Parameters:
[
  "pimcore_staticroutes"
]
16 0.88 ms
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" => "/wp-admin/admin.php"
  "sourcePathQuery" => "/wp-admin/admin.php"
  "sourceEntireUri" => "http://pim-uat.encompass.com/wp-admin/admin.php"
  "typePath" => "path"
  "typePathQuery" => "path_query"
  "typeEntireUri" => "entire_uri"
  "typeAuto" => "auto_create"
]

writer connection

No database queries were performed.

Database Connections

Name Service
default doctrine.dbal.default_connection
writer doctrine.dbal.writer_connection

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.