Currently, mustache templates are pre-compiled which does speed up
application load times. We've experienced apps with 20-30
templates and the processing time was taking about 200ms.
However, stache pretty much does send strings to the client.
This, I hope, is temporary as I assume it creates a similar drag
in performance.