How to organize minification and packaging of css and js files to speed up website?

前端 未结 11 1160
独厮守ぢ
独厮守ぢ 2020-12-28 19:41

I am doing speed optimization for my website application. And I found some practises to do that. For example Best Practices for Speeding Up Your Web Site from Yahoo. Among t

11条回答
  •  独厮守ぢ
    2020-12-28 20:19

    According to the JavaScript Compression Rater, the most efficient tool is the YUI Compressor or JSMin.

提交回复
热议问题