We are currently working in a private beta and so are still in the process of making fairly rapid changes, although obviously as usage is starting to ramp up, we will be slo
Not all browsers cache files with '?' in it. What I did to make sure it was cached as much as possible, I included the version in the filename.
So instead of stuff.js?123, I did stuff_123.js
stuff.js?123
stuff_123.js
I used mod_redirect(I think) in apache to to have stuff_*.js to go stuff.js
mod_redirect
have stuff_*.js
stuff.js