GET https://3d.zelestia.es/participant/notifications/unread-count?includeLatest=1

Query Metrics

3 Database Queries
3 Different statements
1.17 ms Query time
0 Invalid entities
2 Managed entities

Queries

Group similar statements

# Time Info
1 0.35 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nombre AS nombre_5, t0.is_control_group AS is_control_group_6, t0.activo AS activo_7, t0.notifications_enabled AS notifications_enabled_8 FROM `user` t0 WHERE t0.id = ?
Parameters:
[
  26
]
2 0.41 ms
SELECT COUNT(n0_.id) AS sclr_0 FROM notification n0_ WHERE n0_.patient_id = ? AND n0_.is_read = 0
Parameters:
[
  26
]
3 0.40 ms
SELECT n0_.id AS id_0, n0_.type AS type_1, n0_.title AS title_2, n0_.message AS message_3, n0_.title_translations AS title_translations_4, n0_.message_translations AS message_translations_5, n0_.link_data AS link_data_6, n0_.reference_keys AS reference_keys_7, n0_.is_read AS is_read_8, n0_.created_at AS created_at_9, n0_.read_at AS read_at_10, n0_.patient_id AS patient_id_11 FROM notification n0_ WHERE n0_.patient_id = ? AND n0_.is_read = 0 ORDER BY n0_.created_at DESC LIMIT 1
Parameters:
[
  26
]

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

Entities Mapping

Class Mapping errors
App\Entity\User No errors.
App\Entity\Notification No errors.