caching of F-Droid Repositories #6

Closed
opened 2023-04-30 08:53:22 +02:00 by leevi · 1 comment
Owner

fdroid_get_filename() is currently crawling the full 10MB f-droid index for every app installed.

At least within a single aproviz run this could be cached in RAM, but we could also save it to the file system with it's ETag header value and only download it when changed.

`fdroid_get_filename()` is currently crawling the full 10MB [f-droid index](https://ftp.fau.de/fdroid/repo/index.xml) for every app installed. At least within a single aproviz run this could be cached in RAM, but we could also save it to the file system with it's `ETag` header value and only download it when changed.
leevi added the
Kind/Enhancement
Good first task
labels 2023-04-30 09:04:00 +02:00
Author
Owner

resolved with #9

resolved with https://git.disroot.org/atech/aproviz/pulls/9
leevi closed this issue 2024-04-20 14:08:25 +02:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: atech/aproviz#6
No description provided.