Is the new site and network handling things better than with Solo Leveling?
This was a bigger spike in traffic than SL ever had, and the site is actually successfully serving chapters (albeit slowly) instead of falling over and dying like v3 did.
Also, if we have to bring down v5 for maintenance it takes five minutes to get back to full capacity again instead of about eight hours, and we don't need to manually let in waves of users every time. v3 had a single core webserver, and if that was restarted it killed memcached and that took several hours to rebuild, during which the site was unusuable.
The original issue for SL was bandwidth, not compute, because the images were being served off the webserver and exhausting total bandwidth, killing the site. Modifying the site to dump all chapters straight to the archive so MD@H would immediately start serving them mostly fixed this, but the sheer number of requests still caused some issues.