The first two hosts it will hit are api.snapcraft.io and dashboard.snapcraft.io. However the snaps are delivered via a content delivery network (two in fact, I believe) so it's not as simple as one host.
If you'd like to help debug speed issues when downloading snaps, here's some steps you can try to get more information.
Install a large snap such as libreoffice or vscode
$ sudo snap install libreoffice
Then inspecting the logs using
$ journalctl -xeu snapd
I'd recommend starting a thread on the snapcraft forum in the store category, where the store admins and developers hang out. They're the only ones who can debug this, honestly.
The first two hosts it will hit are
api.snapcraft.io
anddashboard.snapcraft.io
. However the snaps are delivered via a content delivery network (two in fact, I believe) so it's not as simple as one host.If you'd like to help debug speed issues when downloading snaps, here's some steps you can try to get more information.
Enable debugging in snapd.
Restart snapd
Install a large snap such as libreoffice or vscode
Then inspecting the logs using
I'd recommend starting a thread on the snapcraft forum in the store category, where the store admins and developers hang out. They're the only ones who can debug this, honestly.