Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Thymeleaf performance improvement #5

Open
alexey-lukashov opened this issue Nov 8, 2024 · 0 comments
Open

Thymeleaf performance improvement #5

alexey-lukashov opened this issue Nov 8, 2024 · 0 comments
Assignees

Comments

@alexey-lukashov
Copy link
Member

alexey-lukashov commented Nov 8, 2024

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.

Originally posted by @natan-cox-cognizone in #2 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant