Why is GitHub UI getting slower?
yoyo-code.com
Why is GitHub UI getting slower?
1–10 of 123 posts
Re: Why is GitHub UI getting slower?
#2Re: Why is GitHub UI getting slower?
#3Re: Why is GitHub UI getting slower?
#4It's basically impossible to view diffs now because they often fail to load, render correctly, or just are incredibly slow.
Re: Why is GitHub UI getting slower?
#5Githubs performance has been rapidly degrading ever since they started rewriting everything in React. It's basically impossible to view diffs now because they often fail to load, render correctly, or just are incredibly slow.
Re: Why is GitHub UI getting slower?
#6The previous AJAXed implementation had its haters, but at least it was very close to bare HTML on HTTP.
Re: Why is GitHub UI getting slower?
#7Githubs performance has been rapidly degrading ever since they started rewriting everything in React. It's basically impossible to view diffs now because they often fail to load, render correctly, or just are incredibly slow.
Were they using vanilla js? That's impressive if yes.
Re: Why is GitHub UI getting slower?
#8They could be using an internal beta version so they can "eat their own dogfood" before shipping.
Re: Why is GitHub UI getting slower?
#9Earlier quoted context omitted.
Were they using vanilla js? That's impressive if yes.
Most of the UI is React now, especially the most commonly used areas.