RE: [SPAM] Re: How to speed up JSF

2006-03-27 Thread Yee CN
Discussion Subject: Re: [SPAM] Re: How to speed up JSF Hi Yee, yes, the number of views in session tells you how many rendered component-view-trees will be stored - so that you can properly use the back button with server side state saving. That's actually no performance issue - it was just i

Re: [SPAM] Re: How to speed up JSF

2006-03-26 Thread Martin Marinschek
Hi Yee, yes, the number of views in session tells you how many rendered component-view-trees will be stored - so that you can properly use the back button with server side state saving. That's actually no performance issue - it was just in the middle of the performance tuning stuff ;). We recomm

RE: [SPAM] Re: How to speed up JSF

2006-03-26 Thread Yee CN
Martin, What is the meaning of NUMBER_OF_VIEWS_IN_SESSION=20? Is it the last 20 views rendered? If I set all my beans to be of SESSION scope, will it limit the size of my session? Can I make use of it to implement 'back' functionality - maybe with a phase listener that logs the pages being visite