GET https://backend.atsuhdf.fr/api/notifications/unread-count

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
0.48 ms
(51.84%)
1
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.prenom AS prenom_5, t0.nom AS nom_6, t0.telephone AS telephone_7, t0.email_verified AS email_verified_8, t0.is_active AS is_active_9, t0.departement AS departement_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.stripe_customer_id AS stripe_customer_id_13, t0.reset_password_token AS reset_password_token_14, t0.reset_password_token_expires_at AS reset_password_token_expires_at_15, t0.new_email AS new_email_16, t0.email_change_token AS email_change_token_17, t0.email_change_token_expires_at AS email_change_token_expires_at_18, t0.last_login_at AS last_login_at_19, t0.inactivity_reminder_shown_at AS inactivity_reminder_shown_at_20, t0.email_verification_token AS email_verification_token_21, t0.email_verification_token_expires_at AS email_verification_token_expires_at_22, t0.double_auth_token AS double_auth_token_23, t0.double_auth_token_expires_at AS double_auth_token_expires_at_24, t0.double_auth_verified_at AS double_auth_verified_at_25 FROM user t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "michel.messager59@gmail.com"
]
0.44 ms
(48.16%)
1
SELECT n0_.id AS id_0, n0_.texte_principal AS texte_principal_1, n0_.texte_secondaire AS texte_secondaire_2, n0_.type_icone AS type_icone_3, n0_.icone AS icone_4, n0_.couleur_icone AS couleur_icone_5, n0_.lien_url AS lien_url_6, n0_.lien_texte AS lien_texte_7, n0_.lien_nouvel_onglet AS lien_nouvel_onglet_8, n0_.date_publication AS date_publication_9, n0_.date_fin_publication AS date_fin_publication_10, n0_.niveau_importance AS niveau_importance_11, n0_.statut AS statut_12, n0_.departements AS departements_13, n0_.roles_cibles AS roles_cibles_14, n0_.created_at AS created_at_15, n0_.updated_at AS updated_at_16, n0_.created_by_id AS created_by_id_17, n0_.updated_by_id AS updated_by_id_18 FROM notification n0_ WHERE n0_.statut = ? AND (n0_.date_publication IS NULL OR n0_.date_publication <= ?) AND (n0_.date_fin_publication IS NULL OR n0_.date_fin_publication >= ?) ORDER BY n0_.created_at DESC
Parameters:
[
  "publie"
  "2026-02-07 04:02:54"
  "2026-02-07 04:02:54"
]

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