I have a website with a lot of HTML elements. The website is very slowly in Firefox at the first click to an input element, because the getUserNameAndPasswordFields in LoginManagerChild.jsm is called about 28.000 times is ~60s. (recorded with the Firefox runtime analysis). In Chrome the side loads very fast.
Is there a possibility to disable the getUserNameAndPasswordFields function?