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
> 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.
For testing purposes just putting:
gzip on;
gzip_typestext/html text/plain text/xml text/css application/javascript
application/jso
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
> Here is the situation posted in DO community.
> https://www.digitalocean.com/community/questions/enabling-gzip-compression-guidance-needed
> Thanks for any help.
Well you are testing in a wrong way. First of all:
curl -H "Accept-Encoding: gzip" -I http://localhost/test.jpg
HTTP/1.1 301 Moved P
Hi, guys
I have an issue in nginx ubuntu 16.04 in digital ocean.
It seems i configued everything fine in my nginx.conf, but still the
compression does not happen.
Here is the situation posted in DO community.
https://www.digitalocean.com/community/questions/enabling-gzip-compression-guidance-need
Hello!
On Sun, Mar 03, 2013 at 04:07:50PM +0100, Bruno Prémont wrote:
> Hello Maxim,
>
> On Sat, 01 September 2012 Maxim Dounin wrote:
> > On Sat, Aug 25, 2012 at 02:32:02AM -0400, soniclee wrote:
> >
> > > I met same problem while try to gzip response with other status code. Any
> > > update
Hello Maxim,
On Sat, 01 September 2012 Maxim Dounin wrote:
> On Sat, Aug 25, 2012 at 02:32:02AM -0400, soniclee wrote:
>
> > I met same problem while try to gzip response with other status code. Any
> > update for this issue?
>
> In some cases it's just not possible to compress
> response, e.g