Tagged Questions
4
votes
2answers
79 views
I want to use gzip compression in Apache
I want to enable gzip compression for acethehimalaya.com. Can anybody please tell me what is the best way of achieving compression in an Apache Webserver?
2
votes
1answer
191 views
Sitemap file getting double compressed
I have a script that generates my XML sitemap and writes it to the file sitemap.xml.gz - i.e. an XML file, compressed with gzip. This file is definitely written correctly as when I download it via FTP ...
3
votes
2answers
2k views
Enable gzip compression on Bluehost?
My website is loading large (~3mb) SVG file with jQuery. It takes quite a while therefore I decided to enable gzip compression.
I have a hosting account with Bluehost which supports custom .htaccess ...
1
vote
1answer
224 views
Gzip compress offline?
I've configured my site to serve compressed content by putting this line in .htaccess
AddOutputFilterByType DEFLATE text/html text/plain text/xml text/javascript text/css application/javascript ...
9
votes
3answers
111 views
How do I ensure that my content is sent via gzip in Apache?
Is there some setting that I can search for in Apache configurations to make sure that all pages, CSS, and JavaScript are sent via gzip?
Are they located in different places for different Operating ...