On Wed, May 29, 2019 at 09:06:18AM +0000, Vanak, Ibrahim wrote: > After cloning when I tried to checkout a branch on HPUX and Linux, I > still significant time difference there as well even though network is > not involve here. Do you suspect anything with HPUX OS? Do you have > any mechanism to find out who is the causing gigantic delay ? If it's happening for just a local checkout operation, I'd suspect very poor filesystem performance. On Linux, I'd run it under "perf" to see where the time is going. Or possibly "strace -T" to time system calls. I don't know what tools are available under HP-UX for that kind of profiling. -Peff