# Speeding up GitLab Dependency Caching

santerre.xyz / 2024

Large dependency folders can make install time one of the slowest parts of CI/CD.

For large dependency trees, tar-based archives can be materially faster than zip-based cache behavior.

In one large monorepo, switching cache archive strategy reduced cache push and restore times substantially.
