My Emberjs app is running slowly so I wanted to precompile my template to ease the runtime a bit. However I\'m lost on how to proceed. I read http://handlebarsjs.com/precomp
You can set the precompiled handlebars output to the template property (not templateName) on you ember view. This is what ember also does under the hood