WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 24159
24176
"Cache-Control: public" doesn't save content to disk for SSL site
https://bugs.webkit.org/show_bug.cgi?id=24176
Summary
"Cache-Control: public" doesn't save content to disk for SSL site
Tarun Reddy
Reported
2009-02-25 16:16:29 PST
Firefox 3+, Chrome and IE all store content that has a Response Header of Cache-Control: public in the browser disk cache so that repeated visits to the same site (such as a Web 2.0 SaaS service) results in much faster load times. Safari is the only browser that does not respect this control. This includes Safari 3.2+ and Safari alpha 4.0+ on Mac OS X and Windows. This seems like a trivial change (but could be more complicated than I think) and would mimic behavior of all other major browsers. The URL
https://trial.rallydev.com/slm/
has the appropriate headers set for static content. To reproduce: 1) With clean cache, visit
https://trial.rallydev.com/slm/
in Firefox and Safari 2) Notice in Inspector and Firebug that all static content includes the header "Cache-Control: max-age=86401, public" or "Cache-Control: public" 3) Quit browsers and restart browsers. Visit
https://trial.rallydev.com/slm/
again. 4) Notice in Inspector that Safari downloads all components again, while Firefox (correctly) only downloads the dynamic content See following URLs for more info:
http://blog.pluron.com/2008/07/why-you-should.html
http://blog.httpwatch.com/2009/01/15/https-performance-tuning/
(Tip #3)
Attachments
Add attachment
proposed patch, testcase, etc.
Tarun Reddy
Comment 1
2009-02-25 16:19:45 PST
Sorry... didn't think my original went through. Apparently just got the email from the original so I'm closing this as a duplicate. *** This bug has been marked as a duplicate of
24159
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug