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

Cache templates, scripts, and content using local storage #1

Open
radu-matei opened this issue Sep 10, 2021 · 0 comments
Open

Cache templates, scripts, and content using local storage #1

radu-matei opened this issue Sep 10, 2021 · 0 comments

Comments

@radu-matei
Copy link
Member

We currently pull all templates and scripts on each page render, unless the server and browser are configured to allow caching (which, at least for development purposes, for http-server-spa it is not the case, unlike when using http-server).

Before fetching the assets required for rendering a page, we should check the local storage for this, preferably under a revision key from bertrand.yaml.

See https://rustwasm.github.io/wasm-bindgen/api/web_sys/struct.Storage.html.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant