2010/6/30 Matt Raible <[email protected]>: > Also, I noticed that to load a blank form it takes 10+ seconds (as it does > with 2.1.8). I believe this is because of my customized templates and > FreeMarker performance, but not sure. I tested the same functionality with > Tapestry 5 and it takes ~1 second, so it seems it's definitely a Struts 2 > issue.
I profiled a bit my test application and it's a problem with FreeMarker itself. Maybe it's because of how Struts 2 is using FreeMarker - I noticed lot of calls to FreeMarker's IF statement and Struts 2 tags are using many #if's to build html tags. Kind regards -- Łukasz + 48 606 323 122 http://www.lenart.org.pl/ Kapituła Javarsovia 2010 http://javarsovia.pl --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
