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

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

    Or you could just configure your HTTP server to GZIP compress all text documents.

提交回复
热议问题