jreijn/spring-comparing-template-engines

Add support for groovy-templates

Closed this issue · 1 comments

Add support for groovy-templates
Vest commented

Solved issue with PR #50
Groovy templates has same issue as Jade4j. They both work bad without cache. Actually, when the cache is enabled for Groovy templates, the situation will not be improved dramatically. Every small fragment that I have in the example has to be parsed each time.