Colmarr wrote:I just tried to run a session as GM for some friends, and everything was taking 12+ seconds to happen.
Any idea what sort of system resources and download/upload speeds I need from the framework to run smoothly?
As fast as possible, for everything, really. That's the achilles heel of this framework: it's slow. It's grown to the point where a lot is going on, including a number of changes to the tokens that require the token to be sent over the network every time (that's actually part of MapTool - it sends the entire token every time it changes, so if a framework has lots of little changes, that's a lot of traffic before everything is done).
That was the motivation behind the "slim" framework (it doesn't have another name, so everyone just calls it Slim). I resisted the urge to add automation, but it still slid in there (targeting, etc - in its original incarnation, it didn't have any targeting or anything). Note that condition tracking isn't really full-auto. It's basically a management panel that reminds you that conditions should probably expire (but it doesn't know precisely when, just whether it's the right round to look at it).