Query Metrics

11 Database Queries
11 Different statements
10.76 ms Query time
0 Invalid entities
0 Managed entities

Queries

Group similar statements

# Time Info
1 0.75 ms
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
2 1.24 ms
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "maintenance_mode"
]
3 1.16 ms
SELECT * FROM users WHERE `type` = ? AND id = ?
Parameters:
[
  "user"
  2
]
4 2.40 ms
SELECT * FROM users_workspaces_asset WHERE userId = ?
Parameters:
[
  2
]
5 1.98 ms
SELECT * FROM users_workspaces_document WHERE userId = ?
Parameters:
[
  2
]
6 0.60 ms
SELECT * FROM users_workspaces_object WHERE userId = ?
Parameters:
[
  2
]
7 0.47 ms
"START TRANSACTION"
Parameters:
[]
8 0.69 ms
SELECT COUNT(*) AS num FROM `notifications` WHERE recipient = ? AND `read` = 0 AND `isStudio` = 0 AND creationDate >= ?
Parameters:
[
  2
  "2026-03-18 17:59:14"
]
9 0.61 ms
SELECT id FROM `notifications` WHERE recipient = ? AND `read` = 0 AND `isStudio` = 0 AND creationDate >= ?  ORDER BY `creationDate` DESC LIMIT 1
Parameters:
[
  2
  "2026-03-18 17:59:14"
]
10 0.38 ms
"COMMIT"
Parameters:
[]
11 0.49 ms
SELECT COUNT(*) AS num FROM `notifications` WHERE recipient = ? AND `read` = 0 AND `isStudio` = 0
Parameters:
[
  2
]

Database Connections

Name Service
default doctrine.dbal.default_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Managed Entities

default entity manager

Class Amount of managed objects

Entities Mapping

Class Mapping errors
SeoBundle\Model\ElementMetaData No errors.