Publishing to IPNS results in slow access to IPFS

Every time “ipfs name publish” is executed, it will be very slow to access the data on the ipfs node. Is there a solution?

If you enable IPNS via Pubsub and the node are both online when the update happen it should be instant otherwise it’s a DHT search which take time.

Thanks for the reply, but the problem I encountered is that when the node is posted to IPNS, it will cause the IPFS node to access very slowly. Only after the successful execution of IPNS will the IPFS node access speed return to normal.

File a bug report, all command should happen in parallel as far as i know.