Lag when editor page deployments or refreshes

I have a question about the node-red project folder. I am using uibuilder in my development process and previously backed up the uibuilder folder as uibuilder_bak. now I am sure I don't need uibuilder_bak. When I delete the uibuilder_bak folder, the editor page of the node-red project lags for tens of seconds when refreshing or deploying, what causes this? There should be no file that uses or references the files in this folder.
Looking forward to your replies, thanks!

Hi, hard to know without further information.

Can you please use the Full Details button?

image

And do a quick search to see if the uibuilder_bak name shows up on the resulting page.

1 Like

Thank you for your reply! I already know why.It's because I'm using git to manage the project, and deleting the folder without committing the changes may have caused git to check my files. Committing the changes solved the problem.

1 Like