-
Notifications
You must be signed in to change notification settings - Fork 41
Gateway files very slow to load #467
Comments
Some discuss issues re using the gateway to find content on personal nodes: |
Update: The gateway is now running a binary that contains libp2p/go-libp2p-kad-dht#237 (DHT: adaptive dial queue for staging dials) + follow-up refinements At the moment there is not an authoritative branch that represents all the changes due to the time it would take to resolve all gx required changes for such a thing. We are seeing better load times however the issue is not yet resolved. Work continues.... |
please in plain English what' does this mean? why some files are not loading? even from my node? |
@x5engine I'm guessing there are a few bugs in IPFS that make the DHT and other parts of libp2p function only very slowly, the fixes for those have been implemented in the version of IPFS that the gateway runs, yet it was too much effort to publicly ship them at that time. Now they're merged and most likely shipped so just upgrading to the latest IPFS version should fix some of those issues that impact loading times. |
@jbenet If I open If I use Brave browser, this url can be open quickly. And there is a That's to say, if we choose to load ipfs resource from local, it will never timeout and auto retry the gateway. |
Maybe someone want to retry this case, here is a url you can try yourself: https://bafybeiae5c2ip2xxd5vvbnteu2sxntnmvgqqyt3we2s3hzbbcfifdsz3ya.ipfs.infura-ipfs.io/ |
By the way, it seems it's a dead repo that havn't got any commit since 27 Apr 2020? |
Files, large and small, have been loading very slowly on the gateway. Webserver metrics show an occasional correlation between slow loads and high outbound bandwidth. CPU, memory, and load stats are stable during long wait times. The issue appears to be at the IPFS level.
In response, the gateway has been rolled back to v0.4.15 which noticeably lessened CPU load and average wait times. We will be monitoring and analyzing performance over the next few days.
We apologize if this slow down have effected your use of the gateway and welcome your comments.
The text was updated successfully, but these errors were encountered: