Hello all,
Is https compression possible? If yes, is it recommended?
Regards,
TRX
Hello all,
Is https compression possible? If yes, is it recommended?
Regards,
TRX
Yes, gzip compression applies to https just like it does over http (WebPagetest just doesn’t have visibility into it because of how IE works).
So what’s the easiest way to determine if a static file is compressed over SSL?
Regards,
TRX
If it’s a javascript or css file then just use IE’s developer tools and check the headers (sorry, I don’t have a hosted solution right now).
Thanks.
So when you say look at the headers for https statc files (js, css, etc.) requests, you mean look for “Content-Encoding: gzip”?
Just want to make sure I understand.
Regards,
TRX
Yep (in the response headers).
Thanks! I see it in the headers in FF. It must of been IE that was confusing me.
Regards,
TRX[hr]
One other thing, compression is usually called http compression, does it compress first over http then get’s decrypted for ssl? or does it decrypt the data first and then compresses the file/data?