跨主机名并行下载

发布于 2024-10-31 21:05:02 字数 165 浏览 2 评论 0原文

我们正在尝试提高应用程序性能,我们使用struts2、jsp和web服务,并使用ajax从服务中检索数据并在jsp页面中显示响应。

这大约需要 15 秒,我的客户要求减少这次时间。所以我们正在实现跨主机名的并行下载

我们如何从不同的子主机名加载图像和js文件?

请建议

We are trying to improve the application performance we are using the struts2,jsp and webservices and retriving the data from service and display response in jsp page using ajax.

This is taking approximately 15 secs my client is asking reduce this time. So we are implementing the Parallelize downloads across hostnames

How can we load the images and js files from different sub host names?

Please suggest

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

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

发布评论

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

评论(1

回眸一遍 2024-11-07 21:05:02

如何加载图片和js
来自不同子主机名的文件?

您使用指向不同服务器的子域。

例如,您可以配置 DNS,以便 images.example.org 指向 Amazon S3,而 js.example.org 指向廷巴克图的专用服务器,而所有其他资源是从您的“主”服务器(无论是什么)下载的。

How can we load the images and js
files from different sub host names?

You use subdomains pointing to different servers.

You can, for example, configure your DNS so that, images.example.org points to Amazon S3 while js.example.org points to a dedicated server in Timbuktu while all the other resources are downloaded from your "main" server(s) (whatever that is).

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