I've noticed that when loading lemmy while logged in takes at least 10 seconds, often more, on both mobile and desktop, on two different instances. This includes when I'm automatically logged in, so I'd think there aren't any complicated handshakes or anything that need to be made.

When I load said instances without being logged in, it loads virtually instantly.

Does anyone know why?

all 5 comments

sorted by: hot top controversial new old
[–] 4 points 3 hours ago

Usually that just means the server as a whole is slow, but your not logged in requests are being served from a cache.

Basically, a not logged in request can be answered with the same response for everyone, so the server generates the response once and then saves it to use over and over again. But, when you're logged in the response is going to be slightly different for everyone. So the server has to go through the whole process of generating the page from scratch for your exact version of it.

  • source
  • [–] 8 points 10 hours ago (1 child)

    Do you have lot of things on block list?

  • source
  • hideshow 2 child comments
  • What client are you using? How are you accessing lemmy?

  • source
  • [–] 4 points 11 hours ago

    open network inspector and see which requests are taking longer. It could still be instance specific problems that happens to both.

    Could also be that you have a ton of subscriptions?

  • source