MicrosoftMvcAjax.js 的缩小版本何时可用?

发布于 2024-08-19 03:11:59 字数 435 浏览 4 评论 0原文

我一直在我的网站上运行 YSlow,并且 Microsoft Ajax 文件相当大:

http:// /ajax.microsoft.com/ajax/3.5/MicrosoftAjax.js = 99.3k

http://ajax.microsoft.com/ajax/mvc/MicrosoftMvcAjax.js = 136.7k

Microsoft CDN 上是否可能很快就会出现这些文件的缩小版本?

I have been running YSlow against my site and the Microsoft Ajax files are quite hefty:

http://ajax.microsoft.com/ajax/3.5/MicrosoftAjax.js = 99.3k

and

http://ajax.microsoft.com/ajax/mvc/MicrosoftMvcAjax.js = 136.7k

Is there likely to be a minified version of these files on the Microsoft CDN soon?

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

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

发布评论

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

评论(2

面犯桃花 2024-08-26 03:11:59

http://ajax.microsoft.com/ajax/3.5/MicrosoftAjax.js 已经缩小了...如果你看一下代码。

如果他们对它们进行gzip压缩,那么它会做得更好的唯一方法...他们对某些浏览器所做的...

http://ajax.microsoft.com/ajax/mvc/MicrosoftMvcAjax.js 即将作为 404

http://ajax.microsoft.com/ajax/mvc/1.0/MicrosoftMvcAjax.js 是正确的地址,并且也被缩小了...

我得知 MVCAjax 为 4.3 KB(保存到磁盘时),MVCAjaxDebug 为 12 KB ....

...我知道您正在寻找性能,但我认为这可能是一口枯井。

-标记

http://ajax.microsoft.com/ajax/3.5/MicrosoftAjax.js is already minified... if you look at the code.

the only way that its going to do better if they gzip them ... which they do for certain browsers...

http://ajax.microsoft.com/ajax/mvc/MicrosoftMvcAjax.js is coming up as a 404

http://ajax.microsoft.com/ajax/mvc/1.0/MicrosoftMvcAjax.js is the correct address and is minified as well...

I get that MVCAjax is 4.3 KB (when saved to disk) and MVCAjaxDebug is 12 KB ....

...I know you are looking for performance but I think this might be a dry well.

-Mark

情深缘浅 2024-08-26 03:11:59

You can minify the files yourself here.

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