ssl (https) compression
|
06-21-2011, 05:20 AM
Post: #1
|
|||
|
|||
ssl (https) compression
Hello all,
Is https compression possible? If yes, is it recommended? Regards, TRX |
|||
06-21-2011, 05:24 AM
Post: #2
|
|||
|
|||
RE: ssl (https) compression
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).
|
|||
06-21-2011, 05:26 AM
Post: #3
|
|||
|
|||
RE: ssl (https) compression
So what's the easiest way to determine if a static file is compressed over SSL?
Regards, TRX |
|||
06-22-2011, 11:52 PM
Post: #4
|
|||
|
|||
RE: ssl (https) compression
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).
|
|||
07-06-2011, 07:06 AM
Post: #5
|
|||
|
|||
RE: ssl (https) compression
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 |
|||
07-07-2011, 03:37 AM
Post: #6
|
|||
|
|||
RE: ssl (https) compression
Yep (in the response headers).
|
|||
07-21-2011, 09:21 AM
(This post was last modified: 07-21-2011 10:02 AM by trx.)
Post: #7
|
|||
|
|||
RE: ssl (https) compression
Thanks! I see it in the headers in FF. It must of been IE that was confusing me.
Regards, TRX 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? |
|||
« Next Oldest | Next Newest »
|
User(s) browsing this thread: 1 Guest(s)