Serving everything under SSL causes slowdown
Bug #46591 reported by
Ian Jackson
This bug affects 2 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Launchpad itself |
Won't Fix
|
Low
|
Unassigned |
Bug Description
Quoting Andrew:
"...It's not so much the intrinsic overhead of SSL, it's that browsers typically don't cache resources served over https. This has the unfortunate result that linked images, css and javascript are redownloaded everytime. At the same time, browsers complain if you try to link to things like images at http URLs from https pages, with big scary warnings that "some parts of this page may be insecure."
The best solution I know of is to only use https for the login form, because that transmits a password, and let everything else be in the clear."
Notes
=====
See bug 337517 - it covers anonymous users which only have publicly accessible data and no authentication cookie.
Changed in launchpad: | |
status: | Unconfirmed → Confirmed |
description: | updated |
Changed in launchpad: | |
importance: | Medium → High |
Changed in launchpad-foundations: | |
importance: | High → Low |
description: | updated |
To post a comment you must log in.
I suspect the slowness is purely because we serve everything over SSL.
-- www.stuartbisho p.net/
Stuart Bishop <email address hidden>
http://