本文介绍了JS捆绑:JS捆绑物理还是逻辑?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家好,



关于JS Bundling,当我们为一组JS文件创建一个包时,那些包应该在内存或缓存中显示一些?要不然?



意味着创建虚拟包,它们在物理上或逻辑上,请帮助我理解这一点。





谢谢

解决方案





捆绑



捆绑是ASP.NET 4.5中的一项新功能,可以轻松地将多个文件合并或捆绑到一个文件中。您可以创建CSS,JavaScript和其他捆绑包。更少的文件意味着更少的HTTP请求,并且可以提高首页加载性能。



有关详细信息,请查看:



我希望这会对你有所帮助。

Hi All,

This regarding JS Bundling, that when we create a bundle for set of JS files those bundle should present some where in memory or in cache? or else?

Means the virtual bundles are created, Where are they physically or logically, please help me to understand this.


Thanks

解决方案



Bundling

Bundling is a new feature in ASP.NET 4.5 that makes it easy to combine or bundle multiple files into a single file. You can create CSS, JavaScript and other bundles. Fewer files means fewer HTTP requests and that can improve first page load performance.

For more info check this :Bundling and Minification

I hope this will help to you.


这篇关于JS捆绑:JS捆绑物理还是逻辑?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-23 14:15