Gabotronix's avatar

git push to gitlab is slowwww

Hi everybody, my git pushes are very slow, it takes me like 45 minutes to push a 200MB project to gitlab, I get 70.00 KiB/s on average, any idea why this is happening? II'm trying to use --verbose switch to see if I can see what files are slowing it down (generally after 1/% it goes A BIT faster... but --verbose switch doesn't show any additional info, is there something like this?

Could this be because I have a few images in my project? like 8MB worth of images shouldn't make it THAT slow...

Anyway, thanks in advance!

0 likes
1 reply
Tray2's avatar

That is strange since it should only be the initial push that should take a bit longer when all the files needs to be pushed. After that only the changed files are pushed to Gitlab. Make sure that you ignore your vendors directory since it shouldn't be handled by your repository. It contains thousands of files that might contribute to the slowness.

Please or to participate in this conversation.