Making our new homepage fast and performant
21–30 of 144 posts
Re: Making our new homepage fast and performant
#22I guess Microsoft knows their own business, but surely most users must arrive at GitHub on the page for a specific repo, right?
Re: Making our new homepage fast and performant
#23This is not helped by some really counter-productive events being logged interspersed with discussions e.g. any time a label is updated, that's a new line in the discussions log. Is that useful? Almost never! I can't remember wondering "wow when was this PR marked as E-Easy?" It could be useful to have a unified history of all events on the PR in a separate tab, which would include things like comment editions properly positioned in the PR timeline (instead of each comment having its own little history) for PR forensics, but the current version is just inconvenient.
Talking about, having a FAYT which can actually search through the diffs without having to first go through the entire page, find which files are not shown and forcing them to load would be super useful.
An other fun performance crater while I'm at it: when you try to create a PR github target the "default" branch. Always. Period. When you work on a project with a "long and storied" history and you're trying to do something on an old branch, or the default branch is not the development head and you're trying to create a PR to that, it will try to diff two essentially unrelated branches, take tens of seconds to create a gigantic (and completely unnecessary) log and diff, timeout half the time, and it's all for nothing, it'd be more useful to immediately give me a dropdown letting me select a target branch.
Re: Making our new homepage fast and performant
#24Re: Making our new homepage fast and performant
#25https://developer.mozilla.org/en-US/docs/Web/CSS/@media/pref...
Re: Making our new homepage fast and performant
#26Who goes to GitHub's home page? I have 27 repositories on GitHub and I'd never been to their home page until today.
Re: Making our new homepage fast and performant
#27Re: Making our new homepage fast and performant
#28Who goes to GitHub's home page? I have 27 repositories on GitHub and I'd never been to their home page until today.
Newbies!
You used to be a newbie to. Remember?
Re: Making our new homepage fast and performant
#29Re: Making our new homepage fast and performant
#30Everybody talks about speed and how it affects conversion (since people don’t bounce for example) and traffic (since Google uses speed as ranking factor). But whenever I talk to site owners they seem to prefer new features over site speed. Is that only my perception or something bigger than that? Maybe speed is not that important in the end?