this post was submitted on 17 Jun 2023
9 points (100.0% liked)

Lemmy Support

4633 readers
8 users here now

Support / questions about Lemmy.

Matrix Space: #lemmy-space

founded 5 years ago
MODERATORS
 

I've had this happen a few times already. If I leave a lemmy tab open and do something else after a certain amount of time, I find my system starts to bog down. After checking task manager I find that all system memory is being used up by my browser(Firefox). Never had this issue until this week. I think this issue is related to how new posts keep loading in the feed.

I don't know if this is just lemmy not working with Firefox or a lemmy specific issue.

top 4 comments
sorted by: hot top controversial new old
[–] melonpunk 5 points 1 year ago

I didn't look too deeply at it, but I'm presuming the setup using websockets pulling live post data is just building up a massive dump of html over time. Would probably be better to handle how scrolling and post data works so that the tab isn't just an ever growing dataset if the window is left open, have it flush away old posts and only retain ~200 in the live feed.

I could be completely wrong with this though as I haven't looked at how lemmy works under the hood.

[–] PumpkinEscobar 4 points 1 year ago

I’ve seen the same

[–] [email protected] 4 points 1 year ago

I'm seeing the same thing, also in Firefox but I suspect it'll happen on any browser. I'm with you, I think it's because it keeps loading in new posts but doesn't unload the old ones. It's probably an easy fix

[–] [email protected] 1 points 1 year ago

what instance? I don't have this problem on Brave(Chromium)