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 cookie found forward to load generic welcome page struts action. Is this the most efficient way to handle this in struts. If so is there a way I can show some sort of spinner or progress indicator while the jsp page forwards to the struts action? Thanks, Jeff