UEGitPlugin icon indicating copy to clipboard operation
UEGitPlugin copied to clipboard

If moving a folder with 1000+ files, it takes a very long time, any config parameters that would speed this up or what is recommended work flow in this case?

Open PeteBaker1 opened this issue 1 year ago • 2 comments

PeteBaker1 avatar Sep 05 '24 11:09 PeteBaker1

Hi, sorry for the delay in responding. Usually these operations should not be taking very long. I would recommend profiling to see where the time is being taken, and then we can analyze further. For example, if it's waiting on a certain git command, we can trace that further and get to the bottom of delays.

mastercoms avatar Oct 17 '24 08:10 mastercoms

@mastercoms this is a real issue caused by the Git LFS plugin. When I move files or have to generate several files when retargeting for example, I'm forced to disable the Git LFS plugin because it incurs massive overhead even for untracked files.

I don't know what the exact issue is, but I do know that Git LFS is the cause because files can be written and moved extremely quickly when I manually disable Git LFS. This issue is the biggest usability issue with the plugin.

sidheart avatar Mar 21 '25 05:03 sidheart