Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
1.17 ms
(17.87%)
1
SELECT * FROM users WHERE `type` = ? AND id = ?
Parameters:
[
  "user"
  4
]
1.03 ms
(15.71%)
1
SELECT COUNT(*) AS num FROM `notifications` WHERE recipient = ? AND `read` = 0 AND `isStudio` = 0 AND creationDate >= ?
Parameters:
[
  4
  "2026-07-01 03:33:55"
]
0.66 ms
(10.13%)
1
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "maintenance_mode"
]
0.65 ms
(9.88%)
1
SELECT * FROM users_workspaces_asset WHERE userId = ?
Parameters:
[
  4
]
0.63 ms
(9.70%)
1
SELECT * FROM users_workspaces_object WHERE userId = ?
Parameters:
[
  4
]
0.59 ms
(9.04%)
1
SELECT id FROM `notifications` WHERE recipient = ? AND `read` = 0 AND `isStudio` = 0 AND creationDate >= ?  ORDER BY `creationDate` DESC LIMIT 1
Parameters:
[
  4
  "2026-07-01 03:33:55"
]
0.58 ms
(8.83%)
1
SELECT * FROM users_workspaces_document WHERE userId = ?
Parameters:
[
  4
]
0.49 ms
(7.45%)
1
SELECT COUNT(*) AS num FROM `notifications` WHERE recipient = ? AND `read` = 0 AND `isStudio` = 0
Parameters:
[
  4
]
0.47 ms
(7.25%)
1
"START TRANSACTION"
Parameters:
[]
0.27 ms
(4.15%)
1
"COMMIT"
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.

Managed Entities

No managed entities.

Entities Mapping

No mapped entities.