>>544823
There is a lot of chans running vichan and they are running fine.
So the problem is either that 8chan is too large for vichan and it doesn't scale well, or there is some bug in infinity - in the code added by IRCwheels himself.
The performance got a little better after IRCwheels turned off those board stats, so it's probably the former.
It's obvious that it won't scale well, because every time somebody makes a post, it has to rewrite not only the thread, but if it's a bump post it also moves the thread up in bump order and has to rewrite all pages on that board. You can't have a good performace if you serve a static html and have a page system.
The whole problem is probably running all those infinite boards on single server.
I think solutions are:
1) Run 8chan on more than one server.
2) Delete all those dead boards and leave only 50 most active ones.
3) Generate dynamicly generated content, not static one that has to be completely rewriten every second.
4) Completely get rid of the page system (erase all pages handling from the code) and run 8chan in "catalog only mode".