Improving static content serving #53890
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
When deploying new versions of Pillar-based web applications, it often happens that static resources (such as CSS) are not served to clients since they are cached from previous sessions.
Some documentation suggests to adopt a hybrid approach, which consists of using:
While setting https headers is relatively easy, it remains to be decided which one is the best solution for renaming the resources themselves. For example,
main.s7f0gd.css
->main.f89gha.css
.Added subscribers: @fsiddi, @dr.sybren, @pablovazquez
archive/blender-cloud#53434 was marked as duplicate of this issue
Changed status from 'Open' to: 'Resolved'
Resolved in
12272750c3
(Pillar), 5f07c7ce17671 (Cloud) and some other commits in Attract, Flamenco, and SVNMan.