Re: Gzip not compressing

2019-09-12 Thread arunkiji
Hi, guys!! Resolved!! Thank you!! With this code from Hummingbird: # Enable Gzip compression gzip on; # Compression level (1-9) gzip_comp_level 5; # Don't compress anything under 256 bytes gzip_min_length 256; # Compress output of these MIME-types gzip_types application

Re: RE: RE: Gzip not compressing

2019-09-07 Thread arunkiji
Hi, RR Thank you so much for giving attention. My conf page gzip section looks like this " # Gzip Settings ## gzip on; gzip_disable "msie6"; gzip_vary on; gzip_proxied any; gzip_comp_level 6; gzip_buffers 16 8k; gzip_http_version

Re: RE: Gzip not compressing

2019-09-07 Thread arunkiji
Hi, Reinis I am trying to reduce transfer size in my website. Although i apparently have enabled Gzip compression, i does not show as enabled in GTmetrix testing. Would you, please, be so patient to give me precise instructions on how to set my Gzip compression properly, writing the code i am to