Reputation: 13
My site communicates with IPFS files and I need to figure out which way the files will be downloaded faster from the user
Take IPFS cids directly (example: ipfs://QmXoypizjW3WknFiJnKLwHCnL72vedxjQkDDP1mXWo6uc)
Take IPFS cids via gateway aggregators (e.g. ipfs.io, cloudflare-ipfs.com)
Upvotes: 1
Views: 1746
Reputation: 26
In my opinion, the IPFS Gateway can perform way better than a local node. However your speed may vary from where you live, so be sure to check from https://ipfs.github.io/public-gateway-checker/ for the fastest gateway for you. and using it will improve your speed.
Upvotes: 1