Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Document SPA caching rules #85

Open
meryllblanchet opened this issue Dec 16, 2020 · 0 comments
Open

Document SPA caching rules #85

meryllblanchet opened this issue Dec 16, 2020 · 0 comments
Labels
documentation Improvements or additions to documentation

Comments

@meryllblanchet
Copy link
Collaborator

Cache happens at browser level.

The configured TTLs apply for every deployed SPA:

  • HTML: 1 minute
  • Other mime types for static files: 7 days

The Parcel bundler manages content hashes for the static files, which ensures that the latest versions of these ones are used in the SPA upon deployment.

@meryllblanchet meryllblanchet added the documentation Improvements or additions to documentation label Dec 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant