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
For simple documents, there is no need to initialize ALL templates. Using the sync.Once to load templates "on-demand", i.e., on the first time they are invoked, should increase perfs.
The text was updated successfully, but these errors were encountered:
For simple documents, there is no need to initialize ALL templates. Using the
sync.Once
to load templates "on-demand", i.e., on the first time they are invoked, should increase perfs.The text was updated successfully, but these errors were encountered: