DevOpsDays Philadelphia 2025

Supercharge your Git workflows
2025-09-30 , Room 1

  1. Why Git Clone performance is critical
  2. The default is very heavy
  3. Yet, many things do not require the default full history
  4. It affects the cost of the entire chain right back to centralized remote Git services
    1. End point sizing
    2. Network sizing
    3. Git cloning requires programmatic response from the server level - so large workload requests drive the performance hard.
    4. Garbage collection and maintenance on Git clients and servers
  5. When is Git Clone performance critical (things that are on the rise)
  6. special uses cases such as scaled CI,
  7. remote dev environments
  8. scaled monorepos, polyrepos
  9. Binaries in repos
  10. GitOps "lightweight" manifest / config retrievals
  11. Why is Automated Benchmarking Especially helpful?
  12. Works in many buried environments
  13. Allows testing of optimizations to see if build or other processes are compatible