aptiko / irma

Project management for IRMA—no code, mainly issues
0 stars 0 forks source link

Caching problem #40

Closed aptiko closed 4 years ago

aptiko commented 4 years ago

Browsers don't seem to be getting the new aira.js after upgrade, unless we hit (Shift+)Ctrl+R. This needs investigation.

aptiko commented 4 years ago

I can't figure out what's going on with the Firefox Dev tools. Even after disabling RCWN (which is necessary to experiment properly), I'm seeing strange things, like Firefox having aira.js in its cache, making a request with If-Modified-Since and the correct date (matching the server's Last-Modified), and yet the server returning 200 instead of 304. Although I've found evidence of Firefox re-getting an unmodified file, I haven't found any evidence of NOT getting a modified file.

I'll just close this and re-examine it when the problem appears again.