metacpan-web
metacpan-web copied to clipboard
css/js may expire before html
With the new deployment, the servers aren't maintaining old css of js files that are generated. While these files should be cached by Fastly, as well as by browsers, a cache is a cache and things can fall out.
We should find a way to address this. This may include caching the html output for less time at the browser level (not changing how it is cached by fastly), or by storing the generated files in a more persistent fashion.