I’m pretty sure .world being slow is a web frontend problem. It often takes forever to load in my browser, but the same content loads quickly in the Voyager Android app.
I should probably try the several alternative web UIs they have available to see if they’re faster than the default one, but I can’t be bothered to walk over to my desktop PC right now.
I’m pretty sure .world being slow is a web frontend problem. It often takes forever to load in my browser, but the same content loads quickly in the Voyager Android app.
I should probably try the several alternative web UIs they have available to see if they’re faster than the default one, but I can’t be bothered to walk over to my desktop PC right now.
The XHR requests are taking forever to load. This implies backend APIs are the culprit.
@cm0002 @grue Maybe, but backend / database load is more likely, isn’t it ?
You can look at your browser developer tools and see downloads sizes, durations, where CPU time is used on client side ;)