I have a webapp on a NGinx server. I set gzip on in the conf file and now I’m trying to see if it works. YSlow says it’s not, but 5 out of 6 websites that do the test say it is. How can I get a definite answer on this and why is there a difference in the results?
I have a webapp on a NGinx server. I set gzip on in the
Share
It looks like one possible answer is, unsurprisingly,
curl:In the second case the client tells the server that it supports content encoding and you can see that the response was indeed shorter, compressed.