-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Webinterface freezes in Firefox #12028
Comments
Anything in the browser console? Is it the same on try? (I'm running my instance on master and don't have any issues in Firefox) |
I'm seeing the same thing as OP: personally run instance is stalling on web requests in Firefox, but not on the try.gitea.io instance. I'm not seeing anything in Firefox's console while the page load is stalled (no messages in Console, nor any activity in the Network tab). Server information:
Client information:
Looking at the Apache logs for the proxy, it might be the |
Duplicate of #11978 |
Clear browser cache, that should fix freezing in single tab |
@lafriks clearing the cache did not improved the situation. I'm in the same boat at the others |
This is probably a key point: https://developer.mozilla.org/en-US/docs/Web/API/EventSource. In Firefox, there's a limit on the total number of |
I can confirm this problem exists for me as well. I've tried to clear browser cache in Firefox and it does not help. This problem appeared in 1.12.0 and prevails in 1.12.1. A buddy of mine also suspect it is related to |
I am running my instance behind HAProxy. I can confirm, that the problem goes away for me as well after enabling HTTP/2 for this frontend in HAProxy. |
I'm betting this is a duplicate of #11978 |
Closing as duplicate |
[x]
):Description
After upgrading from 1.11.0 to 1.12.1 the webinterface periodically freezes for about 30-60 seconds. After about 5 clicks (it does not matter what I click, I can go to the main page and press F5 to reproduce the issue) the browser seems to be stuck during page load.
The logfile (loglevel Trace) only shows the following every 10 secunds during the freeze
After 30-60 seconds the log shows that the request is preocessed and if I reload the page it works again for about 5 clicks
This only seems to happen when I use Firefox (77.0.1 Linux). Chrome seems to work just fine
The text was updated successfully, but these errors were encountered: