Look into allowing SYNC command in the initial connection
Now that we've enabled Warlock as a KV storage database, speed is an issue. While the KV lookups are insanely fast because you know, it's in-memory and stuff.
The slow part is the initial connection. I will need to profile it, but I have a feeling it is related to the WebSocket negotiation and then having to issue the SYNC command. If I can remove the requirement for the SYNC command and add the auth/admin key stuff to the initial WebSocket request I should be able to shave quite a few milliseconds off the setup time.