Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Calle Bjernekull 28 posts 103 karma points
    Dec 13, 2016 @ 13:41
    Calle Bjernekull
    0

    HTML size as compressed

    When calculating the html size, it might be useful to also check html size as gzip compression, and IF it is compressed. Seems like other services (like Google Insights) are looking at the compressed html size when deciding if document is too large.

    It should be ok to just look for the header: Accept-Encoding, gzip in the response. I don't have a solution for checking the compressed size right now. But I can help you to look for a solution if you want.

  • Mark Wemekamp 73 posts 385 karma points
    Dec 19, 2016 @ 16:22
    Mark Wemekamp
    0

    Good one! Shouldn't be that hard to implement

    Do you have any idea what an acceptable size for compressed html is?

Please Sign in or register to post replies

Write your reply to:

Draft