Google CDN not gzipping jquery
Posted
by thermal7
on Stack Overflow
See other posts from Stack Overflow
or by thermal7
Published on 2010-06-09T06:44:23Z
Indexed on
2010/06/09
6:52 UTC
Read the original article
Hit count: 204
If I navigate here: http://ajax.microsoft.com/ajax/jquery/jquery-1.4.2.min.js
I download 70k using Firefox 3.6.3 and I can confirm it is sending Accept-Encoding: gzip.
If I use the Microsoft one: http://ajax.microsoft.com/ajax/jquery/jquery-1.4.2.min.js
I download 30k (and it comes through as Content-Encoding: gzip)
I am also experiencing this when using jquery 1.4.2 in regular sites eg jquery.com. Funily enough, stack overflow which references jquery 1.3.2 on the google cdn, is coming through gzipped.
Why is this happening? Is it some kind of issue with google or am I missing something?
I live in Melbourne, Australia.
© Stack Overflow or respective owner