←back to thread

446 points talboren | 4 comments | | HN request time: 0s | source
Show context
PedroBatista ◴[] No.45039192[source]
The Github website is slow everywhere. It is truly a piece of shit software both in terms of performance but also UX/UI and everything in between.

It's a product of many cooks and their brilliant ideas and KPIs, a social network for devs and code being the most "brilliant" of them all. For day to day dev operations is something so mediocre even Gitlab looks like the golden standard compared to Github.

And no, the problem is not "Rails" or [ insert any other tech BS to deflect the real problems ].

replies(17): >>45039249 #>>45039365 #>>45039680 #>>45039841 #>>45040328 #>>45040430 #>>45041105 #>>45041125 #>>45041207 #>>45042280 #>>45042385 #>>45044131 #>>45046133 #>>45048521 #>>45050100 #>>45051138 #>>45062005 #
ori_b ◴[] No.45041207[source]
It's frustrating, because GitHub used to perform quite well, before it was a single page app.
replies(2): >>45041422 #>>45043453 #
1. fkyoureadthedoc ◴[] No.45041422[source]
clicking around GitHub and checking network panel, it seems to load plenty of server rendered HTML. Some views seem to use React within the page, but it doesn't appear to be a React SPA.
replies(1): >>45041515 #
2. ori_b ◴[] No.45041515[source]
Maybe I should have said pre-react. I don't know what GitHub did specifically, but several years ago it used to be reasonably fast and relatively pleasant to use. It regressed a lot over the last few years, seemingly correlated with attempts at interactive features.
replies(1): >>45041709 #
3. captn3m0 ◴[] No.45041709[source]
It used to be jQuery + PJAX
replies(1): >>45042053 #
4. spankalee ◴[] No.45042053{3}[source]
More recently - and still - it was web components. React is gradually creeping in.