Skip to content

Fix event list performance

Roang requested to merge fix/sos-performance into develop

Due to multiple permission checks in the event list, each entry queried the database 3 times. This was especially bad for the SOS list, as it is the larges event list. But all other event list also benefit.

Fixed #487 (closed)

Merge request reports