I have built a web application for banking.
Now when I turn the web app inside their work, it lags a lot as they have proxies, but when I run it on a normal or public network, there is no issue.
I understand proxies can add delay, but now the client asks us whether our app is βproxy safe or made to work for proxies.β
I'm clueless on how to make web app proxies safe or make them work on proxies.
What kind of changes are required?
Thanks for any help to point in the right direction.
Top comments (1)
My first thought is that you load a lot of separate resources, meaning that each one makes a separate HTTP request. If that's the case, it might look slower with proxies in the middle.