Replies (10)

@MichaelJ and @ChipTuner have been tweaking stuff and moving some stuff server-side and rawdogging the websockets, so that's probably why there's so little friction. I couldn't tell that it had gotten faster anywhere else, as the clients are so slow, but that one spot is like a peak into the near feature. Seamless.
Turns out if you trim down to just one or two WebSocket connections rather than the half-dozen a lot of apps use with most user configs, the relays are natively really fast.
Yeah that was setup, but it only helps initial loads without cache. Deno supports server push so nginx is supposed to accelerate those but I havent confirmed it's working.
โ†‘