Open tommydeboer opened 9 years ago
The performance improves when I remove all the visibility expressions. There are a lot of those in this survey and it might be that they get checked too often (at every key press?). However, even then it still is laggy enough to be bothersome.
Forms are quite a bit slower in Safari than in Chrome by the way.
Wontfix: Will be adressed in the VueForms
Wontfix: Will be adressed in the VueForms
Was it addressed?
To reproduce:
Extra's:
The problem is way worse in development mode, but still very noticeable in production. Profiled (in development mode) with React.addons.Perf (while typing the word 'molgenis'):
Wasted time = time spent on components that did not change their rendering in any way.