I have a website on our Intranet that is used by our accounting dept for financial planning. The site has about 20 tabs, and each tab has about 572 <input type="text"> boxes. When the pages load, the program adds event listeners to each textbox. On Firefox, this takes about 48 seconds, but in Chrome it takes less than 5 seconds. Is there anything I can do to speed it up on FF?
Why is FF so slow at adding event listeners?
Unfortunately, due to the nature of the site I can't provide links to it, but I might be able to post parts of the code. Thank you.
Why is FF so slow at adding event listeners?
Unfortunately, due to the nature of the site I can't provide links to it, but I might be able to post parts of the code. Thank you.