[Buildbot-commits] [SPAM] [Buildbot] #674: Give better caching directives for static files in web interface
Buildbot
buildbot-devel at lists.sourceforge.net
Wed Jan 6 23:48:18 UTC 2010
#674: Give better caching directives for static files in web interface
------------------------+---------------------------------------------------
Reporter: Nicolas | Owner:
Type: enhancement | Status: new
Priority: trivial | Milestone: undecided
Version: | Keywords: jinja
------------------------+---------------------------------------------------
It looks like my web browser is requesting `/default.css` and
`/bg_gradient.jpg` every single time I switch to a new page. Even if I use
back and forward buttons, which don't cause the ''page'' to be requested
again, it still requests again those two files.
The requests properly use `If-Modified-Since`, and buildbot properly
replies with `304 Not Modified`, but it's still annoying. Clutters the
webserver log, for one.
According to [http://redbot.org/ redbot], the responses are “stale” as
soon as they go out. They should have an appropriate `Expires` header, or
`Cache-Control: max-age=3600` (1 hour expiration from now).
--
Ticket URL: <http://buildbot.net/trac/ticket/674>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list