I set up gzip IIS for the entire Web site. http://msmvps.com/blogs/omar/archive/2006/08/10/107226.aspx
http://www.dotnetjunkies.com/HowTo/16267D49-4C6E-4063-AB12-853761D31E66.dcik http://weblogs.asp.net/owscott/archive/2004/01/12/57916.aspx -Mike Chabot On 10/2/07, Glen Lipka <[EMAIL PROTECTED]> wrote: > Personally, I never understood where to put that script. > I ended up doing it another way. > > Rename the JavaScript files from .js to .php. All of them. (And reference > them in my html with php, not js.) > At the top of each JS, I put <?php ob_start("ob_gzhandler"); ?> > At the bottom of each JS, I put <?php ob_flush();?>This is a little > intrusive (alot) in that I have to rename the files. (Works for CSS too) > There is supposedly a way to do this in .htaccess files, but my host wasn't > doing the right thing. > > Glen > > > > On 10/2/07, Andy Matthews <[EMAIL PROTECTED] > wrote: > > > > There's a link to gzip instructions right next to the download link for > that > > file. > > > > -----Original Message----- > > From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On > > Behalf Of [EMAIL PROTECTED] > > Sent: Tuesday, October 02, 2007 12:47 PM > > To: jQuery (English) > > Subject: [jQuery] Re: why is jquery-1.2.1.min.js 45.3KB and not 14KB > > > > > > Mike, you can tell me please how can i verify if gzip is enabled? > > Thanks! > > > > On Oct 2, 3:49 pm, "Mike Chabot" <[EMAIL PROTECTED]> wrote: > > > You are probably missing the gzip portion of it. You have to enable > > > that feature on your Web server to gain the benefits. > > > > > > -Mike Chabot > > > > > > On 10/1/07, ghettoboy <[EMAIL PROTECTED]> wrote: > > > > > > > > > > > > > Why is the Minified and Gzipped version of 1.2.1 show up as 45.3 and > > > > not 14KB. Am I missing something here??? > > > > > > > >