• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Preformance problem in jsf page

 
Greenhorn
Posts: 7
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

I have jsf page which contains rich datable .i am using a4j support for performing some validations.

the problem on the page is very slow.(ex) for entering a value on text field also takes around 10 secs.

I am using t:savestate a lot in the page, around 20 save states used in the page,beacuseiam navigating back and forth to the page.

i think,this t:savestate is the problem for slowness.

someone please help to solve this issue.

we are using myfaces,tomhawk,richfaces,tomcat 6 server

Thanks & Regards,
Pownraj
reply
    Bookmark Topic Watch Topic
  • New Topic