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

Core: make Tracker actually use if-modified-since #4169

Open
black-sliver opened this issue Nov 10, 2024 · 0 comments
Open

Core: make Tracker actually use if-modified-since #4169

black-sliver opened this issue Nov 10, 2024 · 0 comments

Comments

@black-sliver
Copy link
Member

black-sliver commented Nov 10, 2024

What task needs to be completed?

When loading the tracker twice or doing the XHR update, Firefox will not send the if-modified-since header (when using waitress; have not tried the prod deployment). This should be fixed.

I think the tracker page is missing a cache control header to actually make use of if-modified-since.

Also, while at it, the tracker caching should probably be changed to reply "Not Modified" instead of the cached HTML if it is cached and not modified. Currently the cache overrules the if-modified because using the cache does not require loading the room.

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