How can I gzip my JavaScript and CSS files?

后端 未结 6 1081
独厮守ぢ
独厮守ぢ 2021-02-05 07:52

I have a problem, I have to gzip a prototype Lib, but i totaly have no idea how to do this, where to start and how does it works. :)

I find some tutorials but that wasn\

6条回答
  •  萌比男神i
    2021-02-05 08:24

    Perhaps you should look at the mod_deflate module for Apache: http://httpd.apache.org/docs/2.0/mod/mod_deflate.html

提交回复
热议问题