Query Metrics
16
Database Queries
11
Different statements
11.61 ms
Query time
0
Invalid entities
Grouped Statements
Show all queries
default connection
Time▼ |
Count |
Info |
2.82 ms (24.30%)
|
4 |
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters: [
"key" => "admin.php"
"path" => "/wp-admin/"
]
SELECT id FROM documents WHERE path = BINARY '/wp-admin/' AND `key` = BINARY 'admin.php';
|
1.98 ms (17.05%)
|
3 |
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters: [
"prettyUrl" => "/wp-admin/admin.php"
]
SELECT id FROM documents_page WHERE prettyUrl = '/wp-admin/admin.php';
|
1.03 ms (8.86%)
|
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" => "/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"
]
SELECT * FROM redirects WHERE
(
(source = '/wp-admin/admin.php' AND (`type` = 'path' OR `type` = 'auto_create')) OR
(source = '/wp-admin/admin.php' AND `type` = 'path_query') OR
(source = 'http://pim-uat.encompass.com/wp-admin/admin.php' AND `type` = 'entire_uri')
) 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;
|
0.88 ms (7.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" => "/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"
]
SELECT * FROM redirects WHERE
(
(source = '/wp-admin/admin.php' AND (`type` = 'path' OR `type` = 'auto_create')) OR
(source = '/wp-admin/admin.php' AND `type` = 'path_query') OR
(source = 'http://pim-uat.encompass.com/wp-admin/admin.php' AND `type` = 'entire_uri')
) AND active = 1 AND regex IS NULL AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND sourceSite IS NULL ORDER BY `priority` DESC;
|
0.83 ms (7.11%)
|
1 |
SELECT * FROM sites WHERE mainDomain = ? OR domains LIKE ?
Parameters: [
"pim-uat.encompass.com"
"%"pim-uat.encompass.com"%"
]
SELECT * FROM sites WHERE mainDomain = 'pim-uat.encompass.com' OR domains LIKE '%\"pim-uat.encompass.com\"%';
|
0.72 ms (6.17%)
|
1 |
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 = ?
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 = 1;
|
0.70 ms (6.00%)
|
1 |
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 = ?
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 = 1;
|
0.69 ms (5.96%)
|
1 |
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters: [
"id" => "reports"
"scope" => "pimcore"
]
SELECT * FROM settings_store WHERE id = 'reports' AND scope = 'pimcore';
|
0.67 ms (5.78%)
|
1 |
SELECT id FROM settings_store WHERE scope = ?
Parameters: [
"pimcore_staticroutes"
]
SELECT id FROM settings_store WHERE scope = 'pimcore_staticroutes';
|
0.66 ms (5.67%)
|
1 |
SELECT * FROM object_url_slugs WHERE slug = '/wp-admin/admin.php' AND siteId = 0 ORDER BY siteId DESC LIMIT 1
SELECT * FROM object_url_slugs WHERE slug = '/wp-admin/admin.php' AND siteId = 0 ORDER BY siteId DESC LIMIT 1;
|
0.64 ms (5.55%)
|
1 |
SELECT id,domains FROM sites
SELECT id,domains FROM sites;
|
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.