Hi there,
As I am currently developing a website that simply must be able to perform more or less flawlessly under a lot of stress and switching from an automated test scenario, I would try the simple press-and-hold-F5-for-several-seconds-in-my-favorite-browser, and here I found an odd observation with Google Chrome:
If you do the above, Chrome skips sending the If-Modified-Since header, and the webserver is forced to fetch the page you want to display, resulting in a status code 200 instead of the expected 304.
In IE8 (and probably earlier versions also), this problem is not present.
Try this simple page: http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html, and then investigate the page closely with Fiddler; odd huh?
My question is; is this by design, or a bug from Google?