Grid: Improve performance #63976
Labels
[Feature] Layout
Layout block support, its UI controls, and style output.
[Type] Task
Issues or PRs that have been broken down into an individual action to take
The performance of the Grid block when in Manual mode (and probably also Auto mode) is bad.
You particularly notice that the UI is slow to react to mouse events after the editor has been running for a while, so there's probably some memory leaking.
I can also see that all the components in
GridVisualizer
are updating on every keystroke which isn't good. An easy win might be tomemo()
every cell. We are probably over-useSelect
ing data in a lot of places too.Kapture.2024-07-26.at.14.39.43.mp4
Let's spend some time tuning this before shipping.
The text was updated successfully, but these errors were encountered: