Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

"The Github website is slow everywhere."

Perhaps it depends what software one is using

For example, commandline search and tarball/zipball retrieval from the website, e.g., github.com, raw.githubusercontent.com and codeload.github.com, are not slow for me, certainly not any slower than Gitlab

I do not use a browser nor do I use the git software



The website is fast if you don't use the website


A server listening on port 443, responding to HTTP and serving HTML is generally known as as a "website"

The servers at https://codeload.github.com and https://raw.githubusercontent.com are two examples

Each redirects to https://github.com


As with any website, the HTML provides a guide to the location (URI) of resources some httpd is serving. Generally, I am not after Javascript, CSS, or other non-substantive "resources". I only want the HTML or JSON and any susbstantive resources pointed to therein

I use the Github website as I would any software mirror/repository

I'm not interested in images (mascots or other garbage) or executing code (gratuitous Javascript) when using the Github website, I'm interested in reading and downloading source code




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: