反向代理会减慢ajax速度

发布于 2024-10-18 04:37:35 字数 185 浏览 1 评论 0原文

我遇到的情况是,special.company.com 被反向代理到地址为 123.123.123.123 的服务器。

在本地服务器上,ajax 加载时间为 600 毫秒。然而,当通过special.company.com运行相同的应用程序时,大约需要1.7秒。

反向代理是速度变慢的主要原因吗?我们怎样才能找到解决办法呢?

I have a situation where special.company.com is reverse proxied to a server with address 123.123.123.123.

At the server locally, the ajax loads in 600ms. However, when running the same application throught special.company.com, it takes approximately 1.7s.

Is reverse proxy the main cause of the slow down? How can we find a solution to this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

一个人的夜不怕黑 2024-10-25 04:37:35

设置 TCP 端口转发,以便您可以绕过反向代理服务器测试 ajax 负载。这将确定是否是您的远程互联网连接或计算机的问题。

您的问题需要一个排除过程,以明确找到原因。

Set up a TCP port forward so you can test the ajax load bypassing the reverse proxy server. This will determine if it's a problem with your remote internet connectivity, or computer.

Your problem requires a process of elimination, to find the cause for sure.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文