This post originated from an RSS feed registered with Ruby Buzz
by Christopher Williams.
Original Post: Hardcore Caching secrets from Flickr
Feed Title: Late to the Party
Feed URL: http://cwilliams.textdriven.com/xml/rss20/feed.xml
Feed Description: Ruby. Rails. Stuff.
Some plugins or tools for doing some of this in Rails would be tremendous. Obviously a lot of this stuff is for very high traffic sites and involves quite a bit of hacking around with Apache and URL rewriting.
One item from Cal's article that seems pertinent to Rails specifically is his assertion that according to spec browsers shouldn't cache URLs with query parameters attached, but that Firefox and IE do (while Opera and Safari don't). I'm guessing that caching was the reason behind why recent Rails versions started generating timestamp query params at the end of URLs to static content? Does this mean it only works for IE and Firefox?