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

Lemmy Support

4633 readers
2 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.

you are viewing a single comment's thread
view the rest of the comments
[–] 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.