You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tapestry.apache.org by Angelo Chen <an...@yahoo.com.hk> on 2007/09/04 02:21:13 UTC

T5: @ApplicationState taking up time?

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: users-unsubscribe@tapestry.apache.org
For additional commands, e-mail: users-help@tapestry.apache.org