DescriptionYesterday I deployed a CSS change and found that it took 1h after deployment for users to see it. Also, the old 1h expiration meant that users were downloading these files again each hour.
The new way of serving these files puts the rietveld revision in the URL so that each different deployed app version makes a different request that will not use an old cached file. Since we are no longer relying on expiration, we can let it default to 7 days and reduce the number of times users download it again.
Patch Set 1 #MessagesTotal messages: 3
|