为每个页面下载Ajax工具包
我们有一个使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用发布库,而不是调试库。
请参阅这篇文章< /a> 在 MicrosoftAjax.debug.js 上:
Use the release library, not the debug one.
See this article on MicrosoftAjax.debug.js: