I have seen some older posts about forcing gzip on all requests but unzipping the pre-compressed content if the client specifically requests non-gzipped content.
I am considering not implementing the above sentence for performance reasons.
How impactful will essentially ignoring browser gzip preferences affect my user's experience?
I am under the impression that only computers running 20+ year old browsers will be affected by the inability to decompress gzipped content.
Is there anything else I am not thinking of? Do any clients not enable gzip for a good reason I am not thinking of? Thank you!