Yes, I agree with Karl. You can talk with your tech support and see if you have mod_deflate enabled, it's just too easy.
You can check if your server supports it by using phpinfo() (if using php). Look for the http accept encoding statment, and you should see gzip or deflate, or both. Like this. HTTP_ACCEPT_ENCODING: gzip,deflate. Cheers, On 9/14/07, Karl Swedberg <[EMAIL PROTECTED]> wrote: > > Hi Glen, > Actually, I stumbled upon the DEFLATE option when I searched for "gzip" on > my web host's wiki (http://wiki.dreamhost.com/DEFLATE). I imagine some > hosts allow gzip, some mod_deflate and some both. I think mod_deflate > requires Apache 2, so if your hosting provider's server is an older Apache > version, it probably won't work. Since this is something that depends on the > server, you should dig around in your host's documentation or send their > tech support an email and see if they can help you with that. I hope your > host allows DEFLATE, because it's so ridiculously easy. > > > --Karl > _________________ > Karl Swedberg > www.englishrules.com > www.learningjquery.com > > > > On Sep 14, 2007, at 9:41 PM, Glen Lipka wrote: > > I did. Maybe they font have those modules enabled? How could I check? > > > Glen > > On 9/14/07, Joan Piedra <[EMAIL PROTECTED] > wrote: > > > > Glen, just put that .htaccess in the webroot and should work pretty > > well, note that your server needs the deflate and headers modules to be > > enabled. > > > > Hope this can be useful to anyone :) > > > > On 9/14/07, Glen Lipka <[EMAIL PROTECTED]> wrote: > > > > > > Where does that .htaccess file go? Just in the root? Or in every > > > folder that has a page? > > > > > > Glen > > > > > > On 9/14/07, Joan Piedra <[EMAIL PROTECTED] > wrote: > > > > > > > > I've found this to be the easiest and unobstrusive way to gzip my > > > > files with a .htaccess file. > > > > > > > > <IfModule mod_headers.c> > > > > <IfModule mod_deflate.c> > > > > > > > > # Compress some text file types > > > > AddOutputFilterByType DEFLATE text/html text/css text/xml > > > > application/x-javascript > > > > > > > > # Deactivate compression for buggy browsers > > > > BrowserMatch ^Mozilla/4 gzip-only-text/html > > > > BrowserMatch ^Mozilla/4\.0[678] no-gzip > > > > BrowserMatch \bMSIE !no-gzip !gzip-only-text/html > > > > > > > > </IfModule> > > > > </IfModule> > > > > > > > > > > > > On 9/14/07, seedy < [EMAIL PROTECTED]> wrote: > > > > > > > > > > > > > > > > > > > > I also had the same thing happen. > > > > > 14kb is only after it has been gzipped by your server. > > > > > The version you are downloading has been minified, Its up to you > > > > > to do the > > > > > gzipping. > > > > > > > > > > > > > > > lukwe wrote: > > > > > > > > > > > > > > > > > > When I go to the GoogleCode page for the minified version it > > > > > idsplays a 46 > > > > > > kb file to download; > > > > > > seems like the file had been deflated again by the server (?!?). > > > > > > > > > > > > Is anyone else experiencing this ??!? > > > > > > > > > > > > > > > > > > ciao > > > > > > > > > > > > > > > > -- > > > > > View this message in context: > > > > > http://www.nabble.com/Downloading-1.2-minified%2C-getting-46kb-instead-of-14kb---%21--tf4442334s15494.html#a12676468 > > > > > > > > > > Sent from the JQuery mailing list archive at Nabble.com. > > > > > > > > > > > > > > > > > > > > > > -- > > > > Joan Piedra || Frontend web developer > > > > http://www.justaquit.com/ || http://www.joanpiedra.com/ > > > > > > > > > > > > > > > -- > > Joan Piedra || Frontend web developer > > http://www.justaquit.com/ || http://www.joanpiedra.com/ > > > > > -- Joan Piedra || Frontend web developer http://www.justaquit.com/ || http://www.joanpiedra.com/