Query Metrics
13
Database Queries
8
Different statements
6.18 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
3.18 ms (51.52%) |
1 |
SELECT TABLE_NAME as name,TABLE_ROWS as `rows` from information_schema.TABLES WHERE TABLE_ROWS IS NOT NULL AND TABLE_SCHEMA = ?
Parameters:
[
"dam"
]
|
|
0.80 ms (13.02%) |
2 |
SELECT * FROM users WHERE `type` = ? AND id = ?
Parameters:
[ "user" 45 ] |
|
0.51 ms (8.27%) |
2 |
SELECT * FROM users_workspaces_asset WHERE userId = ?
Parameters:
[
45
]
|
|
0.45 ms (7.20%) |
2 |
SELECT id FROM settings_store WHERE scope = ?
Parameters:
[
"pimcore_perspectives"
]
|
|
0.44 ms (7.15%) |
2 |
SELECT * FROM users_workspaces_object WHERE userId = ?
Parameters:
[
45
]
|
|
0.44 ms (7.05%) |
2 |
SELECT * FROM users_workspaces_document WHERE userId = ?
Parameters:
[
45
]
|
|
0.24 ms (3.87%) |
1 |
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[ "id" => "web_to_print" "scope" => "pimcore_web_to_print" ] |
|
0.12 ms (1.92%) |
1 |
SELECT VERSION()
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.