Query Metrics

10 Database Queries
10 Different statements
1.34 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 0.17 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "maintenance_mode"
]
2 0.17 ms
SELECT * FROM users WHERE `type` = ? AND id = ?
Parameters:
[
  "user"
  25
]
3 0.13 ms
SELECT * FROM users_workspaces_asset WHERE userId = ?
Parameters:
[
  25
]
4 0.10 ms
SELECT * FROM users_workspaces_document WHERE userId = ?
Parameters:
[
  25
]
5 0.10 ms
SELECT * FROM users_workspaces_object WHERE userId = ?
Parameters:
[
  25
]
6 0.06 ms
"START TRANSACTION"
Parameters:
[]
7 0.21 ms
SELECT COUNT(*) AS num FROM `notifications` WHERE recipient = ? AND `read` = 0 AND `isStudio` = 0 AND creationDate >= ?
Parameters:
[
  25
  "2025-01-16 17:11:46"
]
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:
[
  25
  "2025-01-16 17:11:46"
]
9 0.06 ms
"COMMIT"
Parameters:
[]
10 0.16 ms
SELECT COUNT(*) AS num FROM `notifications` WHERE recipient = ? AND `read` = 0 AND `isStudio` = 0
Parameters:
[
  25
]

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.