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
Improve performance of TH templates processings. Possible options are:
Config class with preprocessed templates
use TemplateSpec to precompile the strings so they can be reused without overhead.
Take into account that some templates are provided in external folder configuration and could be overriden in runtime by sysadmins at any time. Solution shold be able to identify changes and provide most resent version of template. Currently this is not an issue because templates re-read each time.
Improve performance of TH templates processings. Possible options are:
TemplateSpec
to precompile the strings so they can be reused without overhead.Take into account that some templates are provided in external folder configuration and could be overriden in runtime by sysadmins at any time. Solution shold be able to identify changes and provide most resent version of template. Currently this is not an issue because templates re-read each time.
Originally posted by @natan-cox-cognizone in #2 (comment)
The text was updated successfully, but these errors were encountered: