I have a question about Umbraco cloud and local deployment with git.
Currently we use Umbraco 9.0 with Umbraco cloud and when i am on my local solution, it is always really slow to fetch, pull or push changes from git. (Takes up to 5 minutes each request).
The strange thing is when my coworkers are on their local solution , they do not have to wait as long for their solution to complete any of the git requests.
Has anyone experienced this before or have any idea why my solution is much slower, when it comes to git requests?
I've only noticed "pushes" being slow, but that is because they trigger a deployment. I'm not sure if that is still the case with v9, but it was for v8 and earlier.
Local solution slow with git
Hello,
I have a question about Umbraco cloud and local deployment with git. Currently we use Umbraco 9.0 with Umbraco cloud and when i am on my local solution, it is always really slow to fetch, pull or push changes from git. (Takes up to 5 minutes each request).
The strange thing is when my coworkers are on their local solution , they do not have to wait as long for their solution to complete any of the git requests. Has anyone experienced this before or have any idea why my solution is much slower, when it comes to git requests?
That won't have anything to do with Umbraco, I assume it's some kind of git configuration that's off for you.
There's plenty of tips here: https://stackoverflow.com/questions/22040246/git-pull-is-very-slow-why
Thanks for the answer.
I tried some of the tips and by deleting the local solution and reclone it, it reduced the time to 1 ½ minute now.
Is that for pushing (as Nik said, that's expected) or also still for pull / fetch?
Its for fetch and pull.
I've only noticed "pushes" being slow, but that is because they trigger a deployment. I'm not sure if that is still the case with v9, but it was for v8 and earlier.
Fetches/pull's should be pretty quick.
is working on a reply...