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
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
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