RE: Serious performance impact with iterator

2004-10-26 Thread McCormack, Chris
< logic:iterate id="rowArray" name="batchForm" property="rowBatchDetails" indexId="rowCount" >< logic:iterate id="colArray" name="rowArray" indexId="colCount" >   Check w

Re: Serious performance impact with iterator

2004-10-25 Thread Eddie Bush
JoAnn, Please don't take this wrong, but it is considered quite rude to email the list in such quick succession. Believe it or not, most of the people on the list actually work and have things to do other than check for new messages every 2 minutes. In fact, it's only by people volunteering to

Re: Serious performance impact with iterator

2004-10-25 Thread Jason Lea
If you are using tomcat you could look at the trimSpaces option for JSP page compilation in server.xml There are also filters that can be used to compress the page as it is being sent to the browser. You can also try writing out tags differently to minimise spaces produced in source eg  ... ..

Re: Serious performance impact with iterator

2004-10-25 Thread Wendy Smoak
From: "JoAnn Lemm" <[EMAIL PROTECTED]> > I'm wondering if anyone else is seeing this impact. > The resulting html looks like the following. Note all the empty spaces. > Needless to say, this has impacted performance on the website > significantly by increasing the size of the page to something ludi