Skip to content

feat: improve caching for index downloads - #209

Merged
Fleeym merged 2 commits into
mainfrom
feat/if-modified-since
Sep 9, 2026
Merged

Fleeym merged 2 commits into
mainfrom
feat/if-modified-since

Conversation

@Fleeym

@Fleeym Fleeym commented Sep 9, 2026

Copy link
Copy Markdown
Owner

Fetching indexes will now use If-Modified-Since / If-None-Match
for more efficient loading of indexes.

Indexes are usually updated once per day at most, so we can get rid of a
lot of internet usage with this method.

Also added a cache buster, in case any issues appear with caching.

Closes #203 and #204

Fetching indexes will now use `If-Modified-Since` / `If-None-Match`
for more efficient loading of indexes.

Indexes are usually updated once per day at most, so we can get rid of a
lot of internet usage with this method.
@Fleeym Fleeym linked an issue Sep 9, 2026 that may be closed by this pull request
@Fleeym
Fleeym merged commit 6fa5918 into main Sep 9, 2026
6 checks passed
@Fleeym
Fleeym deleted the feat/if-modified-since branch September 9, 2026 21:22
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

Successfully merging this pull request may close these issues.

Add support for forcing index re-fetch in the UI Add support for If-Modified-Since / If-None-Match headers

1 participant