Re: Slow Web Page, Speed Up?

2007-10-09 Thread Brian Trzupek
] To: Struts Users Mailing List user@struts.apache.org Sent: Friday, September 28, 2007 7:48 AM Subject: Re: Slow Web Page, Speed Up? Good idea. I sprinkled this in the page and slowly narrowed down the culprit. Drum roll please... It was the head theme=ajax tag. There is another long thread in this list

Re: Slow Web Page, Speed Up?

2007-09-28 Thread Oleg Mikheev
Brian Trzupek wrote: s:if test=%{(#isAdmin == true) or (#isScanner == true)} s:set name=isAdmin value=[EMAIL PROTECTED]@getRequest().isUserInRole('Administrator')}/ Both of the above constructs should execute in no time. I really think that there is something else that slows downs your

Re: Slow Web Page, Speed Up?

2007-09-28 Thread Brian Trzupek
Mailing List user@struts.apache.org Sent: Friday, September 28, 2007 7:48 AM Subject: Re: Slow Web Page, Speed Up? Good idea. I sprinkled this in the page and slowly narrowed down the culprit. Drum roll please... It was the head theme=ajax tag. There is another long thread in this list

Re: Slow Web Page, Speed Up?

2007-09-28 Thread Brian Trzupek
Good idea. I sprinkled this in the page and slowly narrowed down the culprit. Drum roll please... It was the head theme=ajax tag. There is another long thread in this list on that topic entirely ( [s2] Struts head tag KILLS ( 10s) page load time ), but the short solution to my problem

Re: Slow Web Page, Speed Up?

2007-09-28 Thread Martin Gainty
: Slow Web Page, Speed Up? Good idea. I sprinkled this in the page and slowly narrowed down the culprit. Drum roll please... It was the head theme=ajax tag. There is another long thread in this list on that topic entirely ( [s2] Struts head tag KILLS ( 10s) page load time

Slow Web Page, Speed Up?

2007-09-27 Thread Brian Trzupek
We have a JSP that is the main navigation menu and it has a notion of RBAC so that the logged in user needs to be in a given role to see the different navigation items (the actions behind them respect the same roles as well, so we are not just hiding links). The page loads extremely