| radwin.org -> Michael J. Radwin -> blog -> HTTP Caching and Cache-busting | Search |
I have been invited to speak about HTTP caching and cache-busting at the O'Reilly Open Source Convention in July 2004.
Abstract of my talk:
A user's web experience can often be improved by the proper use of HTTP caches. This talk discusses when to use and when to avoid caching, how to employ cache-busting techniques most effectively, and how to diagnose problems with caches.
In particular, this talk will cover:
Hope to see you there.
Number 6 seems a little odd; defeating shared caches is not a good thing in most circumstances, so labelling it "the best of both worlds" isn't very accurate. Only in the context of when you absolutely must have accurate hit statistics or must keep data private is it useful, and most websites don't fall under either of those categories.
Posted by Jim at March 3, 2004 11:28 AMAs you probably know, I work for Yahoo!
Accurate hit statistic are important for advertising revenue, and keeping someone else from seeing your http://my.yahoo.com page is important because the site is personalized. For any site that has those two attributes, #6 is the best of both worlds.
Posted by Michael J. Radwin at March 3, 2004 03:51 PMI believe that's what I said, wasn't it? With the pointed remark that most sites don't fall into this category.
Furthermore, when dealing with something like advertising, the "best of both worlds" of breaking shared caches is unnecessary for the majority of the site; you only need apply it to the 302 response that points to the banner image. "Unique URL tagging" is unnecessary for this.
Posted by Jim at March 3, 2004 05:37 PMSounds like a great talk, I am looking forward to checking it out. Hopefully we won't be scheduled at the same time. ;)
Posted by George Schlossnagle at March 5, 2004 07:31 AMHey Michael, think out of the box (yahoo).
Posted by zod at March 14, 2004 01:54 PM