ramakathare 0 Newbie Poster

Dear Members,

I am using YUI 2.7 in my application for Tabview, Treeview, History and RichTextEditor. Simultaneously I am using JQueryUI and JQGrid. I noticed that my application is taking some time to render the content. I used Javascript Deobfuscator for FireFox and I saw that there are two functions running at an interval of 50ms from the history.js file.

However, I increased the interval to 500ms which is working fine for me.

Also I saw that with a simple mouse movement on a tab, there are so many function calls being made. They are from utilities.js event-min.js tabview-min.js element-min.js dom-min.js.

Initially the browser seems to fine. But after working for some time, it is taking more and more time to render the content.

Please do let me know if there is way to minimize number of function calls being made. Is there a way to turn off the mouse move event for YUI? Is it safe to do so?