site works
push meme updates anyway
site now no work
We're currently experiencing some performance issues.
The team is currently investigating.
More information will be shared soon.
I see, thanks for the info....... i still expereinced error interminently and sometimes the forum failed to load as well (backend something, something) anyway... i hope it got fixed soonFrom Discord (discord.gg/mangadex) at 12:03 UTC:
And no, the new comment system has nothing to do with it
is available for plebs like me.Create a thread in the forums
In funny tldr layman terms:Monitoring - A proper fix has been implemented and we will closely monitor the status of the site over the coming hours.
Short postmortem:
May 16, 2026 - 19:04 UTC
- Computing title ratings site-wide is very expensive (mainly because of the usage of bayesian rating in this case),
- So this computation is done ahead of time, once per hour, and its result is stored in memory for quick access in the meantime,
- However the space we allocate in memory for this (& similar things) has grown and grown over time, and just today passed the maximum allocated total size for it, causing automatic eviction of some values from memory (Redis maxmem + lru eviction),
- When this value is missing, the site attempts to initialize it, and when it tries to do so multiple times per second it causes extreme strain on our databases, and in turn an outage