Comment by nromiun
That is surprising. It is the opposite for me.
$ time curl -L 'https://codeberg.org/'
real 0m3.063s
user 0m0.060s
sys 0m0.044s
$ time curl -L 'https://github.com/'
real 0m1.357s
user 0m0.077s
sys 0m0.096s
A better benchmark is done through the web browser inspector (network tab or performance tab). In the network tab I got (cache disabled)