When adding a contributor to an evaluation on staff/evaluation/:id/edit via the "add another"-button, the page sometimes hangs for 2 to 4 seconds.
Initial profiling suggest, that the culprit may be the auto-fill system of the browser. (Specifically, getFormInfo() / getFormAutofillConfidences().)
As those forms should not use a browser provided form of auto completion, we should look into preventing these calls.
When adding a contributor to an evaluation on
staff/evaluation/:id/editvia the "add another"-button, the page sometimes hangs for 2 to 4 seconds.Initial profiling suggest, that the culprit may be the auto-fill system of the browser. (Specifically,
getFormInfo()/getFormAutofillConfidences().)As those forms should not use a browser provided form of auto completion, we should look into preventing these calls.