Displaying 1 result from an estimated 1 matches for "group_2297".
2005 Oct 13
6
performance
...t''s loading. It''s taking an average of 15-20 seconds to process the
page''s javascript. When I removed the Sortables code (see below), the
page loads very quickly. About 60 Sortable.create()s are called.
Here''s a snippet of a Sortable:
Sortable.create("group_2297",{ghosting:true,constraint:false,
onUpdate:function(sortable){window.location =
"ReorderWebCategory.action?groupIdsKey=group_2297&" +
Sortable.serialize(sortable) + "&toggleLevel=" + toggleLevel + "#2297";
new Effect.Pulsate(sortable);},...