Github Website/Service very slow april 2025 #157032
Replies: 4 comments 1 reply
-
|
I have noticed that the GitHub website has been slow and annoying to navigate since ~Thursday, 17 April, 2025. There is a significant delay (1/2 seconds) after I click somewhere and it displays the codes. I have no issues with committing my projects, though. CLI is fine. It's just the website navigation. |
Beta Was this translation helpful? Give feedback.
-
|
Hi @TamarJanssens, Thanks so much for reaching out in our Community. I believe the root cause of the performance issues that you were seeing here were resolved. For reference, this was addressed in this discussion: https://github.com/orgs/community/discussions/159123#discussioncomment-13148279. Are you still seeing performance issues on your end, or has that been alleviated? |
Beta Was this translation helpful? Give feedback.
-
|
Hey @TamarJanssens and @phazarik I have exactly same issue as @phazarik - everything else is OK but not the website. Recently, I migrated my repos from Bitbucket to GitHub. And yes, I got shocked when I realize how GitHub's web interface is slow. It takes 2-3 seconds each click to wait till the page load. I tried different computers, connections, VPNs, but nothing works. However, I noticed that in Google Chrome GitHub works fine, however, the problems I experience are in Firefox only. @ghostinhershell unfortunately I still experience slow interface. And I never use Github anonymously, so I don't believe this is a problem I experience. However, I could significantly improve the experience by disabling "turbo links" with this small user script: (() => {
'use strict'
document.body.dataset.turbo = 'false'
document.body.addEventListener('click', (event) => {
if (!event.target.matches('a')) {
return;
}
event.stopPropagation();
}, true);
})()I hope it might help someone. |
Beta Was this translation helpful? Give feedback.
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Why is Github very slow and unresponsive? This occurs when visiting any page in the gh.com UI as well as when trying to git pull from terminal (macOS). There seems something terribly wrong with the UI lately. A request on the same URL can be fast one time, but when refreshed it can take ages while resulting in a timeout. Then after another refresh it can take a long time to complete just before the timeout, resulting in a success
When is this going to be resolved? Recently i made the choice to migrate my project to Github from Bitbucket while paying for 6 org seats for my development team. Now I actually feel ripped off and tend to regret that choice.
Beta Was this translation helpful? Give feedback.
All reactions