GZip compression is a simple, effective way to save bandwidth and speed up your site. For anybody still using IIS6 here is a simple walkthrough of the steps required to enable it.
Step 1: Check if compression is currently Running.
Before we go further it is worthwhile to check if compression is currently turned on. A simple way of doing this is to our website through the compression check utility from the "port80.com" website. This will not only tell us if our website is using compression, but also how much your content is being compressed when you turn it on.
The utility can be found at http://www.port80software.com/tools/compresscheck.asp
Step 2: Stop IIS Running
Login to your server and complete the following actions
- Select IIS Manager from Administrative Tools
- Right click on your computer name (not on a website)
- Select "All Tasks" -> "Restart IIS"
- From the drop down, select "Stop IIS" and click ok.
Step 3: Locate and Backup the Metabase.xml
The next steps involves editing the metabase.cml file. This is an important file so we first make a backup in case we break something.
- Go to "c:\windows\system32\inetsrv"
- Copy the "Metabase.xml" file and name the copy "Metabase_backup.xml"
Archives Blog Listing
- 2012
- May
- April
- March
- February
- January
- 2011
- December
- November
- September
- August
- July
- June
- Understanding The Different CFC Instantiation Behaviours
- Dont Call Us PIIGS
- Be Careful With ColdFusion Date Validation
- CF9 CF8 Railo Multiserver Install Under JRUN
- Your Privacy vs Technology
- How To Install CouchDB On Slackware
- Fixing Retweet.js
- Programmers Put Down The Keyboard
- How To Create A Virtual CFIDE Directory Mapping In Apache
- May
- April
- March
- February
- January
- 2010
- December
- November
- October
- September
Tag Listing
- CFML
- Database
- Front End Design & Development
- Linux
- Other
- Tools & Testing