Dsek-LTH / web

The D-guild's primary web page
https://dsek.se
European Union Public License 1.2
22 stars 9 forks source link

Refactor "has active mandate" to reduce db stress #535

Closed alfredgrip closed 1 month ago

alfredgrip commented 1 month ago

Benchmarks show improvements by 5% 😎

While it's technically faster, it's not too much which is depressing since I thought this would be substantially faster. I guess the overhead from Prisma is what actually is costly, while the query is basically negligible. But still, I think this is good practice