Performance issues

2010-08-18 Thread Nathan Meeker
I have a small Struts 2 application that displays a JSP page with a table of about 300 rows. Each row in turn contains about 20 links to other actions. The JSP is created using Struts2 tags (OGNL). There is a loop that iterates over a collection and pulls properties of the elements combining them

Re: Performance issues

2010-08-18 Thread Nathan Meeker
I just enabled the cache (using the settings you suggested) and the time is down to 15 seconds (from 60-70). Is there anything else I should be doing? Thanks! On Wed, Aug 18, 2010 at 2:24 PM, Lukasz Lenart lukasz.len...@googlemail.com wrote: Did you enabled FreeMarker cache?

Re: Performance issues

2010-08-18 Thread Nathan Meeker
Well, I added Javatemplate plugin: http://struts.apache.org/2.x/docs/javatemplates-plugin.html and now the page renders in about 3 seconds. That solves the immediate issue for me. Not sure what's going on with struts2 tags, but in the default configuration they seem to be hideously slow. Am I