Query Metrics
15
Database Queries
6
Different statements
53.64 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 10.97 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"maintenance_mode"
]
|
| 2 | 22.14 ms |
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[ "/_profiler/aaa39c/search/" "null" ] |
| 3 | 0.26 ms |
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
"/_profiler/aaa39c/search/null"
]
|
| 4 | 0.20 ms |
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[ "/_profiler/aaa39c/search/" "null" ] |
| 5 | 0.15 ms |
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
"/_profiler/aaa39c/search/null"
]
|
| 6 | 6.95 ms |
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[ "/_profiler/aaa39c/" "search" ] |
| 7 | 0.17 ms |
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
"/_profiler/aaa39c/search"
]
|
| 8 | 0.18 ms |
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[ "/_profiler/" "aaa39c" ] |
| 9 | 0.14 ms |
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
"/_profiler/aaa39c"
]
|
| 10 | 0.17 ms |
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[ "/" "_profiler" ] |
| 11 | 0.13 ms |
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
"/_profiler"
]
|
| 12 | 0.17 ms |
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
"/"
""
]
|
| 13 | 0.24 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
]
|
| 14 | 8.11 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
]
|
| 15 | 3.66 ms |
SELECT * FROM object_url_slugs WHERE slug = '/_profiler/aaa39c/search/null' AND siteId = 0 ORDER BY siteId DESC LIMIT 1
Parameters:
[] |
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.
Entities Mapping
No mapped entities.