I have my "All" feed set to "Active" and I won't even be scrolling or reloading it, all of a sudden 500 posts start rolling in at the top of the feed!

top 21 comments

sorted by: hot top controversial new old
[–] 9 points 3 years ago (1 child)
  • [–] 3 points 3 years ago

    Yeah honestly makes it kinda unusable when the page is constantly scrolling away from what im reading

  • source
  • [–] 2 points 3 years ago (1 child)

    its just part of how updates work, i think the burstyness is a sideeffect of the load right now.

  • source
  • hideshow 2 child comments
  • [–] [S] 5 points 3 years ago (1 child)

    i'm gunna guess it has something to do with the web socket connecting (from what i can see in the console) and not disconnecting when load is finished, so it just keeps loading whatever new content is available, instead of loading more when the user clicks reload

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 3 years ago (1 child)

    yeah, if its dropping and checking every so-often you might get this, whats the overhead on keeping the socket open? I have used websockets very little.

  • source
  • parent
  • hideshow 2 child comments
  • [–] [S] 2 points 3 years ago (1 child)

    no idea, i only know about side effects with react, where if you are fetching something, you should close the connection after it's fetched, then re-open on component mount, unless you are going for a constantly updated type of application

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 3 years ago (1 child)

    i think the intent is to constant update at least for one of these tabs, this is how mastadon currently works but its less bursty.

  • source
  • parent
  • hideshow 2 child comments
  • [–] [S] 1 point 3 years ago (1 child)

    That seems unsustainable with more and more people joining. Especially on the "All" feed.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 1 point 3 years ago*

    im not sure what the user counts on on matadon vs lemmy, its working for them...for now. Note that over 2/3 of my traffic is coming from edge cache, these nodes, properly setup arent working as hard as it seems. The client side however.

  • source
  • parent
  • [–] 2 points 3 years ago (1 child)

    I assumed it happened when someone on your instance subscribed to a new community for that instance so it loads in all the posts since they are technically new. Definitely a bug

  • source
  • hideshow 2 child comments
  • [–] 1 point 3 years ago* (last edited 3 years ago)

    Interesting take on it. Another bug that I see often is a post with like 5 comments, but when I click on "comments" I don't see any. Even mine in some cases! I'm not mad, I guess all of it will require some fine tuning to work flawlessly. Edit : I've found the problem. It the account settings I had unselected english in the languages list!

  • source
  • parent
  • [–] 2 points 3 years ago (1 child)

    I saw that too, and most of the times it's a lot of days old post in a specific community... maybe there are some problems with synch operations ? I don't know.

  • source
  • hideshow 2 child comments
  • [–] 2 points 3 years ago (1 child)

    Borrowing the thread

    Mine is empty, when I log in after a day or so I still see 2, 3 day old posts. How do I get new ones?

  • source
  • hideshow 2 child comments
  • [–] 0 points 3 years ago (1 child)

    Lemmy code needs some work, it was not really tested with constant activity

  • source
  • hideshow 2 child comments
  • load more comments
    view more: next ›