You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rendering the whole integration list is slow with the current number of integration (256)
You can see in this CPU profile (with cpu throttling) the two big block of blocking JS one we render the list the first time with the non Fleet integration and the second time with Fleet integration .
We also load all the icon for each package that could be problematic
Description
Related to #118751
Rendering the whole integration list is slow with the current number of integration (256)
You can see in this CPU profile (with cpu throttling) the two big block of blocking JS one we render the list the first time with the non Fleet integration and the second time with Fleet integration .
We also load all the icon for each package that could be problematic
profile-integration-list.json.zip
Potential solution
Maybe we can virtualize that list to do not render the 256 cards when not needed.
Maybe just lazy loading the PackageIcon that seems one of the most problematic issue could help.
The text was updated successfully, but these errors were encountered: