> How are you hitting reload? The response you're getting sure _looks_
> like you're doing a browsercache-busting shift-reload.

I just click the regular reload (hitting r in vimperator) but with
Firebug's network window open. I think you might be on to something
though, because Firebug probably needs to do a full reload in order to get
proper stats on each of the files.

> Can you show me the headers you're getting from one of the requests
> coming off of issues.bestpractical.com?

I've attached the headers for my RT 3.8.5 instance as well as your
issues.bestpractical.com. It looks like the reason why I'm getting these
"304 Not modified" on the 3.8.5 instance is that Apache adds ETags to the
responses.

But regardless of whether or not ETags are present, in a normal setting,
the browser will probably not re-request these files (due to the caching
headers set by RT) and so all you'll be getting once you're past the first
screen is the HTML of each page.

Cheers,
Francois
https://rt.....nz/NoAuth/images//bplogo.gif

GET https://rt.....nz/NoAuth/images//bplogo.gif HTTP/1.1
Host: rt.....nz
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.10) 
Gecko/20100623 Iceweasel/3.5.10 (like Firefox/3.5.10)
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: UTF-8,*
Keep-Alive: 300
Connection: keep-alive
Referer: https://rt.....nz/
Cookie: RT_SID_....443=3ee5cfc249d6c810005f013e28f31f99
If-Modified-Since: Tue, 17 Nov 2009 21:48:55 GMT
If-None-Match: "9fc019-2f3-4789817b5dfc0"
Cache-Control: max-age=0

HTTP/1.1 200 OK
Date: Sat, 10 Jul 2010 11:26:34 GMT
Server: Apache/2.2.9 (Debian) PHP/5.2.6-1+lenny8 with Suhosin-Patch 
mod_ssl/2.2.9 OpenSSL/0.9.8g mod_perl/2.0.4 Perl/v5.10.0
Last-Modified: Tue, 17 Nov 2009 21:48:55 GMT
Etag: "9fc019-2f3-4789817b5dfc0"
Accept-Ranges: bytes
Content-Length: 755
Cache-Control: max-age=3600
Expires: Sat, 10 Jul 2010 12:26:34 GMT
Content-Type: image/gif
http://issues.bestpractical.com/NoAuth/images//bplogo.gif

GET http://issues.bestpractical.com/NoAuth/images//bplogo.gif HTTP/1.1
Host: issues.bestpractical.com
User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.1.10) 
Gecko/20100623 Iceweasel/3.5.10 (like Firefox/3.5.10)
Accept: text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8
Accept-Language: en-us,en;q=0.5
Accept-Encoding: gzip,deflate
Accept-Charset: UTF-8,*
Keep-Alive: 300
Proxy-Connection: keep-alive
Referer: http://issues.bestpractical.com/
Cookie: RT_SID_fsck.com.80=0aeeb3a56efb982931847ef162911e1d
Cache-Control: max-age=0

HTTP/1.1 200 OK
Date: Sat, 10 Jul 2010 11:23:19 GMT
Server: Apache/2.2.12 (Ubuntu)
Expires: Mon, 9 Aug 2010 11:23:19 GMT
Cache-Control: max-age=259200, public
Content-Type: image/gif
Via: 1.1 bc6
Connection: Keep-Alive
Set-Cookie: RT_SID_fsck.com.80=0aeeb3a56efb982931847ef162911e1d; path=/
Proxy-Connection: keep-alive
Content-Length: 755
Discover RT's hidden secrets with RT Essentials from O'Reilly Media.
Buy a copy at http://rtbook.bestpractical.com

Reply via email to