RE: [S2] Why are my struts pages rendering slow

2007-06-05 Thread Jon Cruz
] Sent: Tuesday, June 05, 2007 12:31 PM To: Struts Users Mailing List Subject: RE: [S2] Why are my struts pages rendering slow The most interesting part is in IE, it renders quick...in Firefox, the top of the page renders, then slowly, it renders the rest of the page line by line...Any suggestions?

RE: [S2] Why are my struts pages rendering slow

2007-06-05 Thread Charbel Abdul-Massih
: Struts Users Mailing List Subject: RE: [S2] Why are my struts pages rendering slow I am not using the ajax theme...I'm not using any specialized concepts...just straight struts 2 tags, and a combination of the css_xhtml theme and the simple theme... I did notice however, that when my page onl

RE: [S2] Why are my struts pages rendering slow

2007-06-05 Thread Dave Newton
--- Charbel Abdul-Massih wrote: > I did notice however, that when my page only has > tags, to write out text, and no form > fields, it renders faster... http://struts.apache.org/2.x/docs/performance-tuning.html Note in particular the exclamation-pointed section titled "Copy the /template direct

RE: [S2] Why are my struts pages rendering slow

2007-06-05 Thread Charbel Abdul-Massih
aster... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Allen Gilliland Sent: Tuesday, June 05, 2007 3:24 PM To: Struts Users Mailing List Subject: Re: [S2] Why are my struts pages rendering slow do you have an s:head tag in the head section of your pages? are you usin

Re: [S2] Why are my struts pages rendering slow

2007-06-05 Thread Allen Gilliland
do you have an s:head tag in the head section of your pages? are you using the ajax theme? i have noticed that my pages are a lot slower when they have to include and initialize the dojo stuff. -- Allen Charbel Abdul-Massih wrote: I have a page with several form fields (checkboxes, drop do