← Back to context

Comment by Banditoz

3 days ago

How did the performance of GitHub become so slow in the first place? It didn't used to be this bad years ago.

Some hard numbers [1] as to why GitHub is struggling with stability issues, directly from GitHub's COO:

Yup, platform activity is surging. There were 1 billion commits in 2025. Now, it's 275 million per week, on pace for 14 billion this year if growth remains linear (spoiler: it won't.)

GitHub Actions has grown from 500M minutes/week in 2023 to 1B minutes/week in 2025, and now 2.1B minutes so far this week.

So we're pushing incredibly hard on more CPUs, scaling services, and strengthening GitHub’s core features.

1: https://x.com/kdaigle/status/2040164759836778878

  • All of which can be handled with horizontal scaling of identical components.

    None of which explains poor latency when opening UI elements, which is more likely be explained by overuse of SPA or spaghetti code in microservices.

    Update: yup, that’s exactly it, just as I guessed: https://news.ycombinator.com/item?id=47912867

    • This whole thread is so embarrassing for GitHub.

      The idea that you would change your product design in this way as a quick fix to solve a performance problem is insane.

      This would be like if the battery life on a MacBook Pro was too short so Apple fixed it by removing the screen.

      Job’s done, boss!

      1 reply →

From what I remember, it got much worse the moment they started requiring JS for displaying what would otherwise be mostly static (and thus easily cached) content.

  • Used to be full page loads when you clicked on links too, performance got a lot worse (for me), both network-wise and client-side-wise when that changed.

AI. GitHub usage has exploded recently due to the ease at which code can be generated.