Re: OGNL/Freemarker Performance

2008-04-26 Thread Jeromy Evans
Martin Gainty wrote: Thanks Jeromy- I would utilise the rhino javasript utilities to compress (java with -c option) all of your js files http://www.dojotoolkit.org/docs/shrinksafe e.g. java -jar custom_rhino.jar -c infile.js > outfile.js 2>&1 Rhino jars are available for download at http://w

Re: OGNL/Freemarker Performance

2008-04-26 Thread Martin Gainty
uot;Struts Users Mailing List" Sent: Saturday, April 26, 2008 9:35 AM Subject: Re: OGNL/Freemarker Performance Matthew Seaborn wrote: In answer (in part) to my own question: · By removing the *validate=”true”* from my form tag cut over two seconds from the page render time. I loose the cl

Re: OGNL/Freemarker Performance

2008-04-26 Thread Jeromy Evans
Matthew Seaborn wrote: In answer (in part) to my own question: · By removing the *validate=”true”* from my form tag cut over two seconds from the page render time. I loose the client side validation, but it is worth it. · By changing the head tag’s theme from “ajax” to “xhtml” cut down on

RE: OGNL/Freemarker Performance

2008-04-26 Thread Matthew Seaborn
struts tags in. -Original Message- From: Jeromy Evans [mailto:[EMAIL PROTECTED] Sent: 26 April 2008 08:17 To: Struts Users Mailing List Subject: Re: OGNL/Freemarker Performance That's a lot of milliseconds. For those sorts of numbers, I'd guess you're using an open-

RE: OGNL/Freemarker Performance

2008-04-26 Thread Matthew Seaborn
In answer (in part) to my own question: * By removing the validate="true" from my form tag cut over two seconds from the page render time. I loose the client side validation, but it is worth it. * By changing the head tag's theme from "ajax" to "xhtml" cut down on a large numb

Re: OGNL/Freemarker Performance

2008-04-26 Thread Jeromy Evans
Matthew Seaborn wrote: I have been doing some profiling on my Struts 2 applications (also using SiteMesh and Spring) and have found, like many others, that most of the request/response time is taken rendering of the JSP page (assuming I am reading the profile correctly). What exactly is