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
Post a Comment