Hi, I'm having major performance issues with opening a jQuery UI modal dialog with a large amount of form field HTML and I'm looking for any performance tweaks I can make or any other modal dialog plugins to try.
I've got some completely unscientific times for you, done with DynaTrace Ajax in IE 8 and console.time in Fx 3.5.5. As you can see there's a huge difference when jQuery UI is opening the modal dialog. Large dialog (57kb HTML) IE8 open existing: 1170ms IE8 create dialog: 1225ms Fx3.5.5 open existing dialog: 599ms Fx3.5.5 create dialog: 667ms --- Light dialog (2kb HTML) IE8 open existing dialog: 218ms IE8 create dialog: 235ms Fx3.5.5 open existing dialog: 46ms Fx3.5.5 create dialog: 74ms --- The dialog is created using; $("#editor").dialog({ resizable: false, width: 824, height: editor.height, modal: true, autoResize: true, position: "top", close: editor.destroy }); Thanks for any advice, Matias -- You received this message because you are subscribed to the Google Groups "jQuery UI" group. To post to this group, send email to jquery...@googlegroups.com. To unsubscribe from this group, send email to jquery-ui+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/jquery-ui?hl=en.