Loading a page in the webapp sometimes incurs a significant loading delay.
The issue isn't perfectly reproducible but occurs often enough to be a problem.
Due to a problem with Chromium (and presumably other major browsers) mentioned here:
https://issues.chromium.org/issues/40978518
the single threaded webserver used by sedrila deadlocks with the browser until a timeout is reached.
The Chromium issue is marked WontFix thus we'll probably have to use a concurrent server implementation.
A temporary fix with a shorter timeout is already implemented.