Re: IIS Compression and Windows Sharepoint Services

fuchs.markus_at_gmail.com
Date: 03/02/05


Date: 2 Mar 2005 09:45:50 -0800

Thank you for your answer, but I got it already running.
Problem was that I hadn't enabled "Use HTTP 1.1 over Proxy" in the IE
Advanced Internet Options.
Now static compression of ows.js and ie55up.js work fine. The files are
downsized to under 100 kb.
Another performance increase was the disabling of integrated windows
authentification in the virtual server settings.

David Wang [Msft] wrote:
> - Changes made by editing metabase.xml is ignored by default, unless
you
> have enabled Edit While Running.
> - Changing HcFileExtensions requires restarting IIS for it to take
effect.
> This should be the only setting you change in the metabase, and can
be done
> via the commandline.
> - gzip.dll does NOT need to be added to Web Service Extensions - such
helper
> DLLs and ISAPI Filters automatically run when configured because they
are
> global. Only ISAPI Extensions and CGI EXEs need to be added to Web
Service
> Extensions because they are per-request.
> - Your browser must allow compression by sending an appropriate
> Accept-Encoding: header
>
> --
> //David
> IIS
> http://blogs.msdn.com/David.Wang
> This posting is provided "AS IS" with no warranties, and confers no
rights.
> //
> "Markus" <Markus@discussions.microsoft.com> wrote in message
> news:4CBD1608-625B-4A21-A59C-8E05915A8746@microsoft.com...
> Hello, I'm not sure if my post is in the right newsgroup, but I think
that
> my
> problem is more IIS specific than to wss.
> Because very large JavaScript files are transferred the first time a
user
> opens a sharepoint site, I wanted to use IIS compression to
accelarate the
> loading time of ows.js and ie55up.js.
> So I made the following steps:
> * In Inetmgr -> Web Sites -> Properties -> Service -> Check Compress
static
> files and application files
> * Edit the MetaBase.xml as follows:
> <IIsCompressionScheme Location
="/LM/W3SVC/Filters/Compression/deflate"
> HcCompressionDll="%windir%\system32\inetsrv\gzip.dll"
> HcCreateFlags="0"
> HcDoDynamicCompression="TRUE"
> HcDoOnDemandCompression="TRUE"
> HcDoStaticCompression="TRUE"
> HcDynamicCompressionLevel="9"
> HcFileExtensions="js htm html txt css htc"
> HcOnDemandCompLevel="10"
> HcPriority="0"
> HcScriptFileExtensions="asp aspx asmx asa"
> >
> </IIsCompressionScheme>
> <IIsCompressionScheme Location ="/LM/W3SVC/Filters/Compression/gzip"
> HcCompressionDll="%windir%\system32\inetsrv\gzip.dll"
> HcCreateFlags="1"
> HcDoDynamicCompression="TRUE"
> HcDoOnDemandCompression="TRUE"
> HcDoStaticCompression="TRUE"
> HcDynamicCompressionLevel="9"
> HcFileExtensions="js htm html txt css htc"
> HcOnDemandCompLevel="10"
> HcPriority="1"
> HcScriptFileExtensions="asp aspx asmx asa"
> >
> </IIsCompressionScheme>
> <IIsCompressionSchemes Location
="/LM/W3SVC/Filters/Compression/Parameters"
> HcCacheControlHeader="max-age=86400"
> HcCompressionBufferSize="8192"
> HcCompressionDirectory="D:\Compressed IIS Files"
> HcDoDiskSpaceLimiting="FALSE"
> HcDoDynamicCompression="TRUE"
> HcDoOnDemandCompression="TRUE"
> HcDoStaticCompression="TRUE"
> HcExpiresHeader="Wed, 01 Jan 1997 12:00:00 GMT"
> HcFilesDeletedPerDiskFree="256"
> HcIoBufferSize="8192"
> HcMaxDiskSpaceUsage="99614720"
> HcMaxQueueLength="1000"
> HcMinFileSizeForComp="1"
> HcNoCompressionForHttp10="TRUE"
> HcNoCompressionForProxies="FALSE"
> HcNoCompressionForRange="FALSE"
> HcSendCacheHeaders="FALSE"
> >
> </IIsCompressionSchemes>
>
> * Added the gzip.dll as Web server extension
>
> Result:
> None of my files is sent compressed to the client
>
> What am I doing wrong? Am I missing something?
> Thanks for help in advance
> Markus



Relevant Pages

  • Re: IIS Compression and Windows Sharepoint Services
    ... have enabled Edit While Running. ... Changing HcFileExtensions requires restarting IIS for it to take effect. ... Only ISAPI Extensions and CGI EXEs need to be added to Web Service ... Your browser must allow compression by sending an appropriate ...
    (microsoft.public.inetserver.iis)
  • Re: IIS Compression and Windows Sharepoint Services
    ... Regarding turning off integrated windows authentication: ... Now static compression of ows.js and ie55up.js work fine. ... > - Changing HcFileExtensions requires restarting IIS for it to take ... Only ISAPI Extensions and CGI EXEs need to be added to Web ...
    (microsoft.public.inetserver.iis)
  • Re: front page 2003 running on small business server 2003 r2 issue
    ... IIS Manager, and then populate it with a Front Page Web Site? ... Ron Symmonds advises first installing Server Extensions to ...
    (microsoft.public.frontpage.programming)
  • Re: Publish to localhost
    ... IIS, then select your default web, right click, All Task, and tell me what options you see. ... I would like to uninstall PWS but I can't find a place that will do that. ... personal web server but nothing. ... >> You need to remove the PWS and then use IIS and the FP2000 extensions that come with IIS. ...
    (microsoft.public.frontpage.extensions.windowsnt)
  • Re: FP2002 Extensions not working in IIS
    ... You can do this through the IIS Management> Console, right-click on the virtual server root, select New | Server> Extensions Web and then give the web the exact same name as the virtual> directory. ... After installing IIS and>> receiving an error message saying that FP2002 extensions could not be>> installed because the system was not NTFS I decided to convert. ... My web is located on My Docs folder and referenced by IIS as a>> Virtual Directory. ...
    (microsoft.public.frontpage.client)