You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@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
The text was updated successfully, but these errors were encountered: