I looked into this today and noticed two problems. First, fetching a community is very slow because each post gets processed one by one. Also, the search loading indicator is broken. This means you have to keep waiting even if nothing seems to happen, and it can take more than 3 minutes in the worst case.
I don’t really get it, for the communities I tried now and it kinda works, it sometime takes time and I have to refresh the page but https://lemmy.wiredentrypoint.xyz/c/peertube@lemmy.ml is still empty, even https://lemmy.wiredentrypoint.xyz/c/meta@lemmy.ml didn’t load much https://pastebin.com/Yc11mS79 here some logs with a “grep peertube”, no errors in the latest logs
I looked into this today and noticed two problems. First, fetching a community is very slow because each post gets processed one by one. Also, the search loading indicator is broken. This means you have to keep waiting even if nothing seems to happen, and it can take more than 3 minutes in the worst case.
parallel fetching fix
loading indicator fix
As for the peertube community, it fails to serve the outbox for some reason, so posts cant be fetched.
Thank you :)