When loading the octoprint github page on another terminal I never noticed any slowing down.
Anyways, these are the results from what you asked:
Code: Select all
root@transmission:~# time wget --spider https://github.com/MichaIng/DietPi.git
Spider mode enabled. Check if remote file exists.
--2019-03-11 16:36:57-- https://github.com/MichaIng/DietPi.git
Resolving github.com (github.com)... 192.30.253.112, 192.30.253.113
Connecting to github.com (github.com)|192.30.253.112|:443... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://github.com/MichaIng/DietPi [following]
Spider mode enabled. Check if remote file exists.
--2019-03-11 16:37:12-- https://github.com/MichaIng/DietPi
Connecting to github.com (github.com)|192.30.253.112|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Remote file exists and could contain further links,
but recursion is disabled -- not retrieving.
real 0m16,280s
user 0m0,135s
sys 0m0,021s
root@transmission:~# time wget --spider https://dietpi.com
Spider mode enabled. Check if remote file exists.
--2019-03-11 16:37:48-- https://dietpi.com/
Resolving dietpi.com (dietpi.com)... 104.27.178.199, 104.27.179.199, 2606:4700:30::681b:b3c7, ...
Connecting to dietpi.com (dietpi.com)|104.27.178.199|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: unspecified [text/html]
Remote file exists and could contain further links,
but recursion is disabled -- not retrieving.
real 0m0,321s
user 0m0,130s
sys 0m0,041s
root@transmission:~#