GET https://jb-eventbau.de/admin/notifications/count

Query Metrics

2 Database Queries
2 Different statements
3.13 ms Query time
0 Invalid entities
1 Managed entities

Queries

Group similar statements

# Time Info
1 2.03 ms
SELECT t0.id AS id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.lastname AS lastname_6, t0.last_login AS last_login_7, t0.img_path AS img_path_8, t0.firstname AS firstname_9, t0.salutation AS salutation_10, t0.is_verified AS is_verified_11, t0.image_position_data AS image_position_data_12, t0.user_type, t1.position AS position_13 FROM pr_user t0 LEFT JOIN pr_customer_user t1 ON t0.id = t1.id WHERE t0.id = ?
Parameters:
[
  1
]
2 1.10 ms
SELECT COUNT(*) FROM pr_message t0 WHERE t0.is_read = ?
Parameters:
[
  0
]

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
App\Entity\User 1

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\CustomerUser No errors.
App\Entity\Message No errors.