You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by Apache Wiki <wi...@apache.org> on 2006/05/03 08:50:46 UTC

[Myfaces Wiki] Update of "Performance" by Dennis Byrne

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Myfaces Wiki" for change notification.

The following page has been changed by Dennis Byrne:
http://wiki.apache.org/myfaces/Performance

------------------------------------------------------------------------------
  }}}
  
  = Client Side State Performance Tuning =
+ 
+ [#clientSide permlink]
  
  The JSF spec mandates a large amount of serialization during the lifecycle of each request. This of course cannot be avoided when using client side state saving.  MyFaces gives the application developer the opportunity to specify the serialization mechanism for an application.  Here are instructions on how one would realize the performance increases available via [http://labs.jboss.com/portal/index.html?ctrl:id=page.default.info&project=serialization Jboss serialiazation] .