Comment
Hi All,
I wanted to share some feedback regarding the connection speed I experienced when accessing Codeberg pages. During recent testing, I noticed slightly higher latency compared to GitHub Pages.
Here are the ping results for reference:
Codeberg Page:
`user@ubuntu:~ $ ping -c 5 january1073.codeberg.page
PING january1073.codeberg.page (2a0a:4580:103f:c0de::2) 56 data bytes
64 bytes from 2a0a:4580:103f:c0de::2: icmp_seq=1 ttl=60 time=25.5 ms
64 bytes from 2a0a:4580:103f:c0de::2: icmp_seq=2 ttl=60 time=39.9 ms
64 bytes from 2a0a:4580:103f:c0de::2: icmp_seq=3 ttl=60 time=25.7 ms
64 bytes from 2a0a:4580:103f:c0de::2: icmp_seq=4 ttl=60 time=26.7 ms
64 bytes from 2a0a:4580:103f:c0de::2: icmp_seq=5 ttl=60 time=26.0 ms
--- january1073.codeberg.page ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4006ms
rtt min/avg/max/mdev = 25.453/28.770/39.943/5.601 ms`
GitHub Pages:
`user@ubuntu:~ $ ping -c 5 january1073.github.io
PING january1073.github.io (2606:50c0:8003::153) 56 data bytes
64 bytes from 2606:50c0:8003::153: icmp_seq=1 ttl=60 time=19.5 ms
64 bytes from 2606:50c0:8003::153: icmp_seq=2 ttl=60 time=17.2 ms
64 bytes from 2606:50c0:8003::153: icmp_seq=3 ttl=60 time=16.3 ms
64 bytes from 2606:50c0:8003::153: icmp_seq=4 ttl=60 time=16.0 ms
64 bytes from 2606:50c0:8003::153: icmp_seq=5 ttl=60 time=19.2 ms
--- january1073.github.io ping statistics ---
5 packets transmitted, 5 received, 0% packet loss, time 4004ms
rtt min/avg/max/mdev = 16.042/17.647/19.452/1.433 ms`
I understand that network performance can vary due to many factors, but I wanted to share this observation in case it's helpful for your ongoing optimization efforts.
Thank you for your work on Codeberg!
Best,
january1073