gffhgfh
gffhgfh

Reputation: 13

What is the fastest way to load IPFS content in the Brave browser?

My site communicates with IPFS files and I need to figure out which way the files will be downloaded faster from the user

  1. Take IPFS cids directly (example: ipfs://QmXoypizjW3WknFiJnKLwHCnL72vedxjQkDDP1mXWo6uc)

  2. Take IPFS cids via gateway aggregators (e.g. ipfs.io, cloudflare-ipfs.com)

Upvotes: 1

Views: 1746

Answers (1)

Nushan Kodikara
Nushan Kodikara

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

Related Questions