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

前端 未结 11 1175
独厮守ぢ
独厮守ぢ 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:24

    I wrote my own custom manager for this. It uses google's closure compiler and compresses files only when needed in release mode. Check it out:

    http://www.picnet.com.au/blogs/Guido/post/2009/12/10/Javascript-runtime-compilation-using-AspNet-and-Googles-Closure-Compiler.aspx

    Thanks

    Guido Tapia

提交回复
热议问题