gd-sheets icon indicating copy to clipboard operation
gd-sheets copied to clipboard

plugin is VERY slow

Open DaelonSuzuka opened this issue 3 years ago • 2 comments

There are no visible errors or warnings, but the sheets screen is extremely slow, taking almost a second to respond to mouse inputs. There's no lag in other parts of the editor, only in the sheets screen.

I attached a video showing the issue.

https://user-images.githubusercontent.com/18042232/152300185-4b42c4d7-7e75-4a3b-8f5c-05de3f9df2b8.mp

DaelonSuzuka avatar Feb 03 '22 07:02 DaelonSuzuka

I think this happens with large sheets with many cells. In an upcoming version, I will try to create cells with VisualServer instead of adding nodes to the tree. Hopefully, that will make it faster.

peterhoglund avatar Feb 24 '22 21:02 peterhoglund

What I had onscreen doesn't seem like it would be enough nodes to cause this sort of slowdown. You probably shouldn't jump to doing a major rewrite like that without positively identifying the root cause(unless you want to switch to using the VisualServer for other reasons).

I have a little more time now, so I'll redownload it this weekend and try to find the problem.

DaelonSuzuka avatar Feb 26 '22 04:02 DaelonSuzuka