-
-
Notifications
You must be signed in to change notification settings - Fork 153
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
No caching headers sent on some (all?) HTML files #678
Comments
The page has 4.1.1, have you updated the page? |
It has 4.1, not 4.1.1 which was released yesterday :) |
That works! Pity it destroyed the evidence, but maybe the caching is overly aggressive? |
We use CloudFlare and it should start showing you an updated version of the page within 24 hours. So unless your browser was unlucky enough to cache the page close to it being updated, you should see it within reasonable time. |
Strange though, I'm not getting any cache headers back from CloudFlare:
This means it's left up to the browser, which is usually pretty aggressive and can be unpredictable. This explains what I encountered. The only advantage is that no request is sent to the server at all, not even just headers — but even F5 may show you an outdated page. On the meaning of the response header
Maybe consider sending an ETag header from the origin server? Then the browser can validate cheaply whether the document has changed, without having to download it again if it already has a valid copy in its cache. Or just set At the very least, you can take control of the caching duration using |
Godot version
4.1.1
System information
Linux
Issue description
https://godotengine.org/download/linux/ only has 4.1, whereas the other platforms already have 4.1.1.
https://github.com/godotengine/godot/releases/tag/4.1.1-stable does have Linux builds, so maybe something went wrong updating the website?
Steps to reproduce
n/a
Minimal reproduction project
n/a
The text was updated successfully, but these errors were encountered: