Elixir Blog Posts

Once your message is converted to just a notification, you can do a receive loop and cull all the participants_updated messages in the queue, then fetch the list once, render the html once. If you have the actual page render and the diff sent, the bottleneck should not be the client side anymore. The inbox of the LV process should be under control due to the smaller messages and the message coalescing.

1 Like