Query Metrics

10 Database Queries
10 Different statements
2.12 ms Query time
0 Invalid entities
0 Managed entities

Queries

Group similar statements

# Time Info
1 0.32 ms
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:
[
  1768205934
  "maintenance_mode"
]
2 0.36 ms
SELECT * FROM users WHERE `type` = ? AND id = ?
Parameters:
[
  "user"
  3
]
3 0.30 ms
SELECT * FROM users_workspaces_asset WHERE userId = ?
Parameters:
[
  3
]
4 0.14 ms
SELECT * FROM users_workspaces_document WHERE userId = ?
Parameters:
[
  3
]
5 0.14 ms
SELECT * FROM users_workspaces_object WHERE userId = ?
Parameters:
[
  3
]
6 0.12 ms
"START TRANSACTION"
Parameters:
[]
7 0.31 ms
SELECT COUNT(*) AS num FROM `notifications` WHERE recipient = ? AND `read` = 0 AND `isStudio` = 0 AND creationDate >= ?
Parameters:
[
  3
  "2026-01-12 08:18:24"
]
8 0.20 ms
SELECT id FROM `notifications` WHERE recipient = ? AND `read` = 0 AND `isStudio` = 0 AND creationDate >= ?  ORDER BY `creationDate` DESC LIMIT 1
Parameters:
[
  3
  "2026-01-12 08:18:24"
]
9 0.06 ms
"COMMIT"
Parameters:
[]
10 0.14 ms
SELECT COUNT(*) AS num FROM `notifications` WHERE recipient = ? AND `read` = 0 AND `isStudio` = 0
Parameters:
[
  3
]

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.

Managed Entities

No managed entities.

Entities Mapping

No mapped entities.