Should I deploy my website rewrite now (after the poll is over) or refactor it first?
It currently clones some (relatively large) collections for some requests. Refactoring would mean moving them into a temporary SQLite database and only selecting what I need from there. I might also optimize the caching headers…
Bot protection & IndieAuth integration would be the next things on my todo list after that. (But they would life in their own services.)