I'm loading jQuery from google on my site (http://ajax.googleapis.com/ajax/libs/jquery/1.3/jquery.min.js) which is minned and gzip'd. In firefox, the jquery file shows as a 19k request, but Safari shows it as a 56k request. I'm assuming then that Safari is not accepting it as a gzip'd file. What's the deal? It's coming from google and I'm pretty sure it's supposed to be gzip'd
|
|
|
|
|
|
|
Might want to have a look at this link.
So seems the issue actually is with Google serving it up as "gz" rather than "jgz" like Safari wants it. |
||
|
|
|
|
I see at least two possibilities :
Do you have some kind of "network sniffer", like wireshark (seems there is version for MacOS), to really see what's going through the network ? |
||||
|
