-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
is dnslink and ipfs is supposed to be slow at the first load time? #8476
Comments
Thank you for submitting your first issue to this repository! A maintainer will be here shortly to triage and review.
Finally, remember to use https://discuss.ipfs.io if you just need general support. |
What's your DNS TTL? |
@Stebalien some problems:
|
Once you load it once, it'll get "cached" on the gateway. I assume the gateway in question garbage collects once every few days at least, which means the next attempt to load it will have to fetch it. Now, I have no idea why loading inside infura is slow the first time, you'd have to ask them. But in general, public gateways aren't going to highly reliable. See #6383. Unfortunately, I don't think there's anything we can do to help with this directly (other than to just keep on trying to make IPFS faster and more reliable). |
Checklist
Description
Every time I uploaded my website to ipfs (with new CID generated), then I open the uploaded website, it is very slow to load and some js files return 404/524 status. After some tries, it loads normally again.
I'm using DNS link with Cloudflare IPFS gateway
pining service: infura
gateway: cloudflare-ipfs.com
is DNS link and IPFS is supposed to be slow at the first load time?
The text was updated successfully, but these errors were encountered: