How to use a gzip file as a link

I just gzipped my css file, and now I can’t figure out how to use it as an external css file, since it has a .gz at the end and not .css Here is the files.cryoffalcon.com/bloghuts/Compressed/BlogHuts%20COMPRESSED% link 20CSS.css.gz

+4
source share
1 answer

There are many ways to send a compressed css file to the user instead of the entire document, you could find the answer using a simple Google search.

http://www.fiftyfoureleven.com/weblog/web-development/css/the-definitive-css-gzip-method

+1
source

Source: https://habr.com/ru/post/1413412/


All Articles