LiveView performance problems - Morphdom taking up to 1500ms to patch updates

Maybe it will help only with the message size, but I wrote a guide that explains how to switch to MessagePack encoding in the socket. I use it in production for a mobile first web app that sometimes has bad internet speed on the client side.

This will shave around 25% of the message size at the cost of message legibility in the developer console and a small decompression overhead.