From: David C. <dle...@ya...> - 2001-02-17 17:51:59
|
Greetings, First I know that we are not compatible with NN6 yet, but I still test my pages and widgets under NN6. NN6 has a tendancy to slow down to a crawl with complicated DynAPI examples. One thing I have noticed and tested is that the more active event listeners on the page, the slower (or not at all) it goes. On my menu widget, I started adding code in that removes the event listeners when they are not needed. The precreate listeners include a line at the end to remove themeselves and the menu item listeners are also removed and added when active. Question 1 Has anyone else noticed this or has a better understanding of what is happenning? Question 2 Does removing and adding event listeners increase the browsers footprint in memory each time the add is executed? Question 3 Can anyone suggest a good utility to monitor the browsers footprint in memory? Cheers, Dave C. "You Changed What?!?" __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.mail.yahoo.com/ |