java - Memory overhead in JSF render response- ajax request -


i'm using jsf 2.0 ,primefaces 3.3 , javax.faces-2.1.4.jar. facing performance issues specially memory overhead in renderresponse phase. signle ajax request consumes lot of memory.

i'm maintening around 3000 components(panels , tabs, tables... etc) in view tree , i'm trying process , render 1 panel has 1 text field. consumes more memory(around 20mb) rendering. why starge behaviour happening ?

can 1 suggest overcome this.

thanks in advance !!!

you use partial submits , partial updates if not using them anyway ;)
process need processed in ajax request , update u need updated ajax response.


Comments

Popular posts from this blog

c# - Unity IoC Lifetime per HttpRequest for UserStore -

Change the color of an oval at click in Java AWT -

I am trying to solve the error message 'incompatible ranks 0 and 1 in assignment' in a fortran 95 program. -