TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Did GitHub UI become unbearably slow?

14 点作者 zaphodias10 天前
I remember being able to review even large PRs (70-100 files changed) from the web UI fairly easily, but now every time I click a button, the page becomes unresponsive for many seconds.<p>For what it&#x27;s worth (excluding client-side issues), I have a high-speed internet connection and a last-gen CPU.<p>Things that are very slow (from 5 to 60 seconds depending on the number of items) for me:<p>- Clicking on &quot;Pull requests&quot; tab for any repo<p>- Opening a PR with many comments (50+)<p>- Opening &quot;Files changed&quot; tab from inside any PR<p>- Marking a file as &quot;viewed&quot; from the &quot;Files changed&quot; tab<p>Tips I found to mitigate this:<p>- Opening the link in a new tab often usually only takes half the time than navigating in your current page.<p>- Review PRs from the visual studio code web ui (github.dev), easily accessible by pressing &quot;.&quot; while viewing a PR

8 条评论

bob102910 天前
GitHub used to be server-side rendered. This is the consequence of drinking the client side framework koolaid.<p>One could argue about how react makes it easier for big orgs to work together or whatever. But, when the whole point of the product is to be a robust productivity tool for developers and they can&#x27;t do basic tasks without getting frustrated, it doesn&#x27;t matter. The entire product could become irrelevant if someone exploits this weakness. Speed is a killer feature in a market where few understand how to actually provide it (or have the courage to preserve it).
评论 #44007615 未加载
pbkompasz9 天前
A lot of big websites, e.g. YouTube, Facebook, Reddit, GitHub, have become really bad and sometimes unusable in the past year or two. I think it&#x27;s mainly due to using unnecessarily complex frontend frameworks and the low quality of code generated by LLMs. It&#x27;s a vibe.
jsheard10 天前
Possibly related to them just adding stricter rate limits, because AI scrapers won&#x27;t stop pissing in the pool?<p><a href="https:&#x2F;&#x2F;github.blog&#x2F;changelog&#x2F;2025-05-08-updated-rate-limits-for-unauthenticated-requests&#x2F;" rel="nofollow">https:&#x2F;&#x2F;github.blog&#x2F;changelog&#x2F;2025-05-08-updated-rate-limits...</a>
评论 #43961529 未加载
frou_dh10 天前
Yes, when navigating a repo&#x27;s files on an older computer, I noticed that it took an incredible length of time to rehydrate pages or whatever it&#x27;s doing.
genezeta10 天前
Earlier this morning they &quot;temporarily rate banned&quot; me after clicking a total of 3 files in some repository.<p>May be related, or maybe not.
efortis10 天前
I like IntelliJ’s Github plugin for reviewing PRs. It’s nice for adding bookmarks and code folding.
dapperdrake7 天前
At first it was only too slow on mobile.
bigbassroller10 天前
Did you add node_modules to your repo by chance?