Open Yonle opened 1 year ago
So every notes is only loaded once it was visible on screen. Once it was outside of the feed, That notes is gone until it was visible on screen again.
If not because of this, Probably due to the factor of constant rendering of every retrieved notes.
So, I tested caching the full feed a few months ago:
But maybe there is some middle-of-the-road somewhere.
Full feed was a hell for mobile phone memory (RAM) :)
I guess by loading notes till 20-50 notes first should probably better than loading the entire feed with thousand of notes, Noting that users not really reading even 100 notes in a single timeline feed.
So every notes is only loaded once it was visible on screen. Once it was outside of the feed, That notes is gone until it was visible on screen again.
This probably could be fixed by caching the timeline feeds / notes to achieve the smooth scrolling experience, and probably only load new nostr notes once user hit to top, or after leave from thread screen.