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

Add cache-control headers when serving static files #59

Open
mpsq opened this issue Jun 25, 2020 · 0 comments
Open

Add cache-control headers when serving static files #59

mpsq opened this issue Jun 25, 2020 · 0 comments
Labels
enhancement New feature or request web-console Issues relevant to "web-console" package

Comments

@mpsq
Copy link
Contributor

mpsq commented Jun 25, 2020

We currently don't set cache-control headers, this causes the browser to always send requests when it could avoid doing so.

The new header would be added following how the ETag header is integrated.

The console build system will need to hash the assets, this is a minor change since it is fully supported by Webpack.

@mpsq mpsq added the enhancement New feature or request label Jun 25, 2020
@argshook argshook transferred this issue from questdb/questdb Sep 30, 2022
@argshook argshook added the web-console Issues relevant to "web-console" package label Sep 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request web-console Issues relevant to "web-console" package
Projects
None yet
Development

No branches or pull requests

2 participants