My web hosting service said they think gzip compression is enabled. Does that mean that all my javascript files are being gzipped on the server in such a way that when they get to my browser, they are processed correctly? If so, then I don't have to do anything to reduce the size of jquery 1.2.6 min to get the benefit of smaller files to send over the net.
On Oct 29, 5:17 pm, "chris thatcher" <[EMAIL PROTECTED]> wrote: > generally you dont actually gzip the js files, you enable gzip compression > on the server and it does it automatically setting the appropriate headers > on the http response so that the client knows to un-gzip. > > On Wed, Oct 29, 2008 at 3:02 PM, dmlees <[EMAIL PROTECTED]> wrote: > > > I gzipped the latest jquery min file on a Mac OSX 10.4.11 and set the > > link to the script in the head using the gzipped file. It worked fine > > in Firefox 3, but did not work in Safari. Does anyone know how to make > > a Mac gzipped javascript file work in Safari and still work in the > > other browsers? > > -- > Christopher Thatcher