GET https://intranet-dev.stsi.tech/Notifications

Query Metrics

2 Database Queries
2 Different statements
0.29 ms Query time
1 Invalid entities

Queries

Group similar statements

# Time Info
1 0.15 ms
SELECT t0.id AS id_1, t0.username AS username_2, t0.first_name AS first_name_3, t0.name AS name_4, t0.roles AS roles_5, t0.password AS password_6, t0.montee AS montee_7, t0.tel AS tel_8, t0.discord_id AS discord_id_9, t0.birth_date AS birth_date_10, t0.last_activity AS last_activity_11, t0.created_date AS created_date_12, t0.status AS status_13, t0.dispos AS dispos_14, t0.photo AS photo_15, t0.last_dispatch_at AS last_dispatch_at_16, t0.last_montee_at AS last_montee_at_17, t0.genre AS genre_18, t0.commentaire AS commentaire_19, t0.annuaire AS annuaire_20, t0.evaluation AS evaluation_21, t0.evaluation_commentaire AS evaluation_commentaire_22, t0.is_apte_for_evaluation AS is_apte_for_evaluation_23, t0.grade_id AS grade_id_24, t25.id AS id_26, t25.name AS name_27, t25.abrv AS abrv_28, t25.hierarchie AS hierarchie_29, t25.category AS category_30, t25.prime AS prime_31, t32.id AS id_33, t32.matricule AS matricule_34, t32.blocked AS blocked_35, t32.category AS category_36, t32.user_id AS user_id_37, t0.visite_medicale_id AS visite_medicale_id_38, t0.superviseur_id AS superviseur_id_39 FROM user t0 LEFT JOIN grade t25 ON t0.grade_id = t25.id LEFT JOIN matricule t32 ON t32.user_id = t0.id WHERE t0.id = ?
Parameters:
[
  76
]
2 0.14 ms
SELECT n0_.category AS category_0, n0_.notif AS notif_1, n0_.id AS id_2, n0_.created_at AS created_at_3 FROM notification n0_ WHERE n0_.user_id = ? ORDER BY n0_.id DESC
Parameters:
[
  76
]

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.

Entities Mapping

Class Mapping errors
App\Entity\User
  • The field App\Entity\User#primes is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Prime#user does not contain the required 'inversedBy="primes"' attribute.
  • The field App\Entity\User#convocations is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Convocation#agent does not contain the required 'inversedBy="convocations"' attribute.
App\Entity\Grade No errors.
App\Entity\Matricule No errors.
App\Entity\MedicalEntry No errors.
App\Entity\Unit No errors.
App\Entity\Plainte No errors.
App\Entity\Formation No errors.
App\Entity\Absence No errors.
App\Entity\Prime No errors.
App\Entity\Dispatch No errors.
App\Entity\Service No errors.
App\Entity\Sanction No errors.
App\Entity\Moderation No errors.
App\Entity\InventoryDotation No errors.
App\Entity\Convocation No errors.
App\Entity\EvaluationCommentaire No errors.
App\Entity\Questionnaire No errors.
App\Entity\Page No errors.
App\Entity\Notification No errors.