https://codeberg.org/notifications is quite slow for me, at 1.5 to 2 seconds load time.
image
If it was only once for loading the view, that wouldn't be too much of an issue. But dismissing a notification actually does a 0.5 seconds POST to /status, and then reloads the page, so an average of 2 seconds wait time to dismiss a notification.
And this seems to be specific to Codeberg. On my personal instance, the page loads in less than 200 ms with a similar amount of notifications.
### Comment
https://codeberg.org/notifications is quite slow for me, at 1.5 to 2 seconds load time.

If it was only once for loading the view, that wouldn't be too much of an issue. But dismissing a notification actually does a 0.5 seconds POST to `/status`, and then reloads the page, so an average of 2 seconds wait time to dismiss a notification.
And this seems to be specific to Codeberg. On my personal instance, the page loads in less than 200 ms with a similar amount of notifications.