Sysop: | Amessyroom |
---|---|
Location: | Fayetteville, NC |
Users: | 28 |
Nodes: | 6 (0 / 6) |
Uptime: | 67:39:59 |
Calls: | 425 |
Calls today: | 3 |
Files: | 1,025 |
Messages: | 91,518 |
Posted today: | 1 |
On Wed, May 14, 2025 at 01:48:37PM +0000, Andrey Grozin wrote:
Hello *,As an A/B comparision, this is a good starting point.
I have problems opening several sites
gentoo.org
wiki.gentoo.org
devmanual.gentoo.org
(but not packages.gentoo.org, forums.gentoo.org)
What the sets have as a common difference is loading JS & CSS from assets.gentoo.org.
From assets.g.o:
- Packages loads a single image.
- forums loads nothing.
- www, wiki, devmanual: loads bootstrap, jquery, CSS, fonts.
from my gentoo notebook in Novosibirsk, Russia. All these sites have an- Use Chrome devtools while loading one of the pages, and identify which
excellent ping; the problem is only to access them via https. First I wait >> for several minutes; then either the browser (chrome) declares timeout, or >> the site opend, but without the top menu, the background picture below the >> menu. Instead I get the menu as a plain vertical list of lines, each line
contains a link. These links work. But if I choose, e.g., the link Support, >> I again have to wait for many minutes for gentoo.org/support/ to load.
requests are slow
- Copy that request from devtools "copy as curl"
- Repeat it in the shell
- Test if dropping headers etc changes the behavior.
The "excellent ping" comment stands out as odd - from Russia, I would
expect a poor ping to wiki.g.o and forums.go, because they are NOT on
the CDN.
All of the others are on CDN: assets, packages, devmanual, www
We use a mix of CDN77 & Fastly for Gentoo's CDN offering: diversity of providers to avoid single point of failure where possible
[distfiles.g.o only available on CDN77, Fastly said it would be too much traffic for that sponsorship agreement]
This is clearly related to me being in Russia. When I go to the same sites >> from chrome on my android tablet, and this tablet is connected by vpn to a >> vps in Germany, everything works fast and without defects. Unfortunately, I >> have no client compatible with this vpn on my gentoo notebook.Two theories:
- Russia/ISP is badly blocking a subset of CDN endpoint IPs, and since
CDNs host a wide variety of services, this is collateral damage.
- The CDN provider is doing partial blocking of Russia [not to my
knowledge, but I wouldn't rule it out, e.g. being ordered to block
some Russian access]
On Thu, 15 May 2025, Andrey Grozin wrote:
curl 'https://assets.gentoo.org/tyrian/v1/bootstrap.min.js'
It also takes forever.