Closed Shadowfaxenator closed 3 weeks ago
@Shadowfaxenator Thanks for the idea! In my own applications I use embedded template files so I haven't experienced any significant performance loss. However, I have improved the template handling. I cache the parsed template on the first Render call (lazy load).
You parse go templates on each render, this is inefficient. You should parse on init