ipfs / kubo

An IPFS implementation in Go
https://docs.ipfs.tech/how-to/command-line-quick-start/
Other
16.14k stars 3.02k forks source link

Slow content resolution / fetching from LAN #7222

Open swedneck opened 4 years ago

swedneck commented 4 years ago

Version information:

go-ipfs version: 0.5.0-rc4 Repo version: 9 System version: arm64/linux Golang version: go1.13.10

Description:

Content resolution/fetching is slow, it takes upwards of 30 seconds to show an ipns page (created by a node on the LAN) on the http gateway. This is on a rockpro64 running nextcloudpi, with apache reverse-proxying the http gateway port.

ipfs-profile-nextcloudpi-2020-04-25T23_06_39+0200.tar.gz

willscott commented 4 years ago

Are the LAN nodes behind the gateway able to connect out to the global IPFS network?

swedneck commented 4 years ago

yes, the node has plenty of connections and ipfs.io can fetch the content within a few seconds.

Stebalien commented 4 years ago

@dirkmc could you work with @swedneck to try to see where the bottleneck is?