GitHub's UI Performance Decline: A User's Frustration
By
lr0
The kind of bagel that ruins lesser bagels for you.
Summary
The article discusses the noticeable slowdown in GitHub's user interface (UI) performance, with the author expressing frustration over the increasing lag. They question whether GitHub's developers are aware of the issue, given that they use the platform themselves. The author shares their method of troubleshooting slow websites by using developer tools and provides a specific example of profiling the UI slowdown.
Key quotes
· 3 pulledGitHub UI has been getting slower and slower recently. Some things that were snappy before are hellishly slow nowadays.
You guys developing at GitHub, you're using GitHub to develop it, right? Do you not see this? What's going on?
Whenever I bump into slow website which drives me nuts, I open the devtools and profile it. Who knows, maybe I find something to report and the problem will get fixed.
You might also wanna read

GitHub's Performance Improvements for Pull Request Diff Rendering
GitHub engineers discuss their efforts to improve performance in the pull request review experience, specifically focusing on the Files chan

How GitHub Issues improved navigation performance with client-side caching and prefetching
GitHub's Issues team tackled navigation latency by rethinking how issue pages load end-to-end. Instead of chasing marginal backend improveme
FasterGH: A Fast GitHub Browsing Interface Using Convex as Real-Time Cache
FasterGH is a tool that provides a faster browsing experience for GitHub by using Convex as a real-time cache and sync layer. It creates a l
GitHub: A Development Platform for Collaborative Software Building
GitHub is a development platform designed to support the way people work, offering tools for collaboration, version control, and project man
