Holamigos,
We're currently using mod_pagespeed and are looking at adding SPDY support. A quick look at Google Analytics browser data suggests around 30% of our visitors are using SPDY enabled browsers.
Currently, we serve 90% of our site over HTTP. What's the best practice for SPDY? Do we redirect SPDY enabled browsers to the HTTPS verion of the site? Or we send all browsers to the HTTPS version? Some other approach? If the redirect is best practice, how is that best achieved? mod_rewrite rule?
Cheers - Callum.
--
---
You received this message because you are subscribed to the Google Groups "spdy-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email to spdy-dev+u...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
I think in general the advise is to redirect everyone from http to
https - more and more sites do that nowadays. Previously people were
hesitant about this because it would require more resources on your
web server farm but nowadays the penalty is not so noticable any more.
On the other hand there is the possiblilty of having more latency
because of SSL handshake.
Of course, if you'd make the change, you might want to first redirect
a subset of users and monitor your web servers closely and measure web
page rendering times.
--
Mike
On Fri, Oct 11, 2013 at 11:36 AM, Callum Macdonald
> --
> You received this message because you are subscribed to the Google Groups
> "mod-spdy-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to mod-spdy-discu...@googlegroups.com.
--You received this message because you are subscribed to a topic in the Google Groups "mod-spdy-discuss" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/mod-spdy-discuss/G9L6ZYTSpZQ/unsubscribe.
To unsubscribe from this group and all its topics, send an email to mod-spdy-discu...@googlegroups.com.