So, you need to be convinced by HTTP compression or you are just curious what impact it has on download speed? Just for you we have created two demonstration web pages so you can see for yourself what an improvement to the end user experience compression makes.
These two test pages demonstrate, side by side, a download of uncompressed and compressed data. Using JavaScript the pages time each download and print the result of the test on the screen. The compressed download should win each time since the data actually downloaded is significantly smaller than the uncompressed data.
The test data for Test1 is approximately 423KB in size, Test2 is bigger at 3.2MB.
When you run the test your browser will request identical data from two different directories on the web server. IISxpress is configured to only compress the data from the compressed directory. IISxpress will compress this data on-the-fly, while passing through the uncompressed data in its original form.
We recommend that you use Internet Explorer to perform the test since it will reliably retieve the test data from the server when you press CTRL-F5 to refresh the page. If you hit just F5 or select refresh from the menu the content will be loaded from your browser's cache rather than from the web server.
Files this large are not too typical of web site content, however for a single page with many different asset files (JS, CSS, images, etc) the size of the total page can be a lot bigger than just the HTML. So overall it's a close approximation of the real world user experience.