ok heres what I did: I replaced all struts2 tags with standard JSTL Core tags in JSPs that generate a lot of output. Now my JSPs load up to 20 times faster. The only place where I use struts2 tags is in forms
On Mon, Jul 7, 2008 at 7:30 PM, matt.payne <matthew.b.pa...@gmail.com> wrote: > > Use firebug to measure you http. Firebug will give you a detail view of what > resources (e.g. dojo) are being pulled down with the http traffic. > > Matt > > > yorlick kilroy-2 wrote: >> >> Hi, >> >> I was wondering if there is a way to tweak struts2 performance. >> I ported an old struts1 application to struts2. I have jsps that have >> rather large and complex lists that I now iterate using Struts2 >> <s:iterate> and OGNL instead of <logic:iterate> and EL used in >> struts1. I noticed that the performance using Struts2 is pretty much >> lower than that of the Struts1 application, especially when displaying >> large lists and descending into complex objects using OGNL. >> I read that using dojo can cause this, but as far as I know I'm not >> (consciously) using dogo, ajax etc. just plain struts2 core. >> >> -- Joe >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: user-unsubscr...@struts.apache.org >> For additional commands, e-mail: user-h...@struts.apache.org >> >> >> > > -- > View this message in context: > http://www.nabble.com/Slow-performance-with-Struts2-tp18092204p18323440.html > Sent from the Struts - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: user-unsubscr...@struts.apache.org > For additional commands, e-mail: user-h...@struts.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org