@puniko@mk.absturztau.be thank you puni! (and also aety) so the good news is, the 252 patch WORKS the web UI is responsive af not only that, but the delay due to the stuff is quite good now even with 5 deletes all in a row there IS a delay, but it's just for the initial processing
@puniko@mk.absturztau.be this is the stuff in default.yml it is actually a codebase change, but that's how it's visible to you the tl;dr is it decouples responding to web requests (what is visible as responsiveness to the user) from queue handling (how fast federation goes) it should fix your primary performance issue from queue stuff (for your instance size I'd have 4 web workers, 6 queue workers, and a highly tweaked postgres) P.S. it's not merged yet, but you were talking about merging it manually - I just have it as a .patch in my patches dir for now
also note that it doesn't do anything for the chart stuff, but my computer use is slowly starting to increase again, so I might be able to look into it soon ^^;; but first I have a lot of emails to write and amazon to contact
@tost@mk.toast.cafe alright, will merge it tomorrow and do the relevant changes and try it out. will let you know how it goes, can only tell after a certain time running it i guess