-
Notifications
You must be signed in to change notification settings - Fork 211
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
App behind reverse proxy very slow #803
Comments
sorry to hear that @EvoXCX , the previous ticket was closed after a first batch of backend optimisations. |
Hello @ab-smith, I used NGINX as barebone install and also tested in docker but I had the same problem, recently tested Traefik (docker) and same problem occur so I don't know where it can come from. No specific config getting a base config from here https://ssl-config.mozilla.org/ for NGINX and for Traefik it's standard configuration to point on the correct container, pretty same as caddy but with personal TLS certs. I do not work anymore in the enterprise that I setup infra for, but I can try to reproduce the problem on my side under KVM only because not using VMWare personally. Sorry for late response. |
not having that many issues here, below my reverse proxy snippet: Most notable/impactful difference to me seem proxy buffer sizes, these were required for some requests to even be able to respond.
|
Describe the bug
Hello,
I still have a problem with reverse proxy, I opened a ticket a while ago about Nginx #432 but it was closed without resolution.
I changed Reverse Proxy using Traefik and the problem is still there, so I can say that the problem comes from the application and not the reverse proxy.
Directly I have an almost instantaneous response time, but via the reverse proxy (Nginx or Traefik) it takes a considerable time to use it ergonomically.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Response time to be acceptable
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: