GET https://aidealavente.fr/chat/check-unread

Query Metrics

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

Queries

Group similar statements

# Time Info
1 0.25 ms
SELECT t0.id AS id_1, t0.username AS username_2, t0.account_holder AS account_holder_3, t0.roles AS roles_4, t0.password AS password_5, t0.mail AS mail_6, t0.prenom AS prenom_7, t0.nom AS nom_8, t0.reset_token AS reset_token_9, t0.is_verified AS is_verified_10, t0.deja_connecte AS deja_connecte_11, t0.verification_token AS verification_token_12, t0.adresse AS adresse_13, t0.telephone AS telephone_14, t0.solde_retire AS solde_retire_15, t0.iban AS iban_16, t0.seuil_desactive AS seuil_desactive_17, t0.bic AS bic_18, t0.nb_habits_confies AS nb_habits_confies_19, t0.estimation_token AS estimation_token_20, t0.frais_fixe AS frais_fixe_21, t0.taux_commission AS taux_commission_22, t0.exclure_mails_groupes AS exclure_mails_groupes_23, t0.relance_iban_envoyee AS relance_iban_envoyee_24, t0.date_derniere_relance_iban AS date_derniere_relance_iban_25 FROM user t0 WHERE t0.id = ?
Parameters:
[
  162
]
2 0.14 ms
SELECT COUNT(*) FROM message t0 WHERE t0.user_id = ? AND t0.is_admin = ? AND t0.is_read = ?
Parameters:
[
  162
  1
  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
  • The field App\Entity\User#appointments is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Appointment#user does not contain the required 'inversedBy: "appointments"' attribute.
App\Entity\Vetements No errors.
App\Entity\Retrait No errors.
App\Entity\Message No errors.
App\Entity\Appointment No errors.