I have a web service that serves widgets. For scalability sake I want to keep gzipped versions of the js files on Amazon S3. The thing is that browswers not able to accept gzipped files will not be served.
Anyone know where I can find statistics to know how many of the potential users will not be served? Is it a good idea in general?
See this page from the
mod_gzippages. It has a breakdown of which browsers support what.