Hi,
in libraries/header_scripts.inc.php all the loading of .js adds the timestamp of the file as a parameter. This produces in my Apache log file a 304 request for each file. It's true that the .js file itself is not transmitted but couln't we avoid those requests?
Maybe it's intended for developers who don't want to remember clearing their browser cache, more than for users?