dustout

u/dustout@lemmy.world
0 posts · 3 comments

Recent posts

No posts.

Recent comments

on Lemmy World outages · c/lemmyworld · 3 pts · 3y

There really needs to be a SQL result caching layer as well wherever possible. Even caching things a couple seconds in redis would help mitigate ddos issues. Things like counter updates could be batched in a queue to rate limit.This is pretty basic stuff for crafting a scalable site so it seems Lemmy really needs more experienced volunteer help on the codebase.