-
Story
-
Resolution: Done
-
Minor
-
None
-
2
-
False
-
False
-
0
-
Undefined
-
Not Supported
-
-
ODC Sprint 205, ODC Sprint 206
Description of problem:
When entering a Git URL or application name in the import flow the rerendering takes so long that the user see a really laggy / unperformant form. The keystrokes looks like they are debounced.
See attached video. When inserting "hello this is a test" you can see that the characters appears after finishing a word.
At the moment it is "acceptable" in production mode!
Prerequisites (if any, like setup, operators/versions):
None
Steps to Reproduce
- Switch to developer console and use one of the import forms (from Git, from Devfile)
Actual results:
Lags while insert some data (on a "highend" PC!)
Expected results:
Faster form. At least the text input fields should not delay text input while writing.
Reproducibility (Always/Intermittent/Only Once):
Always
Build Details:
4.8
Additional info:
None