-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
feature requestNew feature or requestNew feature or request
Description
- Blocking on fetch: rss-funnel is essentially a reverse proxy. There is little we can do to make the upstream respond faster. But we can certainly further avoid blocking the ui and perhaps show a nicer loading animation.
- Another source of choppiness is the occasional GC pauses. I need to look into the root cause of this.
- Add a debouncing logic for fetching to avoid issuing repeated heavy actions.
- Make sure only one fetch request is handled. If a new one comes before the old one finishes, cancel it.
Cache more aggressively, add the cache for 5xx and 4xx errors as well.
Metadata
Metadata
Assignees
Labels
feature requestNew feature or requestNew feature or request