aspose file tools
The moose likes JSF and the fly likes richfaces modal panel perfromance Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "richfaces modal panel perfromance" Watch "richfaces modal panel perfromance" New topic
Author

richfaces modal panel perfromance

betul aydin
Greenhorn

Joined: Jan 08, 2008
Posts: 19
hi I have got a performance problem in my simple application.
It takes too long to open the ModalPanel, if the page contains many HTML-Elements (ie DataTable with 600 columns and 15 rows).
How can I repair modal panel performace .Can anybody give me suggestion about this.here is my code about modal panel

Tim Holloway
Saloon Keeper

Joined: Jun 25, 2001
Posts: 14475
    
    7

A datatable with 600 columns is a performance problem even without a modal panel. That's a lot of data to dump on a single page. Is there a more manageable way of presenting that information?


Customer surveys are for companies who didn't pay proper attention to begin with.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: richfaces modal panel perfromance
 
Similar Threads
Ajax status doesn't stop in IE8
Can't reRender richfaces datatable from modal panel
javax.faces.FacesException: javax.faces.model.NoRowAvailableException
rich:dataTable and rich:listshuttle rerendering issue
I need help with ajaxSingle, reRender and immediate.