Hi, I have a login page, if it is executed first time, it takes a long time to display, after that it's fast. and if I browse again after a while, it's slow again, only this page, seems @ApplicationState is the one taking up time? any tip to make it faster? Thanks,
A.C. p.s. the simplied code follow: public class Login { @ApplicationState private SessionData _user; private boolean _userExists; String onSuccess() { if (!_userExists) ; return "MyPage"; } } -- View this message in context: http://www.nabble.com/T5%3A-%40ApplicationState-taking-up-time--tf4374686.html#a12469679 Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]