-
-
Notifications
You must be signed in to change notification settings - Fork 3.5k
multi threaded feed fetch #12831
Copy link
Copy link
Open
Labels
feedIssue is related to the feedIssue is related to the feedperformanceRelated to performance and optimisation; affects the speed or memory efficiency of the applicationRelated to performance and optimisation; affects the speed or memory efficiency of the applicationquestionNot really an issue, but more of a question about how something worksNot really an issue, but more of a question about how something works
Metadata
Metadata
Assignees
Labels
feedIssue is related to the feedIssue is related to the feedperformanceRelated to performance and optimisation; affects the speed or memory efficiency of the applicationRelated to performance and optimisation; affects the speed or memory efficiency of the applicationquestionNot really an issue, but more of a question about how something worksNot really an issue, but more of a question about how something works
Checklist
Feature description
When the subscriptions cross beyond 30, the fetching starts to feel slow. Currently they're being fetched single threadedly. If fetched in multiple threads (for example 4), it could finish within the seconds.
Why do you want this feature?
To speed up the feed fetching
Additional information
No response