Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.3.7
Description
After upgrading a Project to the latest Version 2.3.7 I figured out some performance problems.
I have a Action which renders around 240kb HTML Code for an Print View.
Struts 2.3.4: 5s
Struts 2.3.7: 15s
I'm not really familiar with profiling but I guess this is related to freemarker.
<constant name="struts.freemarker.templatesCache" value="true" />
<constant name="struts.freemarker.templatesCache.updateDelay" value="60000" />
<constant name="struts.freemarker.mru.max.strong.size" value="0" />