Re: struts web app performance suggestions

2006-04-09 Thread Laurie Harper
Jeff Thorne wrote: I am seeing slow performance with a few initial pages of my struts app. Here is the flow of the app. 1. Index.html forwards to index.jsp. 2. index.jsp loads user cookies into session. 3. if member cookie found forward to load member page struts action. 4.

struts web app performance suggestions

2006-04-06 Thread Jeff Thorne
I am seeing slow performance with a few initial pages of my struts app. Here is the flow of the app. 1. Index.html forwards to index.jsp. 2. index.jsp loads user cookies into session. 3. if member cookie found forward to load member page struts action. 4. if no member co