Slow "restoring source cache": 30s; sometimes 2m

I’ve been trying to make our tests run faster on CircleCI. I’ve noticed that some of our builds have a very slow “restoring source cache” step. Usually this takes ~30 seconds. However, sometimes it takes up to 2 minutes. Is there anything we can do to reduce the time this step takes? For example, I’m wondering if I should be trying to hack the CircleCI checkout to be a shallow clone? That would probably reduce the file size significantly.

If there isn’t anything we can do to make this faster in all cases, is there something that we are doing that is causing the unusually long “restoring source cache” step?

One related conversation I found is the following, where it sounds like adding some “git repo hacking” steps to our build temporarily might help:

15 Likes

Unless I am mistaken, Circle already uses shallow clones.

I would also love to know how we can speed up the cache restore, since I already optimized some low hanging fruit and apart form ditching integration tests or something, I can’t co much further.

1 Like

I’m in the same boat, this number swings wildly from 30s to 2m for our project too. I’ve been working on optimizing test performance and this is one thing that’s frustratingly out of my control.

1 Like

I would also like visibility into this, or suggestions for how to improve the consistency and performance of restores. I’ve seen some very long (5 minute) restore times.

1 Like

I’m running an Android build and its taking 6 minutes on restore cache and sometimes even times out. Ugg…

This is unbearable.

2 Likes

I’m just glad to hear that I’m not the only one who has run into this.

I’ve been tempted to try and shrink the size of the git repository on disk or something to make this go faster. For us, the .git directory for our repository is about 500 MB, and I’ve seen multiple minute restores. Are the people who are hitting slow restores also have big repositories?

Any updates on this? :frowning:

We’re having this issue, too. This is really, really slowing our whole company down.

This is what we have been getting since yesterday

I am also trying to improve the speed of the source cache step. My times are around 3-4 minutes. It is a large repo, however it seems to be slower than pulling directly from github.

Are there any changes related to this issue?
Restore cache / Restore source cache sometimes takes ~ 30 seconds, in other cases - can takes 5+ minutes.

I’m experiencing this issue as well. It averages 5 - 6 minutes to Restore Source Cache.

This is unacceptable and is worthy of a response from CircleCI. It’s been a year already…

1 Like

Bump. Ran into a problem with cache taking 15 mins to restore, and resulted in a fail. Any insight would be helpful. @CircleCI-Employees

Same deal here. Is there any action planned on this?

I heard a suggestion to try upgrading to 2.0. If it’s a problem only affecting 1.0, it doesn’t seem likely they will fix it.

Cool, I’m working on that as we speak, I’ll report back afterwards.

The docs on migrating from 1.0 are pretty sketchy though, and not a week goes by that I don’t see a “degraded performance” notice for 2.0

In general the slow cache restores are the fault of connecting to S3. We do everything we can to mitigate it from happening, but ultimately all our fates are left up to AWS.

The posts in this thread are from different times and platforms and I will therefore close it. We address each incident individually when we receive support tickets.