bad performance of ix components in angular 18.2 #1543
Labels
triage
We discuss this topic in our internal weekly
Workflow: Issue created
JIRA issue is created and will be analyzed
Prerequisites
What happened?
Unfortunately, we notice poor performance when we need to instantiate hundreds of ix elements in a view.
This problem applies to several ix-components. In particular, the ix-button, ix-icon and ix-icon-button components are too slow to be used en masse. The biggest problem is that the fps rate is close to zero, giving the user a poor experience when using the app.
As you can see in the demo below, the ix-button is significantly slower than the “normal” HTML button. In the real application, the performance when using the ix-button is more than 10 times worse compared to the HTML button.
What type of frontend framework are you seeing the problem on?
Angular
Which version of iX do you use?
v2.5.0
Code to produce this issue.
The text was updated successfully, but these errors were encountered: