Forum Moderators: phranque
How much slower is HTTPS than HTTP? What's the best way of testing the differences?
Got a site where a user is moved back and forth and need to know whether or not I should set all links to absolute.
This would make development a touch more complex, and testing on a staging site next to impossible, but perhaps the speed gains would be worth it?
Also, does the browser recycle cached files stored from an HTTP onto an HTTPS connected page?
Thank you!
about the loading of cached formerly http delivered sites into the browser
when those sites now are delivered via https (if i got that right?):
this might be a concern of the cache's config, however, you can
influence the caching in many ways: [psychotekk.de...]
hope i could help you a bit :)