IISxpress Forums

The place to discuss IISxpress and HTTP compression on IIS
Welcome to IISxpress Forums Sign in | Join | Help
in Search

Suggestion

Last post 06-10-2007, 8:52 PM by admin. 1 replies.
Sort Posts: Previous Next
  •  06-08-2007, 11:29 PM 64

    Suggestion

    First Great Product.

    In future releases, could you add the ability to remove white space, comments and also make all tags lowe case?  This would also optimize the site.

    I am glad I found you :)

    Thanks

  •  06-10-2007, 8:52 PM 65 in reply to 64

    Re: Suggestion

    Hi, it's a good idea. I think overall the change would be <5% of the compressed document size since:

    • whitespace compresses very well
    • document tags and attributes would probably bear more fruit then whitespace removal, and depending on their frequency in the document may be a useful enhancement

    Another possibility is to bring external CSS and JS files into the main HTML document as they are processed by the compression engine. For example, replacing CSS <link> and <script src=""> tags with the imported file data would improve compression performance (larger documents compress better than multiple smaller ones) and would also reduce the active connection load on the web server (less socket connections).

    We'll certainly bear all suggested improvements in mind for the next release.

View as RSS news feed in XML
Powered by Community Server, by Telligent Systems