0

Should I put the responce-header " Content-Encoding: gzip" for png-files, if client give me request-header "Accept-Encoding: gzip" with request?
As far as I know, and gzip and png both use algorithm Deflate. Whether a material difference with compress png or not?
Would not it be worse if I include?

vaan
  • 350
  • 1
  • 8
  • 21

1 Answers1

2

Just don't do it. You are wasting CPU for nothing.

leonbloy
  • 73,180
  • 20
  • 142
  • 190