Bazel Remote Cache Debugging
Using a remote cache is a great way to speed up your Bazel builds! But by default, Bazel uploads almost everything to the remote cache.
If your network is slow and your build artifacts are very large (like a docker image) this can lead to poor performance.
To address this, and make it easier to fix, we built the new cache requests card.
In this post we'll explore what insights this card can give you into your builds, as well as some fun details about how the card works under the hood.