Skip to content

Improve notification query performance by reducing db calls

Hannes Heine requested to merge pr2470head into pr2470base

Created by: Tirokk

roschaefer Authored by roschaefer Merged


🍰 Pullrequest

We had plenty of database calls for our notification query. That could very well be the source of our recent performance issues in the backend.

Merge request reports