On 9/30/09 10:29 AM, Mayank wrote:
1. can someone direct me to some resources about the algorithm gecko uses to find elements in the DOM.
In which situations?
I am working on a web application with a complex DOM and the performance issues are increasing as the DOM is getting bigger.
That's not really much to go on. It could be a DOM problem. It could be a layout problem. It could be a JS problem.
If you have a mac or Linux you can do some profiling pretty easily. Otherwise, if you can create a public testcase someone else can do that.
2. Is there a way to view multiple tabs together, on different parts of the screen
It's usually called a window manager, no?
3. Are there any setting that can be changed in a user preferences or firefox settings that might improve performance.
Typically we optimize for performance already, no?
Any other recommendations to improve the performance of a javascript - ajax application will be great.
Profile it. -Boris _______________________________________________ dev-embedding mailing list [email protected] https://lists.mozilla.org/listinfo/dev-embedding
