• 0 Posts
  • 3 Comments
Joined 1 年前
cake
Cake day: 2023年8月4日

help-circle

  • 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.