GET https://myworkspace.val.lab/api/app/messages

Query Metrics

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

Queries

Group similar statements

# Time Info
1 0.55 ms
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.password_changed_at AS password_changed_at_5, t0.password_reset_required AS password_reset_required_6, t0.is_active AS is_active_7, t0.preferences AS preferences_8, t0.sso_id AS sso_id_9, t0.sso_provider AS sso_provider_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.deleted_at AS deleted_at_13, t0.personne_id AS personne_id_14 FROM `user` t0 WHERE t0.id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
  1
]
2 0.39 ms
SELECT t0.id AS id_1, t0.code AS code_2, t0.enabled AS enabled_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.deleted_at AS deleted_at_6 FROM feature_flag t0 WHERE ((t0.deleted_at IS NULL))
Parameters:
[]
3 0.57 ms
SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.content AS content_2, a0_.type AS type_3, a0_.is_active AS is_active_4, a0_.starts_at AS starts_at_5, a0_.expires_at AS expires_at_6, a0_.audience AS audience_7, a0_.created_at AS created_at_8, a0_.updated_at AS updated_at_9, a0_.deleted_at AS deleted_at_10, a0_.author_id AS author_id_11 FROM app_message a0_ WHERE (a0_.is_active = 1 AND a0_.deleted_at IS NULL AND (a0_.starts_at IS NULL OR a0_.starts_at <= ?) AND (a0_.expires_at IS NULL OR a0_.expires_at >= ?)) AND (a0_.deleted_at IS NULL) ORDER BY a0_.created_at DESC
Parameters:
[
  "2026-06-02 12:03:13"
  "2026-06-02 12:03:13"
]

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