为每个页面下载Ajax工具包

发布于 2024-09-06 21:13:15 字数 398 浏览 0 评论 0原文

我们有一个使用 Microsoft Ajaxtoolkit 的 SharePoint 解决方案。

我正在做一些性能测试,发现每个页面都下载了 javascript,导致某些页面下载超过 1 MB。

正在进行的调用类型是:

http://serverName/ScriptResource.axd?d=aMbl7-5dNZOmlggsdXNoTVIFa6esvsBgC6BHXX0EL95-pM5lSDjyY8ReL2JvKluJzYr9etKytxzEbXXTRh-bMV2x_m8iGd7S727g4aeKATA1&t=5aa0b262

上面返回的文件是 MicrosoftAjax.debug.js。

有没有办法避免为每个页面下载 JavaScript?

We have a SharePoint Solution that uses the Microsoft Ajaxtoolkit.

I am doing some performance testing and see that the javascript is being downloaded for each page, causing some page to download more than 1 MB.

The type of call that is being made is:

http://serverName/ScriptResource.axd?d=aMbl7-5dNZOmlggsdXNoTVIFa6esvsBgC6BHXX0EL95-pM5lSDjyY8ReL2JvKluJzYr9etKytxzEbXXTRh-bMV2x_m8iGd7S727g4aeKATA1&t=5aa0b262

The file that this is being returned by the above is MicrosoftAjax.debug.js.

Is there a way to avoid the javascript being downloaded for each page?

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

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

发布评论

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

评论(1

怎樣才叫好 2024-09-13 21:13:15

使用发布库,而不是调试库。

请参阅这篇文章< /a> 在 MicrosoftAjax.debug.js 上:

一旦开发阶段
完成后,你可以切换你的
应用到发布版本
脚本 (MicrosoftAjax.js),其中
较小并且不包含
上面介绍的调试功能。

Use the release library, not the debug one.

See this article on MicrosoftAjax.debug.js:

Once the development stage is
finished, you can switch your
application to the release version of
the script (MicrosoftAjax.js), which
is smaller and doesn’t contain the
debugging features presented above.

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